:root {
  --navy-950: #050c18;
  --navy-900: #0a1628;
  --navy-700: #1b2a4e;
  /* semantic tokens: dark theme is the default */
  --bg: #050c18;
  --bg-2: #0a1628;
  --bg-glow: #0f2342;
  --surface: rgba(255,255,255,.04);
  --line: rgba(255,255,255,.08);
  --ink: #eaf2fb;
  --ink-dim: #9fb3cc;
  --on-grad: #050c18;
  --card-ink: #1b2a4e;
  color-scheme: dark;
  --blue: #2a73c8;
  --teal: #2cb6c9;
  --green: #7bc24a;
  --grad: linear-gradient(90deg, var(--blue), var(--teal) 55%, var(--green));
  --font: "Manrope", system-ui, -apple-system, sans-serif;
}
:root[data-theme="light"] {
  --bg: #f6f8fb;
  --bg-2: #ffffff;
  --bg-glow: #dfe9f6;
  --surface: #ffffff;
  --line: rgba(27,42,78,.12);
  --ink: #1b2a4e;
  --ink-dim: #5b6b85;
  color-scheme: light;
}
.logo--light { display: none !important; }
:root[data-theme="light"] .logo--dark { display: none !important; }
:root[data-theme="light"] .logo--light { display: block !important; }
.theme-toggle { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface); color: var(--ink);
  display: grid; place-items: center; cursor: pointer; padding: 0; }
.theme-toggle svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.theme-toggle .moon, :root[data-theme="light"] .theme-toggle .sun { display: none; }
:root[data-theme="light"] .theme-toggle .moon { display: block; }
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; }

.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px clamp(16px, 4vw, 48px);
  background: linear-gradient(var(--bg), transparent);
}
.nav nav { display: flex; gap: clamp(12px, 2.4vw, 28px); align-items: center; }
.nav a { color: var(--ink-dim); text-decoration: none; font-size: 14px; font-weight: 600; }
.nav a:hover { color: var(--ink); }
.nav .pill { color: var(--on-grad); background: var(--grad); padding: 8px 16px; border-radius: 99px; }
.brand img { display: block; height: 60px; width: auto; }

.hero { height: 520vh; position: relative; }
.stage { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden;
  background: radial-gradient(120% 80% at 70% 40%, var(--bg-glow) 0%, var(--bg) 60%); }
#helix { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
[hidden] { display: none !important; }
.fallback { position: absolute; inset: 0; display: grid; place-items: center; font-size: 48px; font-weight: 800; }

.beat {
  position: absolute; top: 50%; width: min(520px, 90vw);
  transform: translateY(-50%); opacity: 0; pointer-events: none;
  transition: none; will-change: opacity, transform;
}
.beat.on { pointer-events: auto; }
.beat--left  { left: clamp(16px, 7vw, 120px); }
.beat--right { right: clamp(16px, 7vw, 120px); text-align: right; }
.beat--center { left: 50%; top: auto; bottom: 12vh; transform: translateX(-50%); text-align: center; width: min(640px, 92vw); }

.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 18px; }
h1, .beat h2 { font-size: clamp(38px, 5.6vw, 76px); line-height: 1.02; letter-spacing: -.035em; font-weight: 800; }
.lede { margin-top: 20px; font-size: clamp(16px, 1.4vw, 19px); line-height: 1.55; color: var(--ink-dim); max-width: 40ch; }
.beat--right .lede { margin-left: auto; }
.hint { margin-top: 48px; font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: var(--ink-dim); }
.hint::after { content: ""; display: block; width: 1px; height: 40px; margin-top: 12px; background: linear-gradient(var(--ink-dim), transparent); }

.lockup { display: block; width: min(460px, 78vw); height: auto; margin: 0 auto; }
.cta { display: inline-block; margin-top: 32px; padding: 15px 30px; border-radius: 99px; background: var(--grad);
  color: var(--on-grad); font-weight: 800; text-decoration: none; font-size: 15px; }
.ruo { margin-top: 18px; font-size: 12px; color: var(--ink-dim); letter-spacing: .04em; }

