/* WOK design review. Shared product tokens and the public landing page.
   Loaded last deliberately: the operational UI keeps its existing contracts. */
:root{
  --bg:#100f0f;--surface:#1b1817;--surface-2:#25201e;--surface-3:#302823;
  --text:#f4efe7;--text-2:#bcb1a7;--text-3:#b1a49a;--line:#3a312c;--line-strong:#786659;
  --red:#f36b4f;--red-hi:#ff927c;--red-wash:#36201a;--gold:#d8b583;--green:#b1cfaa;
  --danger:#ff9688;--r:12px;--feature-font:"Geologica","Onest",sans-serif;
  --shop-bg:var(--bg);--shop-bg-soft:#161311;--shop-panel:var(--surface);--shop-panel-solid:var(--surface);
  --shop-panel-raised:var(--surface-2);--shop-line:var(--line);--shop-line-strong:var(--line-strong);
  --shop-text:var(--text);--shop-muted:var(--text-2);--shop-quiet:var(--text-3);--shop-ink:var(--text);
  --shop-red:var(--red);--shop-red-hi:var(--red-hi);--shop-red-low:#8f4436;
  --shop-gold:var(--gold);--shop-green:var(--green);--shop-danger:var(--danger);
  --panel-radius:10px;--control-radius:6px;--wok-control-radius:6px;
  --wok-icon-chassis:none;--wok-security-medallion:none;--wok-status-ok:none;
  --wok-status-warn:none;--wok-status-bad:none;--wok-status-idle:none;--wok-empty-state:none;
}
html{scroll-behavior:auto;scroll-padding-top:100px}
body.shop-page,body.guide-page{background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}
body.shop-page::before,body.guide-page::before{content:none}
.shop-page .wrap{width:min(1248px,calc(100% - 96px))}
.shop-page h1,.shop-page h2,.shop-page h3{font-family:var(--font);font-weight:600;letter-spacing:-.035em;text-wrap:balance}
.shop-page h1{line-height:1.06;text-shadow:none}
.shop-page .section{padding:92px 0;content-visibility:visible;contain-intrinsic-size:none}
.shop-page .section-head h2,.shop-page .review-section-intro h2,.shop-page .code-copy h2,.shop-page .faq-title h2{font-size:clamp(30px,3.2vw,44px);line-height:1.13;font-weight:550;letter-spacing:-.045em}
.shop-page .review-section-intro h2{margin:16px 0 20px;max-width:16ch}
.shop-page .review-section-intro>p:not(.review-eyebrow),.shop-page .code-copy>p:not(.review-eyebrow){max-width:43ch;font-size:16px;line-height:1.75;color:var(--text-2)}
.shop-page .review-eyebrow{margin:0;color:var(--gold);font:500 11px/1.5 var(--mono);letter-spacing:.075em;text-transform:uppercase}
.shop-page .review-small-note{font-size:12px;line-height:1.75;color:var(--text-3)}
.shop-page a:focus-visible,.guide-page a:focus-visible,.shop-page button:focus-visible,.shop-page summary:focus-visible,.shop-page pre:focus-visible{outline:2px solid var(--red-hi);outline-offset:5px}
.review-skip{position:fixed;top:8px;left:16px;transform:translateY(-160%);z-index:200;padding:10px 16px;border-radius:6px;background:var(--text);color:var(--bg)}
.review-skip:focus{transform:none}
/* Legacy reveals remain readable; the brand film has its own progressive motion. */
.shop-page [data-reveal],.shop-page [data-reveal="hero"],.js.is-ready .shop-page [data-reveal]{opacity:1;transform:none;transition:none}
.shop-page .btn,.shop-page .btn:hover,.shop-page .btn:active{transform:none;box-shadow:none;background:var(--surface);border:1px solid var(--line-strong);border-radius:6px;min-height:44px;font-size:13px;font-weight:550;letter-spacing:0;transition:background .16s,color .16s,border-color .16s}
.shop-page .btn:hover{background:var(--surface-2);border-color:var(--text-2)}
.shop-page .btn.primary{background:var(--red);border-color:var(--red);color:#231714;box-shadow:none}
.shop-page .btn.primary:hover{background:#ff927c;border-color:#ff927c;box-shadow:none}
.shop-page .btn.glass,.shop-page .btn.ghost{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}
.shop-page .btn.glass:hover,.shop-page .btn.ghost:hover{background:var(--surface-2)}
.shop-page .btn .ti{width:17px;height:17px}
.shop-page .ti{stroke-width:1.65}
.shop-page :is(input,select,textarea,.select-trigger){border-radius:6px;background:var(--bg);box-shadow:none;border-color:var(--line-strong)}
.shop-page :is(input,select,textarea,.select-trigger):hover{background:var(--bg);border-color:var(--text-3)}
.shop-page .select-trigger::before,.shop-page .select-option::before{content:none}
.shop-page .select-arrow{background:none;border:0;color:var(--text-2)}
.shop-page .select-popover{border-radius:6px;background:var(--surface);box-shadow:0 12px 32px #0005;border-color:var(--line-strong);animation:none}
.shop-page .select-option{border-radius:4px;background:none;transform:none}
.shop-page .select-option[aria-selected="true"],.shop-page .select-popover .select-option[aria-selected="true"]{background:var(--surface-3);border-color:var(--line);color:var(--text)}
.shop-page .select-check{background:none;color:var(--gold)}
.shop-page .select-check .ti{display:block}
.shop-page .skeleton{background:#282d29;border:0;border-radius:4px}
.shop-page .skeleton::before,.shop-page .skeleton::after{content:none;animation:none}
.shop-page .state,.shop-page .state>.ti{background:var(--surface);border-radius:6px}
.shop-page .spinner{width:18px;height:18px;background:none;border:2px solid var(--line-strong);border-top-color:var(--red);border-radius:50%;animation:spinner-turn .8s linear infinite}
/* Navigation keeps the existing WOK wordmark. */
.shop-page .site-bar{height:80px;padding:0;background:var(--bg);border-bottom:1px solid var(--line)}
.shop-page .bar-inner,.shop-page .site-bar.is-compact .bar-inner{height:80px;padding:0;background:var(--bg);border:0;border-radius:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}
.shop-page .brand-api{color:var(--text-2);letter-spacing:.06em}
.shop-page .site-nav{gap:6px}
.shop-page .site-nav>a{font-size:12px;font-weight:500;padding:10px;border-radius:4px}
.shop-page .site-nav>a::after{content:none}
.shop-page .site-nav>a.on{color:var(--text);background:var(--surface-2)}
.shop-page .site-nav .account-nav-icon{display:none}
.shop-page .language{margin:0 6px}
.shop-page .language menu{border-radius:6px;background:var(--surface);border-color:var(--line);box-shadow:0 16px 40px #0005}
.shop-page .language menu button{border-radius:4px;min-height:44px}
.shop-page .language menu button.on{background:var(--surface-3);color:var(--text)}
/* Dedicated FACEIT example. */
.shop-page .hero{min-height:auto;margin:0;padding:96px 0 76px;overflow:visible;background:none}
.shop-page .hero::before,.shop-page .hero::after{content:none}
.shop-page .hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:80px;align-items:center}
.shop-page .hero-copy{max-width:620px}
.shop-page .hero-meta{font-size:11px;font-weight:500;color:var(--gold);letter-spacing:.065em;margin:0 0 27px}
.shop-page .hero-copy h1{max-width:13ch;font-size:clamp(44px,4.8vw,68px);font-weight:550;letter-spacing:-.055em;line-height:1.06;text-wrap:balance}
.shop-page .hero-lead{font-size:17px;line-height:1.75;max-width:45ch;margin:26px 0 0;color:var(--text-2)}
.shop-page .hero-actions{gap:12px;margin-top:30px;display:flex;flex-wrap:wrap}
.shop-page .hero-actions .btn{min-height:48px;padding:12px 18px;flex:none}
.shop-page .review-free-note{font-size:11px;line-height:1.7;color:var(--text-3);margin:18px 0 0}
.review-example{align-self:center;width:100%;margin:0;padding:0 28px;background:#d2dfd3;color:#253d32;border:0;border-radius:8px;overflow:hidden}
.review-example figcaption{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:23px 0 20px;color:#375143;font:500 11px/1.5 var(--mono)}
.review-example figcaption>span:last-child{font-size:10px;color:#4b6053}
.review-endpoint{display:flex;gap:12px;align-items:center;padding:16px 0;border-top:1px solid #a8bdaa;border-bottom:1px solid #a8bdaa;min-width:0}
.review-endpoint>b{font:600 10px var(--mono);color:#355b42}
.review-endpoint>code{font:500 14px var(--mono);background:none;padding:0;color:#233b2d;overflow-wrap:anywhere}
.review-endpoint>span{margin-left:auto;font:500 10px var(--mono)}
.review-example pre{background:none;padding:24px 0 22px;margin:0;overflow:auto;font:400 13px/1.85 var(--mono);color:#48624f;border:0;box-shadow:none}
.review-example pre code{font:inherit;color:inherit;background:none;padding:0}
.review-example .json-key{color:#3d5847}.review-example .json-string{color:#294b32}.review-example .json-number{color:#794427}
.review-example-legend{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px 8px;padding:16px 0 23px;border-top:1px solid #a8bdaa}
.review-example-legend p{grid-column:1/-1;margin:0;font-size:10px;color:#48624f}
.review-example-legend a{font-size:12px;color:#233b2d;font-weight:600}
.review-example-legend a:hover{text-decoration:underline;text-underline-offset:4px}
.review-example-legend>.ti,.review-example-legend>span .ti{width:16px;height:16px}
/* Game names are useful links, not fabricated customer logos. */
.shop-page .review-games{margin:0;padding:0 0 8px;z-index:auto}
.review-games>.wrap{padding:24px 0 28px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.review-games p{margin:0 0 20px;color:var(--text-3);font-size:11px}
.review-games nav{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.review-games a{font-size:14px;font-weight:550;color:var(--text-2);padding:4px 0}
.review-games a:hover{color:var(--text);text-decoration:underline;text-underline-offset:5px}
.review-split{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:104px;align-items:start}
.review-usecase-list{display:grid;margin-top:6px}
.review-usecase-list>a{display:grid;grid-template-columns:24px minmax(0,1fr) 20px;gap:22px;padding:28px 0;border-bottom:1px solid var(--line);align-items:start;transition:color .16s}
.review-usecase-list>a:first-child{padding-top:0}.review-usecase-list>a:last-child{border:0;padding-bottom:0}
.review-usecase-number{color:var(--gold);font:500 11px/2 var(--mono)}
.review-usecase-list h3{margin:0 0 10px;font-size:19px;line-height:1.3}
.review-usecase-list p{font-size:14px;line-height:1.75;color:var(--text-2);margin:0;max-width:50ch}
.review-usecase-list>a>span:last-child{margin-top:2px;color:var(--text-3)}
.review-usecase-list>a:hover h3,.review-usecase-list>a:hover>span:last-child{color:var(--red-hi)}
.shop-page .capabilities{background:var(--surface);border-block:1px solid var(--line);padding-block:80px}
.shop-page .capability-grid{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:104px}
.shop-page .capability-list article{display:grid;grid-template-columns:1fr;padding:22px 0;gap:8px;border-bottom:1px solid var(--line)}
.shop-page .capability-list article:first-child{padding-top:0}.shop-page .capability-list article:last-child{border:0;padding-bottom:0}
.capability-list article>code,.capability-list article>.review-inline-link{justify-self:start;color:var(--gold);font:400 11px/1.5 var(--mono);background:none;padding:0}
.shop-page .capability-list h3{font-size:18px;margin:0 0 6px;letter-spacing:-.025em}
.shop-page .capability-list p{font-size:14px;line-height:1.75;color:var(--text-2);max-width:58ch}
.review-text-link{display:inline-flex;gap:14px;align-items:center;min-height:44px;font-size:13px;color:var(--text);font-weight:550}
.review-text-link:hover{color:var(--red-hi)}
.review-text-link .ti{width:17px;height:17px}
/* Actual lookup stays a functional product demonstration. */
.shop-page .review-demo-section .review-split{gap:80px;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)}
.shop-page .demo-shell{padding:0;max-width:none;transform:none;border-radius:8px;background:var(--surface);border:1px solid var(--line);box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}
.shop-page .demo-shell::before,.shop-page .demo-shell::after{content:none}
.shop-page .demo-head{padding:24px;gap:16px;border-bottom:1px solid var(--line)}
.shop-page .demo-head h2{font-size:20px;font-weight:550}
.shop-page .demo-head p{font-size:12px;line-height:1.65;color:var(--text-2)}
.shop-page .endpoint{font-size:9px;color:var(--gold);border:0;background:transparent;padding:0}
.shop-page .probe{padding:24px 24px 0;gap:10px;grid-template-columns:minmax(0,1fr) 112px auto}
.shop-page .probe label{font-size:11px;font-weight:500}
.shop-page .probe .btn{padding-inline:14px}
.shop-page .demo-hint{padding:0 24px;font-size:11px;color:var(--text-3);margin:12px 0}
.shop-page .demo-output{margin:0 24px 24px;padding:20px;min-height:140px;border-radius:6px;background:var(--bg);border-color:var(--line)}
.shop-page .demo-empty{min-height:100px;gap:0;justify-content:center;text-align:center}
.shop-page .demo-empty p{font-size:12px;color:var(--text-3)}
.shop-page .profile,.shop-page .metric-cell,.shop-page .loot-row{animation:none;border-radius:6px;background:var(--surface);box-shadow:none}
.shop-page .metric-cell span{font-size:10px}.shop-page .metric-cell b{font-size:18px}
.shop-page .demo-output .metric-cell.gold{background:var(--surface-2);border-color:var(--line-strong)}
/* Quickstart uses actual copyable server-side examples. */
.shop-page .docs-section{border-top:1px solid var(--line)}
.shop-page .code-layout{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:80px}
.shop-page .code-copy h2{max-width:15ch;margin:16px 0 20px}
.shop-page .code-panel{min-width:0;border-radius:8px;border-color:var(--line);background:var(--surface);box-shadow:none}
.shop-page .code-tabs{padding:0 18px;border-bottom:1px solid var(--line);gap:4px;background:transparent}
.shop-page .code-tabs button{font-size:12px;border-radius:0;padding:15px 12px;min-height:48px;background:none;color:var(--text-2);border:0;border-bottom:2px solid transparent}
.shop-page .code-tabs button.on{color:var(--text);border-bottom-color:var(--red);background:none;box-shadow:none}
.shop-page .code-panel pre{padding:24px;font:400 12px/1.8 var(--mono);overflow:auto;min-height:225px;background:none;color:var(--text)}
.shop-page .code-panel .s{color:var(--gold)}.shop-page .code-panel .k{color:var(--red-hi)}.shop-page .code-panel .c{color:var(--text-3)}
.shop-page #inventory-guide-links{display:grid;justify-items:start;gap:4px;margin-top:20px}
.shop-page #inventory-guide-links .btn{padding:8px 0;border:0;background:none;min-height:36px;color:var(--gold);font-size:12px}
.shop-page #inventory-guide-links .btn:hover{text-decoration:underline}
/* Same inventory workload, native billing currencies and published limits. */
.shop-page .calc-stage{border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:none}
.shop-page .calc-stage::before,.shop-page .calc-stage::after{content:none}
.shop-page .calc-control{padding:0}.shop-page .range-label{font-size:14px;line-height:1.6}
.shop-page .call-count{padding:24px 0 10px}.shop-page .call-count b{font-size:38px;color:var(--text);font-weight:550}
.shop-page .call-count span{font-size:12px}.shop-page .slider-shell::before{background:var(--line-strong);box-shadow:none}
.shop-page .slider-shell::after{background:var(--red);box-shadow:none}
.shop-page input[type="range"]::-webkit-slider-thumb{background:var(--red);border:3px solid var(--surface);box-shadow:0 0 0 1px var(--red);border-radius:50%}
.shop-page .calc-stage.comparison-stage{display:block;padding:0;overflow:hidden}
.comparison-stage .calc-control{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:64px;padding:32px!important;align-items:center}
.comparison-stage .range-label{grid-column:1;grid-row:1;align-self:end}
.comparison-stage .slider-shell{grid-column:1;grid-row:2}
.comparison-status{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.shop-page .comparison-stage .call-count{grid-column:2;grid-row:1 / 3;padding:0 0 0 32px;border-left:1px solid var(--line);min-width:235px}
.shop-page .comparison-stage .call-count b{font-family:var(--feature-font);font-size:36px;font-weight:500;letter-spacing:-.045em;font-variant-numeric:tabular-nums;line-height:1.2}
.comparison-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;text-align:left}
.comparison-table th,.comparison-table td{padding:28px 32px;border:0;border-bottom:1px solid var(--line);vertical-align:middle}
.comparison-table thead th{padding-top:16px;padding-bottom:16px;font-size:11px;font-weight:450;color:var(--text-2);border-top:1px solid var(--line);line-height:1.5}
.comparison-table th:first-child{width:29%}.comparison-table th:nth-child(2){width:25%}.comparison-table th:nth-child(3){width:26%}.comparison-table th:nth-child(4){width:20%}
.comparison-table tbody th{font-weight:500}
.comparison-provider{display:flex;align-items:center;gap:8px;width:fit-content;font-size:23px;letter-spacing:-.04em;line-height:1.25;color:var(--text);text-decoration:none}
.comparison-provider svg{width:15px;height:15px;flex-shrink:0;color:var(--text-3);transition:transform .2s var(--brand-ease),color .2s ease}
a.comparison-provider:hover{color:var(--gold)}a.comparison-provider:hover svg{color:var(--gold);transform:translate(2px,-2px)}
.comparison-plan{display:block;margin-top:9px;color:var(--text-2);font-size:12px;font-weight:400;line-height:1.5;overflow-wrap:anywhere}
.comparison-price strong{display:block;font-size:38px;line-height:1.2;font-weight:500;letter-spacing:-.045em;white-space:nowrap;font-variant-numeric:tabular-nums}
.comparison-billing{display:block;margin-top:7px;font-size:11px;line-height:1.5;color:var(--text-2)}
.comparison-allowance b,.comparison-rate b{display:block;font-size:19px;font-weight:450;line-height:1.5;letter-spacing:-.03em;font-variant-numeric:tabular-nums;white-space:nowrap}
.comparison-allowance>span:not(.comparison-mobile-label){display:block;font-size:11px;color:var(--text-2);margin-top:3px;line-height:1.5}
.comparison-allowance small{display:block;font-size:11px;line-height:1.5;margin-top:7px;color:var(--gold);overflow-wrap:anywhere}
.comparison-allowance small[hidden]{display:none}
.comparison-unknown{display:block;font-size:12px;line-height:1.5;color:var(--text-2)}
.comparison-table .comparison-wok{background:var(--brand-paper);color:var(--brand-ink)}
.comparison-wok .comparison-provider{color:var(--brand-ink);font-weight:600;letter-spacing:-.045em}
.comparison-wok .comparison-plan,.comparison-wok .comparison-billing,.comparison-wok .comparison-allowance>span:not(.comparison-mobile-label){color:#6b5b4d}
.comparison-wok th,.comparison-wok td{border-bottom-color:#d3c3b2}
.comparison-mobile-label{display:none}
.comparison-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 32px}
.comparison-footer p{font-size:12px;line-height:1.7;color:var(--text-2);margin:0;max-width:70ch}
.comparison-footer .review-text-link{flex-shrink:0;min-height:44px;align-items:center}
.comparison-method{border-top:1px solid var(--line);margin:0 32px}
.comparison-method>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:60px;padding:14px 0;list-style:none;cursor:pointer;font-size:13px;color:var(--text-2);transition:color .2s ease}
.comparison-method>summary::-webkit-details-marker{display:none}
.comparison-method>summary:hover,.comparison-method[open]>summary{color:var(--text)}
.comparison-method>summary:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:3px}
.comparison-toggle{position:relative;width:24px;height:24px;flex-shrink:0;color:var(--gold)}
.comparison-toggle::before,.comparison-toggle::after{content:"";position:absolute;left:5px;top:11px;width:14px;height:1.5px;background:currentColor;border-radius:1px;transition:transform .25s var(--brand-ease)}
.comparison-toggle::after{transform:rotate(90deg)}.comparison-method[open] .comparison-toggle::after{transform:rotate(0)}
.comparison-method-content{display:grid;grid-template-columns:1fr 1fr;gap:16px 40px;padding:0 0 24px}
.comparison-method-content p{font-size:12px;line-height:1.8;color:var(--text-2);margin:0}
.comparison-method-content .comparison-sources{grid-column:1 / -1;display:flex;align-items:center;flex-wrap:wrap;gap:4px 24px}
.comparison-sources a{display:inline-flex;align-items:center;min-height:44px;color:var(--gold);text-decoration:underline;text-underline-offset:4px}
.comparison-checked{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px 24px;margin:0;padding:0 32px 24px;color:var(--text-3);font-size:10px;line-height:1.6}
@media(max-width:1000px){
  .comparison-stage .calc-control{column-gap:28px;padding:24px!important}
  .comparison-table th,.comparison-table td{padding-left:24px;padding-right:20px}
  .comparison-provider{font-size:20px}.comparison-price strong{font-size:32px}
  .comparison-footer{padding:20px 24px}.comparison-method{margin:0 24px}.comparison-checked{padding:0 24px 24px}
}
@media(max-width:800px){
  .comparison-stage .calc-control{display:block;padding:24px 20px!important}
  .shop-page .comparison-stage .call-count{padding:12px 0 0;border:0;min-width:0}
  .shop-page .comparison-stage .call-count b{font-size:34px}
  .comparison-table,.comparison-table tbody{display:block}
  .comparison-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
  .comparison-table tbody tr{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px 16px;padding:24px 20px;border-top:1px solid var(--line)}
  .comparison-table tbody th,.comparison-table tbody td{width:auto;padding:0;border:0;min-width:0}
  .comparison-table tbody th:first-child{grid-column:1;grid-row:1;width:auto}
  .comparison-table .comparison-price{grid-column:2;grid-row:1;text-align:right}
  .comparison-table .comparison-allowance{grid-column:1;grid-row:2}
  .comparison-table .comparison-rate{grid-column:2;grid-row:2;text-align:right}
  .comparison-provider{font-size:20px;gap:4px;letter-spacing:-.045em}
  .comparison-provider svg{width:12px;height:12px}
  .comparison-price strong{font-size:32px}
  .comparison-plan{font-size:11px;margin-top:7px}
  .comparison-mobile-label{display:block;font-size:10px;line-height:1.5;color:var(--text-2);font-weight:400;letter-spacing:0}
  .comparison-price .comparison-mobile-label{margin-top:4px}
  .comparison-wok .comparison-mobile-label{color:#6b5b4d}
  .comparison-allowance>.comparison-mobile-label,.comparison-rate>.comparison-mobile-label{margin-bottom:5px}
  .comparison-allowance b,.comparison-rate b{font-size:18px}
  .comparison-footer{padding:24px 20px 12px;display:block;border-top:1px solid var(--line)}
  .comparison-footer .review-text-link{margin-top:12px}
  .comparison-method{margin:0 20px}
  .comparison-method-content{grid-template-columns:1fr;gap:14px}
  .comparison-checked{padding:0 20px 20px;gap:8px}
}
@media(max-width:360px){
  .comparison-provider{font-size:18px}.comparison-provider svg{display:none}.comparison-price strong{font-size:28px}
}
@media(prefers-reduced-motion:reduce){
  .comparison-provider svg,.comparison-method>summary,.comparison-toggle::before,.comparison-toggle::after{transition:none}
}
/* Home intentionally keeps pricing focused; add-ons and payment detail live on /pricing. */
html[data-view="home"] .shop-page .calc-section,html[data-view="home"] .shop-page .capability-bundles,html[data-view="home"] .shop-page .payment-fees{display:none}
html[data-view="faceit"] .shop-page .review-demo-section{display:block!important}
html[data-view="faceit"] .shop-page .hero{padding-block:64px}
.shop-page .faq-section{border-top:1px solid var(--line)}
.shop-page .faq-layout{grid-template-columns:minmax(0,.65fr) minmax(0,1.35fr);gap:100px}
.shop-page .faq-title h2{margin:0;font-size:38px}
.shop-page #faq-list{gap:0}
.shop-page #faq-list details,.shop-page #faq-list details[open]{border:0;border-bottom:1px solid var(--line);border-radius:0;background:none;box-shadow:none}
.shop-page #faq-list summary{padding:22px 0;font-size:15px;font-weight:500;line-height:1.5}
.shop-page .faq-question{grid-template-columns:1fr;gap:0}.shop-page .faq-question>b{display:none}
.shop-page .faq-caret{background:none;border:0;box-shadow:none;color:var(--text-2)}
.shop-page #faq-list details>p{padding:0 40px 24px 0;margin:0;font-size:14px;line-height:1.75;color:var(--text-2)}
.shop-page .review-start{background:var(--surface);border-top:1px solid var(--line);padding-block:64px}
.review-start>.wrap{display:flex;align-items:center;justify-content:space-between;gap:40px}
.review-start h2{font-size:clamp(28px,3vw,40px);line-height:1.2;margin:12px 0}
.review-start p:not(.review-eyebrow){margin:0;font-size:13px;color:var(--text-2)}
.review-start .btn{flex-shrink:0}
.shop-page .site-footer{background:var(--bg);padding:60px 0 28px;content-visibility:visible;border-top:1px solid var(--line)}
.shop-page .footer-grid{align-items:start;gap:40px}.shop-page .footer-brand .brand-art{width:90px}
.shop-page .footer-brand .brand-arch{width:90px;height:23px}.shop-page .footer-brand .brand-word{width:60px;margin-left:16px}
.shop-page .footer-brand p{max-width:26ch;font-size:12px;line-height:1.7;color:var(--text-3)}
.shop-page .footer-group-label{font-size:10px;color:var(--text-3);font-weight:500;letter-spacing:.05em}
.shop-page .footer-links{font-size:12px}.shop-page .footer-support{border:0;background:none;color:var(--text-2);border-radius:0;font-size:11px}
.shop-page .footer-support:hover{transform:none;background:none;color:var(--text)}
.shop-page .footer-bottom{margin-top:18px;border-color:var(--line)}.shop-page .footer-pay{padding-top:0;font-size:10px}
@media(min-width:1500px){.shop-page .hero{padding-block:112px 92px}}
@media(max-width:1100px){
  .shop-page .wrap{width:calc(100% - 64px)}
  .shop-page .hero-grid{gap:44px;grid-template-columns:1fr 1fr}
  .shop-page .hero-copy h1{font-size:52px}
  .review-split,.shop-page .capability-grid{gap:52px}
  .shop-page .site-nav>a{padding:10px 7px;font-size:11px}.shop-page .site-nav{gap:0}
  .shop-page .review-demo-section .review-split{gap:36px}.shop-page .probe{grid-template-columns:minmax(0,1fr) 100px}
  .shop-page .probe>.btn{grid-column:1/-1}
  .shop-page .code-layout{gap:44px}.shop-page .footer-navs{gap:24px}
}
@media(max-width:900px){
  .shop-page .hero{padding-block:64px 52px}
  .shop-page .hero-grid{grid-template-columns:1fr;gap:40px}
  .shop-page .hero-copy{max-width:640px}.shop-page .hero-copy h1{max-width:17ch;font-size:60px}
  .shop-page .hero-lead{max-width:54ch}.review-example{max-width:640px;justify-self:start}
  .review-example pre{font-size:14px}.review-games nav{justify-content:flex-start;gap:12px 26px}
  .review-split,.shop-page .capability-grid,.shop-page .review-demo-section .review-split,.shop-page .code-layout{grid-template-columns:1fr;gap:36px}
  .shop-page .review-section-intro h2{max-width:21ch}.shop-page .review-section-intro>p:not(.review-eyebrow){max-width:54ch}
  .shop-page .probe{grid-template-columns:minmax(0,1fr) 120px auto}.shop-page .probe>.btn{grid-column:auto}
  .shop-page .section{padding-block:64px}.shop-page .capability-list article{grid-template-columns:185px minmax(0,1fr);gap:22px}
  .shop-page .faq-layout{gap:32px;grid-template-columns:1fr}.shop-page .footer-grid{grid-template-columns:1fr}
  .review-start>.wrap{align-items:flex-start;flex-direction:column;gap:24px}
}
@media(max-width:760px){
  .shop-page .wrap{width:calc(100% - 40px)}
  .shop-page .site-bar,.shop-page .bar-inner{height:72px}
  .shop-page .site-nav{top:calc(100% + 1px);left:0;right:0;width:100%;max-height:calc(100dvh - 100px);overflow:auto;padding:16px 20px;background:var(--surface);border:1px solid var(--line);border-radius:0;box-shadow:0 16px 32px #0004;backdrop-filter:none}
  .shop-page .site-nav>a{padding:13px 10px;font-size:14px;min-height:44px}.shop-page .site-nav .language{margin:8px 0}
  .shop-page .site-nav .language>button{width:100%;justify-content:space-between}
  .shop-page .hero{padding-block:48px 40px}.shop-page .hero-copy h1{font-size:48px;max-width:15ch}
  .shop-page .hero-meta{font-size:10px;margin-bottom:20px}.shop-page .hero-lead{font-size:16px;margin-top:22px}
  .shop-page .hero-actions{gap:10px;margin-top:24px}.shop-page .hero-actions .btn{font-size:12px;padding:11px 14px}
  .review-example{padding-inline:22px}.review-example pre{font-size:12px}
  .review-games nav{gap:10px 24px}.review-games a{font-size:12px}.review-games p{font-size:11px;margin-bottom:14px}
  .shop-page .review-section-intro h2{font-size:36px;max-width:18ch}
  .review-usecase-list>a{gap:14px;grid-template-columns:22px minmax(0,1fr) 18px}.review-usecase-list h3{font-size:18px}
  .shop-page .capability-list article{grid-template-columns:1fr;gap:9px}
  .shop-page .probe{grid-template-columns:minmax(0,1fr) 102px}.shop-page .probe>.btn{grid-column:1/-1}
  .shop-page .demo-head{display:block}.shop-page .demo-head>.endpoint{display:none}
  .shop-page .code-panel pre{font-size:11px;padding:20px}
  .shop-page .calc-stage{grid-template-columns:1fr;gap:24px;padding:24px}
  .review-plan-estimate{border-left:0;border-top:1px solid var(--line);padding:24px 0 0}
  .shop-page .footer-navs{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;width:100%}
  .shop-page .footer-links a{min-height:36px}.shop-page .footer-bottom{align-items:start;flex-direction:column;gap:12px}
}
@media(max-width:390px){
  .shop-page .hero-copy h1{font-size:42px}.shop-page .hero-actions{display:grid;grid-template-columns:1fr}
  .shop-page .hero-actions .btn{width:100%;justify-content:center}.review-example{padding-inline:18px}
  .shop-page .review-section-intro h2{font-size:32px}.shop-page .probe,.shop-page .demo-head{padding-inline:18px}
  .shop-page .demo-output{margin-inline:18px;padding:14px}.shop-page .demo-hint{padding-inline:18px}
}
@media(prefers-reduced-motion:reduce){.shop-page *,.shop-page *::before,.shop-page *::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

.shop-page .review-code-actions{display:flex;justify-content:flex-end;padding:0 20px 18px}
.shop-page .review-code-actions .btn{font-size:11px;min-height:36px;padding:6px 12px}

.review-faceit-example{display:none}
html[data-view="faceit"] .review-faceit-example{display:block}
html[data-view="faceit"] .review-inventory-example{display:none}

/* WOK / Brand study 02. Lacquer, warm paper, and the sweep of the roof mark.
   Onest retains the original display voice; Geologica shapes the product UI. */
:root{--brand-ease:cubic-bezier(.22,1,.36,1);--brand-paper:#eee7db;--brand-ink:#231c18}
.shop-page .wrap{width:min(1360px,calc(100% - 104px))}
.shop-page .section{padding-block:110px}
.shop-page h1,.shop-page h2{font-feature-settings:"ss01" on}
.shop-page h2{font-family:var(--feature-font);font-weight:520;letter-spacing:-.045em}
.shop-page .section-head h2,.shop-page .review-section-intro h2,.shop-page .code-copy h2,.shop-page .faq-title h2{font-family:var(--feature-font);font-size:clamp(34px,4vw,58px);font-weight:520;letter-spacing:-.048em;line-height:1.12}
.shop-page .review-eyebrow{color:var(--gold);font-size:10px;letter-spacing:.13em}
.shop-page .btn{position:relative;border-radius:12px 4px 12px 4px;font-weight:650;overflow:hidden;transition:background .25s,color .25s,border-color .25s,transform .45s var(--brand-ease),box-shadow .35s}
.shop-page .btn:hover{transform:translateY(-2px)}
.shop-page .btn:active{transform:translateY(0) scale(.98)}
.shop-page .btn .ti{transition:transform .45s var(--brand-ease)}
.shop-page .btn:hover .ti{transform:translateX(3px)}
.shop-page .btn.primary{background:linear-gradient(135deg,#fa7959,#ed593e);border-color:#ff9a76;color:#24110c;box-shadow:inset 0 1px #ffbd9e40,0 5px 18px #ef5d3414}
.shop-page .btn.primary:hover{background:linear-gradient(135deg,#ff9473,#f56e50);box-shadow:inset 0 1px #ffcfb960,0 8px 24px #ef5d3426}
.shop-page .btn.glass{border-color:#87715d;background:#241b1566;color:var(--text)}
.shop-page .site-bar{height:96px;padding:0;background:#100f0fee;border-bottom:0;backdrop-filter:blur(18px)}
.shop-page .bar-inner,.shop-page .site-bar.is-compact .bar-inner{height:96px;background:none;border-bottom:1px solid #d8b58326;transition:height .4s var(--brand-ease)}
.shop-page .brand-art{width:100px}.shop-page .brand-arch{width:100px;height:26px}.shop-page .brand-word{width:65px;height:17px}
.shop-page .brand-api{color:var(--gold)}
.shop-page .site-nav>a{padding:12px 13px;color:var(--text-2);font-weight:550;border-radius:0;background:none}
.shop-page .site-nav>a::after{content:"";left:13px;right:13px;bottom:7px;background:var(--red);transform-origin:right;transition:transform .4s var(--brand-ease)}
.shop-page .site-nav>a:hover::after,.shop-page .site-nav>a.on::after{transform:scaleX(1);transform-origin:left}
.shop-page .site-nav>a.on{background:none;color:var(--text)}
.shop-page .language>button{border:0;background:none!important}
.shop-page .brand-hero{min-height:700px;min-height:min(780px,calc(100svh - 96px));padding:66px 0 82px;isolation:isolate;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:center}
.brand-hero-art{position:absolute;inset:0;z-index:-1;overflow:hidden;pointer-events:none}
.brand-hero-art img{position:absolute;right:-3%;top:-4%;width:80%;height:105%;object-fit:cover;object-position:70% center;mask-image:linear-gradient(90deg,transparent 0%,#000 29%,#000 89%,transparent 100%);opacity:.96}
.brand-hero-art::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,var(--bg),transparent 20%,transparent 85%,var(--bg)),linear-gradient(90deg,var(--bg) 0%,#100f0fa6 31%,transparent 54%)}
.shop-page .brand-hero .hero-grid{display:block;position:relative;min-height:490px}
.shop-page .brand-hero .hero-copy{max-width:720px;padding-top:15px}
.shop-page .hero-meta{font-size:10px;letter-spacing:.17em;color:var(--gold);margin-bottom:32px;display:flex;align-items:center;gap:12px}
.shop-page .hero-meta::before{content:"";width:20px;height:1px;background:var(--red);flex-shrink:0}
.shop-page .hero-copy .brand-headline{font-family:var(--font);font-weight:760;font-size:clamp(64px,6.8vw,104px);line-height:.98;letter-spacing:-.06em;max-width:10.6ch;text-wrap:initial;text-shadow:none}
.brand-headline>span{display:block}.brand-headline>span:last-child{color:var(--red)}
.shop-page .hero-lead{font-size:16px;line-height:1.8;max-width:39ch;margin-top:28px;color:#cdc1b6}
.shop-page .hero-actions{margin-top:26px;gap:12px}.shop-page .hero-actions .btn{min-height:50px;padding:13px 20px}
.shop-page .review-free-note{font-size:11px;color:var(--text-2);margin-top:16px;max-width:42ch}

.brand-section-head{display:grid;grid-template-columns:1.4fr 1fr;align-items:end;gap:100px;margin-bottom:44px}
.brand-section-head h2{font-size:clamp(34px,4.4vw,64px);line-height:1.08;max-width:17ch;margin:18px 0 0;font-weight:520;letter-spacing:-.055em}
.brand-section-head>p{font-size:15px;line-height:1.8;color:var(--text-2);max-width:39ch;margin:0 0 3px}
/* A warm paper chapter makes the transition from brand image to real product. */
.shop-page .brand-lab{background:var(--brand-paper);color:var(--brand-ink);padding-block:90px 100px;border-radius:36px 36px 0 0;position:relative;z-index:1}
.brand-lab .review-eyebrow{color:#70513a}.brand-lab .brand-section-head>p{color:#63554a}
/* Game art is authentic key art, with a gallery rhythm rather than generic badges. */
.shop-page .review-games{padding-block:96px;background:#100f0f}
.review-games>.wrap{border:0;padding:0}.review-games .brand-section-head p{margin:0}.review-games .review-eyebrow{color:var(--gold)}
.review-games nav.brand-game-gallery{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:18px;align-items:start;justify-content:initial;flex-wrap:nowrap}
.review-games a.brand-game{padding:0;display:grid;grid-template-columns:minmax(0,1fr) 13px;gap:12px 4px;font-size:11px;font-weight:500;color:var(--text);text-decoration:none;line-height:1.5}
.brand-game-image{grid-column:1/-1;position:relative;overflow:hidden;border-radius:14px 3px 14px 3px;background:var(--surface);aspect-ratio:2/3}.brand-game-image img{display:block;width:100%;height:100%;object-fit:cover;filter:saturate(.78) brightness(.82);transition:filter .65s,transform .9s var(--brand-ease)}.brand-game:nth-child(even){margin-top:32px}.brand-game:hover img,.brand-game:focus-visible img{filter:saturate(1) brightness(1);transform:scale(1.07)}
.brand-game>.ti,.brand-game>span>.ti{width:13px;height:17px;color:var(--red);transition:transform .3s}.brand-game:hover>.ti{transform:translate(2px,-2px)}
/* Unequal chapters, distinct scenes, and a consistent type scale. */
.shop-page .review-usecases{padding-top:40px;padding-bottom:100px}.shop-page .review-usecases .review-split{gap:90px;grid-template-columns:1fr 1.1fr}
.review-usecase-list>a{padding-block:32px;gap:20px;transition:padding .45s var(--brand-ease)}.review-usecase-list>a:hover{padding-left:10px}.review-usecase-number{color:var(--red);font-size:10px}.review-usecase-list h3{font-family:var(--feature-font);font-size:21px;font-weight:500;letter-spacing:-.04em}.review-usecase-list p{font-size:14px;color:var(--text-2)}
.shop-page .capabilities{background:linear-gradient(120deg,#271b16,#171311 70%);border-block:1px solid #d8b58326;position:relative}.shop-page .capabilities::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,transparent,#f36b4f55,transparent)}
.shop-page .capability-list article{grid-template-columns:1fr;padding-block:25px}.shop-page .capability-list h3{font-family:var(--feature-font);font-size:21px;font-weight:480}.capability-list article>code{color:var(--red-hi);font-size:10px}
.shop-page .demo-shell{background:linear-gradient(135deg,#25201d,#151211);border:1px solid #705240;border-radius:22px 5px 22px 5px;box-shadow:0 20px 50px #0003}.shop-page .demo-head{padding:30px}.shop-page .demo-head h2{font-family:var(--feature-font);font-weight:530}.shop-page .demo-output{background:#100e0d;border-color:#433329;min-height:175px}.shop-page .demo-empty{min-height:135px;background:radial-gradient(ellipse at center,#b16a3312,transparent 75%)}
.shop-page .docs-section{background:#171311;border-block:1px solid #d8b58326}.shop-page .code-panel{border-color:#594536;border-radius:18px 4px 18px 4px;background:#100f0f;box-shadow:0 16px 40px #0002}.shop-page .code-tabs{background:#2b201a66}.shop-page .code-panel pre{font-size:12px;line-height:1.9}
.shop-page .review-start{background:var(--red);color:#29120c;padding-block:78px;border:0;position:relative;overflow:hidden}.shop-page .review-start h2{font-family:var(--font);font-weight:720;font-size:clamp(38px,5vw,74px);max-width:15ch;letter-spacing:-.06em}.shop-page .review-start .review-eyebrow,.shop-page .review-start p:not(.review-eyebrow){color:#4b2417}.shop-page .review-start .btn.primary{background:#261814;color:#fff0df;border-color:#261814;min-height:56px;padding-inline:24px;font-size:14px;border-radius:50px;box-shadow:none}.review-start>.wrap{gap:80px}
.shop-page .site-footer{padding-top:70px}.shop-page .footer-brand p{font-size:13px}.shop-page .footer-group-label{color:var(--gold);font-size:10px;letter-spacing:.12em}.shop-page .footer-links{font-size:13px;gap:14px}.shop-page .footer-bottom{margin-top:36px}
.review-faceit-example{background:#2a201a;color:var(--text);border:1px solid #725541}.review-faceit-example figcaption,.review-faceit-example figcaption>span:last-child,.review-faceit-example .review-endpoint>b,.review-faceit-example .review-endpoint>code,.review-faceit-example .review-example-legend p,.review-faceit-example .review-example-legend a{color:var(--text-2)}.review-faceit-example .review-endpoint,.review-faceit-example .review-example-legend{border-color:#614937}.review-faceit-example .json-key{color:#c6b29d}.review-faceit-example .json-number{color:var(--red-hi)}
html[data-view="faceit"] .brand-hero-art{opacity:.45}html[data-view="faceit"] .brand-hero .hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}html[data-view="faceit"] .brand-hero .hero-copy .brand-headline{font-size:64px}html[data-view="faceit"] .brand-hero{padding-block:70px;min-height:620px}html[data-view="faceit"] .review-games{display:none!important}
/* Motion: masked display type, large image settling, and measured reveal cadence. */
@keyframes brand-type-in{from{opacity:0;transform:translateY(55px);clip-path:inset(100% 0 0)}to{opacity:1;transform:translateY(0);clip-path:inset(0)}}
@keyframes brand-art-in{from{opacity:.2;scale:1.045}to{opacity:.96;scale:1}}

@media(prefers-reduced-motion:no-preference){
  html.brand-motion-ready .brand-headline>span{animation:brand-type-in 1.15s var(--brand-ease) both}
  html.brand-motion-ready .brand-headline>span:last-child{animation-delay:.13s}
  html.brand-motion-ready .brand-hero-art img{animation:brand-art-in 1.6s var(--brand-ease) both}
  html.brand-motion-ready .brand-reveal{transition:opacity .9s var(--brand-ease),translate 1.1s var(--brand-ease)}
  html.brand-motion-ready .brand-reveal:not(.is-visible){opacity:.12;translate:0 36px}

}
.brand-lab.is-paused *,.brand-hero.is-paused *{animation-play-state:paused!important}
@media(min-width:1700px){.shop-page .brand-hero{min-height:820px}.brand-hero-art img{width:77%}.shop-page .brand-hero .hero-grid{min-height:560px}}
@media(max-width:1150px){
 .shop-page .wrap{width:calc(100% - 64px)}.shop-page .site-nav>a{padding-inline:8px;font-size:11px}.shop-page .hero-copy .brand-headline{font-size:80px;max-width:10ch}.shop-page .brand-hero .hero-copy{max-width:570px}.brand-hero-art img{width:83%;right:-11%;object-position:62% center}.brand-hero-art::after{background:linear-gradient(90deg,var(--bg),#100f0f99 40%,transparent 70%),linear-gradient(0deg,var(--bg),transparent 30%)}.brand-section-head{gap:60px}.review-games nav.brand-game-gallery{gap:12px}
}
@media(max-width:900px){
 .shop-page .brand-hero{min-height:790px;padding-top:50px}.shop-page .brand-hero .hero-grid{min-height:625px}.shop-page .brand-hero .hero-copy{max-width:650px}.shop-page .hero-copy .brand-headline{font-size:82px;max-width:11ch}.brand-hero-art img{width:85%;height:70%;top:30%;right:-12%;object-fit:cover;object-position:65% center;opacity:.75}.brand-hero-art::after{background:linear-gradient(90deg,var(--bg),#100f0fcc 24%,transparent 70%),linear-gradient(0deg,var(--bg),transparent 25%,transparent 60%,var(--bg) 94%)}.shop-page .hero-lead{max-width:36ch}.brand-section-head{grid-template-columns:1fr;gap:25px}.brand-section-head>p{max-width:55ch}.review-games nav.brand-game-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 18px}.brand-game:nth-child(even){margin-top:20px}.brand-game:nth-child(n+5){margin-top:0}.shop-page .review-usecases .review-split{grid-template-columns:1fr;gap:32px}.shop-page .section{padding-block:76px}.shop-page .review-usecases{padding-top:20px}html[data-view="faceit"] .brand-hero .hero-grid{grid-template-columns:1fr;gap:32px}html[data-view="faceit"] .brand-hero .hero-copy .brand-headline{max-width:15ch}
}
@media(max-width:760px){
 .shop-page .wrap{width:calc(100% - 40px)}.shop-page .site-bar,.shop-page .bar-inner,.shop-page .site-bar.is-compact .bar-inner{height:76px}.shop-page .brand-art{width:83px}.shop-page .brand-arch{width:83px;height:22px}.shop-page .brand-word{width:54px;height:14px}.shop-page .site-nav{background:#171311;border-color:#625040;border-radius:14px 3px 14px 3px;top:calc(100% + 1px);padding:20px;left:0;right:0;width:100%}.shop-page .site-nav>a{font-family:var(--feature-font);font-size:20px;font-weight:450;min-height:54px;border-bottom:1px solid #423126;padding:14px 8px}.shop-page .site-nav>a::after{display:none}.shop-page .hero-copy .brand-headline{font-size:clamp(53px,9.7vw,74px);max-width:10.7ch;letter-spacing:-.055em}.shop-page .brand-hero{padding:32px 0 68px;min-height:860px}.shop-page .brand-hero .hero-grid{min-height:730px}.shop-page .hero-meta{font-size:8px;margin-bottom:26px;letter-spacing:.11em}.shop-page .brand-hero .hero-copy{padding-top:0;max-width:100%}.shop-page .hero-lead{font-size:14px;line-height:1.75;max-width:39ch;margin-top:22px}.shop-page .hero-actions{margin-top:22px;display:flex;gap:10px}.shop-page .hero-actions .btn{min-height:46px;font-size:11px;padding:11px 15px;flex:none}.shop-page .review-free-note{font-size:9px;max-width:40ch}.brand-hero-art img{width:113%;height:49%;top:49%;right:-6%;object-position:70% center;opacity:.96;mask-image:none}.brand-hero-art::after{background:linear-gradient(0deg,var(--bg),transparent 14%,transparent 34%,var(--bg) 53%)}.shop-page .brand-lab{border-radius:22px 22px 0 0;padding-block:58px}.brand-section-head{gap:20px;margin-bottom:28px}.brand-section-head h2{font-size:38px;max-width:16ch;margin-top:14px}.brand-section-head>p{font-size:13px;line-height:1.7}.review-games nav.brand-game-gallery{gap:25px 14px;grid-template-columns:repeat(2,minmax(0,1fr))}.brand-game:nth-child(even){margin-top:24px}.brand-game:nth-child(n+5){margin-top:0}.brand-game:nth-child(n+5):nth-child(even){margin-top:24px}.review-games a.brand-game{font-size:12px;gap:11px 6px}.brand-game-image{border-radius:12px 3px 12px 3px}.shop-page .review-usecases .review-split{gap:28px}.shop-page .review-usecases{padding-top:0;padding-bottom:60px}.shop-page .review-section-intro h2{font-size:36px}.review-usecase-list h3{font-size:19px}.shop-page .capability-list h3{font-size:19px}.shop-page .demo-head{padding:24px}.shop-page .review-start{padding-block:58px}.shop-page .review-start h2{font-size:45px}.review-start>.wrap{gap:28px}.shop-page .review-start .btn.primary{min-height:48px;font-size:12px}.shop-page .site-footer{padding-top:55px}html[data-view="faceit"] .brand-hero .hero-copy .brand-headline{font-size:48px}html[data-view="faceit"] .brand-hero{padding-block:45px;min-height:0}html[data-view="faceit"] .brand-hero .hero-grid{min-height:0}
}
@media(max-width:390px){.shop-page .hero-copy .brand-headline{font-size:52px}.shop-page .hero-actions .btn{width:auto}.shop-page .brand-hero{min-height:890px}.shop-page .brand-hero .hero-grid{min-height:754px}.brand-section-head h2{font-size:35px}}
@media(prefers-reduced-motion:reduce){html.brand-motion-ready .brand-reveal{opacity:1;translate:none}.brand-hero-art img{transform:none!important}.brand-hero *,.brand-lab *{animation:none!important;transition:none!important}}
/* The access card extends the roof's material vocabulary into the product chapter. */
.brand-key-art{position:relative;overflow:hidden;aspect-ratio:1.75;margin-top:28px;border-radius:16px 4px 16px 4px;background:#100f0f;border:1px solid #664832}
.brand-key-art img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--brand-ease)}
.brand-key-art:hover img{transform:scale(1.045)}
.brand-key-art>span{position:absolute;left:18px;bottom:14px;font:8px var(--mono);letter-spacing:.12em;color:#ecdcc6}

.brand-reveal .brand-section-head{position:relative}
.brand-reveal .brand-section-head::before{content:"";position:absolute;top:-24px;left:0;width:42px;height:1px;background:currentColor;transform-origin:left;transform:scaleX(0);opacity:.4;transition:transform 1.2s var(--brand-ease)}
.brand-reveal.is-visible .brand-section-head::before{transform:scaleX(1)}
@keyframes brand-menu-in{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
@keyframes brand-menu-panel{from{clip-path:inset(0 0 100%);opacity:.6}to{clip-path:inset(0);opacity:1}}
@media(max-width:760px){
 .shop-page .hero-copy .brand-headline{font-size:clamp(43px,8.2vw,62px);width:100%;max-width:none;line-height:1.01}
 .shop-page .brand-hero{min-height:830px}.shop-page .brand-hero .hero-grid{min-height:710px}
 .brand-hero-art img{top:52%;height:48%}
 .brand-hero-art::after{background:linear-gradient(0deg,var(--bg),transparent 14%,transparent 30%,var(--bg) 50%)}
 html.brand-menu-motion .site-nav.open{animation:brand-menu-panel .5s var(--brand-ease) both}
 html.brand-menu-motion .site-nav.open>*{animation:brand-menu-in .65s var(--brand-ease) both;animation-delay:calc(.08s + var(--brand-menu-index,0)*.045s)}
 .brand-key-art{margin-top:24px;aspect-ratio:1.5}
}
@media(prefers-reduced-motion:reduce){.brand-reveal .brand-section-head::before{transform:none}.brand-key-art img{transition:none}}

.shop-page .review-start .review-eyebrow,.shop-page .review-start p:not(.review-eyebrow){color:#402013}

.brand-hero.is-paused .brand-headline>span{animation:none!important;opacity:1;transform:none;clip-path:none}
.brand-hero.is-paused .brand-hero-art img{animation:none!important;opacity:.96}

/* The scene ends on the artwork itself. No decorative HUD labels or counters. */
.shop-page .brand-hero{padding-bottom:42px}
.brand-section-head h2{margin-top:0}
.brand-reveal .brand-section-head::before{content:none}
@media(max-width:760px){
 .shop-page .brand-hero{padding-bottom:30px;min-height:850px}
 .shop-page .brand-hero .hero-grid{min-height:730px}
 .brand-hero-art img{top:57%;height:42%}
 .brand-hero-art::after{background:linear-gradient(0deg,var(--bg),transparent 12%,transparent 26%,var(--bg) 45%)}
}
/* Scenarios read across the page; the following chapter carries the API details. */
.shop-page .review-usecases .review-split{display:block}
.shop-page .review-usecases .review-section-intro{display:grid;grid-template-columns:1fr 1fr;gap:0 90px;align-items:end;margin-bottom:34px}
.shop-page .review-usecases .review-section-intro .review-eyebrow{display:none}
.shop-page .review-usecases .review-section-intro h2{max-width:18ch;margin:0}
.shop-page .review-usecases .review-section-intro>p:not(.review-eyebrow){max-width:32ch;margin:0 0 4px;justify-self:end}
.shop-page .review-usecase-list>a{grid-template-columns:28px minmax(0,1fr) 20px;padding:27px 0}
.review-usecase-list>a>div{display:grid;grid-template-columns:1fr 1.15fr;gap:44px}
.review-usecase-list h3{margin:0;align-self:center;font-size:23px}.review-usecase-list p{margin:0;max-width:50ch;font-size:14px}.review-usecase-number{align-self:center}.review-usecase-number .ti{width:21px;height:21px;color:var(--gold);stroke-width:1.5}

@media(max-width:900px){.shop-page .review-usecases .review-section-intro{gap:20px 40px}.review-usecase-list>a>div{gap:28px}.review-usecase-list h3{font-size:20px}}
@media(max-width:760px){
 .shop-page .review-usecases .review-section-intro{display:block;margin-bottom:22px}.shop-page .review-usecases .review-section-intro>p:not(.review-eyebrow){margin-top:18px;max-width:40ch}
 .review-usecase-list>a>div{display:block}.review-usecase-list h3{font-size:18px;margin-bottom:12px}.review-usecase-list p{font-size:13px}.shop-page .review-usecase-list>a{gap:12px;grid-template-columns:22px minmax(0,1fr) 16px}
 .review-usecase-number{align-self:start}.review-usecase-number .ti{width:18px;height:18px}
 .review-games nav.brand-game-gallery{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:0;padding:5px 0 18px;scrollbar-width:thin;scrollbar-color:#866449 #201814;max-width:100%;align-items:start}
 .review-games a.brand-game{flex:0 0 45%;margin-top:0!important;scroll-snap-align:start}

}
@media(max-width:760px){
 .shop-page .hero-actions{display:grid;grid-template-columns:1fr;max-width:355px;gap:8px}
 .shop-page .hero-actions .btn{width:100%;justify-content:center}
 .shop-page .hero-actions .btn.glass{background:transparent;border:0;min-height:36px;color:var(--text-2)}
 .brand-hero-art img{top:60%;height:40%}
}
.shop-page .btn::before{content:none}

/* The inventory is the demonstration: real item art, generous space and prices. */
.shop-page .scan-section{background:var(--brand-paper);color:var(--brand-ink);padding-block:82px;border-radius:32px 32px 0 0}
.scan-section .brand-section-head{align-items:center}
.scan-section .brand-section-head h2{max-width:740px;margin:0}
.scan-workbench{background:#f8f4ec;border:1px solid #d2c5b5;border-radius:18px;overflow:hidden;scroll-margin-top:110px}
.scan-workbench .scan-probe{display:grid;grid-template-columns:minmax(0,1fr) 170px auto;gap:16px;padding:26px 30px 0;margin:0;background:none;border:0}
.scan-probe .input-group{display:grid;gap:9px;min-width:0}
.scan-probe label{color:#65574b;font:500 12px var(--font)}
.shop-page .scan-probe input,.shop-page .scan-probe select,.shop-page .scan-probe .select-trigger{height:52px;padding:12px 15px;background:#fffdf8;color:#281f19;border:1px solid #bcac9b;border-radius:8px;font:400 14px var(--font);box-shadow:none;width:100%}
.scan-probe input::placeholder{color:#7b6c5c;opacity:1}
.shop-page .scan-probe input:focus,.shop-page .scan-probe select:focus,.shop-page .scan-probe .select-trigger:focus-visible{outline:2px solid #9e462f;outline-offset:2px}
.shop-page .scan-probe .btn{grid-column:auto;align-self:end;min-height:52px;padding-inline:24px;font-size:14px;border-radius:8px}
.scan-probe .btn:disabled{opacity:.65;cursor:wait}
.scan-hint{margin:13px 30px 25px;font-size:12px;line-height:1.6;color:#706154}
.shop-page .scan-workbench .scan-output{background:transparent;border-radius:0;border-top:1px solid #d9cdbf;margin:0;padding:26px 30px 20px;min-height:300px;color:var(--brand-ink)}
.scan-caption{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px;font:500 13px var(--font);color:#675649}
.scan-caption>span:last-child{color:#493a2f}
.scan-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.scan-gallery--1{grid-template-columns:minmax(0,1fr);max-width:540px;margin-inline:auto}
.scan-gallery--2,.scan-gallery--4{grid-template-columns:repeat(2,minmax(0,1fr))}
.scan-gallery--5{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.scan-item{min-width:0;animation:scan-arrive .65s var(--brand-ease) both}
.scan-item:nth-child(2){animation-delay:.055s}.scan-item:nth-child(3){animation-delay:.11s}.scan-item:nth-child(4){animation-delay:.165s}.scan-item:nth-child(5){animation-delay:.22s}
.scan-item-art{position:relative;display:grid;place-items:center;background:#eee5d8;border-radius:12px;aspect-ratio:1.34;overflow:hidden}
.scan-item-art img{position:absolute;inset:4%;display:block;width:92%;height:92%;object-fit:contain;filter:drop-shadow(0 12px 7px #5f412226);transition:transform .65s var(--brand-ease)}
.scan-item-art img[src$="brand-item-case.webp"]{inset:12.5%;width:75%;height:75%}
@media(hover:hover){.scan-item:hover img{transform:translateY(-6px) rotate(-2deg) scale(1.035)}}
.scan-image-fallback{display:none;align-items:center;justify-content:center;flex-direction:column;gap:12px;color:#756451;font-size:12px}
.scan-image-fallback .ti{width:32px;height:32px;stroke-width:1.2}
.scan-item-art.is-missing .scan-image-fallback{display:flex}
.scan-quantity{position:absolute;top:12px;right:12px;padding:5px 9px;border-radius:5px;background:#f8f4ec;color:#655042;font-size:12px}
.scan-item-copy{padding:17px 0 6px;display:flex;flex-direction:column;gap:13px}
.scan-item-copy h3{margin:0;font:550 15px/1.5 var(--font);letter-spacing:-.02em;overflow-wrap:anywhere}
.scan-item-copy h3 span{display:block;color:#796653;font-size:12px;font-weight:400;letter-spacing:0}
.scan-item-copy strong{font:550 clamp(20px,2.1vw,28px)/1.2 var(--feature-font);letter-spacing:-.035em;font-variant-numeric:tabular-nums}
.scan-item-copy .scan-unpriced{font:400 13px/1.5 var(--font);color:#75614f;letter-spacing:0}
.scan-footnote{margin:24px 0 0;color:#796957;font-size:11px;line-height:1.5}
.scan-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:280px;text-align:center;margin:auto;max-width:480px;color:#625143}
.scan-state>span{display:grid;place-items:center;width:60px;height:60px;border:1px solid #cbbcaa;border-radius:50%;color:#8a5740}
.scan-state .ti{width:25px;height:25px;stroke-width:1.4}
.scan-state p{margin:0;font:400 17px/1.6 var(--font)}
.scan-skeleton>.skeleton{height:16px;max-width:60%;margin-top:18px;background:#e6dcce}.scan-skeleton>.skeleton:last-child{height:25px;max-width:30%;margin-top:12px}
.scan-skeleton .scan-item-art{background:#e6dcce}
@keyframes scan-arrive{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@media(max-width:1100px){.scan-gallery--5{grid-template-columns:repeat(3,minmax(0,1fr))}.scan-gallery{gap:18px}.scan-workbench .scan-probe{grid-template-columns:minmax(0,1fr) 125px auto}}
@media(max-width:700px){
  .shop-page .scan-section{padding-block:46px;border-radius:22px 22px 0 0}
  .scan-workbench{border-radius:12px}
  .scan-workbench .scan-probe{grid-template-columns:minmax(0,1fr) auto;gap:16px 12px;padding:20px 18px 0}
  .scan-probe .input-group:first-child{grid-column:1/-1}
  .scan-probe .btn{padding-inline:18px;min-width:0;font-size:13px}
  .scan-hint{margin:14px 18px 20px;font-size:11px}
  .shop-page .scan-workbench .scan-output{padding:20px 18px 18px}
  .scan-gallery,.scan-gallery--4,.scan-gallery--5{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 14px}
  .scan-gallery--1{grid-template-columns:minmax(0,1fr)}
  .scan-gallery--3 .scan-item:first-child,.scan-gallery--5 .scan-item:first-child{grid-column:1/-1}
  .scan-gallery--3 .scan-item:first-child .scan-item-art,.scan-gallery--5 .scan-item:first-child .scan-item-art{aspect-ratio:1.45}
  .scan-item-copy{padding-top:12px;gap:10px}.scan-item-copy h3{font-size:13px}.scan-item-copy h3 span{font-size:10px}.scan-item-copy strong{font-size:22px}
  .scan-caption{font-size:12px}.scan-footnote{font-size:10px}.scan-state{min-height:240px}.scan-state p{font-size:15px}
}
@media(prefers-reduced-motion:reduce){.scan-item{animation:none}.scan-item-art img{transition:none}.scan-item:hover img{transform:none}}

.shop-page .scan-probe :is(input,select,.select-trigger):hover{background:#fffdf8;border-color:#8c7661}
.shop-page .scan-probe .select-trigger{height:52px;text-align:left}
.scan-probe .select-wrap{min-width:0}
.shop-page .scan-probe .select-arrow{width:20px;color:#6d5948}
.shop-page .scan-probe .select-trigger{grid-template-columns:minmax(0,1fr) 20px;gap:6px;padding-inline:12px}
@media(max-width:480px){.scan-probe .input-group{grid-column:1/-1}.shop-page .scan-probe .btn{grid-column:1/-1}}

.scan-item-copy h3{min-height:45px}
.scan-item-copy strong small{font:400 11px var(--font);letter-spacing:0;color:#75614f;margin-left:7px}

/* Small controls share quiet strokes, warm surfaces and explicit states. */
.shop-page #faq-list summary{gap:24px;min-height:72px;list-style:none;transition:color .2s ease}
.shop-page #faq-list summary:hover,.shop-page #faq-list details[open]>summary{color:var(--text)}
.shop-page #faq-list .faq-question>span{font-size:16px;line-height:1.55}
.shop-page #faq-list .faq-caret,.shop-page .api-endpoint .api-toggle{
  position:relative;display:block;flex-shrink:0;width:24px;height:24px;
  border:0;border-radius:0;background:none!important;box-shadow:none;color:var(--text-2);
}
.shop-page #faq-list .faq-caret .ti,.shop-page .api-endpoint .api-toggle .ti{display:none}
.shop-page #faq-list .faq-caret::before,.shop-page #faq-list .faq-caret::after,
.shop-page .api-endpoint .api-toggle::before,.shop-page .api-endpoint .api-toggle::after{
  content:"";position:absolute;inset:auto;left:5px;top:11px;width:14px;height:1.5px;
  background:currentColor;border:0;border-radius:1px;box-shadow:none;transition:transform .25s var(--brand-ease),color .2s ease;
}
.shop-page #faq-list .faq-caret::after,.shop-page .api-endpoint .api-toggle::after{transform:rotate(90deg)}
.shop-page #faq-list details[open] .faq-caret,.shop-page .api-endpoint[open] .api-toggle{color:var(--red-hi)}
.shop-page #faq-list details[open] .faq-caret::after,.shop-page .api-endpoint[open] .api-toggle::after{transform:rotate(0deg)}
.shop-page #faq-list summary:focus-visible,.shop-page .api-endpoint>summary:focus-visible{outline:2px solid var(--gold);outline-offset:-3px;border-radius:4px}
.shop-page .api-endpoint>summary{list-style:none}
.shop-page .api-endpoint>summary::-webkit-details-marker{display:none}
.shop-page .api-endpoint>summary:hover{background:#d8b58308}

.shop-page .calc-control .slider-shell{height:44px;min-height:44px;margin:20px 0 16px}
.shop-page .calc-control .slider-shell::before{
  left:11px;right:11px;height:4px;border-radius:2px;box-shadow:none;
  background:linear-gradient(90deg,var(--red) 0 var(--range-progress,0%),var(--line-strong) var(--range-progress,0%) 100%);
}
.shop-page .calc-control .slider-shell::after{content:none}
.shop-page .calc-control input.slider{border-radius:8px!important;cursor:pointer}
.shop-page .calc-control input.slider::-webkit-slider-runnable-track{height:4px;background:transparent}
.shop-page .calc-control input.slider::-webkit-slider-thumb{
  box-sizing:border-box;width:22px;height:22px;margin-top:-9px;border:3px solid var(--surface);border-radius:50%;
  background:var(--gold);box-shadow:0 0 0 1px var(--gold);cursor:grab;transition:transform .2s var(--brand-ease),box-shadow .2s ease;
}
.shop-page .calc-control input.slider::-moz-range-track,.shop-page .calc-control input.slider::-moz-range-progress{height:4px;background:transparent}
.shop-page .calc-control input.slider::-moz-range-thumb{
  box-sizing:border-box;width:22px;height:22px;border:3px solid var(--surface);border-radius:50%;
  background:var(--gold);box-shadow:0 0 0 1px var(--gold);cursor:grab;transition:transform .2s var(--brand-ease),box-shadow .2s ease;
}
.shop-page .calc-control input.slider:hover::-webkit-slider-thumb{box-shadow:0 0 0 1px var(--gold),0 0 0 5px #d8b58314}
.shop-page .calc-control input.slider:hover::-moz-range-thumb{box-shadow:0 0 0 1px var(--gold),0 0 0 5px #d8b58314}
.shop-page .calc-control input.slider:active::-webkit-slider-thumb{transform:scale(1.1);cursor:grabbing}
.shop-page .calc-control input.slider:active::-moz-range-thumb{transform:scale(1.1);cursor:grabbing}
.shop-page .calc-control input.slider:focus-visible{outline:2px solid var(--gold);outline-offset:4px;box-shadow:none}

.shop-page .term-control .term-switch,.shop-page .auth-local .auth-tabs{border-radius:8px;padding:4px;gap:4px;box-shadow:none;background:#191614}
.shop-page .term-control .term-switch button,.shop-page .auth-local .auth-tabs button{min-height:44px;border-radius:5px;transition:background .2s ease,color .2s ease;transform:none}
.shop-page .term-control .term-switch button:focus-visible,.shop-page .auth-local .auth-tabs button:focus-visible{outline:2px solid var(--gold);outline-offset:-3px}
.shop-page .term-control .term-switch button.on:focus-visible{outline-color:#6a4b31}
.shop-page .auth-local .auth-tabs button:not(.is-active):hover{background:#241d18;color:var(--text)}

body.shop-page input[type="checkbox"]{border-radius:4px;border-color:#95816d;background:#15110f;box-shadow:none;transition:border-color .18s ease,background .18s ease}
body.shop-page input[type="checkbox"]:checked,body.shop-page input[type="checkbox"]:indeterminate{border-color:var(--red);background:var(--red);color:#24110c;box-shadow:none}
body.shop-page input[type="checkbox"]:focus-visible,body.shop-page .legal-consent input[type="checkbox"]:focus-visible{outline:2px solid var(--gold);outline-offset:4px}
body.shop-page input[type="checkbox"]:disabled,body.shop-page input[type="checkbox"]:checked:disabled{cursor:not-allowed;border-color:#695a4f;background:#231e19;color:#baab9a}
.shop-page .auth-form .legal-consent{gap:12px;align-items:start;padding-block:6px}
.shop-page .auth-form .auth-input-shell input{padding-right:86px}
.shop-page .auth-form .auth-password-toggle{min-height:44px;min-width:68px;top:4px;bottom:4px;right:4px;padding:7px 10px;border:0;border-left:1px solid var(--line);border-radius:0 4px 4px 0;background:transparent;color:var(--text-2);font-size:12px;transition:background .2s ease,color .2s ease}
.shop-page .auth-form .auth-password-toggle:hover{background:#2a211a;color:var(--text)}
.shop-page .auth-form .auth-password-toggle[aria-pressed="true"]{background:#2e231b;color:var(--gold)}
.shop-page .auth-form .auth-password-toggle:focus-visible{outline:2px solid var(--gold);outline-offset:-2px}

@media(max-width:900px){
  .shop-page #nav-toggle{width:44px!important;height:44px;min-height:44px!important;padding:0;border:1px solid #6e5845;border-radius:7px;background:transparent;box-shadow:none;transform:none}
  .shop-page #nav-toggle .ti{display:none}
  .shop-page #nav-toggle::before,.shop-page #nav-toggle::after{content:"";position:absolute;inset:auto;left:12px;top:21px;width:18px;height:1.5px;border:0;border-radius:1px;background:currentColor;box-shadow:none;opacity:1;transform:translateY(-4px);transition:transform .25s var(--brand-ease)}
  .shop-page #nav-toggle::after{transform:translateY(4px)}
  .shop-page #nav-toggle[aria-expanded="true"]{color:var(--gold);border-color:#a18465;background:#241b15}
  .shop-page #nav-toggle[aria-expanded="true"]::before{transform:rotate(45deg)}
  .shop-page #nav-toggle[aria-expanded="true"]::after{transform:rotate(-45deg)}
  .shop-page #nav-toggle:hover{border-color:#b79571;color:var(--text)}
  .shop-page #nav-toggle:focus-visible{outline:2px solid var(--gold);outline-offset:4px}
}
@media(max-width:760px){.shop-page #faq-list summary{min-height:72px;padding-block:20px;gap:18px}.shop-page #faq-list .faq-question>span{font-size:15px}.shop-page #faq-list details>p{padding-right:0}}
@media(forced-colors:active){
  body.shop-page input[type="checkbox"]{border-color:ButtonText;background:Canvas;color:HighlightText}
  body.shop-page input[type="checkbox"]:checked,body.shop-page input[type="checkbox"]:indeterminate{border-color:Highlight;background:Highlight;color:HighlightText}
  body.shop-page input[type="checkbox"]:disabled,body.shop-page input[type="checkbox"]:checked:disabled{border-color:GrayText;background:Canvas;color:GrayText}
  body.shop-page input[type="checkbox"]:focus-visible,body.shop-page .legal-consent input[type="checkbox"]:focus-visible{outline-color:Highlight}
  .shop-page .calc-control .slider-shell::before{background:ButtonText}
  .shop-page .calc-control input.slider::-webkit-slider-thumb{background:Highlight;border-color:Canvas;box-shadow:0 0 0 1px ButtonText}
  .shop-page .calc-control input.slider::-moz-range-thumb{background:Highlight;border-color:Canvas;box-shadow:0 0 0 1px ButtonText}
}

/* Keep a five-item preview readable even with long market names and high values. */
.scan-item{display:flex;flex-direction:column}
.scan-item-art{flex:none}
.scan-item-copy{flex:1;min-width:0}
.scan-item-copy strong{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 7px;margin-top:auto;max-width:100%;min-width:0}
.scan-item-copy strong>span{max-width:100%;overflow-wrap:anywhere;min-width:0}
.scan-item-copy strong small{margin-left:0;white-space:nowrap}
.scan-item-copy .scan-price--compact{font-size:24px}
.scan-item-copy .scan-price--wide{font-size:18px}
.scan-quantity{max-width:calc(100% - 24px);overflow-wrap:anywhere;text-align:right;font-variant-numeric:tabular-nums}
.scan-footnote{display:flex;justify-content:space-between;gap:8px 24px;flex-wrap:wrap}
.scan-footnote>span{max-width:100%}
.scan-item-name{border:0;background:none;min-width:0}
.scan-item-name>summary{padding:0;display:flex;align-items:flex-start;gap:8px;min-height:45px;list-style:none;cursor:pointer;outline-offset:3px;border-radius:3px}
.scan-item-name>summary::-webkit-details-marker{display:none}
.scan-item-name h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;min-width:0;flex:1}
.scan-item-name[open] h3{display:block;overflow:visible;-webkit-line-clamp:unset}
.scan-item-name>summary>span{position:relative;flex:none;width:16px;height:22px;color:#715843}
.scan-item-name>summary>span::before,.scan-item-name>summary>span::after{content:"";position:absolute;width:10px;height:1px;left:3px;top:10px;background:currentColor}
.scan-item-name>summary>span::after{transform:rotate(90deg);transition:transform .18s ease}
.scan-item-name[open]>summary>span::after{transform:rotate(0)}
.scan-item-name>summary:hover{color:#8c422c}
.shop-page .scan-item-name>summary:focus-visible{outline-color:#93432d}
@media(max-width:700px){.scan-item-copy .scan-price--compact{font-size:18px}.scan-item-copy .scan-price--wide{font-size:14px}}
@media(prefers-reduced-motion:reduce){.scan-item-name>summary>span::after{transition:none}}
@media(max-width:700px){
  .scan-item-copy strong{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto 16px;gap:4px}
  .scan-item-copy strong>span{grid-row:1}
  .scan-item-copy strong>small{grid-row:2;align-self:start}
}
