:root {
  --cc-ink: #1b0212;
  --cc-plum: #36172a;
  --cc-rose: #7a5368;
  --cc-sage: #486554;
  --cc-sage-soft: #c7e7d2;
  --cc-paper: #fff8f4;
  --cc-paper-2: #f9ece2;
  --cc-line: #d2c3c8;
  --cc-text: #201a15;
  --cc-muted: #62565b;
}

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cc-paper); color: var(--cc-text); font-family: "Plus Jakarta Sans", system-ui, sans-serif; }
body.admin-bar .cc-site-header { top: 32px; }
body.admin-bar .cc-stitch-header, body.cc-has-admin-bar .cc-stitch-header { top: 32px; }
a { text-underline-offset: 3px; }
.cc-link-disabled { cursor: default; opacity: .58; text-decoration: none !important; }
.cc-link-disabled::after { content: " · guide coming soon"; font-size: .78em; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.cc-site-header { position: sticky; top: 0; z-index: 70; background: rgba(255,248,244,.96); border-bottom: 1px solid rgba(210,195,200,.65); backdrop-filter: blur(14px); }
.cc-header-inner { max-width: 1360px; min-height: 76px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; gap: 24px; }
.cc-brand { display: flex; align-items: center; gap: 10px; color: var(--cc-ink); text-decoration: none; flex-shrink: 0; }
.cc-brand img { width: 38px; height: 38px; border-radius: 3px; object-fit: cover; }
.cc-brand strong { display: block; font: 600 18px/1.05 "Playfair Display", serif; }
.cc-brand small { display: block; margin-top: 3px; color: var(--cc-muted); font-size: 9px; line-height: 1; letter-spacing: .09em; text-transform: uppercase; }
.cc-desktop-nav { display: flex; gap: 20px; margin-left: auto; }
.cc-desktop-nav a { color: var(--cc-text); font-size: 13px; text-decoration: none; }
.cc-desktop-nav a:hover, .cc-desktop-nav a:focus { color: var(--cc-rose); text-decoration: underline; }
.cc-header-search input { width: 170px; padding: 10px 12px; border: 1px solid var(--cc-line); border-radius: 7px; background: white; color: var(--cc-text); }
.cc-header-cta, .cc-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border: 1px solid var(--cc-ink); border-radius: 5px; background: var(--cc-ink); color: white; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.cc-header-cta:hover, .cc-button:hover { background: var(--cc-plum); color: white; }
.cc-button-secondary { background: transparent; color: var(--cc-ink); }
.cc-native-mobile-nav { display: none; position: relative; margin-left: auto; }
.cc-native-mobile-nav summary { cursor: pointer; border: 1px solid var(--cc-line); border-radius: 5px; padding: 10px 13px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.cc-native-mobile-nav nav { position: absolute; right: 0; top: 48px; width: 230px; padding: 10px; border: 1px solid var(--cc-line); border-radius: 8px; background: white; box-shadow: 0 18px 40px rgba(54,23,42,.16); }
.cc-native-mobile-nav a { display: block; padding: 11px; color: var(--cc-ink); text-decoration: none; }

.cc-page-wrap { max-width: 1180px; margin: 0 auto; padding: 36px 28px 88px; }
.cc-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 34px; color: var(--cc-muted); font-size: 12px; }
.cc-breadcrumbs a { color: var(--cc-rose); }
.cc-eyebrow, .cc-card-meta { margin: 0 0 10px; color: var(--cc-sage); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cc-archive-hero { max-width: 790px; margin-bottom: 44px; }
.cc-archive-hero h1, .cc-guide-hero h1, .cc-prose > h1 { margin: 0 0 18px; color: var(--cc-ink); font: 500 clamp(38px, 6vw, 64px)/1.06 "Playfair Display", serif; letter-spacing: -.025em; }
.cc-archive-hero > p:not(.cc-eyebrow), .cc-lead { color: var(--cc-muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.7; }
.cc-archive-hero .cc-button { margin-top: 14px; }

.cc-card-grid, .cc-tool-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.cc-content-card, .cc-tool-card { display: flex; flex-direction: column; min-height: 230px; padding: 26px; border: 1px solid rgba(210,195,200,.65); border-radius: 13px; background: rgba(255,255,255,.82); box-shadow: 0 8px 28px rgba(54,23,42,.05); }
.cc-content-card h2, .cc-tool-card h2 { margin: 0 0 12px; color: var(--cc-ink); font: 600 25px/1.22 "Playfair Display", serif; }
.cc-content-card h2 a { color: inherit; text-decoration: none; }
.cc-content-card p, .cc-tool-card p { color: var(--cc-muted); font-size: 14px; line-height: 1.7; }
.cc-content-card .cc-text-link, .cc-tool-card .cc-button { margin-top: auto; align-self: flex-start; }
.cc-text-link { color: var(--cc-plum); font-size: 13px; font-weight: 800; }
.cc-tool-card > span { color: var(--cc-sage); font: 600 32px/1 "Playfair Display", serif; opacity: .65; }
.cc-empty-state { grid-column: 1 / -1; padding: 42px; text-align: center; border-radius: 14px; background: white; }

.cc-policy-card, .cc-article, .cc-crystal-guide, .cc-pair-guide { max-width: 900px; margin: 0 auto; }
.cc-prose { font-size: 16px; line-height: 1.8; }
.cc-prose h2, .cc-crystal-guide h2, .cc-pair-guide h2 { margin: 46px 0 15px; color: var(--cc-ink); font: 600 31px/1.2 "Playfair Display", serif; }
.cc-prose h3, .cc-crystal-guide h3, .cc-pair-guide h3 { color: var(--cc-ink); font: 600 20px/1.3 "Playfair Display", serif; }
.cc-prose p, .cc-prose li, .cc-crystal-guide p, .cc-crystal-guide li, .cc-pair-guide p { color: #4f4449; }
.cc-prose a, .cc-crystal-guide a, .cc-pair-guide a { color: var(--cc-plum); }
.cc-policy-card { padding: 42px clamp(24px, 5vw, 64px); border: 1px solid var(--cc-line); border-radius: 14px; background: white; }
.cc-article { padding: 0 clamp(0px, 5vw, 70px); }
.cc-article-meta { color: var(--cc-muted); font-size: 13px; }
.cc-note, .cc-disclosure { margin: 28px 0; padding: 20px 22px; border-left: 4px solid var(--cc-sage); border-radius: 0 8px 8px 0; background: #edf5ef; color: #314a3d; }
.cc-answer-box { margin: 30px 0 36px; padding: 24px 26px; border: 1px solid #bdcfbf; border-radius: 12px; background: linear-gradient(135deg, #edf5ef, #fff); }
.cc-answer-box p:last-child { margin: 0; color: #314a3d; font-size: 17px; line-height: 1.72; }
.cc-table-scroll { margin: 18px 0 8px; overflow-x: auto; border: 1px solid var(--cc-line); border-radius: 11px; background: white; }
.cc-comparison table { width: 100%; min-width: 650px; border-collapse: collapse; font-size: 14px; line-height: 1.55; }
.cc-comparison th, .cc-comparison td { padding: 15px 17px; border-bottom: 1px solid #e9dde1; text-align: left; vertical-align: top; }
.cc-comparison thead th { background: var(--cc-plum); color: white; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.cc-comparison tbody th { width: 22%; color: var(--cc-ink); font-weight: 800; }
.cc-comparison tbody tr:last-child th, .cc-comparison tbody tr:last-child td { border-bottom: 0; }
.cc-faq-list { margin-top: 46px; }
.cc-faq-list details { border-top: 1px solid var(--cc-line); }
.cc-faq-list details:last-child { border-bottom: 1px solid var(--cc-line); }
.cc-faq-list summary { padding: 18px 34px 18px 0; color: var(--cc-ink); font-weight: 800; line-height: 1.45; cursor: pointer; }
.cc-faq-list details p { max-width: 780px; margin: -3px 0 20px; color: var(--cc-muted); line-height: 1.75; }
.cc-next-steps { margin: 48px 0 34px; padding: 26px; border-radius: 12px; background: var(--cc-paper-2); }
.cc-next-steps h2 { margin: 0 0 16px; font-size: 25px; }
.cc-next-steps ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.cc-next-steps a { display: flex; justify-content: space-between; gap: 16px; padding: 12px 14px; border-radius: 7px; background: rgba(255,255,255,.82); color: var(--cc-plum); font-weight: 750; text-decoration: none; }
.cc-next-steps a:hover, .cc-next-steps a:focus-visible { background: white; text-decoration: underline; }

.cc-guide-hero { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 40px; margin-bottom: 54px; }
.cc-guide-hero img, .cc-mineral-placeholder { width: 100%; aspect-ratio: 4 / 3; border-radius: 14px; object-fit: cover; box-shadow: 0 20px 50px rgba(54,23,42,.12); }
.cc-mineral-placeholder { display: grid; place-items: center; background: radial-gradient(circle at 35% 30%, #f5dce9, #6d4059 45%, #1b0212 80%); }
.cc-mineral-placeholder span { color: rgba(255,255,255,.9); font: 500 120px/1 "Playfair Display", serif; }
.cc-property-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.cc-property-grid div { padding: 18px; border: 1px solid var(--cc-line); border-radius: 9px; background: white; }
.cc-property-grid dt { margin-bottom: 7px; color: var(--cc-muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cc-property-grid dd { margin: 0; color: var(--cc-ink); font-weight: 700; }
.cc-two-col { display: grid; grid-template-columns: 1.3fr .7fr; gap: 32px; align-items: start; }
.cc-two-col .cc-note { margin-top: 46px; }
.cc-care-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.cc-care-grid article { padding: 20px; border-radius: 10px; background: white; border: 1px solid var(--cc-line); }
.cc-care-grid h3 { margin: 0 0 9px; }
.cc-source-list { display: flex; flex-wrap: wrap; gap: 10px 22px; padding-left: 20px; }
.cc-references { margin-top: 52px; padding: 26px; border-radius: 12px; background: var(--cc-paper-2); }

.cc-pair-summary { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.cc-pair-summary article { padding: 30px; border: 1px solid var(--cc-line); border-radius: 12px; background: white; text-align: center; }
.cc-pair-summary article h2 { margin: 0 0 10px; }
.cc-pair-symbol { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--cc-plum); color: white; font-size: 28px; }

.cc-tool-app { max-width: 1060px; margin: 18px auto 80px; padding: 0 22px; }
.cc-tool-shell { overflow: hidden; border: 1px solid var(--cc-line); border-radius: 16px; background: rgba(255,255,255,.92); box-shadow: 0 22px 55px rgba(54,23,42,.08); }
.cc-tool-head { padding: clamp(26px, 5vw, 48px); background: linear-gradient(135deg, #f9ece2, #fff 70%); border-bottom: 1px solid var(--cc-line); }
.cc-tool-head h1 { margin: 6px 0 12px; color: var(--cc-ink); font: 500 clamp(35px, 6vw, 58px)/1.06 "Playfair Display", serif; }
.cc-tool-head p { max-width: 760px; color: var(--cc-muted); line-height: 1.7; }
.cc-tool-body { padding: clamp(24px, 5vw, 48px); }
.cc-progress { display: flex; gap: 8px; margin-bottom: 30px; }
.cc-progress span { height: 5px; flex: 1; border-radius: 5px; background: #eadde2; }
.cc-progress span.is-done { background: var(--cc-sage); }
.cc-question h2 { margin: 0 0 10px; color: var(--cc-ink); font: 600 30px/1.2 "Playfair Display", serif; }
.cc-question > p { color: var(--cc-muted); }
.cc-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 24px 0 30px; }
.cc-option { min-height: 86px; padding: 17px; border: 1px solid var(--cc-line); border-radius: 10px; background: var(--cc-paper); color: var(--cc-text); text-align: left; cursor: pointer; }
.cc-option:hover, .cc-option:focus-visible, .cc-option.is-selected { border-color: var(--cc-sage); background: #edf5ef; outline: none; }
.cc-option strong { display: block; margin-bottom: 5px; color: var(--cc-ink); }
.cc-tool-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.cc-tool-actions button { min-height: 44px; padding: 0 19px; border-radius: 6px; border: 1px solid var(--cc-ink); font-weight: 700; cursor: pointer; }
.cc-tool-actions .cc-next { background: var(--cc-ink); color: white; }
.cc-tool-actions .cc-back { background: transparent; color: var(--cc-ink); }
.cc-result-list { display: grid; gap: 15px; margin: 24px 0; }
.cc-result-card { padding: 22px; border: 1px solid var(--cc-line); border-radius: 11px; background: white; }
.cc-result-card h3 { margin: 0 0 8px; color: var(--cc-ink); font: 600 24px/1.25 "Playfair Display", serif; }
.cc-result-score { float: right; padding: 5px 9px; border-radius: 20px; background: var(--cc-sage-soft); color: #244333; font-size: 11px; font-weight: 800; }
.cc-pair-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cc-field label { display: block; margin-bottom: 7px; color: var(--cc-muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cc-field select { width: 100%; min-height: 48px; padding: 0 12px; border: 1px solid var(--cc-line); border-radius: 7px; background: white; }
.cc-pair-result { margin-top: 30px; padding: 26px; border-radius: 12px; background: var(--cc-paper-2); }
.cc-status { display: inline-block; padding: 6px 10px; border-radius: 18px; background: var(--cc-sage-soft); color: #244333; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.cc-tool-support { padding: 72px 28px 88px; border-top: 1px solid var(--cc-line); background: #f9ece2; }
.cc-tool-support-inner { max-width: 1060px; margin: 0 auto; }
.cc-tool-support h2 { margin: 5px 0 15px; color: var(--cc-ink); font: 600 clamp(30px, 4vw, 43px)/1.16 "Playfair Display", serif; }
.cc-tool-support-intro { max-width: 800px; margin: 0 0 28px; color: var(--cc-muted); font-size: 17px; line-height: 1.75; }
.cc-support-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.cc-support-grid article { padding: 23px; border: 1px solid var(--cc-line); border-radius: 11px; background: rgba(255,255,255,.82); }
.cc-support-grid h3 { margin: 0 0 10px; color: var(--cc-ink); font: 600 21px/1.3 "Playfair Display", serif; }
.cc-support-grid p { margin: 0; color: var(--cc-muted); font-size: 14px; line-height: 1.7; }
.cc-tool-support .cc-faq-list h2, .cc-tool-support .cc-next-steps h2 { font-size: 27px; }
.cc-tool-support .cc-next-steps { background: rgba(255,255,255,.55); }

.cc-site-footer { padding: 56px 28px 24px; background: #2b1422; color: #f9ece2; }
.cc-footer-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 34px; }
.cc-footer-grid h2 { margin: 0 0 12px; font: 600 28px/1.2 "Playfair Display", serif; }
.cc-footer-grid h3 { margin: 0 0 12px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.cc-footer-grid p { max-width: 390px; color: #d9c9cf; line-height: 1.7; }
.cc-footer-grid a { display: block; margin: 8px 0; color: #eadde2; font-size: 13px; text-decoration: none; }
.cc-cookie-settings { display: block; margin: 8px 0; padding: 0; border: 0; background: transparent; color: #eadde2; font: inherit; font-size: 13px; text-align: left; cursor: pointer; }
.cc-cookie-settings:hover, .cc-cookie-settings:focus-visible { color: white; text-decoration: underline; }
.cc-footer-note { max-width: 1180px; margin: 35px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); display: flex; justify-content: space-between; gap: 28px; color: #cdbcc3; font-size: 11px; }

.cc-cookie-banner { position: fixed; z-index: 99999; right: 20px; bottom: 20px; width: min(430px, calc(100vw - 32px)); padding: 22px; border: 1px solid var(--cc-line); border-radius: 12px; background: #fffdfb; box-shadow: 0 18px 55px rgba(43,20,34,.2); color: var(--cc-text); }
.cc-cookie-banner h2 { margin: 0 0 8px; color: var(--cc-ink); font: 600 22px/1.25 "Playfair Display", serif; }
.cc-cookie-banner p { margin: 0; color: var(--cc-muted); font-size: 13px; line-height: 1.6; }
.cc-cookie-banner a { color: var(--cc-plum); font-weight: 700; }
.cc-cookie-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; margin-top: 17px; }
.cc-cookie-actions button { min-height: 40px; padding: 0 14px; border: 1px solid var(--cc-ink); border-radius: 6px; font-weight: 700; cursor: pointer; }
.cc-cookie-decline { background: transparent; color: var(--cc-ink); }
.cc-cookie-accept { background: var(--cc-ink); color: white; }

@media (max-width: 1000px) {
  .cc-desktop-nav, .cc-header-search, .cc-header-cta { display: none; }
  .cc-native-mobile-nav { display: block; }
  .cc-card-grid, .cc-tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cc-property-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 782px) {
  body.admin-bar .cc-site-header, body.admin-bar .cc-stitch-header, body.cc-has-admin-bar .cc-stitch-header { top: 46px; }
}
@media (max-width: 720px) {
  .cc-stitch-header .cc-stitch-actions { display: none !important; }
  .cc-stitch-header .cc-stitch-brand-row { min-width: 0; width: 100%; gap: 14px; }
  .cc-stitch-header .cc-stitch-brand { min-width: 0; }
  .cc-stitch-header .cc-mobile-nav { margin-left: auto; flex-shrink: 0; }
  .cc-stitch-header .cc-mobile-nav summary { display: flex; min-height: 44px; align-items: center; justify-content: center; }
  .cc-stitch-header .cc-mobile-nav-links { top: 5.5rem; max-height: calc(100vh - 7rem); overflow-y: auto; }
  .cc-stitch-header .cc-mobile-region { display: block; padding: 12px; border-top: 1px solid var(--cc-line); color: var(--cc-muted); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
  .cc-home-hero { font-size: clamp(2.5rem, 11.5vw, 2.875rem) !important; line-height: 1.06 !important; }
  .cc-header-inner { min-height: 68px; padding: 0 16px; }
  .cc-brand small { display: none; }
  .cc-page-wrap { padding: 26px 16px 64px; }
  .cc-card-grid, .cc-tool-grid, .cc-guide-hero, .cc-two-col, .cc-care-grid, .cc-pair-form, .cc-support-grid { grid-template-columns: 1fr; }
  .cc-property-grid { grid-template-columns: 1fr 1fr; }
  .cc-pair-summary { grid-template-columns: 1fr; }
  .cc-pair-symbol { margin: -5px auto; }
  .cc-option-grid { grid-template-columns: 1fr; }
  .cc-tool-actions { align-items: stretch; flex-direction: column-reverse; }
  .cc-tool-actions button { width: 100%; }
  .cc-footer-grid { grid-template-columns: 1fr 1fr; }
  .cc-footer-grid > div:first-child { grid-column: 1 / -1; }
  .cc-footer-note { flex-direction: column; }
}
@media (max-width: 430px) {
  .cc-stitch-header .cc-stitch-brand span:last-child { display: none; }
  .cc-property-grid, .cc-footer-grid { grid-template-columns: 1fr; }
  .cc-footer-grid > div:first-child { grid-column: auto; }
  .cc-cookie-banner { right: 16px; bottom: 16px; }
  .cc-cookie-actions { align-items: stretch; flex-direction: column-reverse; }
  .cc-cookie-actions button { width: 100%; }
  .cc-tool-support { padding: 54px 16px 64px; }
}