.progress { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--line); }
.progress i { display: block; height: 100%; width: 100%; background: var(--grad); transform-origin: left; transform: scaleX(0); }

.catalog { padding: 120px clamp(16px, 6vw, 96px); background: var(--bg-2); }
.catalog > h2 { font-size: clamp(28px, 3.4vw, 44px); letter-spacing: -.03em; margin-bottom: 12px; }
.catalog > .lede { margin: 0 0 28px; }
.controls { display: flex; gap: 12px; margin-bottom: 16px; }
.csearch { flex: 1; display: flex; align-items: center; gap: 10px; padding: 0 16px; border: 1px solid var(--line); border-radius: 99px; background: var(--surface); }
.csearch svg { width: 18px; height: 18px; fill: none; stroke: var(--ink-dim); stroke-width: 2; stroke-linecap: round; flex: none; }
.csearch input { flex: 1; min-width: 0; padding: 14px 0; border: 0; background: transparent; color: var(--ink); font: inherit; font-size: 15px; outline: none; }
.csearch input::placeholder { color: var(--ink-dim); }
.csort { padding: 0 40px 0 16px; border: 1px solid var(--line); border-radius: 99px; background: var(--surface); color: var(--ink); font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239fb3cc' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 16px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.chips button { padding: 9px 16px; border-radius: 99px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; }
.chips button.on { background: var(--grad); color: var(--on-grad); border-color: transparent; }
.ccount { color: var(--ink-dim); font-size: 14px; margin-bottom: 20px; }
.ccount b { color: var(--ink); }
@media (max-width: 600px) { .controls { flex-direction: column; } .csort { padding: 14px 40px 14px 16px; } }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.grid .card { display: flex; flex-direction: column; background: #fff; color: #1b2b5e; border: 1px solid var(--line); border-radius: 20px; overflow: hidden;
  text-decoration: none; transition: transform .25s, box-shadow .25s; }
.grid .card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px -20px rgba(27,43,94,.45); }
.cmedia { position: relative; aspect-ratio: 4 / 3; background: #fbfbfb; border-bottom: 1px solid #eef0f3; }
.cmedia img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cruo { position: absolute; top: 14px; left: 14px; display: inline-flex; align-items: center; gap: 5px; padding: 6px 10px; border-radius: 99px;
  background: #fff; border: 1px solid #e3e8ef; color: #4fb8d9; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.cruo svg { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cadd { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; border-radius: 50%; background: #1b2b5e; color: #fff; display: grid; place-items: center;
  box-shadow: 0 4px 12px -4px rgba(27,43,94,.4); }
.cadd svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }
.cbody { display: flex; flex-direction: column; flex: 1; padding: 20px 22px 18px; }
.ccat { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #4fb8d9; }
.cbody h3 { margin-top: 6px; font-size: 20px; letter-spacing: -.02em; }
.cdesc { margin-top: 8px; font-size: 14px; line-height: 1.5; color: #5b6b85; flex: 1; }
.cfoot { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; margin-top: 16px; padding-top: 12px; border-top: 1px solid #eef0f3; }
.cfoot b { font-size: 20px; letter-spacing: -.02em; }
.cspec { font-size: 12px; font-weight: 700; padding: 6px 10px; border-radius: 99px; background: #f3f5f9; color: #1b2b5e; }
.footer { padding: 64px clamp(16px, 6vw, 96px); background: var(--bg); border-top: 1px solid var(--line);
  display: flex; gap: 32px; align-items: center; flex-wrap: wrap; }
.footer img { height: 72px; width: auto; }
.nav nav .theme-toggle { margin-left: 4px; }
.theme-pick { margin-left: auto; display: inline-flex; border: 1px solid var(--line); border-radius: 99px; padding: 3px; background: var(--surface); }
.theme-pick button { border: 0; background: transparent; color: var(--ink-dim); font: inherit; font-size: 13px; font-weight: 700; padding: 8px 16px; border-radius: 99px; cursor: pointer; }
:root[data-theme="dark"] .theme-pick [data-set-theme="dark"], :root[data-theme="light"] .theme-pick [data-set-theme="light"] { background: var(--grad); color: var(--on-grad); }
.footer p { color: var(--ink-dim); font-size: 13px; line-height: 1.6; max-width: 60ch; }

@media (max-width: 767px) {
  .beat, .beat--right { left: 16px; right: 16px; width: auto; text-align: left; top: auto; bottom: 14vh; transform: none; }
  .beat--right .lede { margin-left: 0; }
  .beat--center { text-align: center; }
  .beat h1, .beat h2 { text-shadow: 0 2px 30px var(--bg); }
  .nav nav a:not(.pill) { display: none; }
  .brand img { height: 42px; }
}
.fallback img { width: min(420px, 70vw); height: auto; }


/* ---- quality blocks ------------------------------------------------------ */
.quality { padding: 120px clamp(16px, 6vw, 96px) 40px; background: var(--bg-2); }
.qintro { max-width: 760px; margin-bottom: 56px; }
.qintro h2 { font-size: clamp(28px, 3.6vw, 48px); letter-spacing: -.03em; line-height: 1.08; margin-top: 8px; }
.qintro .lede { max-width: 60ch; }
.qgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.qgrid article { padding: 28px; border-radius: 18px; background: var(--surface); border: 1px solid var(--line); }
.qstat { display: block; font-size: 40px; font-weight: 800; letter-spacing: -.04em; line-height: 1;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 18px; }
.qgrid h3 { font-size: 18px; margin-bottom: 10px; }
.qgrid p { color: var(--ink-dim); font-size: 15px; line-height: 1.55; }
.catalog { padding-top: 80px; }

/* ---- homepage featured + shop page ------------------------------------- */
.fhead { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 32px; }
.fhead h2 { font-size: clamp(28px, 3.4vw, 44px); letter-spacing: -.03em; margin: 8px 0 0; }
.cta--ghost { background: var(--surface); color: var(--ink); border: 1px solid var(--line); margin: 0; }
.shop { padding-top: 80px; }
.shop .catalog > h1 { font-size: clamp(32px, 4vw, 52px); letter-spacing: -.03em; margin-bottom: 12px; }

/* Product page: sticky 3D viewer on the left, catalog content scrolling on the right. */
body { background: var(--bg-2); }
.product { display: grid; grid-template-columns: 56% 44%; min-height: 100vh; }
.pviewer { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden;
  background: radial-gradient(70% 60% at 50% 55%, var(--bg-glow) 0%, var(--bg-2) 70%); }
#vial { position: absolute; inset: 0; width: 100%; height: 100%; display: block; cursor: grab; touch-action: pan-y; opacity: 0; transition: opacity .35s; }
#vial.ready { opacity: 1; }
#vial.dragging { cursor: grabbing; }
.phint { position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); font-size: 12px; letter-spacing: .3em;
  text-transform: uppercase; color: var(--ink-dim); pointer-events: none; }

.pcontent { padding: 120px clamp(24px, 5vw, 80px) 80px; }
.crumbs { font-size: 13px; color: var(--ink-dim); margin-bottom: 20px; }
.crumbs a { color: inherit; text-decoration: none; }
.pname { font-size: clamp(36px, 4vw, 56px); letter-spacing: -.035em; line-height: 1.02; }
.pspec { margin-top: 12px; font-size: 18px; color: var(--ink); font-weight: 700; }
.pprice { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.plede { margin-top: 18px; color: var(--ink-dim); font-size: 17px; line-height: 1.6; max-width: 48ch; }
.pbuy { display: flex; gap: 16px; align-items: center; margin-top: 28px; }
.pbuy label { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink-dim); }
.pbuy input { width: 64px; padding: 12px; border-radius: 10px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); font: inherit; }
.pbuy .cta { margin: 0; border: 0; cursor: not-allowed; opacity: .85; font: inherit; }
.pnote { margin-top: 12px; font-size: 12px; color: var(--ink-dim); }

.pcontent section { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--line); }
.pcontent h2 { font-size: 13px; letter-spacing: .24em; text-transform: uppercase; color: var(--ink-dim); margin-bottom: 18px; }
.papps { list-style: none; padding: 0; display: grid; gap: 10px; }
.papps li { padding-left: 22px; position: relative; color: var(--ink); line-height: 1.5; }
.papps li::before { content: ""; position: absolute; left: 0; top: 9px; width: 10px; height: 10px; border-radius: 50%; background: var(--grad); }
.ptech { display: grid; grid-template-columns: max-content 1fr; gap: 12px 24px; }
.ptech dt { color: var(--ink-dim); font-size: 14px; }
.ptech dd { color: var(--ink); line-height: 1.5; }
.pruo p { color: var(--ink-dim); line-height: 1.6; }
.pmore { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.pmore .cdesc { display: none; }
.pmore a { display: block; background: #fbfbfb; border: 1px solid var(--line); border-radius: 12px; padding: 10px; color: var(--card-ink); text-decoration: none; font-size: 13px; font-weight: 700; }
.pmore img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 8px; margin-bottom: 8px; }

@media (max-width: 900px) {
  .product { grid-template-columns: 1fr; }
  .pviewer { position: relative; height: 72vh; height: 72svh; }
  .pcontent { padding-top: 40px; }
  .ptech { grid-template-columns: 1fr; gap: 4px 0; }
  .ptech dt { margin-top: 12px; }
}

/* ---- WordPress / WooCommerce chrome ------------------------------------ */
.site-main { min-height: 60vh; }
.page-content { max-width: 880px; margin: 0 auto; padding: 140px clamp(16px, 6vw, 96px) 80px; line-height: 1.65; }
.page-content h1 { font-size: clamp(32px, 4vw, 52px); letter-spacing: -.03em; margin-bottom: 24px; }
.page-content h2 { margin: 32px 0 12px; }
.page-content p, .page-content li { color: var(--ink); }
.page-content a { color: var(--teal); }
.nav .cart-link { position: relative; }
.nav .cart-link .count { position: absolute; top: -8px; right: -12px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 99px;
  background: var(--grad); color: var(--on-grad); font-size: 11px; font-weight: 800; display: grid; place-items: center; }
.woocommerce-notices-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 clamp(16px, 6vw, 96px); }
.woocommerce-message, .woocommerce-error, .woocommerce-info { list-style: none; padding: 14px 18px; border-radius: 12px; border: 1px solid var(--line); background: var(--surface); margin: 12px 0; }
.woocommerce-message a.button, .woocommerce-error a.button { margin-left: 12px; }
/* shop archive */
.shop .controls form.woocommerce-product-search { flex: 1; display: contents; }
.shop .csearch input[type="submit"] { display: none; }
.shop .woocommerce-ordering select { padding: 14px 40px 14px 16px; }
.shop .chips a { padding: 9px 16px; border-radius: 99px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); font-size: 14px; font-weight: 600; text-decoration: none; }
.shop .chips a.on { background: var(--grad); color: var(--on-grad); border-color: transparent; }
.grid .card .cadd { border: 0; cursor: pointer; padding: 0; }
.grid .card .cadd.added { background: var(--green); }
.woocommerce-pagination { margin-top: 32px; }
.woocommerce-pagination ul { list-style: none; padding: 0; display: flex; gap: 8px; justify-content: center; }
.woocommerce-pagination a, .woocommerce-pagination span { display: block; padding: 10px 14px; border-radius: 10px; border: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.woocommerce-pagination .current { background: var(--grad); color: var(--on-grad); border-color: transparent; }
/* single product */
.pbuy form.cart { display: flex; gap: 12px; align-items: center; }
.pbuy .quantity input { width: 72px; padding: 12px; border-radius: 10px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); font: inherit; }
.pbuy .single_add_to_cart_button { display: inline-block; padding: 15px 30px; border-radius: 99px; border: 0; background: var(--grad); color: var(--on-grad); font: inherit; font-weight: 800; font-size: 15px; cursor: pointer; }
.pdesc h3 { font-size: 13px; letter-spacing: .24em; text-transform: uppercase; color: var(--ink-dim); margin: 32px 0 14px; }
.pdesc ul { padding-left: 22px; color: var(--ink); line-height: 1.6; }
.pdesc table { border-collapse: collapse; width: 100%; }
.pdesc th { text-align: left; color: var(--ink-dim); font-weight: 500; font-size: 14px; padding: 8px 24px 8px 0; vertical-align: top; white-space: nowrap; }
.pdesc td { color: var(--ink); padding: 8px 0; line-height: 1.5; }
.pdesc em { color: var(--ink-dim); }
.pmore .card h3 { font-size: 15px; }
/* Woo cart / checkout / account pages on our dark canvas */
.woocommerce-cart .page-content, .woocommerce-checkout .page-content, .woocommerce-account .page-content { max-width: 1100px; }
.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout { color: var(--ink); }
:root[data-theme="dark"] .wc-block-components-sidebar-layout, :root[data-theme="dark"] .wc-block-components-totals-item, :root[data-theme="dark"] .wc-block-components-product-name { color: var(--ink); }
.csearch button[type="submit"], .csearch input[type="submit"] { display: none; }
.csearch .screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ---- WooCommerce block cart/checkout on the dark canvas -------------------- */
.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout, .wc-block-components-order-summary, .wc-block-components-totals-wrapper,
.wc-block-components-checkout-step__title, .wc-block-components-product-name, .wc-block-components-checkout-order-summary__title { color: var(--ink); }
.wc-block-components-text-input input, .wc-block-components-select select, .wc-block-components-combobox-control input, .wc-block-components-textarea textarea,
.wc-block-components-select .components-custom-select-control__button, .wc-block-components-country-input input, .wc-block-components-state-input input {
  background: var(--surface) !important; color: var(--ink) !important; border-color: var(--line) !important; }
