:root {
  --ink: #08090d;
  --paper: #f4f0e7;
  --paper-2: #e9e3d7;
  --white: #fffdf7;
  --gold: #d4af37;
  --gold-bright: #e7c56f;
  --muted: #746f66;
  --line: rgba(255,255,255,.14);
  --max: 1240px;
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
body, button, input, select, textarea { font-size: 16px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.no-js [data-nav-toggle] { display: none; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.section { padding: 88px 0; }
.section-dark { background: var(--ink); color: var(--white); }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .display { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
h1 { max-width: 980px; font-size: clamp(48px, 8vw, 108px); line-height: .95; font-weight: 500; }
h2 { font-size: clamp(38px, 5vw, 68px); line-height: 1; font-weight: 500; }
h3 { font-size: 21px; line-height: 1.2; }
.lede { max-width: 760px; color: inherit; opacity: .72; font-size: clamp(18px, 2vw, 23px); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: var(--white); font-weight: 800; transition: .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(0,0,0,.14); }
.button-gold { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.button-ghost { border-color: rgba(255,255,255,.35); background: transparent; color: var(--white); }
.button-light { border-color: var(--white); background: var(--white); color: var(--ink); }
.button-wide { width: 100%; }
.button[disabled] { cursor: not-allowed; opacity: .45; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.announcement { padding: 8px 16px; background: var(--gold); color: var(--ink); text-align: center; font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(212,175,55,.18); background: rgba(8,9,13,.97); color: var(--white); backdrop-filter: blur(18px); }
.header-inner { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; width: 250px; align-items: center; }
.logo img, .logo svg { width: 100%; height: auto; }
.brand-lockup img { border-radius: 2px; }
.desktop-nav { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 700; }
.desktop-nav a:hover { color: var(--gold-bright); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-cta { padding: 9px 15px; border: 1px solid var(--gold); border-radius: 999px; color: var(--gold-bright); font-size: 13px; font-weight: 800; }
.cart-link { position: relative; display: inline-flex; align-items: center; gap: 7px; font-weight: 800; }
.cart-count { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink); font-size: 11px; }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--white); font-weight: 800; }
.mobile-nav { padding: 0 20px 20px; border-top: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); }
.hero { position: relative; overflow: hidden; padding: 112px 0 90px; background: var(--ink); color: var(--white); }
.hero:before { content: ""; position: absolute; width: 700px; height: 700px; right: -250px; top: -320px; border-radius: 50%; background: radial-gradient(circle, rgba(200,157,60,.36), transparent 66%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.55fr) minmax(280px,.45fr); align-items: end; gap: 64px; }
.hero h1 em { color: var(--gold-bright); font-weight: 400; }
.hero-panel { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.05); }
.hero-panel strong { display: block; margin-bottom: 10px; color: var(--gold-bright); font-family: Georgia, serif; font-size: 56px; line-height: 1; font-weight: 500; }
.hero-panel p { margin-bottom: 0; opacity: .68; }
.metric-bar { border-top: 1px solid var(--line); background: var(--ink); color: var(--white); }
.metrics { display: grid; grid-template-columns: repeat(4,1fr); }
.metric { padding: 28px 24px; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric b { display: block; color: var(--gold-bright); font-family: Georgia, serif; font-size: 36px; font-weight: 500; }
.metric span { font-size: 13px; opacity: .62; }
.brand-architecture { position: relative; overflow: hidden; padding: 58px 0; border-top: 1px solid rgba(212,175,55,.2); border-bottom: 1px solid rgba(212,175,55,.2); background: #08090d; color: var(--white); }
.brand-architecture:after { content: ""; position: absolute; inset: 0 0 0 auto; width: 42%; background: radial-gradient(circle at right, rgba(212,175,55,.16), transparent 68%); pointer-events: none; }
.brand-architecture-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr); align-items: center; gap: clamp(40px,7vw,100px); }
.brand-architecture-logo { padding: 28px; border: 1px solid rgba(212,175,55,.24); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.brand-architecture-logo img { width: 100%; }
.brand-architecture h2 { margin-bottom: 18px; font-size: clamp(34px,4vw,58px); }
.brand-architecture p:last-child { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.68); font-size: 18px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.category-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.category-card { display: flex; min-height: 260px; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid rgba(11,11,11,.14); border-radius: var(--radius); background: var(--white); transition: .25s ease; }
.category-card:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: 0 22px 60px rgba(11,11,11,.1); }
.category-index { color: var(--gold); font-weight: 850; }
.category-card h3 { margin: 40px 0 10px; font-family: Georgia, serif; font-size: 31px; font-weight: 500; }
.category-card p { margin-bottom: 0; color: var(--muted); }
.category-arrow { margin-top: 24px; font-size: 22px; }
.split { display: grid; grid-template-columns: 1fr 1fr; }
.split-panel { min-height: 520px; padding: clamp(40px,6vw,90px); }
.split-panel.ai { background: #171717; color: var(--white); }
.split-panel.human { background: var(--gold); color: var(--ink); }
.split-panel .big-number { font-family: Georgia, serif; font-size: clamp(80px,10vw,150px); line-height: .8; opacity: .18; }
.split-panel ul { padding-left: 20px; }
.split-panel li { margin: 10px 0; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.product-card { display: flex; min-height: 100%; flex-direction: column; overflow: hidden; border: 1px solid rgba(11,11,11,.12); border-radius: var(--radius); background: var(--white); }
.product-card-media { display: grid; aspect-ratio: 4/3; place-items: center; overflow: hidden; background: linear-gradient(145deg, #181818, #302713); color: var(--gold-bright); }
.product-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover img { transform: scale(1.035); }
.product-card-placeholder { display: grid; width: 100%; height: 100%; place-items: center; padding: 44px; }
.product-card-placeholder img { width: min(86%, 340px); height: auto; object-fit: contain; }
.product-card-body { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.product-type { margin-bottom: 10px; color: var(--gold); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.product-card h3 { margin-bottom: 10px; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.product-card .price { margin-top: auto; padding-top: 22px; font-size: 18px; font-weight: 850; }
.product-card .price s { margin-left: 8px; color: var(--muted); font-weight: 500; }
.cta-band { padding: 90px 0; background: var(--gold); color: var(--ink); }
.cta-band-inner { display: flex; align-items: end; justify-content: space-between; gap: 36px; }
.cta-band h2 { max-width: 800px; margin-bottom: 0; }
.breadcrumbs { padding: 20px 0; color: var(--muted); font-size: 13px; }
.product-main { padding: 34px 0 90px; }
.product-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(36px,6vw,84px); }
.product-gallery { position: sticky; top: 112px; }
.product-hero-image, .product-image-fallback { display: grid; aspect-ratio: 1/1; place-items: center; overflow: hidden; border-radius: var(--radius); background: linear-gradient(145deg, #111, #392d13); color: var(--gold-bright); }
.product-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.product-image-fallback { align-content: center; gap: 42px; padding: clamp(36px,6vw,84px); }
.product-image-fallback img { width: min(80%, 540px); margin-inline: auto; }
.product-image-fallback span { max-width: 86%; margin-inline: auto; font-family: Georgia, serif; font-size: clamp(38px,5vw,66px); line-height: .95; text-align: center; }
.product-info h1 { margin-bottom: 24px; font-size: clamp(44px,5vw,76px); }
.product-price { margin: 12px 0 22px; font-size: 28px; font-weight: 850; }
.product-description { color: #34322e; font-size: 17px; }
.product-description h2 { margin-top: 32px; font-size: 30px; }
.product-description li { margin: 7px 0; }
.variant-label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 850; }
.field, select, textarea, input[type="text"], input[type="email"], input[type="tel"] { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #c9c2b5; border-radius: 11px; background: var(--white); color: var(--ink); }
.product-form { display: grid; gap: 14px; margin: 28px 0; }
.microcopy { color: var(--muted); font-size: 12px; }
.trust-box { margin-top: 24px; padding: 20px; border: 1px solid #d6cfc1; border-radius: 14px; background: rgba(255,255,255,.48); }
.trust-box ul { margin: 0; padding-left: 18px; }
.trust-box li { margin: 7px 0; }
.collection-hero { padding: 72px 0 44px; }
.collection-hero h1 { margin-bottom: 18px; font-size: clamp(48px,7vw,86px); }
.collection-layout { display: grid; grid-template-columns: 220px 1fr; gap: 38px; padding-bottom: 90px; }
.filter-group { padding: 18px 0; border-top: 1px solid #cfc7b9; }
.filter-group summary { cursor: pointer; font-weight: 850; }
.filter-values { display: grid; gap: 8px; margin-top: 12px; }
.filter-values label { display: flex; gap: 8px; color: var(--muted); font-size: 14px; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 42px; }
.pagination a, .pagination span { display: grid; min-width: 42px; height: 42px; place-items: center; border: 1px solid #c9c2b5; border-radius: 50%; }
.page-content { padding: 70px 0 90px; }
.page-content h1 { font-size: clamp(50px,7vw,82px); }
.rte h2 { margin-top: 45px; font-size: 34px; }
.rte h3 { margin-top: 30px; }
.rte a { text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 2px; }
.contact-form { display: grid; gap: 14px; margin-top: 38px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-success { padding: 16px; border: 1px solid #5e8b5e; background: #edf7ed; }
.form-errors { color: #9d2525; }
.cart-page { padding: 70px 0 100px; }
.cart-page h1 { font-size: clamp(48px,7vw,82px); }
.cart-item { display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 20px; padding: 20px 0; border-top: 1px solid #cfc7b9; }
.cart-item img { width: 110px; height: 90px; border-radius: 10px; object-fit: cover; }
.cart-summary { display: flex; align-items: center; justify-content: flex-end; gap: 24px; padding-top: 24px; border-top: 1px solid #cfc7b9; }
.site-footer { padding: 64px 0 30px; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 40px; }
.footer-copy { max-width: 360px; opacity: .62; }
.brand-links { grid-auto-flow: column; justify-content: start; margin-top: 18px; color: var(--gold-bright); }
.footer-heading { color: var(--gold-bright); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; color: rgba(255,255,255,.7); font-size: 14px; }
.footer-bottom { margin-top: 52px; padding-top: 24px; border-top: 1px solid var(--line); color: rgba(255,255,255,.48); font-size: 12px; }
@media (max-width: 990px) {
  .desktop-nav, .header-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .hero-grid, .product-layout, .collection-layout, .brand-architecture-inner { grid-template-columns: 1fr; }
  .hero-panel { max-width: 420px; }
  .category-grid, .product-grid { grid-template-columns: repeat(2,1fr); }
  .product-gallery { position: static; }
  .collection-sidebar { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 64px 0; }
  .logo { width: 190px; }
  .header-actions { gap: 8px; }
  .header-inner { min-height: 64px; }
  .hero { padding: 76px 0 62px; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .category-grid, .product-grid, .split, .field-row { grid-template-columns: 1fr; }
  .category-card { min-height: 220px; }
  .section-heading, .cta-band-inner, .cart-summary { align-items: flex-start; flex-direction: column; }
  .split-panel { min-height: 430px; }
  .footer-grid { grid-template-columns: 1fr; }
  .brand-architecture-logo { padding: 18px; }
  .cart-item { grid-template-columns: 80px 1fr; }
  .cart-item > :last-child { grid-column: 2; }
}

/* Revenue Operating System — visual refresh 2026 */
:root {
  --ink: #080a0f;
  --graphite: #121722;
  --paper: #f4f1e9;
  --paper-2: #ebe7dd;
  --white: #fffdf8;
  --gold: #c7a45a;
  --gold-bright: #e2c77d;
  --gold-ink: #755718;
  --steel: #6f9fbc;
  --muted: #68707d;
  --max: 1280px;
  --radius: 18px;
}
body { background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
h1, h2, .display { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 720; letter-spacing: -.058em; }
h1 { font-size: clamp(52px, 6.7vw, 94px); line-height: .96; }
h2 { font-size: clamp(38px, 4.6vw, 66px); line-height: .98; }
h3 { letter-spacing: -.025em; }
.section { padding: 104px 0; }
.eyebrow { color: var(--gold-ink); letter-spacing: .16em; }
.section-dark .eyebrow, .service-section .eyebrow, .method-section .eyebrow, .final-cta .eyebrow { color: var(--gold-bright); }
.lede { color: var(--muted); opacity: 1; font-size: clamp(17px, 1.6vw, 21px); }
.button { min-height: 54px; padding: 14px 23px; border-radius: 12px; font-size: 14px; letter-spacing: -.01em; box-shadow: none; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,0,0,.16); }
.button-gold { border-color: var(--gold-bright); background: linear-gradient(135deg, var(--gold-bright), var(--gold)); color: var(--ink); }
.button-secondary { border-color: #c9c5bc; background: transparent; color: var(--ink); }
.text-link { border-bottom: 1px solid currentColor; color: inherit; font-size: 14px; font-weight: 750; }
.text-link:hover { color: var(--gold-ink); }
.announcement { padding: 7px 16px; background: var(--ink); color: var(--gold-bright); font-size: 10px; letter-spacing: .17em; }
.site-header { border-color: rgba(8,10,15,.08); background: rgba(244,241,233,.94); color: var(--ink); box-shadow: 0 10px 40px rgba(8,10,15,.06); }
.header-inner { min-height: 78px; }
.logo { width: 270px; gap: 12px; }
.brand-primary { width: 172px; line-height: 0; }
.brand-primary img { width: 100%; }
.brand-company { display: flex; width: 72px; align-items: center; gap: 6px; padding-left: 12px; border-left: 1px solid rgba(8,10,15,.18); color: var(--muted); font-size: 9px; line-height: 0; }
.salesmind-wordmark { display: inline-flex; color: var(--ink); font-size: 8px; font-style: normal; letter-spacing: .13em; line-height: 1; }
.salesmind-wordmark i { font-style: normal; font-weight: 500; }
.salesmind-wordmark b { color: var(--gold-ink); font-weight: 700; }
.site-footer .brand-company { border-color: rgba(255,255,255,.2); color: #9ca3af; }
.site-footer .salesmind-wordmark { color: var(--white); }
.site-footer .salesmind-wordmark b { color: var(--gold-bright); }
.desktop-nav { gap: 26px; font-size: 13px; }
.desktop-nav a:hover { color: var(--gold-ink); }
.header-cta { padding: 10px 15px; border-color: var(--ink); background: var(--ink); color: var(--white); }
.search-link { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; }
.search-link:hover { background: rgba(8,10,15,.06); }
.search-link svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.cart-count { background: var(--ink); color: var(--white); }
.nav-toggle { color: var(--ink); }
.mobile-nav { background: var(--paper); color: var(--ink); }
.mobile-nav a { border-color: rgba(8,10,15,.1); }

.home-hero { position: relative; overflow: hidden; padding: 58px 0 50px; background: var(--ink); color: var(--white); }
.home-hero:before { content: ""; position: absolute; width: 760px; height: 760px; left: -380px; bottom: -520px; border-radius: 50%; background: radial-gradient(circle, rgba(111,159,188,.18), transparent 68%); }
.home-hero:after { content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size:48px 48px; mask-image:linear-gradient(90deg,black,transparent 72%); pointer-events:none; }
.home-hero-grid { position: relative; z-index:1; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(390px,.72fr); align-items: center; gap: clamp(46px,7vw,96px); }
.hero-kicker { margin-bottom: 24px; color: var(--gold-bright); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.home-hero h1 { max-width: 820px; margin-bottom: 26px; }
.home-hero h1 em { display: block; color: var(--gold-bright); font-style: normal; font-weight: 620; }
.home-hero-lede { max-width: 760px; color: #b5bbc5; font-size: clamp(18px,1.8vw,23px); line-height: 1.5; }
.home-hero .button-ghost { border-color: rgba(255,255,255,.28); }
.hero-trust { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #aeb4bd; font-size: 12px; }
.hero-trust span { display: flex; gap: 9px; }
.hero-trust b { color: var(--gold-bright); }
.home-hero-visual { position: relative; min-height: 620px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; background: var(--graphite); box-shadow: 0 38px 90px rgba(0,0,0,.42); }
.home-hero-visual > img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: 50% 34%; filter: saturate(.82) contrast(1.04); }
.hero-visual-gradient { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(8,10,15,.92)); }
.hero-visual-card { position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(8,10,15,.78); color: var(--white); box-shadow: 0 18px 50px rgba(0,0,0,.25); backdrop-filter: blur(15px); }
.hero-visual-card-top { top: 20px; right: 20px; display: flex; align-items: center; gap: 9px; padding: 11px 15px; font-size: 12px; font-weight: 750; }
.signal-dot { width: 8px; height: 8px; border-radius: 50%; background: #82c79c; box-shadow: 0 0 0 5px rgba(130,199,156,.14); }
.hero-visual-card-bottom { right: 20px; bottom: 20px; left: 20px; padding: 18px 20px; }
.hero-visual-card-bottom small { display: block; margin-bottom: 6px; color: var(--gold-bright); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.hero-visual-card-bottom strong { font-size: 15px; }
.voice-wave { position:absolute; z-index:2; right:38px; bottom:118px; display:flex; height:46px; align-items:center; gap:5px; padding:10px 13px; border:1px solid rgba(255,255,255,.14); border-radius:12px; background:rgba(8,10,15,.72); backdrop-filter:blur(12px); }
.voice-wave i { width:3px; height:12px; border-radius:99px; background:var(--gold-bright); animation:voice-wave 1.4s ease-in-out infinite; }
.voice-wave i:nth-child(2n) { height:25px; animation-delay:-.35s; }.voice-wave i:nth-child(3n) { height:34px; animation-delay:-.7s; }.voice-wave i:nth-child(4n) { height:18px; animation-delay:-1s; }
@keyframes voice-wave { 0%,100%{transform:scaleY(.55);opacity:.55} 50%{transform:scaleY(1);opacity:1} }
@media (prefers-reduced-motion: reduce) { .voice-wave i { animation:none; } * { scroll-behavior:auto!important; } }
.value-strip { overflow: hidden; border-bottom: 1px solid rgba(8,10,15,.1); background: var(--white); }
.value-strip-inner { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 18px; color: #3d4550; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.value-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.section-heading-tight { align-items: start; }
.section-heading-tight h2 { max-width: 720px; }
.need-section { background: var(--paper); }
.need-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; }
.need-card { --need-color: var(--gold); display: flex; min-height: 285px; grid-column: span 4; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid rgba(8,10,15,.1); border-radius: 20px; background: var(--white); box-shadow: 0 14px 36px rgba(8,10,15,.035); transition: .25s ease; }
.need-card:nth-child(1), .need-card:nth-child(4) { grid-column: span 6; }
.need-card:hover { transform: translateY(-5px); border-color: var(--need-color); box-shadow: 0 24px 60px rgba(8,10,15,.09); }
.need-card-gold { --need-color:#c7a45a; }.need-card-blue { --need-color:#6f9fbc; }.need-card-green { --need-color:#7fa58e; }.need-card-violet { --need-color:#9884b8; }.need-card-orange { --need-color:#d08c60; }.need-card-dark { --need-color:#080a0f; background:#121722; color:var(--white); }
.need-number { width: max-content; padding: 5px 9px; border-radius: 999px; background: color-mix(in srgb, var(--need-color) 18%, transparent); color: var(--need-color); font-size: 11px; font-weight: 850; }
.need-card h3 { max-width: 420px; margin: 34px 0 10px; font-size: clamp(25px,2.2vw,34px); }
.need-card p { max-width: 500px; margin-bottom: 0; color: var(--muted); }
.need-card-dark p { color: #aeb4bd; }
.need-link { display: flex; align-items: center; justify-content: space-between; margin-top: 26px; padding-top: 18px; border-top: 1px solid color-mix(in srgb, var(--need-color) 32%, transparent); font-size: 13px; font-weight: 780; }
.need-link b { font-size: 22px; }

.shop-now-section { background: var(--white); }
.product-grid-four { grid-template-columns: repeat(4,1fr); }
.product-card { overflow: hidden; border: 1px solid rgba(8,10,15,.09); border-radius: 18px; background: var(--white); box-shadow: 0 10px 30px rgba(8,10,15,.04); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(8,10,15,.1); }
.product-card-media { position: relative; aspect-ratio: 4/5; background: var(--graphite); }
.product-card-media img { width: 100%; height: 100%; object-fit: cover; }
.product-mode-badge { position: absolute; left: 13px; bottom: 13px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(8,10,15,.78); color: var(--white); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.product-card-body { padding: 22px; }
.product-card h3 { margin-bottom: 10px; font-family: inherit; font-size: 22px; font-weight: 720; letter-spacing: -.035em; }
.product-card-copy { margin-bottom: 20px; color: var(--muted); font-size: 13px; }
.product-card-footer { display: grid; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid rgba(8,10,15,.08); }
.product-card .price { margin: 0; padding: 0; font-size: 15px; }
.product-card-cta { color: var(--gold-ink); font-size: 12px; font-weight: 800; }

.service-section { background: var(--ink); color: var(--white); }
.service-intro { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 60px; margin-bottom: 54px; }
.service-intro .eyebrow { grid-column: 1/-1; margin-bottom: -30px; }
.service-intro h2 { max-width: 850px; margin-bottom: 0; }
.service-intro > p:last-child { margin-bottom: 0; color: #9ca3af; font-size: 18px; }
.service-product-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.service-card { display: flex; min-height: 330px; flex-direction: column; padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: linear-gradient(145deg, #121722, #0c0f16); transition: .25s ease; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(199,164,90,.62); background: linear-gradient(145deg, #171d29, #0c0f16); }
.service-card-top, .service-card-bottom { display: flex; align-items: center; justify-content: space-between; }
.service-card-top span { color: var(--gold-bright); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-card-top b { color: #4b5361; font-size: 13px; }
.service-card h3 { max-width: 590px; margin: 62px 0 14px; font-size: clamp(28px,3vw,42px); }
.service-card p { max-width: 620px; color: #9ca3af; }
.service-card-bottom { margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #b7bdc8; font-size: 12px; }
.service-card-bottom strong { color: var(--white); }

.method-section { padding-bottom: 0; background: var(--paper); }
.method-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; gap: clamp(40px,7vw,100px); }
.method-photo { position: relative; min-height: 680px; overflow: hidden; border-radius: 24px; }
.method-photo img { width: 100%; height: 100%; object-fit: cover; }
.method-photo:after { content:""; position:absolute; inset:40% 0 0; background:linear-gradient(transparent,rgba(8,10,15,.88)); }
.method-photo > span { position: absolute; z-index: 1; right: 28px; bottom: 26px; left: 28px; color: var(--white); font-size: 17px; font-weight: 750; }
.method-content { padding: 28px 0; }
.method-content h2 { max-width: 720px; }
.method-steps { display: grid; margin: 42px 0 0; padding: 0; list-style: none; }
.method-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid rgba(8,10,15,.12); }
.method-steps b { color: var(--gold-ink); font-size: 12px; }
.method-steps strong, .method-steps span { display: block; }
.method-steps strong { margin-bottom: 4px; font-size: 18px; }
.method-steps span { color: var(--muted); font-size: 14px; }
.honesty-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 90px; border: 1px solid rgba(8,10,15,.1); border-bottom: 0; border-radius: 18px 18px 0 0; background: var(--white); }
.honesty-grid > div { padding: 26px; border-right: 1px solid rgba(8,10,15,.09); }
.honesty-grid > div:last-child { border-right: 0; }
.honesty-grid b, .honesty-grid span { display: block; }
.honesty-grid b { margin-bottom: 6px; font-size: 14px; }
.honesty-grid span { color: var(--muted); font-size: 12px; }

.final-cta { padding: 96px 0; background: var(--graphite); color: var(--white); }
.final-cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.final-cta h2 { max-width: 860px; margin-bottom: 18px; }
.final-cta p:not(.eyebrow) { margin-bottom: 0; color: #aeb4bd; font-size: 19px; }
.final-cta-actions { display: grid; justify-items: start; gap: 13px; }
.final-cta-actions span { max-width: 380px; color: #8f96a2; font-size: 12px; }

.product-layout { grid-template-columns: minmax(0,1.05fr) minmax(390px,.65fr); }
.product-gallery { position: static; }
.product-media-grid { display: grid; gap: 14px; }
.product-hero-image, .product-cover-fallback { aspect-ratio: 4/5; border-radius: 20px; background: var(--graphite); }
.product-info { position: sticky; top: 118px; padding: 28px; border: 1px solid rgba(8,10,15,.1); border-radius: 20px; background: var(--white); box-shadow: 0 18px 55px rgba(8,10,15,.07); }
.product-info h1 { margin: 20px 0 18px; font-size: clamp(40px,4.6vw,64px); }
.product-labels { display: flex; flex-wrap: wrap; gap: 8px; }
.product-labels span { padding: 7px 10px; border-radius: 999px; background: var(--paper-2); color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.product-description { color: #3f4650; font-size: 15px; }
.product-price { font-size: 24px; }
.product-price small { color: var(--muted); font-size: 12px; font-weight: 650; }
.screening-prices { display: grid; gap: 8px; padding: 14px; border: 1px solid rgba(8,10,15,.1); border-radius: 12px; background: var(--paper); }
.screening-prices div { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 8px; border-bottom: 1px solid rgba(8,10,15,.08); font-size: 12px; }
.screening-prices div:last-child { padding-bottom: 0; border-bottom: 0; }
.screening-prices span { color: var(--muted); }
.buy-trust-grid { display: grid; gap: 12px; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(8,10,15,.1); }
.buy-trust-grid div { display: grid; grid-template-columns: 145px 1fr; gap: 14px; }
.buy-trust-grid b { font-size: 12px; }
.buy-trust-grid span { color: var(--muted); font-size: 12px; }
.product-assurance { padding: 60px 0; background: var(--white); }
.assurance-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.assurance-grid > div { padding: 26px; border: 1px solid rgba(8,10,15,.09); border-radius: 16px; }
.assurance-grid span { color: var(--gold-ink); font-size: 11px; font-weight: 800; }
.assurance-grid h3 { margin: 22px 0 8px; }
.assurance-grid p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.related-products { background: var(--paper); }

.collection-hero { padding: 82px 0 48px; background: var(--ink); color: var(--white); }
.collection-hero-visual { position: relative; min-height: 420px; display: flex; align-items: end; overflow: hidden; }
.collection-hero-art, .collection-hero-art img, .collection-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.collection-hero-art img { object-fit: cover; }
.collection-hero-shade { background: linear-gradient(90deg, rgba(8,10,15,.94) 0%, rgba(8,10,15,.72) 45%, rgba(8,10,15,.14) 100%); }
.collection-hero-content { position: relative; z-index: 1; }
.collection-hero-content h1 { max-width: 850px; }
.collection-hero .eyebrow { color: var(--gold-bright); }
.collection-hero .lede { color: #aeb4bd; }
.collection-layout { grid-template-columns: 220px 1fr; padding-top: 42px; }
.filter-title { font-size: 13px; font-weight: 800; }
.collection-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; color: var(--muted); font-size: 13px; }
.collection-toolbar form { display: flex; align-items: center; gap: 10px; }
.collection-toolbar select { width: auto; min-height: 42px; }
.cart-remove { display: inline-block; margin-top: 10px; color: #8d3030; font-size: 12px; text-decoration: underline; }
.cart-delivery { margin-bottom: 8px; color: var(--gold-ink); font-size: 12px; font-weight: 700; }
.mobile-sticky-bar { display: none; }

.pathway-section { overflow: hidden; background: var(--white); }
.pathway-grid { display: grid; grid-template-columns: repeat(10,1fr); gap: 14px; }
.pathway-card { position: relative; display: flex; min-height: 440px; grid-column: span 2; flex-direction: column; overflow: hidden; padding: 22px; border: 1px solid rgba(8,10,15,.1); border-radius: 20px; background: var(--ink); color: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.pathway-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(8,10,15,.18); }
.pathway-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .78; }
.pathway-card:after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(8,10,15,.05) 25%,rgba(8,10,15,.96) 78%); }
.pathway-card > *:not(img) { position: relative; z-index: 1; }
.pathway-step { color: rgba(255,255,255,.68); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pathway-card h3 { margin: auto 0 8px; font-size: 25px; }
.pathway-card p { margin-bottom: 18px; color: rgba(255,255,255,.66); font-size: 12px; }
.pathway-card b { padding-top: 14px; border-top: 1px solid rgba(255,255,255,.18); font-size: 12px; }

.appointment-pack-section { background: var(--paper); }
.pack-section-head { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.pack-section-head h2 { max-width: 850px; margin-bottom: 0; }
.pack-section-head > div:last-child p { color: var(--muted); font-size: 18px; }
.appointment-pack-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; align-items: stretch; }
.appointment-pack-card { position: relative; display: flex; min-height: 610px; flex-direction: column; padding: 30px; border: 1px solid rgba(8,10,15,.11); border-radius: 22px; background: var(--white); box-shadow: 0 14px 42px rgba(8,10,15,.05); }
.appointment-pack-card.is-featured { border-color: var(--gold); box-shadow: 0 26px 70px rgba(8,10,15,.12); transform: translateY(-10px); }
.pack-ribbon { position:absolute; top:18px; right:18px; padding:6px 9px; border-radius:999px; background:var(--gold); color:var(--ink); font-size:9px; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.pack-number { color: var(--gold-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(90px,10vw,150px); line-height: .78; letter-spacing: -.07em; }
.pack-label { margin: 14px 0 38px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.appointment-pack-card h3 { font-size: 29px; }
.appointment-pack-card > p:not(.pack-label) { color: var(--muted); font-size: 14px; }
.appointment-pack-card ul { margin: 14px 0 30px; padding-left: 18px; color: #3f4650; font-size: 13px; }
.appointment-pack-card li { margin: 8px 0; }
.pack-footer { display: grid; gap: 18px; margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(8,10,15,.09); }
.pack-footer small, .pack-footer strong { display: block; }
.pack-footer small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.pack-footer strong { margin-top: 3px; font-size: 26px; }
.pack-terms { max-width: 940px; margin: 32px auto 0; color: var(--muted); font-size: 11px; text-align: center; }

.managed-difference-section { background: var(--ink); color: var(--white); }
.managed-head { display:grid; grid-template-columns:1.2fr .8fr; align-items:end; gap:70px; margin-bottom:48px; }
.managed-head h2 { max-width:880px; margin-bottom:0; }
.managed-head > p { margin-bottom:0; color:#aeb4bd; font-size:18px; }
.managed-compare { display:grid; grid-template-columns:.8fr 1.2fr; gap:16px; }
.compare-card { padding:34px; border:1px solid rgba(255,255,255,.13); border-radius:22px; background:#111620; }
.compare-card > span { color:#9ca3af; font-size:10px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.compare-card h3 { margin:42px 0 22px; font-size:clamp(27px,3vw,42px); }
.compare-card ul { margin:0; padding-left:20px; color:#aeb4bd; }
.compare-card li { margin:12px 0; }
.compare-managed { border-color:rgba(85,191,231,.52); background:linear-gradient(145deg,#10212b,#0c1119); }
.compare-managed > span { color:#bdeafa; }
.compare-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:36px; }

.academy-talent-section { background:var(--white); }
.academy-hero { overflow:hidden; border-radius:24px; background:var(--ink); color:var(--white); box-shadow:0 30px 80px rgba(8,10,15,.15); }
.academy-visual { height:360px; overflow:hidden; }
.academy-visual img { width:100%; height:100%; object-fit:cover; }
.academy-visual picture { display:block; width:100%; height:100%; }
.academy-copy { display:grid; grid-template-columns:1fr 1fr; gap:60px; padding:48px; }
.academy-copy .eyebrow { grid-column:1/-1; margin-bottom:-38px; color:var(--gold-bright); }
.academy-copy h2 { margin-bottom:0; }
.academy-copy > p { color:#aeb4bd; font-size:18px; }
.academy-links { grid-column:1/-1; display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid rgba(255,255,255,.13); }
.academy-links a { display:grid; gap:8px; padding:24px 20px 4px; border-right:1px solid rgba(255,255,255,.13); }
.academy-links a:last-child { border-right:0; }
.academy-links b { font-size:14px; }
.academy-links span { color:#9ca3af; font-size:11px; }
.talent-panel { display:grid; grid-template-columns:.85fr 1.15fr; gap:70px; margin-top:80px; }
.talent-heading h2 { max-width:560px; }
.talent-heading > p:last-child { color:var(--muted); }
.talent-links { display:grid; border-top:1px solid rgba(8,10,15,.12); }
.talent-links a { display:grid; grid-template-columns:44px 1fr auto; align-items:center; gap:18px; padding:22px 0; border-bottom:1px solid rgba(8,10,15,.12); }
.talent-links a > span { color:#3f8b63; font-size:11px; font-weight:800; }
.talent-links h3, .talent-links p { margin-bottom:0; }
.talent-links h3 { font-size:22px; }
.talent-links p { color:var(--muted); font-size:12px; }
.talent-links a > b { font-size:24px; }

:focus-visible { outline: 3px solid var(--steel); outline-offset: 3px; }

@media (max-width: 1060px) {
  .desktop-nav { gap: 16px; }
  .home-hero-grid { grid-template-columns: 1fr .72fr; }
  .product-grid-four { grid-template-columns: repeat(2,1fr); }
  .need-card, .need-card:nth-child(1), .need-card:nth-child(4) { grid-column: span 6; }
  .pathway-grid { grid-template-columns: repeat(6,1fr); }
  .pathway-card { grid-column: span 2; }
  .pathway-card:nth-child(4), .pathway-card:nth-child(5) { grid-column: span 3; }
}
@media (max-width: 990px) {
  .home-hero-grid, .service-intro, .method-grid, .final-cta-inner, .product-layout { grid-template-columns: 1fr; }
  .home-hero-visual { min-height: 540px; }
  .home-hero-visual > img { min-height: 540px; }
  .hero-trust { grid-template-columns: 1fr; }
  .service-intro .eyebrow { grid-column: auto; margin-bottom: 0; }
  .service-product-grid { grid-template-columns: 1fr; }
  .method-photo { min-height: 520px; }
  .honesty-grid { grid-template-columns: repeat(2,1fr); }
  .honesty-grid > div:nth-child(2) { border-right: 0; }
  .honesty-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(8,10,15,.09); }
  .product-info { position: static; }
  .collection-sidebar { display: block; }
  .collection-layout { grid-template-columns: 1fr; }
  .collection-filter-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
  .collection-filter-form .filter-title, .collection-filter-form .button { grid-column: 1/-1; }
  .pack-section-head, .managed-head, .managed-compare, .academy-copy, .talent-panel { grid-template-columns: 1fr; }
  .appointment-pack-grid { grid-template-columns: 1fr; }
  .appointment-pack-card { min-height: auto; }
  .appointment-pack-card.is-featured { transform:none; }
  .academy-copy .eyebrow, .academy-links { grid-column:auto; }
  .academy-copy .eyebrow { margin-bottom:0; }
  .academy-links { grid-template-columns:1fr 1fr; }
  .academy-links a:nth-child(2) { border-right:0; }
}
@media (max-width: 680px) {
  body { padding-bottom: 68px; }
  .section { padding: 76px 0; }
  .announcement { font-size: 8px; }
  .header-inner { min-height: 62px; }
  .logo { width: 176px; gap: 8px; }
  .brand-primary { width: 124px; }
  .brand-company { width: 46px; padding-left: 8px; }
  .brand-company span { display: none; }
  .salesmind-wordmark { font-size: 6px; }
  .search-link, .cart-link { display: none; }
  .home-hero { padding: 52px 0 36px; }
  .home-hero h1 { font-size: clamp(44px,13.8vw,62px); }
  .home-hero-lede { font-size: 17px; }
  .home-hero .actions { display: grid; }
  .home-hero .button { width: 100%; }
  .home-hero-visual { min-height: 460px; }
  .home-hero-visual > img { min-height: 460px; }
  .hero-trust { margin-top: 34px; }
  .value-strip-inner { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .section-heading { display: grid; align-items: start; }
  .need-grid { grid-template-columns: 1fr; }
  .need-card, .need-card:nth-child(1), .need-card:nth-child(4) { min-height: 240px; grid-column: auto; padding: 23px; }
  .need-card h3 { margin-top: 28px; font-size: 27px; }
  .product-grid, .product-grid-four { grid-template-columns: 1fr 1fr; gap: 10px; }
  .product-card-body { padding: 15px; }
  .product-card h3 { font-size: 17px; }
  .product-card-copy { display: none; }
  .product-mode-badge { left: 8px; bottom: 8px; padding: 5px 7px; font-size: 7px; }
  .product-card .price { font-size: 12px; }
  .product-card-cta { font-size: 10px; }
  .service-card { min-height: 300px; padding: 24px; }
  .service-card h3 { margin-top: 48px; font-size: 30px; }
  .method-photo { min-height: 430px; }
  .honesty-grid { grid-template-columns: 1fr; }
  .honesty-grid > div { border-right: 0; border-bottom: 1px solid rgba(8,10,15,.09); }
  .final-cta { padding: 76px 0; }
  .final-cta .button { width: 100%; }
  .buy-trust-grid div { grid-template-columns: 1fr; gap: 3px; }
  .assurance-grid { grid-template-columns: 1fr; }
  .collection-filter-form { grid-template-columns: 1fr; }
  .collection-toolbar { align-items: stretch; flex-direction: column; gap: 12px; }
  .collection-toolbar form, .collection-toolbar select { width: 100%; }
  .cart-summary { display: grid; width: 100%; }
  .cart-summary .button { width: 100%; }
  .mobile-sticky-bar { position: fixed; z-index: 45; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 9px 14px calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(8,10,15,.1); background: rgba(244,241,233,.96); backdrop-filter: blur(16px); }
  .mobile-sticky-bar a { min-height: 48px; border-radius: 11px; font-size: 12px; font-weight: 800; }
  .mobile-sticky-primary { display: grid; place-items: center; background: var(--ink); color: var(--white); }
  .mobile-sticky-cart { display: grid; min-width: 58px; place-items: center; border: 1px solid rgba(8,10,15,.14); }
  .pathway-grid { grid-template-columns:1fr; }
  .pathway-card, .pathway-card:nth-child(4), .pathway-card:nth-child(5) { min-height:360px; grid-column:auto; }
  .pack-section-head { gap:24px; }
  .appointment-pack-card { padding:24px; }
  .pack-number { font-size:104px; }
  .managed-head { gap:24px; }
  .compare-card { padding:24px; }
  .compare-actions { display:grid; }
  .academy-visual { height:260px; }
  .academy-copy { gap:24px; padding:28px 22px; }
  .academy-links { grid-template-columns:1fr; }
  .academy-links a { padding:18px 0; border-right:0; border-bottom:1px solid rgba(255,255,255,.13); }
  .academy-links a:last-child { border-bottom:0; }
  .talent-panel { gap:28px; margin-top:60px; }
}

/* Evidence, Marco demo and appointment configurator */
.proof-section { overflow: hidden; background: var(--ink); color: var(--white); }
.proof-head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 52px; }
.proof-head h2 { max-width: 880px; margin-bottom: 0; }
.proof-head > p { margin-bottom: 0; color: #aeb4bd; font-size: 17px; }
.proof-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.proof-metric { position: relative; overflow: hidden; min-height: 270px; padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: linear-gradient(145deg,#111720,#0a0e15); }
.proof-metric:after { position: absolute; right: -36px; bottom: -70px; width: 170px; height: 170px; border: 1px solid rgba(199,164,90,.22); border-radius: 50%; content: ""; }
.proof-metric strong, .proof-metric span, .proof-metric small { position: relative; z-index: 1; display: block; }
.proof-metric strong { color: var(--gold-bright); font-family: Georgia,"Times New Roman",serif; font-size: clamp(72px,8vw,116px); font-weight: 400; line-height: .9; letter-spacing: -.06em; }
.proof-metric span { margin-top: 30px; font-size: 18px; font-weight: 800; }
.proof-metric small { margin-top: 7px; color: #979faa; font-size: 11px; }
.proof-method { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; }
.proof-method span { padding: 17px 18px; border-right: 1px solid rgba(255,255,255,.12); color: #b9bfc7; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.proof-method span:last-child { border-right: 0; }
.proof-disclaimer { max-width: 900px; margin: 22px 0 0; color: #7f8792; font-size: 10px; }

.marco-demo-section { background: #101620; color: var(--white); }
.marco-demo-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.marco-demo-copy { position: sticky; top: 120px; }
.marco-demo-copy h2 { max-width: 600px; }
.marco-demo-copy > p:not(.eyebrow) { max-width: 560px; color: #aeb4bd; font-size: 17px; }
.marco-demo-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.marco-audio-list { display: grid; gap: 14px; }
.marco-audio-card { padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: linear-gradient(135deg,#171e29,#0b1017); box-shadow: 0 24px 60px rgba(0,0,0,.15); }
.marco-audio-card h3 { margin: 28px 0 8px; font-size: 29px; }
.marco-audio-card > p { color: #9fa6b0; font-size: 13px; }
.marco-audio-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.marco-audio-meta span { color: var(--gold-bright); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.marco-audio-meta small { color: #8c949f; font-size: 10px; }
.marco-audio-card audio { display: block; width: 100%; height: 46px; margin-top: 24px; accent-color: var(--gold); }
.marco-demo-disclaimer { margin: 4px 0 0; color: #7f8792; font-size: 10px; }

.appointment-calculator-section { background: var(--paper); }
.appointment-calculator-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.appointment-calculator-intro { padding-top: 24px; }
.appointment-calculator-intro > p:not(.eyebrow), .appointment-calculator-intro li { color: var(--muted); }
.appointment-calculator-intro > p:not(.eyebrow) { font-size: 17px; }
.appointment-calculator-intro ul { margin-top: 28px; padding-left: 20px; font-size: 13px; }
.appointment-calculator-intro li { margin: 10px 0; }
.appointment-calculator { padding: 34px; border: 1px solid rgba(8,10,15,.11); border-radius: 24px; background: var(--white); box-shadow: 0 26px 70px rgba(8,10,15,.09); }
.appointment-calculator fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.appointment-calculator legend, .calculator-fields label > span { display: block; margin-bottom: 12px; color: #353b44; font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.calculator-fields label > span small { font-weight: 600; text-transform: none; }
.calculator-volume-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.calculator-volume-options label { position: relative; cursor: pointer; }
.calculator-volume-options input { position: absolute; opacity: 0; pointer-events: none; }
.calculator-volume-options label > span { display: grid; min-height: 108px; place-content: center; border: 1px solid rgba(8,10,15,.13); border-radius: 15px; background: #faf9f5; text-align: center; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.calculator-volume-options input:checked + span { border-color: var(--gold-ink); background: #f6edda; box-shadow: inset 0 0 0 1px var(--gold-ink); transform: translateY(-2px); }
.calculator-volume-options input:focus-visible + span { outline: 3px solid var(--steel); outline-offset: 3px; }
.calculator-volume-options b { font-family: Georgia,"Times New Roman",serif; font-size: 42px; line-height: .9; }
.calculator-volume-options small { margin-top: 7px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.calculator-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
.calculator-fields label { min-width: 0; }
.calculator-fields select { width: 100%; min-height: 50px; }
.calculator-result { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 24px 0 16px; padding: 22px; border-radius: 16px; background: var(--ink); color: var(--white); }
.calculator-result div small, .calculator-result div strong { display: block; }
.calculator-result div small { color: #8f97a2; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.calculator-result div strong { margin-top: 5px; font-size: 21px; }
.calculator-result p { grid-column: 1/-1; margin: 6px 0 0; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.13); color: #c4c9cf; font-size: 11px; }
.calculator-terms { margin: 13px 0 0; color: var(--muted); font-size: 9px; text-align: center; }

@media (max-width: 990px) {
  .proof-head, .marco-demo-grid, .appointment-calculator-shell { grid-template-columns: 1fr; gap: 34px; }
  .proof-metrics { grid-template-columns: 1fr; }
  .proof-metric { min-height: 230px; }
  .proof-method { grid-template-columns: 1fr 1fr; }
  .proof-method span:nth-child(2) { border-right: 0; }
  .proof-method span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .marco-demo-copy { position: static; }
}

@media (max-width: 680px) {
  .proof-head { gap: 22px; margin-bottom: 34px; }
  .proof-metric { min-height: 210px; padding: 24px; }
  .proof-metric strong { font-size: 78px; }
  .proof-method { grid-template-columns: 1fr; }
  .proof-method span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .proof-method span:last-child { border-bottom: 0; }
  .marco-demo-actions { display: grid; }
  .marco-audio-card { padding: 24px 20px; }
  .marco-audio-meta { align-items: flex-start; flex-direction: column; gap: 5px; }
  .appointment-calculator { padding: 24px 18px; }
  .calculator-fields { grid-template-columns: 1fr; }
  .calculator-volume-options { gap: 7px; }
  .calculator-volume-options label > span { min-height: 92px; }
  .calculator-volume-options b { font-size: 34px; }
  .calculator-result { grid-template-columns: 1fr; }
  .calculator-result p { grid-column: auto; }
}

/* Static catalog and differentiated product pages */
.catalog-hero { padding: 92px 0 76px; overflow: hidden; background: var(--ink); color: var(--white); }
.catalog-hero h1 { max-width: 940px; margin-bottom: 22px; }
.catalog-hero h1 em { color: var(--gold-bright); font-style: normal; }
.catalog-hero > .container > p:last-child { max-width: 720px; color: #aeb4bd; font-size: 18px; }
.catalog-section { background: var(--paper); }
.catalog-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 22px; }
.catalog-toolbar label { width: min(620px,100%); }
.catalog-toolbar label span { display: block; margin-bottom: 9px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.catalog-toolbar input { width: 100%; min-height: 54px; padding: 0 17px; border: 1px solid rgba(8,10,15,.14); border-radius: 12px; background: var(--white); color: var(--ink); font: inherit; }
.catalog-toolbar strong { padding-bottom: 16px; color: var(--gold-ink); font-size: 13px; white-space: nowrap; }
.catalog-filters { display: flex; gap: 8px; margin-bottom: 36px; padding-bottom: 8px; overflow-x: auto; scrollbar-width: thin; }
.catalog-filters button { min-height: 39px; padding: 0 13px; border: 1px solid rgba(8,10,15,.13); border-radius: 999px; background: var(--white); color: var(--ink); cursor: pointer; font: inherit; font-size: 10px; font-weight: 750; white-space: nowrap; }
.catalog-filters button[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: var(--white); }
.catalog-grid { align-items: stretch; }
.catalog-product-card { display: flex; flex-direction: column; }
.catalog-product-card[hidden] { display: none; }
.catalog-product-card .product-card-body { display: flex; flex: 1; flex-direction: column; }
.catalog-product-card .product-card-footer { margin-top: auto; }
.catalog-product-card h3 a { color: inherit; }
.product-inline-demo { margin-top: 38px; padding: 30px; border-radius: 20px; background: var(--ink); color: var(--white); }
.product-inline-demo h2 { max-width: 720px; }
.product-inline-demo audio { display: block; width: 100%; max-width: 720px; margin: 20px 0; }
.product-inline-demo .text-link { color: var(--gold-bright); }
.product-process-section { background: var(--paper); }
.product-process { max-width: 900px; }
.product-form .button-ghost { width: 100%; margin-top: 9px; color: var(--ink); }
.legal-hero { padding: 76px 0 60px; background: var(--ink); color: var(--white); }
.legal-hero h1 { max-width: 900px; margin-bottom: 0; }
.legal-section { background: var(--paper); }
.legal-layout { display: grid; grid-template-columns: minmax(0,1fr) 290px; gap: 72px; align-items: start; }
.legal-content { max-width: 860px; padding: 42px; border: 1px solid rgba(8,10,15,.1); border-radius: 20px; background: var(--white); box-shadow: 0 18px 55px rgba(8,10,15,.05); }
.legal-content h2 { margin: 38px 0 13px; font-size: 28px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content li { margin: 8px 0; }
.legal-content blockquote { margin: 26px 0; padding: 22px; border-left: 3px solid var(--gold); background: var(--paper); }
.legal-aside { position: sticky; top: 118px; display: grid; gap: 8px; padding: 24px; border: 1px solid rgba(8,10,15,.1); border-radius: 16px; background: var(--white); color: var(--muted); font-size: 12px; }
.legal-aside strong { color: var(--ink); font-size: 15px; }
.legal-aside a { margin-top: 8px; color: var(--gold-ink); font-weight: 800; }

@media (max-width: 680px) {
  .catalog-hero { padding: 68px 0 56px; }
  .catalog-hero h1 { font-size: clamp(43px,12vw,60px); }
  .catalog-toolbar { align-items: stretch; flex-direction: column; gap: 6px; }
  .catalog-toolbar strong { padding-bottom: 8px; }
  .catalog-filters { margin-right: 0; }
  .catalog-grid { grid-template-columns: 1fr 1fr; }
  .product-inline-demo { padding: 23px 18px; }
  .legal-layout { grid-template-columns: 1fr; gap: 24px; }
  .legal-content { padding: 25px 19px; }
  .legal-aside { position: static; }
}

/* Editorial footer — Telesales × SalesMind */
.site-footer { padding: 10px; background: var(--ink); color: #173c37; }
.footer-shell { max-width: 1540px; margin: 0 auto; padding: 54px 46px 28px; border-radius: 24px; background: #e9efe9; box-shadow: inset 0 0 0 1px rgba(23,60,55,.08); }
.footer-top { display: grid; grid-template-columns: .8fr 2fr 1fr; gap: clamp(38px,6vw,92px); }
.site-footer .footer-heading { margin: 0 0 25px; color: #6e918a; font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.site-footer .footer-links { display: grid; gap: 13px; }
.site-footer .footer-links a { width: fit-content; color: #175f55; font-size: clamp(14px,1.08vw,18px); font-weight: 680; line-height: 1.35; text-decoration: none; transition: color .18s ease, transform .18s ease; }
.site-footer .footer-links a:hover { color: var(--gold-ink); transform: translateX(3px); }
.site-footer .footer-resource-links .footer-all-link { margin-top: 6px; border-bottom: 1px solid currentColor; color: #0d5148; font-weight: 820; }
.footer-identity { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 62px; padding-top: 28px; border-top: 1px solid rgba(23,60,55,.14); }
.footer-brand-lockup { display: flex; align-items: center; gap: 26px; min-width: 0; }
.footer-brand-lockup .logo { flex: 0 0 auto; }
.footer-brand-lockup .brand-primary img { width: 130px; }
.site-footer .brand-company { color: #637873; }
.site-footer .salesmind-wordmark i { color: #173c37; }
.site-footer .salesmind-wordmark b { color: var(--gold-ink); }
.footer-brand-lockup p, .footer-copyright { margin: 0; color: #74817f; font-size: 11px; line-height: 1.7; }
.footer-brand-lockup p { max-width: 760px; }
.footer-brand-lockup p a { color: #175f55; font-weight: 750; }
.footer-copyright { flex: 0 0 auto; text-align: right; }
.footer-signals { display: flex; align-items: center; gap: 8px; margin-top: 24px; }
.footer-signals span { padding: 8px 11px; border: 1px solid rgba(23,60,55,.14); border-radius: 999px; color: #56736d; font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.footer-signals a { margin-left: auto; color: #0d5148; font-size: 12px; font-weight: 850; text-decoration: underline; text-underline-offset: 5px; }

@media (max-width: 990px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > div:nth-child(2) { grid-column: 1 / -1; grid-row: 2; }
  .footer-identity { align-items: flex-start; flex-direction: column; }
  .footer-copyright { text-align: left; }
}

@media (max-width: 680px) {
  .site-footer { padding: 6px; }
  .footer-shell { padding: 38px 22px 22px; border-radius: 18px; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; }
  .footer-top > div:nth-child(2) { grid-column: auto; grid-row: auto; }
  .site-footer .footer-heading { margin-bottom: 17px; }
  .site-footer .footer-links a { font-size: 15px; }
  .footer-identity { gap: 20px; margin-top: 42px; padding-top: 24px; }
  .footer-brand-lockup { align-items: flex-start; flex-direction: column; gap: 18px; }
  .footer-signals { align-items: flex-start; flex-wrap: wrap; }
  .footer-signals a { width: 100%; margin: 10px 0 0; }
}
