/* coreservices.shop | the pages
   The ground, the header and footer, and every page part the site draws.
   Needs tokens.css and cs.css first. */

/* --- the ground --------------------------------------------------------- */

/* A lit cs panel the size of the window. The lights drift, slowly, the way
   the two soft circles behind a script's glass would if it stood open. They
   are gradients rather than blurred circles: a blur filter this size costs a
   frame on every scroll. */
body { background: var(--ground-end); }
body::before {
  position: fixed;
  inset: 0;
  height: auto;
  z-index: -3;
  background:
    radial-gradient(120% 70% at 50% -10%, var(--ground-top) 0%, rgb(15 58 74 / 0) 70%),
    linear-gradient(180deg, var(--ground-mid) 0%, var(--ground-end) 100%);
}
.lights { position: fixed; inset: 0; z-index: -2; overflow: hidden; pointer-events: none; }
.lights i {
  position: absolute;
  width: var(--s);
  height: var(--s);
  border-radius: 50%;
  background: radial-gradient(circle, rgb(26 150 207 / var(--o, .22)) 0%, rgb(26 150 207 / 0) 68%);
  transform: translate3d(0, calc(var(--sy, 0) * var(--k, -60px)), 0);
  animation: drift var(--t, 40s) ease-in-out var(--dl, 0s) infinite alternate;
}
.lights i:nth-child(1) { --s: 900px; --o: .26; top: -320px; left: -260px; --t: 46s; --k: -80px; }
.lights i:nth-child(2) { --s: 760px; --o: .18; top: 30%; right: -300px; --t: 52s; --dl: -18s; --k: -140px; }
.lights i:nth-child(3) { --s: 680px; --o: .16; bottom: -260px; left: 18%; --t: 38s; --dl: -9s; --k: -40px; }
@keyframes drift {
  from { translate: 0 0; }
  to { translate: 90px 60px; }
}

/* The lit line along a panel's bottom edge, used on the page as the line
   between two parts of it. */
.divider { position: relative; height: 1px; margin: 0 auto; max-width: var(--max); background: linear-gradient(90deg, transparent, var(--rule) 20%, var(--rule) 80%, transparent); }
.divider::after { content: ""; position: absolute; left: 50%; top: -1px; width: 40%; height: 3px; transform: translateX(-50%); background: radial-gradient(50% 150% at 50% 50%, var(--accent) 0%, rgb(26 150 207 / 0) 100%); box-shadow: 0 0 40px var(--accent-40); }

/* The corner line and the notch strip hung on a part of the page. */
.sec-kit { position: absolute; inset: 0; pointer-events: none; z-index: -1; overflow: hidden; }
.sec-kit .corner { position: absolute; width: 220px; opacity: .8; }
.sec-kit .corner.tl { top: -5px; left: max(0px, calc(50% - var(--max) / 2 - 140px)); }
.sec-kit .corner.br { bottom: -5px; right: max(0px, calc(50% - var(--max) / 2 - 140px)); transform: scale(-1, -1); }
.sec-kit .ticks { position: absolute; width: 11px; height: 123px; opacity: .7; }
.sec-kit .ticks.r { top: 18%; right: max(12px, calc(50% - var(--max) / 2 - 60px)); }
.sec-kit .ticks.l { bottom: 16%; left: max(12px, calc(50% - var(--max) / 2 - 60px)); transform: scale(-1, 1); }
@media (max-width: 760px) { .sec-kit .ticks { display: none; } .sec-kit .corner { width: 140px; } }

main { position: relative; }
.no-scroll { overflow: hidden; }

/* --- older class names -------------------------------------------------- */

/* The shop scripts still write these. Each is one of the new pieces. */
.glass { background: var(--surface-tile); border-radius: var(--r-card); position: relative; }
.hairline { display: none; }
.mono { font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--text-soft); }
.btn-primary { }
.btn-ghost { background: var(--surface-rest); box-shadow: none; }
.btn-ghost::before { background: var(--stroke) 0 0 / 100% 100%; opacity: 1; }
.btn-ghost:hover { background: var(--surface-lit); box-shadow: 0 0 36px var(--btn-glow); }
.btn-ghost:hover::before { background: var(--stroke-lit) 0 0 / 100% 100%; }
.btn .arr { transition: transform .3s var(--ease-in); }
.btn:hover .arr { transform: translateX(3px); }
.js .rev:not(.in) { opacity: 0; }
.rev.in { animation: risein .55s var(--ease-in) var(--d, 0ms) both; }
.empty-note { grid-column: 1 / -1; padding: 40px 24px; text-align: center; border-radius: var(--r-card); background: var(--surface-row); }
.empty-note b { display: block; font-size: 18px; color: var(--text); margin-bottom: 6px; }
.tag, .fw-chip { display: inline-flex; align-items: center; height: 22px; padding: 0 7px; border-radius: var(--r-chip); background: rgb(0 0 0 / .3); box-shadow: inset 0 0 0 var(--hairline) rgb(255 255 255 / .08); font-size: 11px; font-weight: 600; color: var(--text-body); }
h1, h2, h3 { color: var(--text); }

/* Sub page heads. The old pages put an eyebrow, an h1 and a lead in one of
   these, and the h1 now wears the headline pair when it has one. */
.page-hero { position: relative; padding: clamp(56px, 8vw, 104px) 0 clamp(32px, 4vw, 56px); }
.page-hero h1 { font-size: var(--fs-display); font-weight: 800; line-height: 1.04; letter-spacing: -.01em; margin: 18px 0 18px !important; background: var(--text-silver); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.page-hero .lead { max-width: 64ch; }
.sec-pad { padding-block: var(--sec); position: relative; }
.sec-head { max-width: 68ch; margin-bottom: clamp(28px, 4vw, 48px); }
.sec-head h2 { margin: 16px 0 14px; font-size: var(--fs-h2); font-weight: 800; line-height: 1.08; letter-spacing: -.01em; }
.sec-head h2:not(.title) { background: var(--text-silver); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.sec-head h2 .accent, .sec-head h2 em { font-style: normal; }

/* The accordion site.js drives, on every page. */
.faq { max-width: 880px; }
.q { background: var(--surface-row); border-radius: var(--r-row); }
.q + .q { margin-top: 6px; }
.q > button { display: flex; align-items: center; gap: 16px; width: 100%; padding: 18px 20px; text-align: left; font-size: 16px; font-weight: 600; color: var(--text); }
.q .ico { position: relative; width: 22px; height: 22px; flex: none; margin-left: auto; color: var(--text-soft); transition: transform .35s var(--ease-in), color .2s ease; }
.q .ico::before, .q .ico::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 1.6px; margin: -.8px 0 0 -6px; border-radius: 1px; background: currentColor; }
.q .ico::after { transform: rotate(90deg); }
.q.open .ico { transform: rotate(45deg); color: var(--accent-line); }
.q .a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s var(--ease-in); }
.q.open .a { grid-template-rows: 1fr; }
.q .a > div { overflow: hidden; }
.q .a p { padding: 0 20px 20px; max-width: 72ch; }
.q .a p + p { padding-top: 0; }

