/* RenderLine Arcana — art-store design system */
@font-face {
  font-family: 'RenderLine Sans';
  src: url('../fonts/Geist-Variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'RenderLine Mono';
  src: url('../fonts/GeistMono-Variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'RenderLine Pixel';
  src: url('../fonts/GeistPixel-Square.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
:root {
  --ink: #070b14;
  --ink-2: #0d1424;
  --panel: rgba(16, 24, 42, .88);
  --paper: #f4ead2;
  --gold: #ffcf40;
  --gold-2: #ff9f1c;
  --coral: #ff445b;
  --cyan: #43d9ff;
  --mint: #55f2b0;
  --white: #fff9e8;
  --muted: #9ca9bd;
  --line: rgba(255,255,255,.14);
  --shadow: 0 18px 0 rgba(0,0,0,.28), 0 30px 70px rgba(0,0,0,.34);
  --radius: 18px;
  --pointer-x: 50vw;
  --pointer-y: 50vh;
  --gradual-blur-safe-area: 8rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--white);
  background: var(--ink);
  font-family: "RenderLine Sans", Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
}
body::after {
  content: "";
  position: fixed;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(280px circle at var(--pointer-x) var(--pointer-y), rgba(255,207,64,.065), transparent 70%);
}
a { color: inherit; text-decoration-thickness: 2px; text-underline-offset: .2em; }
a:hover { color: var(--gold); }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--ink); background: var(--gold); }

.arcana-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-main { position: relative; z-index: 3; min-height: 58vh; }
.screen-reader-text {
  clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; width: 1px;
  overflow: hidden; position: absolute !important; word-wrap: normal !important;
}
.screen-reader-text:focus, .skip-link:focus {
  clip: auto !important; clip-path: none; height: auto; width: auto; z-index: 99999;
  top: 12px; left: 12px; padding: 12px 18px; color: var(--ink); background: var(--gold);
  border-radius: 8px; font-weight: 900;
}

.arcana-react-layer { position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .76; }
.arcana-webgl { display: block; width: 100%; height: 100%; }
.no-webgl .arcana-react-layer { background: radial-gradient(circle at 30% 20%, #153c50, transparent 45%), radial-gradient(circle at 75% 40%, #4c1325, transparent 50%), var(--ink); }
.arcana-noise {
  position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: .18;
  background-image: repeating-linear-gradient(0deg, rgba(255,255,255,.035) 0, rgba(255,255,255,.035) 1px, transparent 1px, transparent 4px);
  mix-blend-mode: overlay;
}

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(7,11,20,.82); border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px) saturate(130%);
}
.admin-bar .site-header { top: 32px; }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 24px; }
.fluid-glass-navbar {
  padding:10px 0;
  background:transparent;
  border-bottom:0;
  backdrop-filter:none;
}
.fluid-glass-navbar .header-inner {
  position:relative;
  min-height:76px;
  padding:8px 16px;
  overflow:visible;
  isolation:isolate;
  background:linear-gradient(115deg,rgba(255,255,255,.105),rgba(9,14,27,.34) 44%,rgba(67,217,255,.065));
  border:1px solid rgba(255,255,255,.22);
  border-radius:20px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.34),inset 0 -1px 0 rgba(255,255,255,.06),0 12px 38px rgba(0,0,0,.28),0 0 30px rgba(67,217,255,.05);
  backdrop-filter:blur(26px) saturate(165%) contrast(108%);
  -webkit-backdrop-filter:blur(26px) saturate(165%) contrast(108%);
}
.fluid-glass-navbar .header-inner::before,
.fluid-glass-navbar .header-inner::after {
  content:"";
  position:absolute;
  pointer-events:none;
  border-radius:inherit;
}
.fluid-glass-navbar .header-inner::before {
  z-index:0;
  inset:1px;
  background:radial-gradient(circle at 12% 0%,rgba(255,255,255,.28),transparent 30%),radial-gradient(circle at 88% 110%,rgba(255,207,64,.12),transparent 34%);
  opacity:.72;
}
.fluid-glass-navbar .header-inner::after {
  z-index:1;
  inset:0;
  border:1px solid transparent;
  background:linear-gradient(105deg,rgba(255,255,255,.32),transparent 24%,transparent 72%,rgba(67,217,255,.18)) border-box;
  -webkit-mask:linear-gradient(#000 0 0) padding-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
}
.fluid-glass-navbar .header-inner > * { position:relative; z-index:2; }
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))) {
  .fluid-glass-navbar .header-inner { background:rgba(9,14,27,.94); }
}
.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; text-decoration: none; }
.brand img, .brand .custom-logo { width: 54px; height: 54px; object-fit: contain; transition: transform .25s ease; }
.brand:hover img { transform: rotate(5deg) scale(1.05); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { color: var(--white); font-size: 1.3rem; letter-spacing: -.04em; }
.brand-copy small { color: var(--gold); margin-top: 7px; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.brand-copy strong { font-family: "RenderLine Pixel", "RenderLine Mono", monospace; font-weight: 500; }
.brand-copy small, .primary-navigation a, .eyebrow, .arcana-button, button, input[type="submit"], .hero-stats, .print-badge, .ticker, .section-heading > a, .coming-soon-label, .feature-grid h3, .woocommerce ul.products li.product .woocommerce-loop-product__title, .footer-brand, .footer-menu, .footer-bottom { font-family: "RenderLine Mono", ui-monospace, monospace; }
.primary-navigation .arcana-menu, .primary-navigation ul { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
.primary-navigation a { display: block; padding: 10px 13px; color: #dce3ef; font-size: .82rem; font-weight: 900; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; border-radius: 9px; }
.primary-navigation a:hover { color: var(--gold); background: rgba(255,255,255,.06); }
.app-launcher { position: relative; display: grid; place-items: center; width: 48px; height: 48px; border: 2px solid var(--gold); color: var(--gold); border-radius: 14px; text-decoration: none; box-shadow: 0 0 24px rgba(255,207,64,.15); transition: transform .18s ease, background .18s ease; }
.app-launcher:hover { color:var(--ink); background:var(--gold); transform:rotate(4deg) translateY(-2px); }
.app-launcher svg { fill:currentColor; }
.cart-icon { width: 22px; height: 22px; }
.arcana-cart-count { position: absolute; top: -7px; right: -7px; display: grid; place-items: center; width: 23px; height: 23px; color: var(--white); background: var(--coral); border: 2px solid var(--ink); border-radius: 50%; font-size: .68rem; font-weight: 900; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 1px solid var(--line); background: var(--panel); border-radius: 10px; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--white); transition: transform .25s ease, opacity .2s ease, background .2s ease; }
.menu-toggle.is-active > span:nth-child(1) { transform: translateY(7px) rotate(45deg); background: var(--gold); }
.menu-toggle.is-active > span:nth-child(2) { opacity: 0; }
.menu-toggle.is-active > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); background: var(--gold); }
.nav-backdrop { display: none; }
body.nav-locked { overflow: hidden; }

.hero { min-height: 690px; padding-block: 88px 72px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 30px; }
.hero-copy { position: relative; z-index: 5; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: .77rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { color: var(--mint); text-shadow: 0 0 12px var(--mint); }
.hero h1, .page-hero h1, .commerce-heading h1, .error-page h1 {
  margin: 0; max-width: 850px; font-family: "RenderLine Pixel", "RenderLine Mono", monospace;
  font-size: clamp(4rem, 7.3vw, 7rem); line-height: .92; font-weight: 500; letter-spacing: -.035em; text-transform: uppercase;
  text-shadow: 0 7px 0 #11192b, 0 12px 26px rgba(0,0,0,.42);
}
.hero h1 span { display: block; color: var(--gold); -webkit-text-stroke: 1px #7a4900; text-shadow: 0 6px 0 #7a4900, 0 10px 30px rgba(255,170,0,.25); }
.hero-lede { max-width: 650px; margin: 30px 0; color: #d6dfed; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 38px; }
.arcana-button, button, input[type="submit"], .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 50px;
  padding: 12px 21px; border: 2px solid var(--gold); color: var(--ink); background: var(--gold);
  border-radius: 10px; box-shadow: 0 6px 0 #8c5700; font-weight: 950; letter-spacing: .04em; text-decoration: none; text-transform: uppercase;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.arcana-button:hover, button:hover, input[type="submit"]:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  transform: translateY(2px); color: var(--ink); filter: brightness(1.08); box-shadow: 0 3px 0 #8c5700;
}
.arcana-button.ghost { color: var(--white); background: rgba(9,15,28,.65); border-color: rgba(255,255,255,.32); box-shadow: 0 6px 0 rgba(0,0,0,.35); }
.arcana-button.ghost:hover { color: var(--gold); border-color: var(--gold); }
.hero-stats { display: flex; gap: 38px; margin: 0; padding: 22px 0 0; border-top: 1px solid var(--line); }
.hero-stats div { display: grid; }
.hero-stats dt { color: var(--muted); font-size: .66rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero-stats dd { margin: 4px 0 0; color: var(--white); font-weight: 950; }
.hero-stats div:first-child dd { color: var(--coral); }

.hero-art { --tilt-x: 0deg; --tilt-y: 0deg; position: relative; min-height: 540px; transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transition: transform .18s ease-out; }
.hero-art::before { content: ""; position: absolute; inset: 8% 2% 0 8%; border-radius: 50%; background: radial-gradient(circle, rgba(67,217,255,.2), transparent 62%); filter: blur(20px); }
.art-display { position: absolute; width: 112%; max-width: none; right: -11%; bottom: -5%; filter: drop-shadow(0 34px 30px rgba(0,0,0,.48)); animation: floatArt 5.5s ease-in-out infinite; }
.print-badge { position: absolute; z-index: 3; right: -1%; top: 3%; display: grid; min-width: 190px; padding: 14px 18px; background: #131d32; border: 3px solid var(--gold); border-radius: 10px; box-shadow: 7px 7px 0 #070b14, 0 0 32px rgba(255,207,64,.2); transform: rotate(3deg); }
.print-badge small { color: var(--muted); font-size: .62rem; font-weight: 900; letter-spacing: .15em; }
.print-badge strong { color: var(--gold); font-size: 1.1rem; line-height: 1.35; }
.print-badge span { color: var(--coral); font-size: .68rem; font-weight: 900; letter-spacing: .08em; }
.spark { position: absolute; color: var(--gold); font-size: 2.3rem; text-shadow: 0 0 20px currentColor; animation: twinkle 2.4s ease-in-out infinite; }
.spark-one { top: 15%; left: 8%; }.spark-two { right: 6%; bottom: 9%; animation-delay: -.8s; }.spark-three { left: 5%; bottom: 22%; color: var(--cyan); animation-delay: -1.5s; }
@keyframes floatArt { 50% { transform: translateY(-12px) rotate(.7deg); } }
@keyframes twinkle { 50% { transform: scale(.55) rotate(20deg); opacity: .45; } }

.ticker { position: relative; z-index: 3; overflow: hidden; padding: 13px 0; color: var(--ink); background: var(--gold); border-block: 3px solid #895400; transform: rotate(-.4deg) scale(1.01); }
.ticker div { width: max-content; min-width: 100%; text-align: center; font-size: .78rem; font-weight: 950; letter-spacing: .11em; word-spacing: .5em; }
.ticker span { color: var(--coral); margin-inline: 18px; font-size: 1.1rem; }

.product-table { padding-block: 110px 90px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 38px; }
.section-heading h2 { margin: 0; font-family: "RenderLine Pixel", "RenderLine Mono", monospace; font-size: clamp(2.5rem, 5.4vw, 4.7rem); line-height: .96; font-weight:500; letter-spacing:-.035em; text-transform: uppercase; }
.section-heading > a { color: var(--gold); font-weight: 900; text-transform: uppercase; }
.empty-table { display: flex; align-items: center; gap: 24px; min-height: 170px; padding: 30px; border: 1px solid rgba(255,207,64,.28); border-radius: var(--radius); background: linear-gradient(120deg, rgba(17,27,48,.94), rgba(9,14,27,.9)); box-shadow: var(--shadow); }
.empty-art { display: grid; place-items: center; flex: 0 0 88px; height: 88px; color: var(--ink); background: linear-gradient(135deg,var(--cyan),var(--mint)); border: 4px solid var(--white); border-radius: 50%; box-shadow: 7px 7px 0 rgba(0,0,0,.4); font-size: 2.3rem; font-weight: 950; transform: rotate(-5deg); }
.empty-table h3 { margin: 0; font-size: 1.35rem; }.empty-table p { margin: 5px 0 0; color: var(--muted); }.empty-table .arcana-button { margin-left: auto; white-space: nowrap; }.coming-soon-label { margin-left:auto;padding:10px 14px;color:var(--gold);border:1px dashed var(--gold);border-radius:999px;font-size:.72rem;font-weight:900;letter-spacing:.12em; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; padding-bottom: 110px; }
.feature-grid article { position: relative; padding: 28px; overflow: hidden; background: rgba(10,17,31,.82); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 35px rgba(0,0,0,.25); }
.feature-grid article::after { content: attr(data-suit); position: absolute; right: -4px; bottom: -24px; color: rgba(255,255,255,.035); font-size: 8rem; }
.feature-grid article > span { color: var(--cyan); font-size: .72rem; font-weight: 900; letter-spacing: .15em; }.feature-grid h3 { margin: 20px 0 8px; }.feature-grid p { margin: 0; color: var(--muted); }

.content-shell, .commerce-shell { padding-block: 76px 110px; }
.content-shell.narrow { max-width: 900px; }
.page-hero.compact { margin-bottom: 38px; }
.page-hero h1, .commerce-heading h1, .error-page h1 { font-size: clamp(3.2rem, 7vw, 6.4rem); }
.paper-panel { padding: clamp(24px,5vw,64px); background: rgba(10,17,31,.9); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.entry-content { font-family: "RenderLine Sans", Inter, system-ui, sans-serif; color: #e3e8f1; }
.entry-content > * { max-width: 760px; margin-inline: auto; }.entry-content h2,.entry-content h3 { font-family: "RenderLine Mono", monospace; color: var(--gold); }.entry-content a { color: var(--cyan); }
.post-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }.post-card { overflow: hidden; background: rgba(10,17,31,.9); border: 1px solid var(--line); border-radius: var(--radius); }.post-card-image { display: block; aspect-ratio: 16/9; overflow: hidden; }.post-card-image img { width:100%;height:100%;object-fit:cover; }.post-card-body { padding: 28px; }.post-card h2 { margin: 0; }.post-card h2 a { text-decoration: none; }.post-meta { color: var(--gold); font-size: .72rem; font-weight:900; text-transform:uppercase; }.text-link { color: var(--cyan); font-weight:900; }

/* WooCommerce */
.commerce-heading { margin-bottom: 24px; }
.woocommerce .woocommerce-breadcrumb { color: var(--muted); font-size: .78rem; }.woocommerce .woocommerce-breadcrumb a { color: var(--gold); }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 28px; }
.woocommerce .woocommerce-ordering select, .woocommerce select, .woocommerce input.input-text, .woocommerce textarea, input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea, select {
  min-height: 48px; padding: 10px 13px; color: var(--white); background: #0d172a; border: 1px solid rgba(255,255,255,.22); border-radius: 8px;
}
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display:none; }
.woocommerce ul.products li.product { --tilt-x:0deg;--tilt-y:0deg; float:none!important; width:auto!important; margin:0!important; padding:13px 13px 20px; background: rgba(12,20,36,.94); border: 1px solid rgba(255,255,255,.16); border-radius: 16px; box-shadow: 0 13px 0 rgba(0,0,0,.22), 0 24px 45px rgba(0,0,0,.2); transform: perspective(700px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transition: transform .18s ease, border-color .18s ease; }
.woocommerce ul.products li.product:hover { border-color: rgba(255,207,64,.6); }
.woocommerce ul.products li.product a img { margin:0 0 16px; border-radius:10px; background:#18233b; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color:var(--white); font-size:1.05rem; }.woocommerce ul.products li.product .price { color:var(--gold); font-weight:900; }.woocommerce span.onsale { min-width:0;min-height:0;line-height:1;padding:9px 10px; background:var(--coral);border-radius:6px;box-shadow:3px 3px 0 #7d1222; }
.woocommerce div.product { padding: clamp(20px,4vw,44px); background: rgba(10,17,31,.92); border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow); }.woocommerce div.product p.price,.woocommerce div.product span.price { color:var(--gold);font-size:1.55rem;font-weight:900; }.woocommerce div.product .woocommerce-tabs ul.tabs li { background:#121d32;border-color:var(--line); }.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background:var(--gold);color:var(--ink); }
.woocommerce table.shop_table { border-color:var(--line);border-radius:12px;background:rgba(10,17,31,.9); }.woocommerce table.shop_table th,.woocommerce table.shop_table td { border-color:var(--line);padding:15px; }.woocommerce-cart table.cart img { width:72px;border-radius:8px; }
.woocommerce .cart-collaterals .cart_totals, .woocommerce-checkout-review-order, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content { padding:22px;background:rgba(10,17,31,.92);border:1px solid var(--line);border-radius:var(--radius); }
.woocommerce-checkout #payment { color:var(--white);background:#121d32; }.woocommerce-checkout #payment div.payment_box { color:var(--ink);background:var(--paper); }.woocommerce-checkout #payment div.payment_box::before { border-bottom-color:var(--paper); }
.woocommerce-info,.woocommerce-message,.woocommerce-error { color:var(--white);background:#111c31;border-top-color:var(--cyan);border-radius:8px; }.woocommerce-message { border-top-color:var(--mint); }.woocommerce-error { border-top-color:var(--coral); }.woocommerce-info::before { color:var(--cyan); }.woocommerce-message::before { color:var(--mint); }.woocommerce-error::before { color:var(--coral); }
.woocommerce-MyAccount-navigation ul { list-style:none;margin:0;padding:0; }.woocommerce-MyAccount-navigation a { display:block;padding:9px 5px;border-bottom:1px solid var(--line);text-decoration:none;font-weight:800; }

.error-page { padding-block: 110px; text-align:center; }.error-card { display:inline-flex;align-items:center;gap:12px;margin-bottom:25px;padding:14px 28px;color:var(--ink);background:var(--paper);border:6px solid var(--white);border-radius:16px;box-shadow:9px 10px 0 #05070c;transform:rotate(-3deg);font-size:3rem;font-weight:950; }.error-card span { color:var(--coral); }

.site-footer { position:relative;z-index:3;padding:70px 0 24px;padding-bottom:calc(24px + var(--gradual-blur-safe-area) + env(safe-area-inset-bottom));background:rgba(4,7,13,.92);border-top:1px solid var(--line); }.footer-grid { display:grid;grid-template-columns:1.2fr .8fr .7fr;gap:40px;align-items:start; }.footer-brand { display:flex;align-items:center;gap:13px;font-size:1.35rem;font-weight:950;text-decoration:none; }.footer-brand img { width:48px; }.footer-grid p { max-width:440px;color:var(--muted); }.footer-menu,.site-footer .arcana-menu { list-style:none;margin:0;padding:0;columns:2; }.footer-menu li,.site-footer .arcana-menu li { margin-bottom:8px; }.footer-menu a,.site-footer .arcana-menu a { color:#ccd5e3;text-decoration:none; }.footer-signature { display:flex;justify-content:flex-end;gap:12px; }.footer-signature span { width:18px;height:18px;border-radius:50%;background:var(--gold);box-shadow:0 0 18px rgba(255,207,64,.3); }.footer-signature span:nth-child(2){background:var(--coral)}.footer-signature span:nth-child(3){background:var(--cyan)}.footer-signature span:nth-child(4){background:var(--mint)}.footer-bottom { display:flex;justify-content:space-between;gap:20px;margin-top:45px;padding-top:20px;border-top:1px solid var(--line);color:#728097;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em; }

@media (max-width: 980px) {
  .hero { grid-template-columns:1fr; padding-top:65px; }.hero-art { min-height:450px; }.art-display { width:min(760px,112%);right:50%;transform:translateX(50%); }.print-badge { right:8%; }
  /* --- Mobile navbar: isolated flex row, legacy rules overridden --- */
  .site-header { z-index:100; }
  .site-header .header-inner { position:relative;display:flex;flex-wrap:nowrap;align-items:center;gap:10px;min-height:76px;overflow:visible; }
  .site-header .brand { flex:0 1 auto;min-width:0; }
  .site-header .brand-copy strong { display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
  .site-header .app-launcher { flex:0 0 auto;display:grid;place-items:center;width:auto;min-width:54px;height:44px;margin-left:auto;padding:0 12px;order:0;font-size:.62rem; }
  .site-header .menu-toggle { flex:0 0 auto;display:grid;place-content:center;gap:5px;width:46px;height:46px;padding:0;position:relative;z-index:2;border-radius:12px; }
  .site-header .menu-toggle > span:not(.screen-reader-text) { display:block;width:22px;height:2px;margin:0; }
  .site-header .menu-toggle:hover { border-color:rgba(255,207,64,.55); }
  .site-header .menu-toggle.is-active { border-color:var(--gold);background:rgba(255,207,64,.1); }
  /* Drawer: anchored to the glass pill, opens downward below it */
  .site-header .primary-navigation { position:absolute;top:calc(100% + 10px);left:0;right:0;display:block;width:auto;max-width:none;margin:0;padding:10px;list-style:none;background:linear-gradient(155deg,rgba(17,27,48,.92),rgba(7,11,20,.94));border:1px solid rgba(255,255,255,.16);border-radius:18px;box-shadow:0 18px 50px rgba(0,0,0,.5),0 0 0 1px rgba(255,207,64,.07),inset 0 1px 0 rgba(255,255,255,.09);backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%);opacity:0;transform:translateY(-10px);transform-origin:top center;pointer-events:none;visibility:hidden;transition:opacity .22s ease,transform .22s cubic-bezier(.3,1.35,.5,1),visibility 0s linear .22s; }
  .site-header .primary-navigation.is-open { opacity:1;transform:translateY(0);pointer-events:auto;visibility:visible;transition-delay:0s; }
  .site-header .primary-navigation .arcana-menu,.site-header .primary-navigation ul { align-items:stretch;flex-direction:column;gap:2px; }
  .site-header .primary-navigation li + li { border-top:1px solid rgba(255,255,255,.07); }
  .site-header .primary-navigation a { display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:12px 14px;font-size:.85rem;border-radius:10px;opacity:0;transform:translateY(6px);transition:opacity .2s ease,transform .25s ease,color .15s ease,background .15s ease; }
  .site-header .primary-navigation a::after { content:"→";color:var(--gold);opacity:0;transition:opacity .15s ease; }
  .site-header .primary-navigation a:hover::after { opacity:1; }
  .site-header .primary-navigation.is-open a { opacity:1;transform:translateY(0); }
  .site-header .primary-navigation.is-open li:nth-child(1) a { transition-delay:.05s; }
  .site-header .primary-navigation.is-open li:nth-child(2) a { transition-delay:.1s; }
  .site-header .primary-navigation.is-open li:nth-child(3) a { transition-delay:.15s; }
  .site-header .primary-navigation.is-open li:nth-child(4) a { transition-delay:.2s; }
  .nav-backdrop { display:block;position:fixed;inset:0;z-index:90;background:rgba(4,6,11,.45);opacity:0;pointer-events:none;transition:opacity .22s ease; }
  .nav-backdrop.is-visible { opacity:1;pointer-events:auto; }
  .feature-grid { grid-template-columns:1fr; }.woocommerce ul.products { grid-template-columns:repeat(2,1fr); }.footer-grid { grid-template-columns:1fr 1fr; }.footer-signature { display:none; }
}
@media (max-width: 640px) {
  .arcana-shell { width:min(100% - 26px,1180px); }.admin-bar .site-header { top:0; }.brand-copy small { display:none; }.brand img,.brand .custom-logo { width:46px;height:46px; }
  .hero { min-height:0;padding:54px 0 45px; }.hero h1 { font-size:clamp(3.4rem,17vw,5.2rem); }.hero-lede { font-size:.98rem; }.hero-actions { align-items:stretch;flex-direction:column; }.arcana-button { width:100%; }.hero-stats { gap:15px;justify-content:space-between; }.hero-stats dt { font-size:.56rem; }.hero-stats dd { font-size:.76rem; }.hero-art { min-height:350px; }.print-badge { right:0;top:0;min-width:155px;padding:10px 12px; }.print-badge strong { font-size:.9rem; }.ticker div { animation:tickerMove 16s linear infinite; }.product-table { padding-block:80px 65px; }.section-heading { align-items:start;flex-direction:column; }.empty-table { align-items:flex-start;flex-direction:column; }.empty-table .arcana-button { margin-left:0; }.woocommerce ul.products { grid-template-columns:1fr; }.post-grid { grid-template-columns:1fr; }.footer-grid { grid-template-columns:1fr; }.footer-bottom { align-items:flex-start;flex-direction:column; }.content-shell,.commerce-shell { padding-block:50px 75px; }.paper-panel { padding:22px; }
  @keyframes tickerMove { to { transform:translateX(-42%); } }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; } *,*::before,*::after { animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important; } .arcana-react-layer { opacity:.34; }
}

/* TargetCursor — React Bits + GSAP progressive pointer enhancement */
.target-cursor-active,
.target-cursor-active .cursor-target { cursor:none; }
.target-cursor-wrapper {
  position:fixed; top:0; left:0; width:0; height:0;
  pointer-events:none; z-index:9999; mix-blend-mode:difference;
  transform:translate(-50%,-50%); will-change:transform;
}
.target-cursor-dot {
  position:absolute; left:50%; top:50%; width:4px; height:4px;
  background:#fff; border-radius:50%; transform:translate(-50%,-50%);
  will-change:transform,background-color;
}
.target-cursor-corner {
  position:absolute; left:50%; top:50%; width:12px; height:12px;
  border:3px solid #fff; will-change:transform,border-color;
}
.corner-tl { transform:translate(-150%,-150%); border-right:0; border-bottom:0; }
.corner-tr { transform:translate(50%,-150%); border-left:0; border-bottom:0; }
.corner-br { transform:translate(50%,50%); border-left:0; border-top:0; }
.corner-bl { transform:translate(-150%,50%); border-right:0; border-top:0; }
@media (pointer:coarse), (hover:none) {
  .target-cursor-wrapper { display:none!important; }
  .target-cursor-active, .target-cursor-active .cursor-target { cursor:auto; }
}
@media (prefers-reduced-motion:reduce) {
  .target-cursor-wrapper { display:none!important; }
  .target-cursor-active, .target-cursor-active .cursor-target { cursor:auto; }
}


/* Free Rabbit R1 application catalog */
.rabbit-app-store .hero h1 { max-width:760px; }
.rabbit-app-store .hero h1 span { margin-top:.08em; }
.app-badge { border-color:var(--coral); box-shadow:7px 7px 0 #070b14,0 0 32px rgba(255,68,91,.2); }
.app-badge strong { color:var(--gold); }
.app-badge span { color:var(--mint); }

.app-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.app-card { overflow:hidden; background:rgba(10,17,31,.94); border:1px solid rgba(255,255,255,.16); border-radius:18px; box-shadow:0 13px 0 rgba(0,0,0,.22),0 28px 52px rgba(0,0,0,.24); transition:transform .2s ease,border-color .2s ease; }
.app-card:hover { transform:translateY(-6px); border-color:rgba(255,207,64,.62); }
.app-card-media { position:relative; display:block; aspect-ratio:4/3; overflow:hidden; background:radial-gradient(circle at 50% 40%,#253858,#0b1220 70%); }
.app-card-media img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.app-card:hover .app-card-media img { transform:scale(1.035); }
.free-badge { position:absolute; top:15px; right:15px; padding:7px 10px; color:var(--ink); background:var(--mint); border:2px solid #07101d; border-radius:8px; box-shadow:3px 3px 0 rgba(0,0,0,.45); font-family:"RenderLine Mono",monospace; font-size:.67rem; font-weight:900; letter-spacing:.1em; }
.app-card-body { padding:24px; }
.app-card-body h2,.app-card-body h3 { margin:8px 0 11px; font-family:"RenderLine Pixel","RenderLine Mono",monospace; font-size:clamp(1.45rem,2.1vw,2rem); line-height:1.08; font-weight:500; }
.app-card-body h2 a,.app-card-body h3 a { text-decoration:none; }
.app-card-body p:not(.post-meta) { margin:0 0 18px; color:var(--muted); font-size:.94rem; }
.app-empty > img { flex:0 0 88px; width:88px; height:88px; border-radius:24px; box-shadow:7px 7px 0 rgba(0,0,0,.38); }
.archive-app-grid { margin-top:42px; }

.app-detail { padding:clamp(24px,5vw,64px); }
.app-detail-header { margin-bottom:30px; }
.app-facts { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.app-facts > span { display:grid; min-width:135px; padding:13px 16px; background:#101a2e; border:1px solid var(--line); border-radius:11px; }
.app-facts small { color:var(--muted); font-family:"RenderLine Mono",monospace; font-size:.58rem; font-weight:800; letter-spacing:.13em; }
.app-facts strong { color:var(--gold); margin-top:3px; font-family:"RenderLine Mono",monospace; font-size:.88rem; }
.app-cover { overflow:hidden; margin:0 0 38px; border:1px solid var(--line); border-radius:16px; }
.app-cover img { display:block; width:100%; }
.app-download-panel { display:flex; align-items:center; justify-content:space-between; gap:28px; margin-top:48px; padding:28px; background:linear-gradient(125deg,rgba(255,207,64,.12),rgba(67,217,255,.08)); border:1px solid rgba(255,207,64,.4); border-radius:16px; }
.app-download-panel .eyebrow { margin-bottom:8px; }
.app-download-panel h2 { margin:0; font-family:"RenderLine Pixel","RenderLine Mono",monospace; font-size:clamp(1.7rem,4vw,3rem); font-weight:500; }
.independence-note { margin-top:40px; padding-top:18px; border-top:1px solid var(--line); }
.independence-note p { max-width:none; margin:0; color:#7f8ca0; font-size:.72rem; }

@media (max-width:980px) {
  .app-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:640px) {
  .rabbit-app-store .hero h1 { font-size:clamp(3rem,14.5vw,4.7rem); }
  .app-grid { grid-template-columns:1fr; }
  .app-download-panel { align-items:stretch; flex-direction:column; }
  .app-download-panel .arcana-button { width:100%; }
  .app-facts > span { min-width:calc(50% - 6px); flex:1; }
  .app-launcher { display:grid; }
}

/* GPT Image raster identity — artwork is PNG/WebP, never SVG */
.brand img, .brand .custom-logo, .footer-brand img {
  border-radius:10px;
  object-fit:cover;
  background:#080b12;
}
.app-launcher {
  width:auto;
  min-width:54px;
  padding-inline:11px;
  font-family:"RenderLine Mono",monospace;
  font-size:.65rem;
  font-weight:900;
  letter-spacing:.08em;
}
.rabbit-hero {
  position:relative;
  width:min(1180px,calc(100% - 40px));
  grid-template-columns:1fr;
  min-height:clamp(560px,calc(100svh - 150px),680px);
  overflow:hidden;
  isolation:isolate;
  align-items:center;
  margin:0 auto;
  padding:clamp(44px,5vw,72px);
  border:0;
  border-radius:18px;
  background:#05080d;
  box-shadow:none;
}
.rabbit-hero h1 { font-size:clamp(3.2rem,5.8vw,5.7rem); }
.rabbit-hero .hero-lede { margin:18px 0; font-size:1rem; }
.rabbit-hero .hero-actions { margin-bottom:24px; }
.rabbit-hero .hero-stats { padding-top:14px; }
.rabbit-hero .hero-copy { position:relative; z-index:3; width:min(100%,590px); }
.raster-hero-visual { position:absolute; z-index:0; inset:0; overflow:hidden; }
.raster-hero-visual::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(3,5,9,.98) 0%,rgba(3,5,9,.9) 31%,rgba(3,5,9,.42) 50%,rgba(3,5,9,.04) 72%);
}
.renderline-gpt-hero { width:100%; height:100%; object-fit:cover; object-position:center; }
.gradual-blur-mount {
  pointer-events:none;
}
.gradual-blur-page-mount {
  position:fixed; z-index:1000; right:0; bottom:0; left:0; height:7rem;
  overflow:hidden; pointer-events:none;
}
.gradual-blur {
  position:fixed; right:0; bottom:0; left:0; width:100%;
  isolation:isolate; pointer-events:none;
}
.gradual-blur-inner { position:relative; width:100%; height:100%; pointer-events:none; }
.gradual-blur-layer { position:absolute; inset:0; pointer-events:none; }
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .gradual-blur-layer { background:linear-gradient(to bottom,transparent,rgba(5,8,13,.54)); opacity:.58; }
}
@media (prefers-reduced-motion: reduce) {
  .gradual-blur { transition:none; }
}
.app-empty img { border-radius:12px; object-fit:cover; background:#080b12; }
.app-card-media img { background:#080b12; }

@media (max-width:980px) {
  .rabbit-hero { min-height:clamp(540px,calc(100svh - 140px),660px); padding:62px 38px; }
  .raster-hero-visual::after { background:linear-gradient(90deg,rgba(3,5,9,.98) 0%,rgba(3,5,9,.88) 43%,rgba(3,5,9,.25) 74%); }
  .renderline-gpt-hero { object-position:62% center; }
}
@media (max-width:640px) {
  .rabbit-hero { width:min(100% - 26px,1180px); min-height:clamp(520px,calc(100svh - 125px),620px); padding:46px 20px; align-items:flex-start; border-radius:14px; }
  .rabbit-hero h1 { font-size:clamp(3rem,14.5vw,4.7rem); }
  .rabbit-hero .hero-copy { width:100%; }
  .raster-hero-visual::after { background:linear-gradient(180deg,rgba(3,5,9,.98) 0%,rgba(3,5,9,.92) 49%,rgba(3,5,9,.2) 78%,rgba(3,5,9,.04) 100%); }
  .renderline-gpt-hero { object-position:69% center; }
}