.wc-block-components-text-input label, .wc-block-components-select label, .wc-block-components-combobox-control label, .wc-block-components-checkbox__label,
.wc-block-components-checkout-step__description, .wc-block-components-address-form__label { color: var(--ink-dim) !important; }
.wc-block-components-text-input.is-active label, .wc-block-components-combobox-control.is-active label { color: var(--teal) !important; }
.wc-block-components-button:not(.is-link), .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button {
  background: var(--grad) !important; color: var(--on-grad) !important; border: 0 !important; border-radius: 99px !important; font-weight: 800 !important; }
.wc-block-components-panel__button, .wc-block-components-totals-coupon-link, .wc-block-components-checkout-return-to-cart-button, .wc-block-components-order-summary-item__description { color: var(--ink-dim); }
.wc-block-components-sidebar { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 8px; }
.wc-block-components-notice-banner.is-info { background: var(--surface); color: var(--ink); }
.wc-block-components-notice-banner.is-error { background: #fde8e8; color: #7a1f1f; }
.wc-block-components-notice-banner.is-success { background: #e6f5e9; color: #1f5a2a; }
.wc-block-components-order-summary-item__image img, .wc-block-cart-item__image img { background: #fbfbfb; border-radius: 8px; }
.wc-block-cart-items__row, .wc-block-cart-items__header, .wc-block-cart-items th { color: var(--ink); border-color: var(--line) !important; }
.wc-block-components-quantity-selector { background: var(--surface); border-color: var(--line); }
.wc-block-components-quantity-selector input, .wc-block-components-quantity-selector button { color: var(--ink) !important; }
.woocommerce-checkout .page-content, .woocommerce-cart .page-content { padding-top: 120px; }

.fmeta { display: grid; gap: 12px; }
.flinks { display: flex; flex-wrap: wrap; gap: 6px 18px; }
.flinks a { color: var(--ink-dim); font-size: 13px; font-weight: 600; text-decoration: none; }
.flinks a:hover { color: var(--ink); }
.page-content .lede { font-size: 18px; margin-bottom: 24px; }
.page-content ul { padding-left: 22px; line-height: 1.7; }
/* Block checkout country/state dropdowns + order-summary quantity badge */
.wc-blocks-components-select__container { background: var(--surface) !important; border-color: var(--line) !important; }
.wc-blocks-components-select__select { color: var(--ink) !important; background: transparent !important; }
.wc-blocks-components-select__select option { background: var(--bg-2); color: var(--ink); }
.wc-blocks-components-select__label { color: var(--ink-dim) !important; }
.wc-blocks-components-select__expand { fill: var(--ink-dim); }
.wc-block-components-order-summary-item__quantity { background: var(--teal) !important; color: var(--on-grad) !important; border: 2px solid var(--bg-2) !important; box-shadow: none !important; font-weight: 800; }
/* Checkout: additional-information checkboxes stand out; research-use acknowledgement gets its own panel */
.wc-block-checkout__additional-information .wc-block-components-checkbox__label,
.wc-block-checkout__add-note .wc-block-components-checkbox__label,
.wc-block-components-checkbox:has(input[id*="research-use"]) .wc-block-components-checkbox__label {
  color: var(--ink) !important; font-weight: 700 !important; font-size: 15px !important; line-height: 1.5; }
.wc-block-components-checkbox:has(input[id*="research-use"]) { padding: 16px 18px; border-radius: 14px; border: 1px solid var(--teal);
  background: color-mix(in srgb, var(--teal) 10%, transparent); }
.wc-block-components-checkbox input[type="checkbox"] { width: 22px; height: 22px; border: 2px solid var(--teal) !important; background: var(--surface) !important; }
.wc-block-components-checkbox input[type="checkbox"]:checked { background: var(--teal) !important; }
.wc-block-components-checkbox__mark { fill: var(--on-grad); }
.wc-block-checkout textarea, .wc-block-components-textarea textarea, .wc-block-checkout__add-note textarea {
  background: var(--surface) !important; color: var(--ink) !important; border-color: var(--line) !important; }
.wc-block-checkout textarea::placeholder { color: var(--ink-dim); }
/* Checkout payment options: dark by default, selected one highlighted in brand teal */
.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
  background: var(--surface) !important; border: 1px solid var(--line) !important; border-radius: 14px !important; color: var(--ink) !important; }
.wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked,
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option--checked-option-highlighted > .wc-block-components-radio-control__option {
  background: color-mix(in srgb, var(--teal) 12%, var(--bg-2)) !important; border-color: var(--teal) !important;
  box-shadow: 0 0 0 1px var(--teal), 0 8px 28px -14px var(--teal) !important; }
.wc-block-checkout__payment-method .wc-block-components-radio-control__label, .wc-block-components-payment-method-label { color: var(--ink) !important; font-weight: 700; }
.wc-block-checkout__payment-method .wc-block-components-radio-control__description { color: var(--ink-dim) !important; }
.wc-block-checkout__payment-method .wc-block-components-radio-control__input { background: var(--bg-2) !important; border: 2px solid var(--teal) !important; }
.wc-block-checkout__payment-method .wc-block-components-radio-control__input:checked { background: var(--teal) !important; }
.wc-block-checkout__payment-method .wc-block-components-radio-control__input:checked::before { background: var(--on-grad) !important; }
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content { background: transparent !important; color: var(--ink); }
/* Outrank the Peer Pay plugin's blue highlight (it uses :has(.peer-pay-tile) + !important) */
html body .wc-block-checkout__payment-method .wc-block-components-radio-control:has(.peer-pay-tile) .wc-block-components-radio-control__option,
html body .wc-block-checkout__payment-method .wc-block-components-radio-control:has(.peer-pay-tile) .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
  background-color: var(--surface) !important; border-color: var(--line) !important; }
html body .wc-block-checkout__payment-method .wc-block-components-radio-control:has(.peer-pay-tile) .wc-block-components-radio-control__option-checked,
html body .wc-block-checkout__payment-method .wc-block-components-radio-control:has(.peer-pay-tile) .wc-block-components-radio-control-accordion-option--checked-option-highlighted .wc-block-components-radio-control__option {
  background-color: color-mix(in srgb, var(--teal) 14%, var(--bg-2)) !important; border-color: var(--teal) !important;
  box-shadow: 0 0 0 1px var(--teal), 0 8px 28px -14px var(--teal) !important; }
html body .wc-block-checkout__payment-method .peer-pay-tile, html body .wc-block-checkout__payment-method .peer-pay-tile * { color: var(--ink) !important; }