/* --- header ------------------------------------------------------------- */

.site-head .bar { gap: 20px; }
.site-head.stuck { background: rgb(8 34 45 / .94); box-shadow: 0 var(--hairline) 0 var(--rule), 0 12px 40px rgb(0 0 0 / .25); }
.site-head::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: radial-gradient(40% 100% at 50% 50%, var(--accent) 0%, rgb(26 150 207 / 0) 100%); opacity: 0; transition: opacity .4s ease; }
.site-head.stuck::after { opacity: .7; }
.logo img { width: 32px; height: 32px; }
.head-tools .lang { display: flex; gap: 2px; padding: 3px; border-radius: var(--r-ctl); background: rgb(0 0 0 / .18); }
.head-tools .lang button { padding: 5px 8px; border-radius: 4px; font-size: 12px; font-weight: 600; letter-spacing: .06em; color: var(--text-soft); }
.head-tools .lang button.is-active { background: var(--accent-26); color: var(--text); }
.account { position: relative; }
.account-drop { position: absolute; right: 0; top: calc(100% + 10px); min-width: 250px; padding: 8px; border-radius: var(--r-card); background: var(--panel); box-shadow: 0 20px 50px rgb(0 0 0 / .4), inset 0 0 0 var(--hairline) var(--hair); z-index: 60; }
.account-drop-head { padding: 10px 12px; }
.account-drop-email { display: block; font-size: 13px; color: var(--text-soft); margin-top: 2px; word-break: break-all; }
.account-drop-link { display: flex; align-items: center; gap: 10px; width: 100%; padding: 10px 12px; border-radius: var(--r-ctl); font-size: 14px; font-weight: 500; color: var(--text-body); text-align: left; }
.account-drop-link:hover { background: rgb(255 255 255 / .06); color: var(--text); }
.account-drop-sep { height: var(--hairline); margin: 6px 4px; background: var(--hair); }
.iconbtn .n { display: none; }
.iconbtn .n.is-filled { display: block; }

.mnav { position: fixed; inset: 72px 0 0; z-index: 49; padding: 20px var(--gut) 32px; background: rgb(8 34 45 / .98); display: grid; align-content: start; gap: 4px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .25s ease, transform .35s var(--ease-in), visibility 0s linear .35s; }
.mnav.is-open { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.mnav a:not(.btn) { padding: 14px 4px; font-size: 20px; font-weight: 600; color: var(--text); border-bottom: var(--hairline) solid var(--hair); }
.mnav .btn { margin-top: 20px; }
.mnav .lang { display: flex; gap: 6px; margin-top: 20px; }
.mnav .lang button { padding: 8px 14px; border-radius: var(--r-ctl); background: rgb(0 0 0 / .2); font-weight: 600; color: var(--text-soft); }
.mnav .lang button.is-active { background: var(--accent-26); color: var(--text); }

/* --- footer ------------------------------------------------------------- */

.site-foot .cols a.logo { display: flex; }
.site-foot { margin-top: 24px; position: relative; background: linear-gradient(180deg, rgb(0 0 0 / 0), rgb(0 0 0 / .22)); }
.site-foot .cols a { display: inline-block; }
.site-foot .fine { margin-top: 28px; display: grid; gap: 14px; font-size: 12px; line-height: 1.6; color: var(--text-faint); max-width: 90ch; }
.site-foot .fine a { color: var(--text-soft); text-decoration: underline; text-decoration-color: var(--hair); }
.site-foot .socials { display: flex; gap: 8px; margin-top: 18px; }

/* --- the home hero ------------------------------------------------------ */

/* A stage that stays while the page scrolls under it. At the top it is the
   mark and the promise; scrolled, the mark sinks back into a watermark and
   the windows come forward. --p runs 0 to 1 and everything reads it. */
.hero { position: relative; }
.hero-track { height: 190vh; }
.hero-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  display: grid;
  align-items: center;
  --p: 1;
}
.js .hero.is-scrolly .hero-stage { --p: 0; }
@media (max-height: 560px), (max-width: 900px) { .hero-track { height: auto; } .hero-stage { position: relative; height: auto; min-height: 0; padding: 120px 0 64px; } }

