/* SEKUREX LLC — the house lander.
   Hero, the standard, category bands, product groups, chip comparison,
   collectibles lots, ordering, FAQ, mobile buy bar.

   CATEGORY BANDS: .band is the one primitive both categories run on, so a
   third category later (apparel and packaging already exist in the sellers
   folder) is markup-only. There is deliberately no taxonomy word — no
   "division", no numbering. The eyebrow names the thing, the repeating band
   pattern implies the rest. */

/* ---------- page ground ----------
   Obsidian, with an amethyst bloom under the hero and a gold bloom under the
   collectibles band, so the two categories read as different rooms of one house. */
.shop-page{
  position:relative;isolation:isolate;
  background:
    radial-gradient(64% 34% at 50% 0%,rgba(109,63,196,0.20),transparent 64%),
    radial-gradient(52% 26% at 12% 26%,rgba(75,42,143,0.13),transparent 66%),
    radial-gradient(58% 26% at 88% 52%,rgba(138,100,32,0.10),transparent 66%),
    radial-gradient(80% 34% at 50% 96%,rgba(109,63,196,0.13),transparent 64%),
    linear-gradient(180deg,#07070f 0%,#05050b 26%,#04040a 62%,#06060e 88%,#08081040 100%);
}
/* Etched circuit field, straight from the ad creatives. Deliberately near the
   threshold of visibility — it should register as texture, never as pattern. */
.shop-page::before{
  content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;opacity:0.5;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' fill='none' stroke='%23d9a441' stroke-opacity='0.07' stroke-width='1'%3E%3Cpath d='M0 40h72l18 18h60M240 96h-58l-16-16H92M0 168h48l22-22h74M240 200h-66l-20 20H60'/%3E%3Ccircle cx='150' cy='58' r='2.5'/%3E%3Ccircle cx='92' cy='80' r='2.5'/%3E%3Ccircle cx='144' cy='146' r='2.5'/%3E%3Ccircle cx='60' cy='220' r='2.5'/%3E%3C/svg%3E");
  mask-image:linear-gradient(180deg,transparent,#000 12%,#000 88%,transparent);
  -webkit-mask-image:linear-gradient(180deg,transparent,#000 12%,#000 88%,transparent);
}
.shop-page section{position:relative;padding:80px 0;}
@media (min-width:768px){.shop-page section{padding:110px 0;}}

/* ---------- the corner-tick frame ----------
   Four gold L-brackets around a panel. The single strongest "this was made,
   not templated" cue on the page, and it costs two pseudo-elements. */
.ticked{position:relative;}
.ticked::before,.ticked::after{
  content:'';position:absolute;width:16px;height:16px;pointer-events:none;
  border-color:var(--hair-strong);border-style:solid;border-width:0;
}
.ticked::before{top:-1px;left:-1px;border-top-width:1px;border-left-width:1px;}
.ticked::after{bottom:-1px;right:-1px;border-bottom-width:1px;border-right-width:1px;}

/* ---------- hero ---------- */
.shero{padding-top:56px !important;padding-bottom:72px !important;}
@media (min-width:768px){.shero{padding-top:84px !important;padding-bottom:96px !important;}}
.shero .container{max-width:980px;text-align:center;}
.shero-crest{
  display:block;width:auto;height:74px;margin:0 auto 26px;
  filter:drop-shadow(0 0 34px rgba(109,63,196,0.45));
}
@media (min-width:768px){.shero-crest{height:96px;margin-bottom:32px;}}
.shero-title{
  font-family:var(--font-display);font-weight:700;
  font-size:clamp(32px,6vw,62px);letter-spacing:-0.035em;line-height:1.04;
  color:var(--bone);margin:6px 0 20px;text-wrap:balance;
}
.shero-title em{
  font-style:normal;
  background:linear-gradient(100deg,var(--gold-200),var(--gold-400) 46%,var(--gold-600));
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
/* Break the headline deliberately once there is room for two full lines —
   left to itself it stranded "keep." alone on line two. */
@media (min-width:768px){.shero-title em{display:block;}}
.shero-sub{
  font-size:clamp(15px,2.1vw,18px);color:var(--ash);line-height:1.72;
  max-width:660px;margin:0 auto 32px;
}
.shero-actions{justify-content:center;}
/* Credential strip — mono, letterspaced, separated by gold pips. */
.shero-chips{
  list-style:none;display:flex;flex-wrap:wrap;justify-content:center;
  align-items:center;gap:10px 22px;margin:36px 0 0;padding:0;
}
.shero-chips li{
  position:relative;display:flex;align-items:center;
  font-family:var(--font-mono);font-size:10px;letter-spacing:0.2em;
  text-transform:uppercase;color:var(--ash);white-space:nowrap;
}
.shero-chips li::before{
  content:'';width:4px;height:4px;margin-right:11px;transform:rotate(45deg);
  background:var(--gold-400);box-shadow:0 0 9px rgba(217,164,65,0.7);
}
/* Product rail */
.shero-rail{
  display:flex;justify-content:flex-start;gap:14px;margin-top:46px;
  overflow-x:auto;padding:6px 2px 12px;scroll-snap-type:x proximity;scrollbar-width:none;
}
.shero-rail::-webkit-scrollbar{display:none;}
@media (min-width:900px){.shero-rail{justify-content:center;overflow:visible;}}
.shero-rail a{
  flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:10px;
  scroll-snap-align:center;text-align:center;
}
/* Several of these are white product shots on white grounds — at 104px they
   read as blank tiles unless the whites are pulled down. Hover restores them. */
.shero-rail img{
  width:104px;height:78px;object-fit:cover;border-radius:2px;
  border:1px solid var(--edge-2);filter:saturate(0.85) contrast(1.14) brightness(0.8);
  transition:border-color var(--transition),transform var(--transition),box-shadow var(--transition),filter var(--transition);
}
.shero-rail a:hover img{
  border-color:var(--hair-strong);transform:translateY(-3px);
  filter:saturate(0.95) contrast(1.06) brightness(0.98);
  box-shadow:0 12px 30px rgba(0,0,0,0.6),0 0 22px rgba(217,164,65,0.12);
}
.shero-rail span{
  font-family:var(--font-mono);font-size:9px;letter-spacing:0.14em;
  text-transform:uppercase;color:var(--slate);transition:color var(--transition);
}
.shero-rail a:hover span{color:var(--gold-300);}

/* ---------- the standard (trust) ---------- */
/* Six tiles: 2x3 on phones, 3x2 from tablet up — no orphan row either way. */
.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}
@media (min-width:860px){.trust-grid{grid-template-columns:repeat(3,1fr);gap:18px;}}
.trust-tile{
  position:relative;padding:26px 22px;border:1px solid var(--edge);border-radius:3px;
  background:var(--plate-lift);transition:border-color var(--transition),background var(--transition);
}
.trust-tile:hover{border-color:var(--hair);background:linear-gradient(180deg,rgba(217,164,65,0.05),rgba(255,255,255,0.012));}
.trust-tile h3{
  font-family:var(--font-display);font-size:14.5px;font-weight:600;
  letter-spacing:-0.005em;color:var(--bone);margin-bottom:9px;
}
.trust-tile p{font-size:13px;color:var(--ash);line-height:1.68;}
.trust-honest{
  max-width:720px;margin:44px auto 0;font-size:14.5px;line-height:1.8;color:var(--silver);
  padding:24px 28px;border:1px solid var(--edge);border-left:2px solid var(--gold-400);
  background:linear-gradient(90deg,rgba(217,164,65,0.05),rgba(255,255,255,0.008));
  border-radius:0 3px 3px 0;text-align:left;
}

/* ---------- proof media ----------
   3fr:4fr matches the intrinsic ratios (video 3:4, photo 1:1) so both land at
   the same rendered height on desktop. */
.proof-media{display:grid;grid-template-columns:1fr;gap:16px;max-width:920px;margin:32px auto 0;}
@media (min-width:768px){.proof-media{grid-template-columns:3fr 4fr;gap:20px;align-items:start;}}
.proof-item{margin:0;}
.proof-item video,.proof-item img{
  display:block;width:100%;height:auto;border:1px solid var(--edge-2);
  border-radius:3px;background:#06060c;
}
.proof-item figcaption{
  margin-top:12px;font-family:var(--font-mono);font-size:10px;letter-spacing:0.12em;
  text-transform:uppercase;color:var(--slate);line-height:1.7;
}

/* Closing line of the standard — carries the growth promise that used to sit
   in the removed divisions index. */
.standard-note{
  max-width:730px;margin:40px auto 0;text-align:center;
  font-size:13.5px;line-height:1.78;color:var(--ash);
}
.standard-note strong{color:var(--bone);font-weight:600;}

/* #hardware owns two subsections, and each brings its own vertical padding —
   without this the section's own bottom padding stacks on top of theirs. */
#hardware{padding-bottom:0 !important;}
.band-visual-cards{min-width:0;}

/* ---------- category band ----------
   Text column + product visual, lifted from the ad creatives. Rebuilt in HTML
   rather than shipped as the flat banner: baked text cannot be searched, read
   aloud or reflowed, and the CTAs would not be clickable. */
.band{
  display:grid;grid-template-columns:1fr;gap:38px;align-items:center;
  margin-bottom:56px;
}
@media (min-width:900px){.band{grid-template-columns:1.12fr 0.88fr;gap:52px;margin-bottom:68px;}}
.band-eyebrow{
  display:flex;align-items:center;gap:14px;margin-bottom:20px;
  font-family:var(--font-mono);font-size:10px;letter-spacing:0.26em;
  text-transform:uppercase;color:var(--gold-400);
}
.band-eyebrow::before{content:'';width:38px;height:1px;background:var(--gold-500);flex:0 0 auto;}
/* Two-tone headline from the creatives: silver line over gold line. */
.band-title{
  font-family:var(--font-display);font-weight:800;
  font-size:clamp(28px,4.3vw,47px);line-height:1.0;letter-spacing:-0.02em;
  text-transform:uppercase;margin-bottom:14px;text-wrap:balance;
}
.band-title span{display:block;-webkit-background-clip:text;background-clip:text;color:transparent;}
.band-title .l1{background-image:linear-gradient(180deg,#ffffff 12%,#a9a7b6 100%);}
.band-title .l2{background-image:linear-gradient(180deg,var(--gold-200) 6%,var(--gold-400) 52%,var(--gold-600) 100%);}
.band-lede{
  font-family:var(--font-display);font-weight:600;
  font-size:clamp(16px,2.2vw,21px);letter-spacing:-0.012em;line-height:1.3;
  color:var(--bone);margin-bottom:16px;text-wrap:balance;
}
.band-body{font-size:14.5px;color:var(--ash);line-height:1.72;max-width:520px;margin-bottom:28px;}
.band-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:34px;}

/* Trust badges. The ring is a gradient border done with two backgrounds —
   amethyst into gold, exactly the logo's two accents. */
.band-badges{display:flex;align-items:flex-start;gap:0;max-width:460px;}
.band-badge{
  flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;
  gap:11px;text-align:center;padding:0 6px;
}
.band-badge + .band-badge{border-left:1px solid var(--edge);}
.band-badge-ring{
  width:62px;height:62px;border-radius:50%;display:grid;place-items:center;
  border:1.5px solid transparent;
  background:
    linear-gradient(var(--panel),var(--panel)) padding-box,
    linear-gradient(145deg,var(--amethyst-500),var(--gold-400)) border-box;
  box-shadow:0 0 22px rgba(109,63,196,0.26);
}
.band-badge svg{width:27px;height:27px;fill:none;stroke:var(--gold-300);stroke-width:1.6;
  stroke-linecap:round;stroke-linejoin:round;}
.band-badge span{
  font-family:var(--font-mono);font-size:9.5px;letter-spacing:0.11em;
  text-transform:uppercase;color:var(--silver);line-height:1.55;
}

/* Product render. Its own background is an opaque podium scene, so the edges
   are painted back to the page ground or it reads as a pasted rectangle. */
.band-visual{position:relative;margin:0;}
/* Capped, not column-width: at full width the 1:1.96 render made the band a
   thousand pixels tall and swamped the copy beside it. */
.band-visual img{display:block;width:auto;max-width:100%;max-height:540px;height:auto;margin:0 auto;}
/* Masked, not overpainted. The earlier version filled the edges with the page's
   base colour, which only blends where the ground is flat — over the amethyst
   bloom at the top of the NFC page it drew a visible dark rectangle. A mask lets
   whatever is actually behind the image show through. The ellipse is larger than
   the box so only the outer edge softens, leaving the 30 mm callout intact. */
.band-visual img{
  /* Per-axis fades intersected, not one radial: the render is nearly 1:2, and a
     radial big enough to keep the 30 mm callout opaque put its falloff outside
     the box entirely, leaving the left and right edges hard. */
  -webkit-mask-image:
    linear-gradient(90deg,transparent 0,#000 11%,#000 89%,transparent 100%),
    linear-gradient(180deg,transparent 0,#000 7%,#000 93%,transparent 100%);
  mask-image:
    linear-gradient(90deg,transparent 0,#000 11%,#000 89%,transparent 100%),
    linear-gradient(180deg,transparent 0,#000 7%,#000 93%,transparent 100%);
  -webkit-mask-composite:source-in;
  mask-composite:intersect;
}
.band-visual figcaption{
  position:relative;z-index:1;margin-top:6px;text-align:center;
  font-family:var(--font-mono);font-size:9.5px;letter-spacing:0.16em;
  text-transform:uppercase;color:var(--slate);
}

/* The cards category page puts the lot grid directly under its header, so the
   header carries no mosaic — four hero cards above five product cards was the
   same photographs twice. Home keeps its mosaic: there it teases a page you
   have not seen yet. */
.band--solo{grid-template-columns:1fr;}
.band--solo .band-copy{max-width:780px;}
.band--solo .band-body{max-width:680px;}
.band--solo .band-badges{max-width:520px;}

/* Layer spec strip — what the old standalone construction section carried,
   compressed to one row under the band. */
.band-spec{
  display:grid;grid-template-columns:1fr;gap:0;
  border-top:1px solid var(--edge);border-bottom:1px solid var(--edge);
  margin-bottom:56px;
}
@media (min-width:760px){.band-spec{grid-template-columns:repeat(5,1fr);}}
.band-spec li{list-style:none;padding:20px 18px;}
@media (min-width:760px){.band-spec li + li{border-left:1px solid var(--edge);}}
@media (max-width:759.98px){.band-spec li + li{border-top:1px solid var(--edge);}}
.band-spec b{
  display:block;font-family:var(--font-mono);font-size:9.5px;font-weight:500;
  letter-spacing:0.16em;text-transform:uppercase;color:var(--gold-300);margin-bottom:7px;
}
.band-spec i{
  font-style:normal;font-family:var(--font-mono);font-size:9px;
  letter-spacing:0.14em;color:var(--gold-600);margin-right:8px;
}
.band-spec p{font-size:12.5px;color:var(--ash);line-height:1.6;}

/* Live inventory mosaic — the collectibles band's visual. Built from the real
   lot photography and linked to the real listings, so it cannot go stale and
   cannot advertise a card that is not for sale. */
.band-mosaic-label{
  text-align:center;margin-bottom:16px;
  font-family:var(--font-mono);font-size:10px;letter-spacing:0.24em;
  text-transform:uppercase;color:var(--gold-400);
}
.band-mosaic{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
@media (min-width:520px){.band-mosaic{gap:18px;}}
.band-mosaic a{
  display:block;position:relative;border:1px solid var(--hair);border-radius:2px;
  overflow:hidden;background:#06060c;
  transition:border-color var(--transition),transform var(--transition),box-shadow var(--transition);
}
.band-mosaic a:nth-child(even){margin-top:22px;}
.band-mosaic img{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;}
.band-mosaic a:hover{
  border-color:var(--gold-400);transform:translateY(-4px);
  box-shadow:0 22px 48px rgba(0,0,0,0.6),0 0 30px rgba(217,164,65,0.16);
}

/* Subsections folded under a category: chip comparison and encoding both live
   inside #hardware now, so they carry no top rule of their own. */
.subsection{position:relative;padding:80px 0;}
@media (min-width:768px){.subsection{padding:104px 0;}}

@media (prefers-reduced-motion:reduce){
  .band-mosaic a:hover{transform:none;}
}

/* Alternating band direction on the home page, so the two doorways don't read
   as the same slide twice. Order swap rather than direction:rtl, which would
   also flip punctuation inside the copy. */
@media (min-width:900px){
  .band--reverse{grid-template-columns:0.88fr 1.12fr;}
  .band--reverse .band-copy{order:2;}
  .band--reverse .band-visual,
  .band--reverse .band-visual-cards{order:1;}
}

/* ---------- compact band ----------
   A single lot, not a category. Same primitive, smaller footprint: one CTA, a
   mono fact line in place of the badge row, and a capped visual — so one item
   never owns the home page. The visual is itself the link to the listing. */
.band--compact{margin-bottom:0;}
.band--compact .band-body{margin-bottom:22px;}
.band--compact .band-actions{margin-bottom:0;}
.band--compact .band-visual img{max-height:420px;}
.band-visual a{display:block;transition:transform var(--transition),filter var(--transition);}
.band-visual a:hover{
  transform:translateY(-4px);
  filter:drop-shadow(0 22px 40px rgba(0,0,0,0.55)) drop-shadow(0 0 28px rgba(217,164,65,0.14));
}
@media (prefers-reduced-motion:reduce){.band-visual a:hover{transform:none;}}
.band-facts{list-style:none;display:flex;flex-wrap:wrap;gap:8px 18px;margin:0 0 26px;padding:0;}
.band-facts li{
  position:relative;display:flex;align-items:center;
  font-family:var(--font-mono);font-size:9.5px;letter-spacing:0.16em;
  text-transform:uppercase;color:var(--silver);white-space:nowrap;
}
.band-facts li::before{
  content:'';flex:0 0 auto;width:4px;height:4px;margin-right:10px;transform:rotate(45deg);
  background:var(--gold-400);box-shadow:0 0 8px rgba(217,164,65,0.6);
}

/* The seller-record strip under the six Standard tiles reuses the band fact line so
   the home page keeps one mono voice for facts. Centered, and the items may wrap. */
.trust .band-facts.record{justify-content:center;gap:10px 28px;max-width:900px;margin:30px auto 0;}
.trust .band-facts.record li{font-size:10px;}

/* Breadcrumb on the category pages. Present for orientation and because the
   BreadcrumbList JSON-LD should have a visible counterpart. */
.crumbs{
  margin-bottom:30px;font-family:var(--font-mono);font-size:10px;
  letter-spacing:0.18em;text-transform:uppercase;color:var(--slate);
}
.crumbs a{color:var(--gold-400);transition:color var(--transition);}
.crumbs a:hover{color:var(--gold-200);}
.crumbs span[aria-hidden]{margin:0 8px;color:var(--slate);}

/* ---------- product groups ---------- */
.shop-group{margin-bottom:64px;}
.shop-group:last-of-type{margin-bottom:40px;}
.shop-group-head{display:flex;align-items:baseline;gap:14px;margin-bottom:8px;}
.shop-group-title{
  font-family:var(--font-display);font-size:clamp(17px,2.2vw,20px);font-weight:650;
  letter-spacing:-0.01em;color:var(--bone);
}
.shop-group-chip{
  flex:0 0 auto;font-family:var(--font-mono);font-size:9px;letter-spacing:0.18em;
  text-transform:uppercase;color:var(--gold-400);
  padding:4px 9px 4px calc(9px + 0.18em);border:1px solid var(--hair);border-radius:2px;
}
.shop-group-sub{font-size:13.5px;color:var(--ash);margin-bottom:26px;line-height:1.7;}
.shop-grid{display:grid;grid-template-columns:1fr;gap:24px;}
@media (min-width:900px){.shop-grid{grid-template-columns:1fr 1fr;}}
@media (min-width:1180px){.shop-grid.is-trio{grid-template-columns:repeat(3,1fr);}}
/* A lone item in a two-up grid left half the row empty. `is-single` turns that
   card on its side instead: image beside copy, centred, so one product still
   reads as a deliberate feature rather than a gap. */
@media (min-width:900px){
  .shop-grid.is-single{grid-template-columns:1fr;max-width:1020px;margin:0 auto;}
  .shop-grid.is-single .drop-card{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;}
  .shop-grid.is-single .drop-visual{aspect-ratio:auto;height:100%;min-height:340px;}
  .shop-grid.is-single .drop-body{padding:36px 34px 34px;}
}

.shop-bridge{margin-top:4px;text-align:center;}
.shop-bridge a{
  font-size:12.5px;color:var(--gold-300);text-decoration:underline;
  text-underline-offset:3px;text-decoration-color:var(--hair);transition:color var(--transition),text-decoration-color var(--transition);
}
.shop-bridge a:hover{color:var(--gold-200);text-decoration-color:var(--gold-400);}
.shop-store-cta{text-align:center;margin-top:12px;}
.shop-store-cta p{font-size:14px;color:var(--ash);margin-bottom:16px;}

/* ---------- compare ---------- */
.compare-grid{display:grid;grid-template-columns:1fr;gap:22px;max-width:940px;margin:0 auto;}
@media (min-width:768px){.compare-grid{grid-template-columns:1fr 1fr;}}
.compare-panel{
  display:flex;flex-direction:column;padding:32px 28px;
  border:1px solid var(--edge);border-radius:3px;background:var(--plate);
}
.compare-panel h3{
  font-family:var(--font-display);font-size:18px;font-weight:650;
  letter-spacing:-0.015em;color:var(--bone);margin-bottom:18px;
}
.compare-panel ul{list-style:none;margin:0 0 20px;padding:0;display:flex;flex-direction:column;gap:11px;}
.compare-panel li{display:flex;align-items:flex-start;gap:12px;font-size:13.5px;color:var(--silver);line-height:1.55;}
.compare-panel li::before{
  content:'';flex:0 0 auto;width:5px;height:5px;margin-top:7px;transform:rotate(45deg);
  background:var(--gold-400);box-shadow:0 0 8px rgba(217,164,65,0.5);
}
/* Equal 6:7 crop + bottom anchoring, so photo, spec line and button sit at the
   same heights in both panels; list-length slack is absorbed above the photo. */
.compare-photo{
  display:block;width:100%;height:auto;aspect-ratio:6/7;object-fit:cover;
  border:1px solid var(--edge-2);border-radius:3px;margin:auto 0 20px;
}
.compare-spec{
  font-family:var(--font-mono);font-size:10px;letter-spacing:0.18em;
  text-transform:uppercase;color:var(--gold-400);margin-bottom:20px;
}
.compare-panel .mox-btn{margin-top:0;align-self:flex-start;}
.compare-sun{
  max-width:720px;margin:38px auto 0;font-size:13.5px;line-height:1.78;color:var(--ash);
  padding:22px 26px;border:1px solid var(--edge);border-radius:3px;background:rgba(0,0,0,0.3);
}
.compare-sun strong{color:var(--bone);}

/* ---------- collectibles lots (sports cards) ---------- */
.collection{
  border-top:1px solid var(--edge);
  background:linear-gradient(180deg,rgba(138,100,32,0.055),transparent 30%);
}
.coll-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.coll-grid .lot{grid-column:span 2;}
.coll-grid .lot:nth-child(5){grid-column:2/4;}
@media (min-width:700px){
  .coll-grid{grid-template-columns:repeat(6,1fr);gap:20px;}
  .coll-grid .lot:nth-child(4){grid-column:2/4;}
  .coll-grid .lot:nth-child(5){grid-column:4/6;}
}
@media (min-width:1080px){
  .coll-grid{grid-template-columns:repeat(5,1fr);gap:20px;}
  .coll-grid .lot,
  .coll-grid .lot:nth-child(4),
  .coll-grid .lot:nth-child(5){grid-column:auto;}
}

/* Card lot — a slimmer product primitive than .drop-card, sized for a 5-up row. */
.lot{
  position:relative;display:flex;flex-direction:column;
  border:1px solid var(--edge);border-radius:3px;overflow:hidden;
  background:var(--plate);
  transition:border-color var(--transition),transform var(--transition),box-shadow var(--transition);
}
.lot:hover{
  border-color:var(--hair);transform:translateY(-4px);
  box-shadow:0 26px 56px rgba(0,0,0,0.6),0 0 34px rgba(217,164,65,0.10);
}
.lot-visual{position:relative;aspect-ratio:3/4;background:#06060c;overflow:hidden;}
.lot-visual img{width:100%;height:100%;object-fit:cover;display:block;}
.lot-visual::after{
  content:'';position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(180deg,rgba(5,5,11,0.42),transparent 26%,transparent 62%,rgba(5,5,11,0.68));
}
.lot-grade{
  position:absolute;right:9px;top:9px;z-index:2;display:inline-flex;align-items:center;
  height:22px;padding:0 8px 0 calc(8px + 0.16em);border-radius:2px;
  font-family:var(--font-mono);font-size:8.5px;letter-spacing:0.16em;text-transform:uppercase;
  color:#120d02;background:linear-gradient(135deg,var(--gold-200),var(--gold-500));
  box-shadow:0 0 16px rgba(217,164,65,0.3);
}
.lot-body{display:flex;flex-direction:column;flex:1 1 auto;padding:18px 16px 18px;}
.lot-year{
  font-family:var(--font-mono);font-size:9px;letter-spacing:0.18em;
  text-transform:uppercase;color:var(--gold-500);margin-bottom:8px;
}
.lot-title{
  font-family:var(--font-display);font-size:14.5px;font-weight:650;letter-spacing:-0.012em;
  line-height:1.3;color:var(--bone);margin-bottom:7px;text-wrap:balance;
}
.lot-desc{font-size:12.5px;color:var(--ash);line-height:1.6;margin-bottom:16px;}
.lot-meta{
  display:flex;align-items:baseline;justify-content:space-between;gap:10px;
  margin-top:auto;padding-top:14px;border-top:1px solid var(--edge);margin-bottom:14px;
}
.lot-price{font-family:var(--font-display);font-size:20px;font-weight:700;letter-spacing:-0.02em;color:var(--bone);}
.lot-ship{font-family:var(--font-mono);font-size:8.5px;letter-spacing:0.12em;text-transform:uppercase;color:var(--slate);text-align:right;line-height:1.5;}
.lot-btn{
  display:flex;align-items:center;justify-content:center;gap:8px;
  padding:12px 14px;border:1px solid var(--hair-strong);border-radius:2px;
  font-size:10.5px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;
  color:var(--gold-300);background:transparent;
  transition:background var(--transition),color var(--transition),border-color var(--transition),box-shadow var(--transition);
}
.lot:hover .lot-btn{
  background:linear-gradient(180deg,var(--gold-300),var(--gold-500));
  border-color:var(--gold-400);color:#120d02;box-shadow:0 8px 24px rgba(192,138,46,0.28);
}
.lot-btn:hover{color:#120d02;}
.coll-foot{
  display:flex;flex-direction:column;align-items:center;gap:16px;
  margin-top:40px;text-align:center;
}
.coll-foot p{font-size:14px;color:var(--ash);line-height:1.7;max-width:640px;}

/* ---------- ordering ---------- */
.ordering-steps{display:grid;grid-template-columns:1fr;gap:22px;max-width:780px;margin:0 auto;}
@media (min-width:768px){.ordering-steps{grid-template-columns:repeat(2,1fr);}}
.ordering-step{
  position:relative;padding:30px 26px;border:1px solid var(--edge);border-radius:3px;
  background:var(--plate-lift);
}
.ordering-num{
  display:block;font-family:var(--font-mono);font-size:11px;letter-spacing:0.26em;
  color:var(--gold-400);margin-bottom:14px;
}
.ordering-step h3{
  font-family:var(--font-display);font-size:16px;font-weight:650;
  letter-spacing:-0.01em;color:var(--bone);margin-bottom:10px;
}
.ordering-step p{font-size:13.5px;color:var(--ash);line-height:1.7;}
.ordering-note{text-align:center;margin-top:36px;font-size:13.5px;color:var(--ash);}
.ordering-note strong{color:var(--bone);}

/* ---------- FAQ ---------- */
.faq-list{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:10px;}
.faq-list details{
  border:1px solid var(--edge);border-radius:3px;
  background:rgba(255,255,255,0.018);overflow:hidden;
  transition:border-color var(--transition);
}
.faq-list details[open]{border-color:var(--hair);}
.faq-list summary{
  cursor:pointer;list-style:none;padding:19px 52px 19px 22px;position:relative;
  font-size:14.5px;font-weight:550;color:var(--bone);transition:background var(--transition);
}
.faq-list summary::-webkit-details-marker{display:none;}
.faq-list summary::after{
  content:'';position:absolute;right:22px;top:50%;width:9px;height:9px;
  border-right:1px solid var(--gold-400);border-bottom:1px solid var(--gold-400);
  transform:translateY(-70%) rotate(45deg);transition:transform var(--transition);
}
.faq-list details[open] summary::after{transform:translateY(-30%) rotate(-135deg);}
.faq-list summary:hover{background:rgba(217,164,65,0.04);}
.faq-list details p{padding:0 22px 20px;font-size:13.5px;line-height:1.78;color:var(--ash);}
.faq-list details a{color:var(--gold-300);text-decoration:underline;text-underline-offset:3px;}

/* ---------- sticky mobile buy bar ---------- */
.buybar{
  position:fixed;left:0;right:0;bottom:0;z-index:90;
  padding:10px 16px calc(10px + env(safe-area-inset-bottom));
  background:rgba(5,5,11,0.95);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  border-top:1px solid var(--hair);
  transform:translateY(100%);transition:transform 260ms cubic-bezier(0.22,1,0.36,1);
}
.buybar.is-visible{transform:translateY(0);}
.buybar a{
  display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;
  border-radius:2px;font-size:12px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;
  color:#120d02;background:linear-gradient(180deg,var(--gold-300),var(--gold-500));
}
@media (min-width:768px){.buybar{display:none;}}
@media (prefers-reduced-motion:reduce){.buybar{transition:none;}}

@media (prefers-reduced-motion:reduce){
  .div-card:hover,.lot:hover,.shero-rail a:hover img{transform:none;}
}
