/* gildcards.com — hand-authored storefront styles.
   No framework, no build step. Palette and type register follow the
   collector-TCG norm: near-black chrome, white product canvas, gold accent.

   Page rhythm is deliberate: dark hero → dark trust strip → white set grid →
   shell product grid → dark editorial band → white grid → dark footer. Each
   band flips the ground so nothing reads as one long scroll. */

:root {
  --ink: #111114;
  --ink-2: #17171c;
  --ink-soft: #3d3d45;
  --muted: #767680;
  --line: #e6e6ea;
  --line-dark: #2b2b33;
  --paper: #ffffff;
  --shell: #f6f6f4;
  --gold: #a8863c;
  --gold-soft: #f3ecdc;
  --max: 1240px;
  --r: 14px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  font-family: Outfit, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h1, h2, h3, .serif {
  font-family: "Tenor Sans", Georgia, serif;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: .01em;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; }

/* ---------- announcement ---------- */
.announce {
  background: var(--ink);
  color: #fff;
  text-align: center;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 10px 16px;
}

/* ---------- header ---------- */
.hdr {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(150%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.hdr-in { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 20px; }
.brand { font-family: "Tenor Sans", Georgia, serif; font-size: 25px; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.brand span { color: var(--gold); }
.nav { display: flex; gap: 28px; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; }
.nav a { padding: 6px 0; border-bottom: 1px solid transparent; }
.nav a:hover, .nav a[aria-current] { border-bottom-color: var(--gold); }
.hdr-right { display: flex; align-items: center; gap: 18px; }
.langsel { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); display: flex; gap: 8px; }
.langsel a[aria-current] { color: var(--ink); font-weight: 600; }
.langsel a:hover { color: var(--ink); }
.cartbtn { display: flex; align-items: center; gap: 7px; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; }
.cartbtn .count {
  min-width: 20px; height: 20px; padding: 0 6px; border-radius: 999px;
  background: var(--ink); color: #fff; font-size: 11px; font-weight: 600;
  display: inline-flex; align-items: center; justify-content: center;
}
.burger { display: none; font-size: 22px; line-height: 1; }

@media (max-width: 980px) {
  .nav { display: none; }
  .burger { display: block; }
  .hdr-in { height: 60px; }
  .brand { font-size: 21px; }
  .langsel { display: none; }
}

/* mobile menu */
.mmenu { display: none; border-bottom: 1px solid var(--line); background: #fff; }
.mmenu.open { display: block; }
.mmenu > a { display: block; padding: 13px 20px; border-top: 1px solid var(--line); font-size: 15px; }
.mmenu-lang { display: flex; gap: 16px; padding: 13px 20px; border-top: 1px solid var(--line); font-size: 13px; letter-spacing: .1em; color: var(--muted); }
.mmenu-lang a[aria-current] { color: var(--ink); font-weight: 600; }

/* ---------- hero (still image background) ----------
   The photograph is an interior: lit shelf walls top-left, glass cases right,
   dark floor through the middle. Copy is weighted to the lower half and the
   scrim stays light up top so the rows of stock actually read — the picture is
   the argument, the text only names it. */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  min-height: min(82vh, 720px);
  display: flex;
  align-items: flex-end;
  text-align: center;
  padding: 140px 0 78px;
}
.hero-img {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover;
  /* The shot is lit for a dark room, which on a screen reads as an almost
     black rectangle. Lift it until the rows of stock are legible — they are
     the whole point of the picture — then let the scrim take the contrast
     back where the copy sits. */
  filter: brightness(1.28) contrast(1.04) saturate(1.04);
}
/* Near-clear at the top so the shelving is visible, deep at the bottom so
   white copy always clears WCAG contrast regardless of the frame beneath. */
.hero-scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(17,17,20,0) 30%, rgba(17,17,20,.55) 100%),
    linear-gradient(to bottom,
      rgba(17,17,20,.12) 0%,
      rgba(17,17,20,.18) 34%,
      rgba(17,17,20,.66) 66%,
      rgba(17,17,20,.94) 100%);
}
.hero .wrap { position: relative; z-index: 1; }
.hero h1 {
  font-size: clamp(30px, 5.4vw, 58px); text-transform: uppercase; letter-spacing: .04em;
  text-shadow: 0 2px 30px rgba(0,0,0,.75);
}
.hero p {
  color: #dcdce2; margin-top: 16px; font-size: 17px; max-width: 640px;
  margin-left: auto; margin-right: auto; text-shadow: 0 1px 16px rgba(0,0,0,.85);
}
/* the eyebrow lands on the brightest part of the frame (the lit shelf wall),
   so it needs its own shadow — the scrim is deliberately weak up there */
.hero .eyebrow { color: #e3c377; text-shadow: 0 1px 12px rgba(0,0,0,.9), 0 0 3px rgba(0,0,0,.7); }
.hero-cta { margin-top: 32px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.rule { width: 54px; height: 1px; background: var(--gold); margin: 20px auto 0; }

@media (max-width: 760px) {
  .hero { min-height: min(74vh, 560px); padding: 96px 0 54px; }
  .hero-cta { flex-direction: column; align-items: stretch; }
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  background: var(--ink); color: #fff;
  padding: 15px 34px; border-radius: 999px;
  font-size: 13px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500;
  transition: background .18s, color .18s, border-color .18s, opacity .18s;
}
.btn:hover { background: #29292f; }
.btn.gold { background: var(--gold); }
.btn.gold:hover { background: #94742f; }
.btn.block { width: 100%; }
.btn.ghost { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn.ghost:hover { background: var(--ink); color: #fff; }
/* light-on-dark outline, for use over the hero and the editorial band */
.btn.outline { background: rgba(255,255,255,.06); color: #fff; border: 1px solid rgba(255,255,255,.55); backdrop-filter: blur(4px); }
.btn.outline:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn[disabled] { opacity: .45; cursor: not-allowed; }
.btn[disabled]:hover { background: var(--ink); }

/* ---------- sections ---------- */
.sec { padding: 78px 0; }
.sec-head { text-align: center; margin-bottom: 44px; }
.sec-head h2 { font-size: clamp(24px, 3.4vw, 36px); }
.sec-head p { color: var(--muted); margin-top: 10px; font-size: 15px; }
.eyebrow { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.eyebrow.gold { color: var(--gold); }

/* ---------- trust strip ---------- */
.trust { background: var(--ink-2); color: #d5d5dd; border-top: 1px solid rgba(255,255,255,.06); }
.trust-in {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px;
  padding: 30px 20px;
}
.trust-i { display: flex; gap: 13px; align-items: flex-start; }
.trust-i svg { width: 24px; height: 24px; flex: none; color: var(--gold); margin-top: 2px; }
.trust-i b { display: block; color: #fff; font-size: 14px; font-weight: 500; letter-spacing: .03em; }
.trust-i span { display: block; font-size: 13px; line-height: 1.5; color: #9a9aa5; margin-top: 2px; }
@media (max-width: 900px) { .trust-in { grid-template-columns: repeat(2, 1fr); gap: 22px; } }
@media (max-width: 520px) { .trust-in { grid-template-columns: 1fr; } }

/* ---------- set tiles ---------- */
.setgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 940px) { .setgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .setgrid { grid-template-columns: 1fr; } }

.settile {
  position: relative; display: block; overflow: hidden;
  border-radius: var(--r); background: var(--ink); aspect-ratio: 16/10;
}
.settile-img { position: absolute; inset: 0; }
.settile-img img { width: 100%; height: 100%; object-fit: cover; opacity: .62; transition: transform .55s ease, opacity .3s; }
.settile:hover .settile-img img { transform: scale(1.06); opacity: .75; }
.settile::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(17,17,20,.94) 6%, rgba(17,17,20,.30) 62%, rgba(17,17,20,.12) 100%);
}
.settile-body { position: absolute; left: 20px; right: 20px; bottom: 18px; z-index: 1; color: #fff; }
.settile-code {
  display: inline-block; font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); border: 1px solid rgba(168,134,60,.55); border-radius: 999px;
  padding: 3px 9px; margin-bottom: 9px;
}
.settile-name { display: block; font-family: "Tenor Sans", Georgia, serif; font-size: 21px; line-height: 1.2; }
.settile-count { display: block; font-size: 13px; color: #b6b6c0; margin-top: 4px; }

/* ---------- set filter chips ---------- */
.chips {
  display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 30px;
}
.chips a {
  font-size: 13px; letter-spacing: .04em; padding: 8px 16px; border-radius: 999px;
  border: 1px solid var(--line); color: var(--ink-soft); white-space: nowrap;
  transition: border-color .18s, background .18s, color .18s;
}
.chips a:hover { border-color: var(--ink); color: var(--ink); }
.chips a.on { background: var(--ink); border-color: var(--ink); color: #fff; }
@media (max-width: 760px) {
  .chips { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; -webkit-overflow-scrolling: touch; }
  .chips::-webkit-scrollbar { display: none; }
}

/* ---------- product grid ---------- */
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px 26px; }
/* Only 3 products are actually advertised, and 3 cards in a 4-up grid read as
   a missing fourth. Give short rows their own column count. */
.grid.three { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1020px) { .grid, .grid.three { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px)  { .grid, .grid.three { grid-template-columns: repeat(2, 1fr); gap: 26px 16px; } }

.card { display: flex; flex-direction: column; }
.card-img {
  position: relative; background: var(--shell);
  border-radius: var(--r); overflow: hidden; aspect-ratio: 1/1;
}
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card-img img { transform: scale(1.05); }
.tag {
  position: absolute; top: 12px; left: 12px;
  background: rgba(255,255,255,.94); color: var(--ink);
  font-size: 10px; letter-spacing: .13em; text-transform: uppercase; font-weight: 600;
  padding: 5px 10px; border-radius: 999px;
}
.tag.set { left: auto; right: 12px; background: rgba(17,17,20,.86); color: #fff; }
.card-body { padding-top: 13px; display: flex; flex-direction: column; gap: 5px; }
.card-name {
  font-size: 14px; line-height: 1.45; color: var(--ink-soft);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.card-price { font-size: 16px; font-weight: 600; letter-spacing: .01em; }

/* ---------- editorial band ---------- */
.band { background: var(--ink); color: #cfcfd8; padding: 0; }
.band-in {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  align-items: stretch; max-width: none; padding: 0;
}
.band-img { position: relative; min-height: 460px; }
.band-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band-copy { padding: 74px clamp(24px, 6vw, 84px); max-width: 720px; align-self: center; }
.band-copy h2 { color: #fff; font-size: clamp(24px, 3.2vw, 34px); margin-bottom: 26px; }
.steps { list-style: none; }
.steps li { display: flex; gap: 16px; padding: 14px 0; border-top: 1px solid var(--line-dark); }
.steps li:first-child { border-top: 0; padding-top: 0; }
.steps .n {
  flex: none; width: 30px; height: 30px; border-radius: 999px;
  border: 1px solid var(--gold); color: var(--gold);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 600;
}
.steps b { display: block; color: #fff; font-size: 15px; font-weight: 500; letter-spacing: .02em; }
.steps p { font-size: 14px; color: #9a9aa5; margin-top: 3px; line-height: 1.55; }
.band-note { font-size: 14px; color: #b6b6c0; margin: 22px 0 24px; }
@media (max-width: 900px) {
  .band-in { grid-template-columns: 1fr; }
  .band-img { min-height: 260px; }
  .band-copy { padding: 48px 20px 56px; }
}

/* ---------- product page ---------- */
.pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 46px 0 20px; align-items: start; }
@media (max-width: 940px) { .pdp { grid-template-columns: 1fr; gap: 34px; } }

.gal-main { background: var(--shell); border-radius: 18px; overflow: hidden; aspect-ratio: 1/1; }
.gal-main img { width: 100%; height: 100%; object-fit: cover; }
.thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.thumb {
  width: 74px; height: 74px; border-radius: 10px; overflow: hidden;
  background: var(--shell); border: 2px solid transparent; padding: 0;
}
.thumb.on { border-color: var(--ink); }
.thumb img { width: 100%; height: 100%; object-fit: cover; }

.pdp-info h1 { font-size: clamp(24px, 3.2vw, 34px); }
.pdp-set {
  display: inline-block; font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
a.pdp-set:hover { color: #8a6c2c; }
.pdp-price { font-size: 31px; font-weight: 600; margin: 20px 0 6px; }
.pdp-vat { font-size: 13px; color: var(--muted); }
.preorder {
  margin: 22px 0; padding: 14px 16px;
  background: var(--gold-soft); border-left: 3px solid var(--gold); border-radius: 0 8px 8px 0;
  font-size: 14px; color: #6b5522;
}
.qtyrow { display: flex; gap: 12px; align-items: center; margin: 24px 0 14px; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; }
.qty button { width: 42px; height: 46px; font-size: 17px; color: var(--muted); }
.qty button:hover { color: var(--ink); }
.qty input {
  width: 46px; height: 46px; border: 0; text-align: center; font: inherit;
  font-weight: 600; -moz-appearance: textfield;
}
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* the three assurances, restated where the buying decision is made */
.assure { list-style: none; margin: 20px 0 0; }
.assure li {
  position: relative; padding-left: 24px; font-size: 13.5px; color: var(--muted);
  margin: 7px 0; line-height: 1.5;
}
.assure li::before {
  content: ""; position: absolute; left: 4px; top: 8px;
  width: 7px; height: 7px; border-radius: 999px; border: 1px solid var(--gold);
}
.assure b { color: var(--ink-soft); font-weight: 600; }

.meta { margin-top: 26px; border-top: 1px solid var(--line); }
.meta-row { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.meta-row b { min-width: 108px; font-weight: 600; }
.meta-row span { color: var(--muted); }

.desc { padding: 16px 0 70px; max-width: 860px; }
.desc h2 { font-size: 22px; margin-bottom: 8px; }
.desc-body { font-size: 15px; color: var(--ink-soft); }
.desc-body p { margin: 12px 0; }
.desc-body strong { color: var(--ink); }
.desc-body ul, .desc-body ol { margin: 12px 0 12px 22px; }
.desc-body li { margin: 5px 0; }
.desc-body img { border-radius: 10px; margin: 14px 0; }
.desc-body a { color: var(--gold); text-decoration: underline; }

.crumbs { font-size: 13px; color: var(--muted); padding: 20px 0 0; }
.crumbs a:hover { color: var(--ink); }

/* ---------- cart drawer ---------- */
.scrim { position: fixed; inset: 0; background: rgba(17,17,20,.45); opacity: 0; pointer-events: none; transition: opacity .25s; z-index: 90; }
.scrim.on { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: 400px; max-width: 92vw;
  background: #fff; z-index: 100; transform: translateX(100%); transition: transform .28s ease;
  display: flex; flex-direction: column;
}
.drawer.on { transform: none; }
.drawer-hd { display: flex; align-items: center; justify-content: space-between; padding: 20px; border-bottom: 1px solid var(--line); }
.drawer-hd h2 { font-size: 18px; }
.drawer-body { flex: 1; overflow-y: auto; padding: 8px 20px; }
.drawer-ft { padding: 20px; border-top: 1px solid var(--line); }
.subtotal { display: flex; justify-content: space-between; font-size: 16px; font-weight: 600; margin-bottom: 6px; }
.ft-note { font-size: 12.5px; color: var(--muted); margin-bottom: 14px; }
.empty { color: var(--muted); text-align: center; padding: 46px 0; font-size: 15px; }

.line { display: flex; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.line img { width: 66px; height: 66px; object-fit: cover; border-radius: 9px; background: var(--shell); flex: none; }
.line-nm { font-size: 13.5px; line-height: 1.4; }
.line-pr { font-size: 13.5px; color: var(--muted); margin-top: 3px; }
.line-rm { font-size: 12px; color: var(--muted); text-decoration: underline; margin-top: 5px; }
.line-rm:hover { color: #b23; }

/* ---------- notice ---------- */
.notice {
  background: var(--gold-soft); border: 1px solid #e6d7b4; color: #6b5522;
  padding: 13px 16px; border-radius: 10px; font-size: 14px; margin-bottom: 18px;
}

/* ---------- footer ----------
   Four columns, mirroring the source's own footer shape: brand, shop, policies,
   support. No payment marks: this store has no payment rail, and a Visa badge
   on a store that cannot charge a card is an invented capability. */
.ft { background: var(--ink); color: #b8b8c2; margin-top: auto; padding: 66px 0 26px; font-size: 14px; }
.ft-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 44px; }
@media (max-width: 980px) { .ft-grid { grid-template-columns: 1fr 1fr; gap: 34px; } }
@media (max-width: 560px) { .ft-grid { grid-template-columns: 1fr; gap: 28px; } }
.ft h3 { color: #fff; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 16px; }
.ft .brand { color: #fff; margin-bottom: 14px; display: block; }
.ft-brand p { font-size: 13.5px; line-height: 1.65; color: #9a9aa5; max-width: 380px; }
.ft-mail { display: inline-block; margin-top: 14px; font-size: 13.5px; color: var(--gold); border-bottom: 1px solid rgba(168,134,60,.4); }
/* One mark, because there is one method. Sized to the loungeleven treatment. */
.paymarks { display: flex; align-items: center; gap: 10px; margin-top: 20px; }
.paymarks span { font-size: 12px; color: #7d7d88; letter-spacing: .04em; }
.paymark { width: 42px; height: 28px; border-radius: 5px; flex: none; }
.drawer-pay { display: flex; align-items: center; gap: 9px; margin-top: 13px; }
.drawer-pay span { font-size: 12px; color: var(--muted); line-height: 1.4; }
.ft-mail:hover { color: #d0ac5c; }
.ft a:hover { color: #fff; }
.ft ul { list-style: none; }
.ft li { margin: 9px 0; line-height: 1.45; }
.ft li a { font-size: 13.5px; color: #b8b8c2; }
.ft-btm {
  border-top: 1px solid var(--line-dark); margin-top: 44px; padding-top: 22px;
  font-size: 12.5px; color: #7d7d88;
  display: flex; justify-content: space-between; align-items: center; gap: 10px 26px; flex-wrap: wrap;
}
.ft-affil { flex: 1 1 300px; min-width: 220px; }
.ft-lang { display: flex; gap: 10px; letter-spacing: .1em; }
.ft-lang a[aria-current] { color: #fff; font-weight: 600; }
.ft-lang a:hover { color: #fff; }

/* ---------- misc pages ---------- */
.page { padding: 50px 0 80px; max-width: 780px; }
.page h1 { font-size: 34px; margin-bottom: 8px; }
.page h2 { font-size: 20px; margin: 34px 0 8px; }
.page p { margin: 12px 0; color: var(--ink-soft); }
.page .lead { font-size: 18px; color: var(--ink); line-height: 1.55; margin: 14px 0 8px; }
.page ul { margin: 12px 0 12px 22px; color: var(--ink-soft); }
.page-more {
  margin-top: 54px; padding-top: 24px; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 9px;
}
.page-more a {
  font-size: 13px; padding: 8px 16px; border-radius: 999px;
  border: 1px solid var(--line); color: var(--ink-soft);
}
.page-more a:hover { border-color: var(--ink); color: var(--ink); }
.shop-count { color: var(--muted); font-size: 14px; margin-bottom: 22px; }
