#main-content { background: var(--brand); overflow: hidden; }
section:is(.bg-cream, .bg-cream-tl, .bg-cream-tr, .bg-cream-bl, .bg-cream-br){ background: #fdfcf3; position: relative; width: 100%; padding-top: 40px; margin: 0; }
section.bg-brand-bl,section.bg-brand-br,section.bg-brand-tl,section.bg-brand-tr,section.bg-brand-tr-br { --cut-r: 150px; --reveal: #fdfcf3; position: relative; }
@media (max-width:768px){ section.bg-brand-bl, section.bg-brand-br, section.bg-brand-tl, section.bg-brand-tr, section.bg-brand-tr-br { --cut-r: 80px; } }
section.bg-cream-tl { border-top-left-radius: 150px; } @media (max-width: 768px) {section.bg-cream-tl { border-top-left-radius: 80px;} }
section.bg-cream-tr { border-top-right-radius: 150px; } @media (max-width: 768px) {section.bg-cream-tr { border-top-right-radius: 80px;} }
section.bg-cream-bl { border-bottom-left-radius: 150px; } @media (max-width: 768px) {section.bg-cream-bl { border-bottom-left-radius: 80px;} }
section.bg-cream-br { padding-top: 100px; border-bottom-right-radius: 150px; } @media (max-width: 768px) {section.bg-cream-br { border-bottom-right-radius: 80px;} }

section.bg-brand-bl::after { content: ""; position: absolute; left: 0; bottom: 0; width: var(--cut-r); height: var(--cut-r); background: var(--reveal); pointer-events: none; -webkit-mask: radial-gradient(circle var(--cut-r) at 100% 0, transparent 0 99%, #000 100%); mask: radial-gradient(circle var(--cut-r) at 100% 0, transparent 0 99%, #000 100%); }
section.bg-brand-br::after { content: ""; position: absolute; right: 0; bottom: 0; width: var(--cut-r); height: var(--cut-r); background: var(--reveal); pointer-events: none; -webkit-mask: radial-gradient(circle var(--cut-r) at 0 0, transparent 0 99%, #000 100%); mask: radial-gradient(circle var(--cut-r) at 0 0, transparent 0 99%, #000 100%); }
section.bg-brand-tl::after { content: ""; position: absolute; left: 0; top: 0; width: var(--cut-r); height: var(--cut-r); background: var(--reveal); pointer-events: none; -webkit-mask: radial-gradient(circle var(--cut-r) at 100% 100%, transparent 0 99%, #000 100%); mask: radial-gradient(circle var(--cut-r) at 100% 100%, transparent 0 99%, #000 100%); }
section.bg-brand-tr::after { content: ""; position: absolute; right: 0; top: 0; width: var(--cut-r); height: var(--cut-r); background: var(--reveal); pointer-events: none; -webkit-mask: radial-gradient(circle var(--cut-r) at 0 100%, transparent 0 99%, #000 100%); mask: radial-gradient(circle var(--cut-r) at 0 100%, transparent 0 99%, #000 100%); }
section.bg-brand-tr-br::before { content: ""; position: absolute; right: 0; top: 0; width: var(--cut-r); height: var(--cut-r); background: var(--reveal); pointer-events: none; -webkit-mask: radial-gradient(circle var(--cut-r) at 0 100%, transparent 0 99%, #000 100%); mask: radial-gradient(circle var(--cut-r) at 0 100%, transparent 0 99%, #000 100%); }
section.bg-brand-tr-br::after { content: ""; position: absolute; right: 0; bottom: 0; width: var(--cut-r); height: var(--cut-r); background: var(--reveal); pointer-events: none; -webkit-mask: radial-gradient(circle var(--cut-r) at 0 0, transparent 0 99%, #000 100%); mask: radial-gradient(circle var(--cut-r) at 0 0, transparent 0 99%, #000 100%); }

section  { scroll-margin-top: 100px; }

.brand-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 25px; }
.brand-card { background: var(--brand); color: #fff; border-radius: 18px; border: 1px solid #fff; padding: 16px; box-shadow: 0 10px 20px #00000090; text-align: center; }
.brand-card-title { font-weight: 600; font-size: 18px; line-height: 1.15; margin-bottom: 8px; opacity: 0.90;}
.brand-card-copy { opacity: 0.80; line-height: 1.35; }
.brand-card-head h3 { margin: 36px 0 0; }
/* Responsive */
@media (max-width: 900px){ .brand-cards { grid-template-columns: 1fr; } }

/* === HORIZONTAL FACT ROW BAR LEFT === */
.fact-row { display: grid; grid-template-columns: repeat(3, 360px); gap: 3px; justify-content: flex-start; align-items: stretch; margin-top: 27px; padding: 0; opacity: .85; }
.fact-box { max-width: 360px; height: auto; display: grid; grid-template-rows: auto auto 1fr; gap: 9px; box-sizing: border-box; padding-left: 9px; border-left: 1px solid #ffffff60; }
.fact-box-blk { max-width: 360px; height: auto; display: grid; grid-template-rows: auto auto 1fr; gap: 9px; box-sizing: border-box; padding-left: 9px; border-left: 1px solid var(--brand); }
.fact-title { color: #fff; font-size: 24px; opacity:.70; font-weight: 600; margin-bottom: -6px; }
.fact-title-blk { color: var(--brand); font-size: 24px; line-height: 1.1; opacity:.99; font-weight: 600; margin-bottom: -6px; }
.fact-sub { font-weight: 700; color: #fff; line-height: 1.1; opacity: 0.45; }
.fact-copy { opacity: 0.9; line-height: 1.2; font-size: 15px; letter-spacing: -0.01em; }
.fact-box-align1 { text-align: left; max-width: 27ch; }
.fact-box-align2 { text-align: left; max-width: 27ch; }
.fact-box-align3 { text-align: left; max-width: 27ch; }
@media (max-width: 900px){.fact-row { grid-template-columns: 1fr; gap: 9px; } .fact-box { padding-left: 0; border-left: 0; border-top: 1px solid #ffffff60; padding-top: 9px; }.fact-box:first-child { border-top: 0; padding-top: 0; } }
@media (max-width: 900px){.fact-box-wht { padding-left: 0; border-left: 0; border-top: 1px solid var(--brand); padding-top: 9px; } }

/* === CTA BANNER === */
.browse { margin: 40px 0 40px 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; align-items: start; }
.browse-copy { font-weight: 200; font-size: 18px; font-style: italic; }
.browse-note { font-weight: 200; font-size: 15px; margin-top: 9px; font-style: italic; }
.cta-ban-green { padding: 9px; display: grid; grid-template-columns: minmax(0, 1fr); }
.cta-ban-green .cta-primary { background-color: var(--pill-hover-green); margin-top: 9px; width: 165px; height: 54px; line-height: 1.4; white-space: normal; }
.cta-ban-blue { padding: 9px; display: grid; grid-template-columns: minmax(0, 1fr); }
.cta-ban-blue .cta-secondary { background-color: var(--pill-hover-blue); margin-top: 9px; width: 165px; height: 54px; line-height: 1.4; white-space: normal; }
.browse-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.cta-ban-blue .cta-secondary { display: flex; align-items: center; justify-content: center; background-color: var(--pill-hover-blue); width: 165px; height: 54px; line-height: 1.4; white-space: normal; text-align: center; }
@media (max-width: 900px) { .browse { grid-template-columns: 1fr; } .browse-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); } .cta-ban-blue .cta-secondary { width: 100%; } }

/* === INSTALLATION REVIEWS TRACK =========================================== */
.install-grid { position: relative; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(320px, 1fr); gap: 16px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; margin-top: 14px; margin-bottom: 9px; padding-top: 6px; padding-bottom: 0px; scrollbar-gutter: stable; scrollbar-width: none; }
.install-scroller { position: relative; }
.install-scroller a { color: var(--pill-hover-blue); } .install-scroller a:hover { opacity:.7; }
.install-arrow[hidden]{ display:none; }
.install-arrow { position: absolute; top: clamp(110px, 22vw, 170px); transform: translateY(-50%); width: 46px; height: 46px; border-radius: 999px; border: 1px solid rgba(255,255,255,.35); background: rgba(0,0,0,.35);  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); color: #fff; display: grid; place-items: center; font-size: 28px; line-height: 1; cursor: pointer; z-index: 5; transition: transform .12s ease, background .2s ease, border-color .2s ease, opacity .2s ease; }
.install-arrow-left { left: -10px; }
.install-arrow-right { right: -10px; }
.install-grid::-webkit-scrollbar { display: none; }
.install-card { position: relative; overflow: hidden; scroll-snap-align: start; border-radius: 14px; background: var(--brand); }
.install-card-body { padding: 6px; text-align: center; }
.install-card-image { display: block; aspect-ratio: 4 / 3; overflow:hidden; }
.install-card-image img { width:100%; height:100%; border-radius: 14px 14px 0 0; border: 1px solid var(--brand); object-fit:cover; object-position: center; display: block; }
.install-card-meta { display: flex; opacity:.75; color: #fff; justify-content: center; margin-top: 6px;}
.install-card-meta .town { font-weight: 600; letter-spacing: -0.01em; }
.install-card-quote { margin: 6px 0 6px 3px; font-style: italic; line-height: 1.25; color: #ffffffb8; font-size: 16px; }
.install-actions { margin-top: 14px; display: flex; gap: 12px; flex-wrap: wrap; }
.install-card-quote::before{ content: ""; display: block; height: 1px; margin: 9px; background: linear-gradient( 90deg, transparent 0%, rgba(212,175,55,.25) 18%, rgba(212,175,55,.95) 50%, rgba(212,175,55,.25) 82%, transparent 100% ); box-shadow: 0 0 10px rgba(212,175,55,.20), 0 0 18px rgba(212,175,55,.10); opacity: .95; }
/* gold band sits BELOW copy */
.install-card-body::after{ content: ""; display: block; height: 1px; margin: 9px; background: linear-gradient( 90deg, transparent 0%, rgba(212,175,55,.25) 18%, rgba(212,175,55,.95) 50%, rgba(212,175,55,.25) 82%, transparent 100% ); box-shadow: 0 0 10px rgba(212,175,55,.20), 0 0 18px rgba(212,175,55,.10); opacity: .95; }

/* ===== BAN-REVIEW (exact duplicate of REVIEWS BAR) ======================= */
.ban-review { width:100%; margin:0; padding:0; }
.ban-review-badge { position: relative; width: 100%; margin: 0; border-radius: 0; display: grid; grid-template-columns: 250px 1fr; align-items: stretch; background: var(--reviews-bg); border-top: 1px solid var(--reviews-border); border-bottom: 1px solid var(--reviews-border); color: #fff; overflow: hidden; isolation: isolate; transition: transform .25s ease, background-color .25s ease, border-color .25s ease; }
.ban-review-badge:hover,.ban-review-badge:focus-within { background-color: rgba(0,0,0,0.92); transform: none; border-color: rgba(255,255,255,0.85); }
.ban-review-badge::after { content:""; position:absolute; inset: 2px; border: 0 solid transparent; pointer-events:none; z-index: 2; transition: border-color .25s ease, border-width .25s ease; }
.ban-review-badge::before { content:""; position:absolute; inset: -60% -25%; background: linear-gradient( 120deg, rgba(255,255,255,0.00) 42%, rgba(255,255,255,0.14) 50%, rgba(255,255,255,0.00) 58% );
  transform: translateX(-22%) rotate(-6deg); opacity: 0.45; pointer-events:none; z-index: 1; transition: transform .25s ease, opacity .25s ease; }
.ban-review-badge:hover::before,.ban-review-badge:focus-within::before{ transform: translateX(10%) rotate(-6deg); opacity: 0.85; }
.ban-review-badge:hover::after,.ban-review-badge:focus-within::after { border-width: 1px; border-color: var(--reviews-gold-soft); }
.ban-review-google { display: grid; place-content: center; padding: 20px 14px; text-align: center; border-right: 1px solid rgba(255,255,255,0.12); }
.ban-review-google__label { font-size: 1.1rem; font-weight: 600; line-height: 1; }
.ban-review-stars { animation: none; font-size: 1.45rem; }
.ban-review-badge:hover .ban-review-stars,.ban-review-badge:focus-within .ban-review-stars { animation: starPulse 1.5s ease infinite alternate; }
@keyframes starPulse { 0% { transform: scale(1); } 50%{ transform: scale(1.1); } 100%{ transform: scale(1); } }
.ban-review-link { display: grid; grid-template-rows: auto auto; align-content: center; row-gap: 8px; padding: 10px 16px; color: inherit; min-height: 100%; }
.ban-review-link,.ban-review-link:hover { text-decoration: none; }.ban-review-link:focus-visible { outline: 2px solid rgba(255,255,255,0.95); outline-offset: 3px; }.ban-review-credit { font-size: .8rem; font-weight: 350; opacity: .60; letter-spacing: .06rem; line-height: 1.2; margin: 0; }.ban-review-gallery { margin: 0; padding-top: 10px; border-top: 1px solid rgba(255,255,255,0.12); font-size: 1.3rem; font-weight: 400; opacity: .85; }
@media (max-width: 640px){
  .ban-review-badge { grid-template-columns: max-content 1fr; }
  .ban-review-google { padding: 12px 10px; min-width: 0; }
  .ban-review-google__label{ font-size: 0.95rem; }
  .ban-review-stars { font-size: 1.15rem; }
  .ban-review-credit { display: none; }
  .ban-review-gallery { margin: 0; font-size: 0; border-top: 0; padding-top: 0; margin-top: 0; text-align: center; }
  .ban-review-gallery::before{ content: "Review & Installation"; display: block; font-size: 1.2rem; font-weight: 600; line-height: 1.15; opacity: 0.92; }
  .ban-review-gallery::after{ content: "Gallery"; display: block; margin-top: 4px; font-size: 1.5rem; font-weight: 800; line-height: 1.05; letter-spacing: 0.01em; opacity: 0.98; } }

/* ===== TRUST VARIANT (3-CELL) for ban-review ============================= */
.ban-review-badge--trust{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ban-review-badge--trust .ban-trust-cell { display: grid; place-items: center; padding: 14px 16px; position: relative; z-index: 3; border-right: 1px solid rgba(255,255,255,0.12); }
.ban-review-badge--trust .ban-trust-cell:last-child{ border-right: 0; }
.ban-trust-badge { display: grid; grid-template-columns: 62px 1fr; column-gap: 12px; align-items: center; text-align: left; width: min(340px, 100%); }
.ban-trust-ico { width: 54px; height: 54px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.18); display: grid; place-items: center; background: rgba(255,255,255,0.06); }
.ban-trust-ico svg{ display: block; fill: var(--reviews-gold-soft); filter: drop-shadow(0 1px 1px rgba(0,0,0,0.35)); }
.ban-trust-stack { display: grid; row-gap: 2px; }
.ban-trust-head { display: grid; row-gap: 2px; }
.ban-trust-title { display: block; font-size: 1.15rem; font-weight: 800; letter-spacing: 0.01em; line-height: 1.05; }
.ban-trust-subtitle { display: block; font-size: 1.05rem; font-weight: 700; opacity: 0.90; line-height: 1.05; }
.ban-trust-meta { display: block; margin-top: 4px; font-size: 0.85rem; font-weight: 600; opacity: 0.65; letter-spacing: 0.02em; line-height: 1.15; }
@media (max-width: 640px){ .ban-review-badge--trust{ grid-template-columns: 1fr; } .ban-review-badge--trust .ban-trust-cell { border-right: 0; border-top: 1px solid rgba(255,255,255,0.12); padding: 14px 12px; }
  .ban-review-badge--trust .ban-trust-cell:first-child{ border-top: 0; }
  .ban-trust-badge { grid-template-columns: 54px 1fr; width: 100%; }
  .ban-trust-head { display: inline; }
  .ban-trust-title,.ban-trust-subtitle { display: inline; }
  .ban-trust-subtitle::before{ content: " - "; font-weight: 600; opacity: 0.95; } }

/* === BAN-REVIEW: mobile wording + blue text ============================= */
@media (max-width: 640px){
  /* make the mobile “2-line” text read what you want */
  .ban-review-gallery::before{ content: "See more quartz reviews"; color: #fff; font-style: italic; font-size: 1.05rem; font-weight: 500; padding-bottom: 6px; }
  .ban-review-gallery::after{ content: "Review Gallery"; color: var(--pill-hover-blue); font-size: clamp(1.3rem, 4.5vw, 1.6rem); font-weight: 800; } }

@media (max-width: 700px){.install-grid { left: 50%; right: 50%; width: 100vw; margin-left: -50vw; margin-right: -50vw; padding-left: var(--container-pad); padding-right: var(--container-pad); scroll-padding-left: var(--container-pad); scroll-padding-right: var(--container-pad); } }

/* === COLOUR CARDS ========================================================= */
.colours-lead { margin-top:8px; opacity:.85; }
.colours-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap: 14px; margin-top: 24px; margin-bottom: 14px; }
.colour-card { display: block; border:1px solid rgba(0,0,0,.08); border-radius: 20px; padding: 9px; box-shadow: 0 10px 24px rgba(0,0,0,.20); overflow: hidden; background: transparent; cursor: zoom-in; }
.colour-card-image { position: relative; display: block; aspect-ratio: 4 / 4; overflow:hidden; border-radius: 999px; border: 1px solid var(--brand); }
.colour-card-image img { width:100%; height:100%; object-fit:cover; object-position:center; display:block; transition: transform .25s ease; transform: scale(1); }
.colour-card-title { display: block; font-weight: 700; color: var(--brand); text-align: center; margin-top:10px; }
.colour-card-sub { display: block; margin-top: 6px; opacity:.8; line-height: 1.1; color: var(--brand); text-align: center; }
.colour-actions { margin-top: 14px; display: flex; gap: 12px; flex-wrap: wrap; }
.colours-break { grid-column: 1 / -1; display: grid; place-items: center; margin: 6px 0 2px; }


.swatch-wrap { position: relative; display: grid; place-items: center; padding: 0; }
.swatch-main { position: relative; display: block; width: 100%; aspect-ratio: 1 / 1; border-radius: 999px; overflow: hidden; border: 1px solid var(--brand); }
.swatch-main img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1); transition: transform .25s ease; }
.swatch-swap { position: absolute; left: 3%; top: 0%; width: 64px; height: 64px; border-radius: 999px; overflow: hidden; border: 1px solid #fff; background: rgba(0,0,0,.25); box-shadow: 0 14px 28px rgba(0,0,0,.28); padding: 0; cursor: pointer; z-index: 3; }
.swatch-swap img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: .95; }
.swatch-swap:focus-visible { outline: 2px solid rgba(255,255,255,.85); outline-offset: 3px; }
.colour-card:hover .swatch-main img{ transform: scale(2.00); }
@media (max-width: 900px){ .colours-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); } .swatch-swap{ width: 56px; height: 56px; left: -6px; } }
@media (max-width: 520px){ .swatch-swap{ width: 52px; height: 52px; left: 0px; top: 0; } }

/* === WHY CHOOSE QW ======================================================== */
.why-qw .fact-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; margin-top: 50px; padding-bottom: 40px; opacity: .85; }
.why-qw .fact-box { max-width: none; height: auto; display: grid; grid-template-rows: auto auto 1fr; gap: 9px; box-sizing: border-box; padding-left: 16px; border-left: 1px solid #ffffff60 ; }
.why-qw .fact-sub { font-weight: 600; color: #fff; line-height: 1.1; opacity: 0.65; }
.why-qw .fact-copy { opacity: 1; line-height: 1.3; font-size: 16px; letter-spacing: -0.01em; }
@media (max-width: 900px){.why-qw .fact-row { grid-template-columns: repeat(1, minmax(0, 1fr)); } }
@media (max-width: 600px){.why-qw .fact-row { grid-template-columns: 1fr; }.why-qw .fact-box { padding-left: 0; border-left: 0; border-top: 1px solid #ffffff60; padding-top: 12px; }.why-qw .fact-box:first-child { border-top: 0; padding-top: 0; } }
/* === IMAGE CSS ============================================================ */ 
.why-qw-image { margin: 40px 0 9px 0; }
.why-qw-image img { width: 100%; height: auto; display: block; border-radius: 9px 9px 50px 9px; }
.why-qw-image figcaption {font-size: 15px; padding-top: 9px; letter-spacing: -0.03em; opacity:.85; font-style: italic; }
.why-qw-image figure { margin:0; padding:0; }

.image-frame { display: block; margin: 1rem auto; max-width: 50%; text-align: center; }
.image-frame img { width: 100%; height: auto; display: block; border-radius: 9px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); transition: transform 0.3s ease; }
.image-caption { margin-top: 0.5rem; font-size: 0.9rem; color: #fff; line-height: 1.4; }
@media (max-width: 900px){ .image-frame { max-width: 100%; } }

.split-install { display: grid; grid-template-columns: 1fr; gap: 2rem; margin-top: 1rem; }
.split-install .split-text p { margin-bottom: 1rem; max-width: 72ch; }
.split-install .split-image { align-self: center; justify-self: center; }
.split-install .split-image .split-img { width: 100%; max-height: 500px; object-fit: cover; border-radius: 6px; }

@media (min-width: 900px) {.split-install { grid-template-columns: 1.1fr 0.9fr; align-items: center; }   
  .split-install .split-image img { width: 100%; } }
  
  
  
/* ===================== STOCKS / SIZES / LEAD TIMES ======================== */
.info-band { margin-top: 18px; margin-bottom: 10px; padding: 14px 14px 12px; border-radius:15px; background: #ffffff90; box-shadow: 0 10px 22px rgba(0,0,0,0.30); }
.info-band h3 { margin:0; align-self: start; }
.info-band p { margin:0; line-height:1.2; padding: 0 0 9px; }
.info-brief { margin: 15px 0 15px; text-align: center; max-height: 44px; border: 1px solid var(--brand); border-radius: 9px; background: var(--brand); padding: 8px; font-weight: 600; color: #ddd; font-size: 16px; }

/* === QUARTZ WORKTOP PRICE ================================================= */
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: start; margin-top: 24px; }
.price-card { border-radius: 14px; padding: 12px; background: transparent; border: 1px solid #ffffff90; }
.price-card h3 { font-size:29px; color: #fff; opacity:.85; font-weight: 700; padding-bottom: 9px; } 
@media (max-width: 900px){ .price-grid { grid-template-columns: 1fr; } .price-card h3 { font-size: 20px; } }

/* === QUARTZ SPECIFICATION & FABRICATION OPTIONS =========================== */
.glyph-box { position: relative; width: 100px; height: 100px; border: 1px solid #ffffff80; overflow: hidden; display: grid; place-items: stretch; }
.glyph-box .radius-glyph { position: relative; top: 20px; left: 20px; padding: 0; background: #ffffff80; border-top-left-radius: 500px; }
.glyph-box .edge-glyph { position: absolute; height: 60px; top: 20px; bottom: 20px; left: 20px; right: 0; background: #ffffff80; border-top-left-radius: 250px; border-bottom-left-radius: 250px; }
.glyph-box .cut-glyph { position: relative; background: #ffffff80; margin: 0; padding: 20px; }
.glyph-box .cut-glyph::before { content:""; position: absolute; inset: 18px; top: 36px; background: var(--brand); border-radius: 12px; }
.glyph-box .cut-glyph::after{ content:""; position: absolute; width: 14px; height: 14px; border-radius: 999px; background: var(--brand); left: 50%; transform: translateX(-50%); top: 12px; }
.glyph-box .splashback-glyph { position: relative; background: var(--brand); }
.glyph-box .splashback-glyph::before { content:""; position: absolute; left: 0; right: 0; bottom: 0; height: 25px; background: #ffffff80; }
.glyph-box .splashback-glyph::after { content:""; position: absolute; width: 65px; height: 60px; left: 50%; transform: translateX(-50%); bottom: 25px; background: #ffffff80; }
.glyph-box .grooves-glyph { position: relative; background: #ffffff80; overflow: hidden; }
.glyph-box .grooves-glyph::before { content:""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 30px; height: 100px; background: var(--brand); border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; }
.glyph-box .grooves-glyph::after { content:""; position: absolute; left: 0; right: 0; height: 70px; top: 50%; transform: translateY(-50%); background: repeating-linear-gradient( to bottom, var(--brand) 0 8px, transparent 8px 15px ); }
.glyph-box .waterfall-glyph{ position: relative; background: var(--brand); overflow: hidden; }
.glyph-box .waterfall-glyph::before { content:""; position: absolute; left: 0; right: 10px; top: 20px; height: 50px; background: #ffffff80; clip-path: polygon(0 0, calc(100% - 20px) 0, 30% 100%, 100% 100%, 0 100%); }
.glyph-box .waterfall-glyph::after { content:""; position: absolute; right: 30px; top: 16px; width: 42px; height: 84px; background: #ffffff80; clip-path: polygon(46px 0, 100% 0, 100% 100%, 0 100%, 0 55px); }
.glyph-box > div { width: 100%; height: 100%; }
.glyph-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 24px; }
.glyph-item { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 0; align-items: start; }
.glyph-copy { display: block; }
.glyph-grid .glyph-copy h3 { color: #fff; opacity:.85; margin: 0 0 6px; font-size: 22px; }
.glyph-grid .glyph-copy p { line-height: 1.2; font-size: 15px; margin: 0; }
.glyph-inline-link { color: var(--pill-hover-blue); text-decoration: none; font-weight: 600; transition: opacity .15s ease; }
.glyph-inline-link:hover,.glyph-inline-link:focus-visible { opacity: .75; text-decoration: underline; text-underline-offset: 3px; }
/* === BATHROOM GLYPH LAYOUT ===================================== */
.glyph-grid-alt { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 33px; margin-bottom: 33px; }
.glyph-item-alt { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 0; align-items: start; }
.glyph-copy-alt { display: block; }
.glyph-grid-alt .glyph-copy-alt h3 { color: var(--brand); opacity: .85; margin:-6px 0 0 -9px; font-size: 22px; }
.glyph-grid-alt .glyph-copy-alt p { line-height: 1.2; font-size: 15px; margin-left: -9px; }
@media (max-width: 900px){.glyph-grid-alt { grid-template-columns: 1fr; } }
/* === ISOLATED ICON FRAME ======================================= */
.glyph-icon { position: relative; width: 100px; height: 100px; border: 2px solid var(--brand); overflow: hidden; display: grid; place-items: stretch; background: var(--pill-hover-blue); }
.glyph-icon > div { width: 100%; height: 100%; }
/* === SHOWER / WATER-RESISTANT GLYPH ============================ */
.glyph-icon .shower-glyph { position: relative; width: 100%; height: 100%; overflow: hidden; }
.glyph-icon .shower-glyph::before { content: ""; position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 62px; height: 24px; background: var(--brand); border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; }
.glyph-icon .water-line { position: absolute; top: 27px; width: 9px; height: 81px; border-radius: 50px; transform-origin: top center; background: repeating-linear-gradient(to bottom, var(--brand) 0 9px, transparent 9px 18px ); }
.glyph-icon .water-line-1 { left: 28px; transform: rotate(24deg); }
.glyph-icon .water-line-2 { left: 43px; transform: rotate(0deg); }
.glyph-icon .water-line-3 { left: 59px; transform: rotate(-24deg); }
/* === FEWER JOINTS GLYPH ============================ */
.glyph-icon .fewer-joints-glyph { position: relative; width: 100%; height: 100%; overflow: hidden; }
.glyph-icon .fewer-joints-glyph::before { content: ""; position: absolute; top: 0; bottom: 0; left: 9px; width: 6px; background: var(--brand); }
.glyph-icon .fewer-joints-glyph::after { content: ""; position: absolute; left: 0; right: 0; top: 9px; height: 6px; background: var(--brand); }
/* === EASY MAINTENANCE GLYPH ============================ */
.glyph-icon .easy-maintenance-glyph { position: relative; width: 100%; height: 100%; overflow: hidden; }
.glyph-icon .easy-maintenance-glyph::before { content: ""; position: absolute; inset: 9px; background: var(--brand); clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35% ); }
.glyph-icon .easy-maintenance-glyph::after { content: ""; position: absolute; inset: 24px; background: var(--pill-hover-blue); clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35% ); }
/* === FABRICATION GLYPH ============================ */
.glyph-icon .fabrication-glyph { position: relative; width: 100%; height: 100%; overflow: hidden; }
.glyph-icon .fabrication-glyph .blade-back-line { position: absolute; left: 0px; top: 54px; width: 54px; height: 3px; background: var(--brand); z-index: 5; }
.glyph-icon .fabrication-glyph .blade-forward-line { position: absolute; left: 0px; top: 38px; width: 99px; height: 3px; background: var(--brand); transform: rotate(38deg); transform-origin: left center; z-index: 6; }
.glyph-icon .fabrication-glyph .blade-outer { position: absolute; left: 61%; top: 3px; width: 54px; height: 54px; transform: translateX(-50%); border-radius: 50%; background: var(--brand); z-index: 2; }
.glyph-icon .fabrication-glyph .blade-hole { position: absolute; left: 61%; top: 27px; width: 15px; height: 15px; transform: translateX(-50%); border-radius: 50%; background: var(--pill-hover-blue); z-index: 3; }
.glyph-icon .fabrication-glyph .blade-mask { position: absolute; left: 18px; right: 0; top: 0; height: 36px; background: var(--brand); border: 2px solid var(--brand); border-top: none; border-right: none; border-radius: 0 0 0 6px; z-index: 4; }
/* === DESIGN FLEXIBILITY GLYPH ===================== */
.glyph-icon .large-format-glyph { position: relative; width: 100%; height: 100%; overflow: hidden; }
.glyph-icon .large-format-glyph .panel-diagonal { position: absolute; left: 10px; bottom: 10px; width: 106px; height: 6px; background: var(--brand); transform-origin: left center; transform: rotate(-45deg); z-index: 5; pointer-events: none; }
.glyph-icon .large-format-glyph .panel-arrow-tr { position: absolute; top: 6px; right: 6px; width: 36px; height: 36px; background: var(--pill-hover-blue); border-top: 6px solid var(--brand); border-right: 6px solid var(--brand); box-sizing: border-box; } 
.glyph-icon .large-format-glyph .panel-arrow-bl { position: absolute; bottom: 6px; left: 6px; width: 36px; height: 36px; background: var(--pill-hover-blue); border-bottom: 6px solid var(--brand); border-left: 6px solid var(--brand); box-sizing: border-box; } 
/* === CHOICE GLYPH =============================================== */
.glyph-icon .choice-glyph { position: relative; width: 100%; height: 100%; overflow: hidden; }
.glyph-icon .choice-glyph .panel { position: absolute; bottom: 0; right: 0; width: 100px; height: 99px; border: 1px solid var(--brand); background: var(--brand); box-sizing: border-box; -webkit-clip-path: polygon( 0% 100%, 0% 55%, 22% 38%, 38% 81%, 58% 100%, 78% 42%, 100% 28%, 100% 100% ); clip-path: polygon( 0% 100%, 0% 55%, 22% 38%, 38% 52%, 58% 18%, 78% 42%, 100% 28%, 100% 100% ); }
.glyph-icon .choice-glyph .panel-front { position: absolute; bottom: 9px; right: 9px; width: 54px; height: 27px; border: 1px solid var(--brand); background: var(--pill-hover-blue); box-sizing: border-box; }
.glyph-icon .choice-glyph .panel-front-face { position: absolute; bottom: 18px; right: 18px; width: 54px; height: 27px; border: 1px solid var(--brand); background: var(--pill-hover-blue); box-sizing: border-box; }
@media (max-width: 1200px){.glyph-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .glyph-grid .glyph-copy h3 { font-size: 22px; } }
@media (max-width: 900px){.glyph-grid { grid-template-columns: 1fr; } .glyph-grid .glyph-copy h3 { font-size: 20px; } }
@media (max-width: 900px){.glyph-copy{ display: contents; } .glyph-copy h3 { grid-column: 1 / -1; grid-row: 1; margin: 0 0 6px; } .glyph-box { grid-column: 1; grid-row: 2; } .glyph-copy p { grid-column: 2; grid-row: 2; margin: 0; } }
@media (max-width: 900px){.glyph-item{ padding-bottom: 20px; margin-bottom: 6px; border-bottom: 1px solid #ffffff40; } .glyph-item:last-child{ border-bottom: 0; margin-bottom: 0; padding-bottom: 0; } }


/* === INTRO LINK ROW ===================================================== */
.linkrow-grid { display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 33px 0 36px; align-items:stretch; }
.linkrow-card { position: relative; min-height: 160px; background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)), var(--brand); border: 1px solid rgba(255,255,255,.24); border-radius: 6px; overflow: hidden; transition: opacity .6s ease-in-out .6s; }
.linkrow-card:hover,.linkrow-card:focus-within { background: var(--brand); opacity: .9; }
.linkrow-card::after { content:""; position:absolute; top: -40px; right: -40px; width: 120px; height: 120px; border-radius: 9%; background:radial-gradient(circle, rgba(255,255,255,.12), rgba(255,255,255,0) 70%); pointer-events:none; z-index:0; }
.linkrow-card:hover { background:var(--brand); opacity:.9; }
.linkrow-card-link { position:relative; z-index:1; display:flex; flex-direction:column; justify-content:space-between; min-height:180px; height: 100%; padding: 9px; color:inherit; text-decoration:none; }
.linkrow-copy { position:relative; z-index:2; display:flex; flex-direction:column; gap: 6px; margin: 9px; color:rgba(255,255,255,.9); }
.linkrow-copy h3 { margin: 0; font-size: 1.7rem; line-height: 1.05; font-weight: 700; letter-spacing: -0.03em; color:#fff; }
.linkrow-copy p { margin:0; max-width: 30ch; font-size:15px; line-height:1.44; color:rgba(255,255,255,.82); }
.linkrow-kicker { display:inline-block; margin-bottom:6px; font-size:.78rem; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:rgba(255,255,255,.68); }
.linkrow-arrow { position:absolute; right:18px; top:18px; width:72px; height:132px; opacity:.18; pointer-events:none; transform:translate3d(0,0,0); transform-origin:center; transition: transform .9s cubic-bezier(.22,.61,.36,1), opacity .38s ease; z-index:1; }
.linkrow-arrow svg { display:block; width:100%; height:100%; }
.linkrow-arrow path { fill:none; stroke:#fff; stroke-width:15; transition: stroke .45s ease, opacity .45s ease; stroke-linecap:round; stroke-linejoin:square; vector-effect:non-scaling-stroke; }
.linkrow-card:hover .linkrow-arrow path, .linkrow-card:focus-within .linkrow-arrow path { stroke: var(--pill-hover-blue); }
.linkrow-card:hover .linkrow-arrow,.linkrow-card:focus-within .linkrow-arrow { transform:translate3d(0, 45px, 0); opacity:.26; }
@media (max-width: 640px){
  .linkrow-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .linkrow-copy { margin: 3px; }
  .linkrow-copy h3 { font-size: 1.4rem; font-weight: 600; color: var(--pill-hover-blue); }  
  .linkrow-copy p { max-width:none; font-size: 14px; }
  .linkrow-arrow { right:18px; top:12px; width:60px; height:114px; }
  .linkrow-arrow path { stroke: var(--pill-hover-blue); }
  .linkrow-card:hover .linkrow-arrow,.linkrow-card:focus-within .linkrow-arrow { transform:translate3d(0, 81px, 0); } }

/* Toggle Layout */
.toggle-wrap { margin-top: 2rem; }
.toggle-buttons { display: inline-flex; gap: 9px; border: 1px solid #ddd; }
.toggle-btn { padding: 9px 18px; border: 1px solid #ddd; color: #ddd; background: transparent; cursor: pointer; transition: all 0.3s ease; }
.toggle-btn.active { background: #000; color: #fff; border-color: #000; }
.toggle-content { display: none; }
.toggle-content.active { display: block; }
.toggle-list { list-style: none; padding: 0; }
.toggle-list li { margin-bottom: 9px; padding-bottom: 9px; border-bottom: 1px solid #ddd; line-height: 1.5; } 
.toggle-content { opacity: 0; visibility: hidden; height: 0; overflow: hidden; transition: opacity 0.3s ease; }
.toggle-content.active { opacity: 1; visibility: visible; height: auto; }
.toggle-list li { margin-bottom: 9px; }


/* === QUARTZ FAQ'S ========================================================= */ 
.qw-faq { margin-top: 14px; }
.qw-faq-item { background: transparent; padding: 9px 0 0 0; margin: 9px 0 9px; border: 0; }
.qw-faq-item > summary { display: grid; grid-template-columns: 30px minmax(0,1fr); column-gap: 12px; cursor: pointer; font-weight: 600; color: #ffffff92; font-size: 22px; transition: color .2s ease; list-style: none; }
.qw-faq-item > summary:hover { color:#fff; }
.qw-faq-item > summary::-webkit-details-marker { display: none; }
.qw-faq-item > summary::marker { content: ""; }
.qw-faq-item > summary::before { content: "➤"; justify-self: end; align-self: start; opacity: .9; font-size: 20px; transform: rotate(0deg); transition: transform .2s ease, opacity .2s ease; }
.qw-faq-item[open] > summary::before { transform: rotate(-90deg); opacity: 1; }
.qw-faq-body { margin-top: 10px; margin-left: calc(30px + 12px); opacity:.9; border-bottom: 1px solid #ffffff40; font-size: 16px; }
.qw-faq-body p { margin: 0 0 12px 0; }
.qw-faq-body p:last-child { margin-bottom: 12px; }
@media (max-width: 640px) { .qw-faq-item > summary { grid-template-columns: 24px minmax(0,1fr); column-gap: 10px; font-size: 18px; } .qw-faq-body { margin-left: calc(24px + 10px); font-size: 15px; } }

/* === QUARTZ ARTICLES ====================================================== */ 
.article-grid { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: 14px; margin: 28px 0 26px 0; }
.article-card { grid-column: span 4; position: relative; border-radius: 18px; background: linear-gradient(180deg, #ffffff12, #ffffff06); border: 1px solid #ffffff1f; overflow: hidden; }
.article-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(900px 220px at 20% 0%, #ffffff10, transparent 60%); opacity: .9; pointer-events: none; }
.article-card::after { content: ""; position: absolute; left: 16px; right: 16px; bottom: 0; height: 1px; background: #ffffff1f; opacity: .9; pointer-events: none; }
.article-card a { display: grid; place-items: center; padding: 18px; text-decoration: none; color: inherit; min-height: 78px; text-align: center; }
.article-card a:focus { outline: 2px solid #ffffff40; outline-offset: 4px; border-radius: 18px; }
.article-card h3 { margin: 0; font-size: 18px; line-height: 1.25; letter-spacing: -0.01em; color: #fff; }
.article-card a::before { content: ""; position: absolute; inset: 0; opacity: 0; background: linear-gradient(90deg, transparent, #ffffff10, transparent); transform: translateX(-30%); transition: opacity .22s ease, transform .35s ease; pointer-events: none; }
.article-card:hover { border-color: rgba(120,170,255,.36); }
.article-card:hover a::before { opacity: 1; transform: translateX(30%); }
.article-card:hover a::after { color: #fff; }
.s-article-statement { max-width: 78ch; margin: 14px auto 0 auto; padding-top: 20px; text-align: center; color: #ffffffb8; font-size: 15px; line-height: 1.7; }
.s-article-statement .cta-article { display: inline-flex; font-size:18px; align-items: center; justify-content: center; margin: 10px; padding: 20px 24px; border-radius: 18px; border: 1px solid #ffffff2e; background: #0000FF20; color: #fff; font-weight: 600; cursor: pointer; transition: transform .12s ease, background .2s ease, border-color .2s ease; }
.s-article-statement .cta-article:hover { background: #ffffff18; border-color: #ffffff45; }
/* ===== Special statement: Cormorant Italic + gold glow rule ===== */
.editorial-statement { margin: 30px auto 16px auto; max-width: 74ch; text-align: center; font-family: "Cormorant Garamond", serif; font-style: italic; font-weight: 400; font-size: clamp(18px, 1.5vw, 24px); line-height: 1.75; letter-spacing: -0.01em; color: #ffffffd6; position: relative; padding: 26px 0; }
.editorial-statement::before { content: ""; position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: min(520px, 92%); height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(212,175,55,.25) 18%, rgba(212,175,55,.95) 50%, rgba(212,175,55,.25) 82%, transparent 100%); box-shadow: 0 0 10px rgba(212,175,55,.28), 0 0 22px rgba(212,175,55,.16); opacity: .95; }
.editorial-statement::after { content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: min(520px, 92%); height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(212,175,55,.25) 18%, rgba(212,175,55,.95) 50%, rgba(212,175,55,.25) 82%, transparent 100%); box-shadow: 0 0 10px rgba(212,175,55,.28), 0 0 22px rgba(212,175,55,.16); opacity: .95; }
.editorial-statement a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(212,175,55,.55); transition: border-color .2s ease, color .2s ease; }
.editorial-statement a:hover { text-decoration: none; color: #fff; border-bottom-color: rgba(212,175,55,.9); }
@media (max-width: 900px) { .article-card { grid-column: span 6; } }
@media (max-width: 640px) { .article-grid { gap: 12px; } .article-card a { min-height: 72px; padding: 16px; } }
@media (max-width: 640px) { .editorial-statement { margin: 22px auto 12px auto; padding: 22px 0; font-size: 23px; line-height: 1.5; } .editorial-statement::before { width: min(420px, 92%); } .editorial-statement::after { width: min(420px, 92%); } }

/* === MINI INDEX === */
.mini-index { margin: 18px 0 0; padding: 12px 14px; border-radius: 15px; background: #00000018; border: 1px solid rgba(255,255,255,.27); max-width: 60ch; }
.mini-index__title{ margin: 0 0 8px; font-weight: 650; color: #fff; opacity: .9; }
.mini-index__list{ margin: 0; padding-left: 18px; display: grid; gap: 6px; }
.mini-index__list a{ color: var(--pill-hover-blue); opacity: .85; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.25); }
.mini-index__list a:hover{ opacity: 1; border-bottom-color: rgba(255,255,255,.6); }

/* === BACKGROUND VIDEO BANNER === */
.process-video-band { position: relative; overflow: hidden; }
.bgvid-wrap { position: absolute; inset: 0; overflow: hidden; z-index: 0; }
.process-bgvid {transform: translate(-50%,-50%) rotate(0deg) scale(1.0); position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
/* .process-bgvid-overlay { position: absolute; inset: 0; background: linear-gradient(180deg,
      color-mix(in srgb, var(--pill-hover-blue) 55%, transparent),
      color-mix(in srgb, var(--pill-hover-blue) 25%, transparent) ); opacity: .55; } */
.process-video-band .l-container{ position: relative; z-index: 2; padding-top: 28px; padding-bottom: 28px; }
/* ONLY affects tiles inside the process video band */
.process-tiles { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 0; margin-top: 9px; overflow: hidden; }
.process-tile { position: relative; display: inline-block; padding: 9px; margin: 9px; background: rgba(0,0,0,.45); min-height: 100px; color: #fff;  border-radius: 9px;}
.process-title { margin: 0; font-weight: 300; color: #fff; opacity:.75; }
.process-copy { margin-top: 6px; font-size: 14px; font-weight: 200; line-height: 1.5; opacity:.94; max-width: 48ch; }
@media (max-width: 1100px){ .process-tiles { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 640px){ .process-tiles  { grid-template-columns: 1fr; } }
@media (max-width: 900px){ .process-tile { min-height: 109px; } }
@media (prefers-reduced-motion: reduce){ .process-bgvid { filter: blur(9px) saturate(1.80); transform: none; }}

/* === SERVICE BANNER === */
.ban-region { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; width: 100%; }
.ban-region-step { background: linear-gradient(90deg, var(--pill-hover-green) 0%, var(--pill-hover-blue) 40%, var(--pill-hover-blue) 60%, var(--pill-hover-green) 100%);  opacity: .6; min-height: 50px; display: grid; place-items: center; color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,0.8), 0 2px 2px rgba(0,0,0,0.6), 0 0 8px rgba(0,0,0,0.35); font-weight: 500; font-size: 1.4rem; letter-spacing: -0.02em; text-transform: uppercase; line-height: 1; }
.ban-region-nudge{ padding-left: 12px; }
@media (max-width: 520px){ .ban-region-step{ min-height: 40px; font-size: .8rem; letter-spacing: -0.05em; } }

/* === REVIEW BANNER === */
.ban-review { margin: 0; }
.ban-review + .ban-review-under { margin-top: 0; }
.ban-review-under { background: #ffffff50; color: var(--brand); padding: 12px 16px; border-radius: 0 0 14px 14px; box-shadow: 0 8px 18px rgba(0,0,0,0.28); }
.ban-review-under a { color: #0F52BA; text-decoration: none; }
.ban-review-under a:hover { opacity: .8; }
.ban-review-under p { font-size: 16px; line-height: 1.3; }

/* === ARTICLE IMAGE CONTROL ================================================ */
.article-figure figure { margin: 2rem auto; max-width: 600px; }
.article-figure figure img { width: 100%;  height: auto;  display: block;  border-radius: 4px; }
.article-figure figcaption { margin-left: 1rem; }
@media (max-width: 768px) { .article-figure figure { max-width: 100%; margin: 1.5rem 0; } }
/* === MOBILE =============================================================== */
@media (max-width: 768px) {
  .article-figure figure { max-width: 100%; margin: 1.5rem 0; } }

/* === COMPARISON TABLE ===================================================== */
.comparison-wrapper {overflow-x: auto; -webkit-overflow-scrolling: touch;}
.comparison-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; margin-top: 1.5rem; }
.comparison-table thead th { text-align: left; padding: 14px 16px; background: var(--brand); color: #fff; font-size: 0.8rem; letter-spacing: 0.05em; text-transform: uppercase; }
.comparison-table td { padding: 16px; border-bottom: 1px solid #e5e5e5; }
.comparison-table tbody tr { background: #fff; }
.comparison-table tbody tr:nth-child(even) { background: #fafafa; }
.comparison-table tbody tr:hover { background: #f4f4f4; }
.comparison-table td:first-child { font-weight: 600; }
.comparison-table caption { text-align: left; font-weight: 600; margin-bottom: 0.75rem; }
@media (max-width: 768px) { .comparison-table { min-width: 600px; } }

/* === BAR CHART (IMPROVED UX) ============================================== */
.bar-chart { margin-top: 1.5rem; }
.bar-row { display: grid; grid-template-columns: 140px 1fr; align-items: center; gap: 12px; margin-bottom: 9px; }
.bar-label { font-size: 0.9rem; font-weight: 600; }
.bar-track { background: #eee; height: 18px; border-radius: 3px; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 6px; transition: width 0.4s ease; }
.bar-scale { margin-left: 152px; display: grid; grid-template-columns: repeat(10, 1fr); font-size: 0.7rem; color: #777; }
/* === VALUES (Mohs scale mapped to %) BAR CHART ============================ */
.bar-1 { width: 30%; background: #FF000060; } /* softer */
.bar-2 { width: 35%; background: #D5002A60; } /* medium */
.bar-3 { width: 40%; background: #AA005560; } /* harder */
.bar-4 { width: 65%; background: #80008060; } /* softer */
.bar-5 { width: 70%; background: #5500AA60; } /* medium */
.bar-6 { width: 75%; background: #2A00D560; } /* harder */
.bar-7 { width: 75%; background: #0000FF60; } /* harder */
/* === MOBILE =============================================================== */
@media (max-width: 768px) {
  .bar-row { grid-template-columns: 1fr;  gap: 6px; }
  .bar-label { font-size: 0.95rem; }
  .bar-scale { margin-left: 0; display: grid; grid-template-columns: repeat(10, 1fr); font-size: 0.7rem; color: #777; } }