/* The windows of the real scripts, laid on a slant behind everything. */
.hero-montage {
  position: absolute;
  inset: -10% -20% -10% 20%;
  background: url("../assets/montage.webp") center / cover no-repeat;
  opacity: calc(.18 + var(--p) * .2);
  transform: perspective(1400px) rotateX(18deg) rotateZ(-8deg) translate3d(calc(var(--mx, 0) * -14px), calc(var(--p) * -60px + var(--my, 0) * -10px), 0) scale(calc(1.08 - var(--p) * .06));
  -webkit-mask: radial-gradient(70% 70% at 60% 45%, #000 20%, transparent 78%);
  mask: radial-gradient(70% 70% at 60% 45%, #000 20%, transparent 78%);
  animation: pan 60s linear infinite alternate;
  pointer-events: none;
}
@keyframes pan { from { background-position: 40% 30%; } to { background-position: 60% 70%; } }
.hero-glow { position: absolute; left: 50%; top: 45%; width: 1100px; height: 800px; transform: translate(-50%, -50%); background: radial-gradient(closest-side, rgb(26 150 207 / .28), rgb(26 150 207 / 0)); pointer-events: none; }

.hero-mark {
  position: absolute;
  left: 73%;
  top: 50%;
  width: clamp(220px, 26vw, 360px);
  aspect-ratio: 100 / 105;
  transform: translate(-50%, calc(-50% + var(--p) * -14vh)) scale(calc(1 - var(--p) * .45));
  opacity: calc(1 - var(--p) * 1.25);
  pointer-events: none;
  z-index: 1;
}
.hero-mark img { width: 100%; height: 100%; filter: drop-shadow(0 0 60px rgb(26 150 207 / .45)); animation: float 7s ease-in-out infinite; }
@keyframes float { 50% { transform: translateY(-10px) rotate(-2deg); } }
.hero-goo { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.hero-burst, .hero-ring { position: absolute; left: 50%; top: 50%; width: 120%; aspect-ratio: 1; border-radius: 50%; translate: -50% -50%; opacity: 0; pointer-events: none; }
.hero-burst { background: radial-gradient(closest-side, rgb(127 208 245 / .8), rgb(26 150 207 / .25) 45%, transparent); }
.hero-ring { box-shadow: 0 0 0 2px rgb(127 208 245 / .7), 0 0 40px rgb(26 150 207 / .6); }
.cs-intro .hero-mark img { opacity: 0; }
.cs-revealed .hero-mark img { animation: land .9s var(--ease-in) both, float 7s ease-in-out .9s infinite; }
@keyframes land { from { opacity: 0; transform: scale(1.16); filter: blur(10px) drop-shadow(0 0 60px rgb(26 150 207 / .45)); } to { opacity: 1; transform: none; } }

.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 40px; align-items: center; }
.hero-copy { display: grid; gap: 22px; justify-items: start; }
.hero-copy .title { font-size: clamp(44px, 2.4rem + 3vw, 80px); }
.hero-copy .title .s { font-size: clamp(44px, 2.3rem + 2.9vw, 78px); }
.hero-copy .lead { max-width: 52ch; opacity: calc(.4 + var(--p) * .6); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; font-size: 14px; color: var(--text-soft); }
.hero-trust > span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust b { color: var(--text); }
.cs-intro .hero-copy > * { opacity: 0; }
.cs-revealed .hero-copy > * { animation: risein .7s var(--ease-in) both; }
.cs-revealed .hero-copy > :nth-child(2) { animation-delay: .08s; }
.cs-revealed .hero-copy > :nth-child(3) { animation-delay: .16s; }
.cs-revealed .hero-copy > :nth-child(4) { animation-delay: .24s; }
.cs-revealed .hero-copy > :nth-child(5) { animation-delay: .32s; }

.hero-hint { position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); display: grid; justify-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--text-soft); opacity: calc(1 - var(--p) * 3); z-index: 2; }
.hero-hint i { width: 1px; height: 36px; background: linear-gradient(var(--accent), transparent); animation: hint 1.8s var(--ease-in) infinite; transform-origin: top; }
@keyframes hint { 0% { transform: scaleY(0); } 60% { transform: scaleY(1); opacity: 1; } 100% { transform: scaleY(1); opacity: 0; } }

/* The deck: real scripts from the catalogue, each in a cs window, stacked. */
.deck { position: relative; height: clamp(360px, 44vw, 520px); perspective: 1600px; transform: translateY(calc((1 - var(--p)) * 40vh)); opacity: calc(var(--p) * 1.4); }
.deck-card {
  position: absolute;
  inset: 0 auto auto 50%;
  width: min(100%, 560px);
  border-radius: var(--r-win);
  background: var(--panel);
  box-shadow: 0 40px 80px rgb(0 0 0 / .45), inset 0 0 0 var(--hairline) rgb(255 255 255 / .08);
  overflow: hidden;
  transform-origin: 50% 100%;
  transform: translateX(-50%) translate3d(calc(var(--o) * 58px), calc(var(--a) * -26px), calc(var(--a) * -120px)) rotateY(calc(var(--o) * -8deg)) rotateZ(calc(var(--o) * 2deg));
  opacity: calc(1 - var(--a) * .28);
  filter: brightness(calc(1 - var(--a) * .22));
  transition: transform .7s var(--ease-in), opacity .5s ease, filter .5s ease;
  cursor: pointer;
}
.deck-card[data-a="0"] { cursor: default; z-index: 5; }
.deck-card .wtop { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding: 16px 18px 12px; border-bottom: var(--hairline) solid var(--rule); }
.deck-card .wtop .title { font-size: 22px; }
.deck-card .wtop .title .s { font-size: 22px; }
.deck-card .shot { position: relative; aspect-ratio: 16 / 9; background: var(--sunk); overflow: hidden; }
.deck-card .shot img { width: 100%; height: 100%; object-fit: cover; }
.deck-card .wfoot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 18px; }
.deck-card .wfoot p { font-size: 14px; color: var(--text-soft); display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.deck-card .wfoot b { font-size: 18px; font-weight: 800; color: var(--text); white-space: nowrap; }
.deck-card .line { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: radial-gradient(150% 150% at 50% -50%, var(--accent) 0%, rgb(26 150 207 / 0) 100%); box-shadow: 0 0 60px var(--accent); }
.deck-nav { position: absolute; left: 50%; bottom: -54px; transform: translateX(-50%); display: flex; align-items: center; gap: 14px; }
.deck-nav .dots { display: flex; gap: 6px; }
.deck-nav .dots button { width: 18px; height: 4px; border-radius: 2px; background: rgb(255 255 255 / .2); transition: width .35s var(--ease-in), background .3s ease; }
.deck-nav .dots button[aria-current="true"] { width: 34px; background: var(--accent); box-shadow: 0 0 10px var(--accent-55); }
.deck-nav .iconbtn { background: rgb(0 0 0 / .2); }
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 72px; }
  .hero-copy, .deck { transform: none; opacity: 1; }
  .hero-mark { display: none; }
  .deck { height: clamp(300px, 70vw, 420px); }
}

/* --- home: the band under the hero -------------------------------------- */

.works-with { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 36px; padding: 28px 0; font-size: 15px; font-weight: 600; color: var(--text-soft); }
.works-with span { display: inline-flex; align-items: center; gap: 10px; }
.works-with span::before { content: ""; width: 6px; height: 6px; border-radius: 1px; background: var(--accent); box-shadow: 0 0 8px var(--accent-55); }
.works-with small { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--text-faint); }

/* --- home: the ecosystem ------------------------------------------------ */

.eco { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.eco-card { position: relative; display: flex; flex-direction: column; border-radius: var(--r-win); background: var(--surface-tile); overflow: hidden; transition: transform .45s var(--ease-in); }
.eco-card:hover { transform: translateY(-4px); }
.eco-card .vis { position: relative; height: 240px; padding: 22px; overflow: hidden; background: radial-gradient(90% 90% at 50% 0%, rgb(26 150 207 / .18), rgb(26 150 207 / 0)); border-bottom: var(--hairline) solid var(--hair); }
.eco-card .txt { display: grid; gap: 10px; padding: 22px 24px 26px; }
.eco-card h3 { font-size: 20px; font-weight: 800; line-height: 1.25; }
.eco-card p { font-size: 15px; color: var(--text-soft); }
@media (max-width: 980px) { .eco { grid-template-columns: 1fr; } }

/* The three drawings are the real pieces at a small size. */
.mini { position: absolute; border-radius: 12px; background: var(--panel); box-shadow: 0 16px 40px rgb(0 0 0 / .4), inset 0 0 0 var(--hairline) rgb(255 255 255 / .08); overflow: hidden; }
.mini .mh { display: flex; align-items: baseline; gap: 5px; padding: 10px 12px 8px; border-bottom: var(--hairline) solid var(--rule); }
.mini .mh .n { font-size: 12px; font-weight: 800; background: var(--text-silver); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.mini .mh .s { font-family: var(--script); font-size: 13px; padding-top: 4px; margin-top: -4px; background: var(--text-accent); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.mini .ml { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: radial-gradient(150% 150% at 50% -50%, var(--accent), rgb(26 150 207 / 0)); box-shadow: 0 0 30px var(--accent); }
.mini .rows { display: grid; gap: 5px; padding: 10px; }
.mini .r { display: flex; align-items: center; gap: 8px; height: 26px; padding: 0 8px; border-radius: 4px; background: var(--surface-row); font-size: 10px; font-weight: 600; color: var(--text-body); }
.mini .r i { width: 14px; height: 14px; border-radius: 3px; background: var(--accent-26); flex: none; }
.mini .r.on { background: var(--surface-lit); color: #fff; box-shadow: inset 2px 0 0 var(--accent); }
.mini .sw { margin-left: auto; width: 22px; height: 12px; border-radius: 6px; background: rgb(255 255 255 / .12); position: relative; }
.mini .sw::after { content: ""; position: absolute; top: 2px; left: 2px; width: 8px; height: 8px; border-radius: 50%; background: rgb(255 255 255 / .4); transition: transform .4s var(--ease-in), background .3s ease; }
.mini .sw.on { background: linear-gradient(90deg, #14719B, #1CA3E1); }
.mini .sw.on::after { transform: translateX(10px); background: #fff; }
.eco-card:hover .mini .sw.flip { background: linear-gradient(90deg, #14719B, #1CA3E1); }
.eco-card:hover .mini .sw.flip::after { transform: translateX(10px); background: #fff; }
.vis-design .mini { width: 58%; }
.vis-design .m1 { left: 6%; top: 18%; transform: rotate(-4deg); transition: transform .6s var(--ease-in); }
.vis-design .m2 { left: 24%; top: 30%; z-index: 1; transition: transform .6s var(--ease-in); }
.vis-design .m3 { right: 5%; top: 14%; transform: rotate(4deg); transition: transform .6s var(--ease-in); }
.eco-card:hover .vis-design .m1 { transform: rotate(-7deg) translate(-10px, 4px); }
.eco-card:hover .vis-design .m3 { transform: rotate(7deg) translate(10px, 4px); }
.vis-config .mini { left: 10%; right: 10%; top: 20px; }
.vis-menu .mini { width: 46%; top: 22px; }
.vis-menu .m1 { left: 8%; opacity: .55; filter: grayscale(1); }
.vis-menu .m2 { right: 8%; }
.vis-menu .arrow { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; color: var(--accent-line); }

/* --- home: scripts ------------------------------------------------------ */

.scripts-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px 32px; margin-bottom: 28px; }

/* --- catalogue cards ---------------------------------------------------- */

.pkg-grid, [data-pkg-grid] { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 290px), 1fr)); gap: 16px; }
.pkg-card { display: flex; flex-direction: column; border-radius: var(--r-card); background: var(--surface-tile); transition: transform .35s var(--ease-in); }
.pkg-card:hover { transform: translateY(-4px); }
.pkg-card::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 42px; height: 3px; border-radius: 2px; background: #fff; box-shadow: 0 -2px 33px #fff; transform: translateX(-50%) scaleX(.2); opacity: 0; transition: opacity .3s ease, transform .4s var(--ease-in); }
.pkg-card:hover::after { opacity: 1; transform: translateX(-50%); }
.pkg-card-link { position: absolute; inset: 0; z-index: 1; border-radius: inherit; }
.pkg-vis { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--r-card) var(--r-card) 0 0; background: radial-gradient(80% 90% at 30% 0%, rgb(26 150 207 / .25), rgb(0 0 0 / .25)); }
.pkg-shot { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-in); }
.pkg-card:hover .pkg-shot { transform: scale(1.04); }
.pkg-plate { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--script); font-size: 30px; color: rgb(255 255 255 / .85); padding-top: 8px; }
.pkg-badges { position: absolute; top: 10px; left: 10px; display: flex; gap: 6px; }
.pkg-badge { display: inline-flex; align-items: center; height: 24px; padding: 0 9px; border-radius: var(--r-chip); background: var(--accent-55); font-size: 12px; font-weight: 700; color: #fff; }
.pkg-badge--top { background: rgb(224 169 59 / .85); color: #1A1204; }
.pkg-ms { position: absolute; top: 10px; right: 10px; height: 24px; padding: 0 8px; display: inline-flex; align-items: center; border-radius: var(--r-chip); background: rgb(0 0 0 / .45); font-size: 12px; font-weight: 700; color: #fff; }
.pkg-fw { position: absolute; left: 10px; bottom: 10px; display: flex; gap: 4px; flex-wrap: wrap; }
.pkg-fw .fw-chip { background: rgb(0 0 0 / .5); color: #fff; }
.pkg-body { display: grid; gap: 8px; padding: 16px 16px 4px; flex: 1; align-content: start; }
.pkg-cat { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--accent-line); }
.pkg-name { font-size: 19px; font-weight: 800; line-height: 1.2; }
.pkg-desc { font-size: 14px; color: var(--text-soft); line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.pkg-tags { display: flex; flex-wrap: wrap; gap: 4px; }
.pkg-foot { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 12px 16px 16px; padding-top: 14px; border-top: var(--hairline) solid var(--hair); }
.pkg-price span { display: block; font-size: 12px; color: var(--text-faint); }
.pkg-price b { font-size: 19px; font-weight: 800; color: var(--text); font-variant-numeric: tabular-nums; }
.pkg-pass { display: block; margin-top: 2px; font-size: 12px; font-weight: 600; color: var(--accent-line); }
.btn-buy { position: relative; display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 0 14px; border-radius: var(--r-ctl); font-size: 14px; font-weight: 600; color: #fff; background: radial-gradient(136% 182% at 50% 50%, rgb(26 150 207 / .45), rgb(26 150 207 / .2)); box-shadow: 0 0 26px rgb(26 150 207 / .25), inset 0 0 0 var(--hairline) rgb(26 150 207 / .6); transition: box-shadow .3s var(--ease-in), filter .2s ease; }
.btn-buy:hover { box-shadow: 0 0 26px rgb(26 150 207 / .3), inset 0 0 80px rgb(26 150 207 / .35), inset 0 0 0 var(--hairline) var(--accent); }
.btn-buy:active { filter: brightness(.8); }
.btn-buy.in-cart, .btn.in-cart { background: rgb(70 199 126 / .16); box-shadow: inset 0 0 0 var(--hairline) rgb(70 199 126 / .5); color: var(--good); }
.pkg-skeleton { height: 380px; border-radius: var(--r-card); background: var(--surface-row); animation: skel 1.4s ease-in-out infinite; }
@keyframes skel { 50% { opacity: .5; } }
.cat-heading { grid-column: 1 / -1; display: flex; align-items: center; gap: 12px; margin-top: 24px; font-size: 22px; font-weight: 800; }
.cat-heading:first-child { margin-top: 0; }
.cat-heading-count { font-size: 13px; font-weight: 600; padding: 2px 8px; border-radius: var(--r-chip); background: rgb(255 255 255 / .08); color: var(--text-soft); }

/* catalogue controls on /scripts */
.store-controls, .catalog-controls { display: grid; gap: 14px; margin-bottom: 28px; }
.filter-tabs, .fw-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-tab { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 16px; border-radius: 2px; background: var(--surface-rest); font-size: 14px; font-weight: 500; color: rgb(255 255 255 / .66); transition: background .25s ease, color .25s ease; }
.filter-tab:hover { background: var(--accent-12); color: var(--text); }
.filter-tab.is-active, .filter-tab[aria-selected="true"], .filter-tab[aria-pressed="true"] { background: var(--accent-26); color: var(--text); box-shadow: inset 0 0 0 var(--hairline) var(--accent-55); }
.filter-tab .cnt { font-size: 12px; color: var(--text-faint); }
.store-search input, .catalog-search input, input[type="search"] { width: 100%; min-height: 46px; padding: 12px 16px 12px 42px; border: 0; border-radius: var(--r-ctl); background: var(--sunk); box-shadow: inset 0 0 0 var(--hairline) var(--hair); font: 500 15px var(--font); color: var(--text); }
select { min-height: 42px; padding: 0 36px 0 14px; border: 0; border-radius: var(--r-ctl); background: var(--sunk) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff8c' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 10px center / 16px no-repeat; box-shadow: inset 0 0 0 var(--hairline) var(--hair); font: 500 14px var(--font); color: var(--text); appearance: none; }

/* --- the pass ----------------------------------------------------------- */

.pass-sec { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 440px); gap: clamp(32px, 5vw, 64px); align-items: start; }
.pass-sec .copy { display: grid; gap: 20px; }
.pass-win .wbody { display: grid; gap: 0; }
.pass-win .btn.lg { margin-top: 24px; }
.pass-perks .item .t b { font-size: 15px; }
.pass-soon { margin-top: 10px; font-size: 13px; text-align: center; color: var(--text-soft); }
@media (max-width: 980px) { .pass-sec { grid-template-columns: 1fr; } .pass-sec .window { max-width: 520px; } }

/* --- reviews ------------------------------------------------------------ */

.rv-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 32px; }
.rating { display: flex; align-items: center; gap: 14px; }
.rating b { font-size: 44px; font-weight: 800; color: var(--text); line-height: 1; font-variant-numeric: tabular-nums; }
.rating .rs { position: relative; display: inline-block; font-size: 18px; letter-spacing: 2px; line-height: 1; }
.rating-stars-off { color: rgb(255 255 255 / .18); }
.rating-stars-on { position: absolute; left: 0; top: 0; overflow: hidden; white-space: nowrap; color: #FFC53D; }
.testi-rows { display: grid; gap: 14px; -webkit-mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.testi-track { display: flex; gap: 14px; width: max-content; animation: marquee var(--dur, 90s) linear infinite; }
.testi-track--b { --dur: 110s; animation-direction: reverse; }
.testi-rows:hover .testi-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.testi-card { width: 340px; flex: none; display: flex; flex-direction: column; gap: 14px; padding: 20px 22px; }
.testi-stars { font-size: 14px; letter-spacing: 2px; color: #FFC53D; }
.testi-stars-off { color: rgb(255 255 255 / .18); }
.testi-quote { font-size: 15px; line-height: 1.55; color: var(--text); flex: 1; }
.testi-who { display: flex; align-items: center; gap: 12px; }
.testi-avatar { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--surface-rest); font-size: 12px; font-weight: 700; color: var(--text); flex: none; }
.testi-meta b { display: block; font-size: 14px; line-height: 1.2; }
.testi-meta i { display: block; font-style: normal; font-size: 12px; color: var(--text-soft); }
@media (prefers-reduced-motion: reduce) { .testi-rows { mask: none; -webkit-mask: none; overflow-x: auto; } }

/* --- home: custom and the last word ------------------------------------- */

.custom-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px 40px; align-items: center; padding: clamp(28px, 4vw, 44px); border-radius: var(--r-win); background: var(--surface-tile); }
.custom-row .ticks-list { grid-template-columns: repeat(2, minmax(0, auto)); gap: 8px 28px; margin-top: 18px; }
@media (max-width: 860px) { .custom-row { grid-template-columns: 1fr; } .custom-row .ticks-list { grid-template-columns: 1fr; } }

.cta-win { text-align: center; }
.cta-win .wbody { display: grid; justify-items: center; gap: 22px; padding: clamp(40px, 6vw, 72px) 28px; }
.cta-win .lead { margin-inline: auto; }

/* --- product page ------------------------------------------------------- */

.product-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(24px, 4vw, 48px); align-items: start; }
@media (max-width: 1000px) { .product-layout { grid-template-columns: 1fr; } }
.product-hero { position: relative; aspect-ratio: 16 / 9; border-radius: var(--r-win); overflow: hidden; background: var(--sunk); box-shadow: 0 30px 70px rgb(0 0 0 / .35); }
.product-hero img { width: 100%; height: 100%; object-fit: cover; }
.product-hero .pkg-fw, .product-hero .pkg-ms { position: absolute; }
.product-head { margin-top: 28px; }
.product-head h1 { font-size: var(--fs-h2); font-weight: 800; line-height: 1.08; background: var(--text-silver); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.product-sub { margin-top: 12px; font-size: 18px; color: var(--text-body); max-width: 62ch; }
.product-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 8px; margin-top: 24px; }
.fact { padding: 14px 16px; border-radius: var(--r-row); background: var(--surface-row); }
.fact b { display: block; font-size: 16px; font-weight: 800; color: var(--text); }
.fact span { font-size: 13px; color: var(--text-soft); }
.prod-sec { margin-top: clamp(40px, 5vw, 56px); }
.prod-h2 { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; font-size: 22px; font-weight: 800; }
.prod-h2::after { content: ""; flex: 0 1 120px; height: var(--hairline); background: linear-gradient(90deg, rgb(26 150 207 / .6), rgb(26 150 207 / .05)); }
.prod-lede { margin: -8px 0 16px; color: var(--text-soft); }
.prod-highlights { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.prod-highlight { padding: 20px; border-radius: var(--r-card); background: var(--surface-tile); }
.prod-highlight-n { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: var(--r-ctl); background: var(--accent-20); font-size: 13px; font-weight: 800; color: var(--accent-line); }
.prod-highlight b { display: block; margin: 14px 0 6px; font-size: 16px; color: var(--text); }
.prod-highlight p { font-size: 14px; color: var(--text-soft); }
.feature-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 6px; }
.feature-item { display: flex; gap: 12px; padding: 12px 14px; border-radius: var(--r-row); background: var(--surface-row); font-size: 15px; }
.feature-item.is-folded { display: none; }
.feature-list.is-open .feature-item.is-folded { display: flex; }
.feature-check { color: var(--accent-line); flex: none; margin-top: 2px; }
.feature-check svg { width: 16px; height: 16px; }
.feature-sub { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 6px; }
.feature-sub i { font-style: normal; font-size: 12px; padding: 2px 7px; border-radius: var(--r-chip); background: rgb(0 0 0 / .25); color: var(--text-soft); }
.prod-more { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; font-size: 14px; font-weight: 600; color: var(--accent-line); }
.product-prose p { margin-top: 12px; max-width: 72ch; }
.product-prose a { color: var(--text); text-decoration: underline; text-decoration-color: var(--accent-55); }
.prod-req { display: grid; gap: 6px; }
.prod-req li { padding: 12px 14px; border-radius: var(--r-row); background: var(--surface-row); font-weight: 600; color: var(--text); }
.callout { display: flex; gap: 12px; margin-top: 28px; padding: 14px 16px; border-radius: var(--r-row); background: var(--accent-12); box-shadow: inset 2px 0 0 var(--accent); }
.callout-ico { display: grid; place-items: center; width: 22px; height: 22px; flex: none; border-radius: 50%; background: var(--accent-40); font-size: 12px; font-weight: 800; color: #fff; }
.callout a { color: var(--text); text-decoration: underline; }
.buybox { position: sticky; top: 96px; }
.buybox .wbody { display: grid; gap: 12px; padding: 26px; }
.buybox-price b { font-size: 44px; font-weight: 800; color: var(--text); line-height: 1; font-variant-numeric: tabular-nums; }
.buybox .btn { width: 100%; }
.buybox-list { display: grid; gap: 8px; margin-top: 8px; font-size: 14px; }
.buybox-list li { display: flex; gap: 10px; }
.buybox-list svg { width: 16px; height: 16px; flex: none; margin-top: 3px; color: var(--accent-line); }
.buybox-note { font-size: 12px; color: var(--text-faint); text-align: center; }
.buybox-pass { display: grid; gap: 6px; margin-top: 6px; padding: 14px; border-radius: var(--r-row); background: var(--sunk); font-size: 14px; }
.buybox-pass b { color: var(--text); }
.buybox-pass a { font-weight: 600; color: var(--accent-line); }
.buybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px var(--gut); background: rgb(8 34 45 / .97); box-shadow: 0 -1px 0 var(--rule); transform: translateY(110%); transition: transform .35s var(--ease-in); }
.buybar.is-shown { transform: none; }
.buybar-info b { display: block; color: var(--text); }
.buybar-info span { font-size: 13px; color: var(--text-soft); }

/* click-to-load YouTube */
.yt { position: relative; aspect-ratio: 16 / 9; background: #000; }

/* --- cart --------------------------------------------------------------- */

.cart-overlay { position: fixed; inset: 0; z-index: 90; background: radial-gradient(100% 100% at 50% 50%, rgb(0 0 0 / .45), rgb(0 0 0 / .7)); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility 0s linear .25s; }
.cart-overlay.is-open { opacity: 1; visibility: visible; transition-delay: 0s; }
.cart-drawer { position: absolute; top: 12px; right: 12px; bottom: 12px; width: min(440px, calc(100vw - 24px)); display: flex; flex-direction: column; border-radius: var(--r-win); transform: translateX(24px); opacity: 0; transition: transform .45s var(--ease-in), opacity .3s ease; }
.cart-overlay.is-open .cart-drawer { transform: none; opacity: 1; }
.cart-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding: 24px 24px 16px; border-bottom: var(--hairline) solid var(--rule); }
.cart-head .title { font-size: 26px; }
.cart-count { margin-top: 6px; }
.cart-x { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 4px; background: radial-gradient(115.72% 115.72% at 51.43% 51.43%, var(--close) 0%, var(--close-deep) 100%); color: rgb(0 0 0 / .5); transition: box-shadow .3s ease; }
.cart-x:hover { box-shadow: 0 0 3px 0 #FF5656 inset, 0 13px 16px 0 rgb(255 72 72 / .25); }
.cart-x svg { transition: transform .3s ease; }
.cart-x:hover svg { transform: rotate(-90deg); }
.cart-body { flex: 1; overflow: auto; padding: 16px 20px; display: grid; align-content: start; gap: 6px; }
.cart-item { display: flex; align-items: center; gap: 12px; padding: 8px; border-radius: var(--r-row); background: var(--surface-row); animation: risein .4s var(--ease-in) both; }
.cart-item-shot, .cart-item-plate { width: 76px; aspect-ratio: 16 / 9; flex: none; border-radius: 4px; object-fit: cover; background: var(--sunk); }
.cart-item-plate { display: grid; place-items: center; font-family: var(--script); font-size: 13px; color: #fff; }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-info b { display: block; font-size: 15px; color: var(--text); }
.cart-item-info .mono { text-transform: none; letter-spacing: 0; font-size: 14px; }
.cart-item-x { display: grid; place-items: center; width: 32px; height: 32px; border-radius: var(--r-ctl); color: var(--text-soft); }
.cart-item-x:hover { background: rgb(228 96 109 / .15); color: var(--bad); }
.cart-empty { display: grid; justify-items: center; gap: 10px; padding: 48px 16px; text-align: center; }
.cart-empty-ico { display: grid; place-items: center; width: 56px; height: 56px; border-radius: var(--r-card); background: var(--accent-20); color: var(--accent-line); }
.cart-empty b { font-size: 18px; color: var(--text); }
.cart-empty p { font-size: 14px; color: var(--text-soft); max-width: 30ch; }
.cart-upsell { margin-top: 18px; display: grid; gap: 6px; }
.cart-upsell-row { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: var(--r-row); background: var(--sunk); }
.cart-upsell-row b { color: var(--text); font-size: 14px; }
.cart-upsell-row p { font-size: 13px; color: var(--text-soft); }
.cart-upsell-add { flex: none; padding: 8px 12px; border-radius: var(--r-ctl); background: var(--accent-26); font-size: 13px; font-weight: 700; color: #fff; }
.cart-upsell-add:hover { background: var(--accent-40); }
.cart-pass { display: grid; gap: 8px; margin-top: 14px; padding: 16px; border-radius: var(--r-row); background: var(--surface-lit); box-shadow: inset 0 0 0 var(--hairline) var(--accent-40); }
.cart-pass b { color: var(--text); }
.cart-pass p { font-size: 14px; }
.cart-foot { display: grid; gap: 10px; padding: 18px 24px 24px; border-top: var(--hairline) solid var(--rule); }
.cart-total { display: flex; align-items: baseline; justify-content: space-between; }
.cart-total b { font-size: 26px; font-weight: 800; color: var(--text); font-variant-numeric: tabular-nums; }
.cart-checkout { width: 100%; min-height: 52px; }
.cart-note { text-align: center; font-size: 11px; }
.cart-clear { font-size: 13px; color: var(--text-soft); justify-self: center; }
.cart-clear:hover { color: var(--bad); }

/* the upsell dialog and the toast cart.js writes */
.modal-overlay { position: fixed; inset: 0; z-index: 95; display: grid; place-items: center; padding: 16px; background: radial-gradient(100% 100% at 50% 50%, rgb(0 0 0 / .5), rgb(0 0 0 / .74)); opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility 0s linear .2s; }
.modal-overlay.is-open { opacity: 1; visibility: visible; transition-delay: 0s; }
.modal-card { position: relative; width: min(500px, 100%); padding: 28px; border-radius: var(--r-win); background: var(--panel); box-shadow: 0 30px 80px rgb(0 0 0 / .5); transform: translateY(12px) scale(.985); transition: transform .42s var(--ease-in); overflow: hidden; }
.modal-overlay.is-open .modal-card { transform: none; }
.modal-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: radial-gradient(150% 150% at 50% -50%, var(--accent) 0%, rgb(26 150 207 / 0) 100%); box-shadow: 0 0 86px var(--accent); }
.modal-x { position: absolute; top: 20px; right: 20px; display: grid; place-items: center; width: 35px; height: 35px; border-radius: 4px; background: radial-gradient(115.72% 115.72% at 51.43% 51.43%, var(--close) 0%, var(--close-deep) 100%); color: rgb(0 0 0 / .5); }
.upsell-confirm { display: flex; align-items: center; gap: 10px; font-size: 14px; padding-right: 44px; }
.upsell-check { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: rgb(70 199 126 / .2); color: var(--good); }
.upsell-card h3 { margin-top: 18px; font-size: 24px; font-weight: 800; }
.upsell-reason { margin-top: 6px; color: var(--text-soft); }
.upsell-product { display: flex; align-items: center; gap: 14px; margin-top: 18px; padding: 10px; border-radius: var(--r-row); background: var(--surface-row); }
.upsell-shot, .upsell-plate { width: 110px; aspect-ratio: 16 / 9; flex: none; border-radius: 4px; object-fit: cover; }
.upsell-body { flex: 1; min-width: 0; }
.upsell-body b { display: block; color: var(--text); }
.upsell-body p { font-size: 13px; color: var(--text-soft); }
.upsell-price { font-weight: 800; color: var(--text); }
.upsell-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin-top: 22px; }
.cs-toast, .toast-wrap .toast { position: fixed; right: 20px; bottom: 20px; z-index: 99; }

/* --- works and custom --------------------------------------------------- */

.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; counter-reset: step; }
.step { padding: 20px; border-radius: var(--r-card); background: var(--surface-tile); }
.step b { display: block; margin-top: 12px; color: var(--text); }
.step p { font-size: 14px; color: var(--text-soft); margin-top: 4px; }

/* --- legal pages -------------------------------------------------------- */

.legal-page { max-width: 780px; }
.legal-page h2 { margin: 36px 0 10px; font-size: 20px; font-weight: 800; }
.legal-page p, .legal-page li { color: var(--text-body); }
.legal-page .todo { padding: 2px 6px; border-radius: var(--r-chip); background: rgb(224 169 59 / .18); color: var(--warn); font-weight: 600; }

@media (prefers-reduced-motion: reduce) {
  .lights i, .hero-montage, .hero-mark img { animation: none !important; }
}

/* --- sub page parts ----------------------------------------------------- */

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.badge-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.mini-badge { display: inline-flex; align-items: center; gap: 8px; height: 32px; padding: 0 12px; border-radius: var(--r-ctl); background: var(--surface-row); font-size: 14px; font-weight: 500; color: var(--text-body); }
.mini-badge svg { color: var(--accent-line); }
.notice { display: flex; gap: 12px; margin-bottom: 20px; padding: 14px 16px; border-radius: var(--r-row); background: rgb(224 169 59 / .1); box-shadow: inset 2px 0 0 var(--warn); }
.notice-ico { display: grid; place-items: center; width: 22px; height: 22px; flex: none; border-radius: 50%; background: rgb(224 169 59 / .3); font-weight: 800; color: var(--warn); }
.filter-group { display: grid; gap: 8px; }
.filter-label { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--text-soft); }
.store-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.search-box { position: relative; flex: 1 1 320px; display: block; }
.search-box svg { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--text-soft); pointer-events: none; }
.sort-select select { min-height: 46px; }
.store-meta { display: flex; align-items: center; justify-content: space-between; margin: 0 0 16px; font-size: 14px; color: var(--text-soft); }
.store-meta b { color: var(--text); }
.store-reset { margin-left: 12px; font-size: 13px; font-weight: 600; color: var(--accent-line); }
.rating-summary { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 14px; }
.rating-score b { font-size: 30px; font-weight: 800; color: var(--text); margin-right: 6px; }
.rating-score span { color: var(--text-soft); }
.rating-stars { position: relative; display: inline-block; font-size: 16px; letter-spacing: 2px; line-height: 1; }
.cta-sec .cta { position: relative; display: grid; justify-items: center; gap: 18px; padding: clamp(40px, 6vw, 72px) 28px; text-align: center; border-radius: var(--r-panel); background: var(--panel); overflow: hidden; box-shadow: 0 30px 80px rgb(0 0 0 / .35); }
.cta-sec .cta::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: radial-gradient(150% 150% at 50% -50%, var(--accent) 0%, rgb(26 150 207 / 0) 100%); box-shadow: 0 0 86px var(--accent); }
.cta-sec .cta h2 { font-size: var(--fs-h2); font-weight: 800; line-height: 1.1; background: var(--text-silver); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cta-sec .cta .lead { margin-inline: auto; }
.cta-btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 6px; }
.cta-note { font-size: 12px; font-weight: 600; letter-spacing: .1em; color: var(--text-faint); }
.legal-nav { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 14px; color: var(--text-soft); }
.legal-nav a:hover { color: var(--text); }
.product-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(24px, 4vw, 48px); align-items: start; }
@media (max-width: 1000px) { .product-grid { grid-template-columns: 1fr; } .buybox { position: static; } }
.hero-vp { position: relative; }
.hero-vp .page-hero, .hero-vp > section { padding-top: clamp(56px, 8vw, 104px); }
.hero-grid { display: grid; gap: 22px; }
.hero-grid h1 { font-size: var(--fs-display); font-weight: 800; line-height: 1.04; }
.line-mask { display: block; }
.line-mask > span { background: var(--text-silver); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.line-mask > span.accent { font-family: var(--script); font-weight: 400; font-size: .92em; line-height: 1.35; padding-top: .2em; margin-top: -.2em; display: inline-block; background: var(--text-accent); -webkit-background-clip: text; background-clip: text; }
.hero-cta { margin-top: 8px; }
.trust { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 28px; max-width: 760px; }
.trust > div { padding: 16px 18px; border-radius: var(--r-card); background: var(--surface-tile); }
.trust b { display: block; font-size: 28px; font-weight: 800; color: var(--text); line-height: 1.1; }
.trust b em { font-style: normal; color: var(--accent-line); }
.trust span { display: block; margin-top: 4px; font-size: 13px; color: var(--text-soft); }
@media (max-width: 720px) { .trust { grid-template-columns: 1fr 1fr; } }
.svc { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px; }
.svc-card, .step-card { display: grid; align-content: start; gap: 10px; padding: 24px; }
.svc-card .num { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: var(--r-ctl); background: var(--accent-20); font-size: 13px; font-weight: 800; color: var(--accent-line); }
.svc-card h3, .step-card h3 { font-size: 19px; font-weight: 800; }
.svc-card p, .step-card p { font-size: 15px; color: var(--text-soft); }
.svc-card .tags { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 6px; }
.dots { display: none; }
.inline-code { font-family: var(--mono); font-size: .88em; padding: 1px 6px; border-radius: var(--r-chip); background: var(--sunk); color: var(--text); }
.work-more { display: flex; justify-content: center; margin-top: 24px; }
.tl { display: grid; gap: 10px; counter-reset: tl; }
.tl-step { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 16px; align-items: start; }
.tl-node { display: grid; place-items: center; width: 44px; height: 44px; border-radius: var(--r-ctl); background: var(--accent-20); font-weight: 800; color: var(--accent-line); box-shadow: 0 0 20px var(--accent-20); }
.tl-card { padding: 18px 20px; }
.tl-card .lbl { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--text-soft); }
.tl-card h3 { margin-top: 6px; font-size: 18px; font-weight: 800; }
.tl-card p { margin-top: 4px; font-size: 15px; color: var(--text-soft); }
.dash-view { display: grid; gap: 16px; }

/* the comparison on /pass */
.cmp { border-radius: var(--r-card); overflow: hidden; background: var(--surface-row); }
.cmp-row { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 16px; padding: 14px 20px; border-top: var(--hairline) solid var(--hair); font-size: 15px; }
.cmp-row > span:first-child { color: var(--text); font-weight: 600; }
.cmp-row > :last-child { color: var(--text); }
.cmp-head { border-top: 0; background: rgb(0 0 0 / .18); }
.cmp-head b:last-child { color: var(--accent-line); }
@media (max-width: 640px) { .cmp-row { grid-template-columns: 1fr 1fr; } .cmp-row > :first-child { grid-column: 1 / -1; } }

@media (max-width: 900px) {
  .head-tools .lang { display: none; }
  .deck-card { transform: translateX(-50%) translate3d(calc(var(--o) * 22px), calc(var(--a) * -18px), calc(var(--a) * -90px)) rotateZ(calc(var(--o) * 1.5deg)); width: min(100%, 520px); }
}
