/* 1xbet97l.lol — Икс-Кружево. Палитра: морозно-серебряное коклюшечное кружево (графит + фрост-серебро + ледяная синь + сталь + тёплое золото) */

:root {
  --bg: #0c1014;
  --bg-2: #141a20;
  --bg-3: #1e262e;
  --line: #28323c;
  --line-2: #3a4854;
  --txt: #eef3f6;
  --txt-d: #adbcc6;
  --txt-dd: #6f7f8a;
  --frost: #cdd6dc;
  --ice: #7fb0c8;
  --steel: #4a6d82;
  --gold: #d8a94a;
  --good: #5cc2a4;
  --r: 12px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.62 "Source Sans 3", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1020px 600px at 90% -12%, rgba(205, 214, 220, .10) 0%, transparent 62%),
    radial-gradient(840px 560px at -12% 62%, rgba(127, 176, 200, .07) 0%, transparent 60%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--ice); text-decoration: none }
a:hover { text-decoration: underline }

.skipthread {
  position: absolute; top: -42px; left: 8px;
  padding: 8px 12px; background: var(--frost); color: #0a0d10;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.skipthread:focus { top: 8px }

/* ===== HEADER BAR ===== */
.lacebar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(12, 16, 20, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.lacebar__mark { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.lacebar__mark:hover { text-decoration: none }
.lacebar__svg {
  width: 30px; height: 30px; flex: none;
  filter: drop-shadow(0 0 10px rgba(127, 176, 200, .5));
}
.lacebar__t {
  font-family: "Gabriela", "Source Sans 3", system-ui, serif;
  font-weight: 400; line-height: 1; letter-spacing: -.2px; font-size: 20px;
}
.lacebar__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.4px; font-weight: 600; margin-top: 4px;
  text-transform: uppercase;
}
.lacebar__nav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.lacebar__nav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.lacebar__nav a:hover { color: var(--frost); border-bottom-color: var(--ice); text-decoration: none }

/* ===== CTA (twistbtn) ===== */
.twistbtn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Gabriela", "Source Sans 3", system-ui, serif;
  font-weight: 400; font-size: 15px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: .1px;
}
.twistbtn:hover { text-decoration: none; transform: translateY(-1px) }
.twistbtn--sm { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.twistbtn--sm:hover { background: var(--bg-2); border-color: var(--ice) }
.twistbtn--lg { padding: 15px 28px; font-size: 16px; border-radius: 10px }
.twistbtn--hot {
  background: linear-gradient(120deg, #a9c2cf 0%, #4a6d82 100%);
  color: #0a1218; border: 0;
  box-shadow: 0 12px 30px -10px rgba(127, 176, 200, .6);
  font-weight: 700;
}
.twistbtn--hot:hover { box-shadow: 0 16px 38px -8px rgba(127, 176, 200, .82) }
.twistbtn--ghost { background: transparent; color: var(--txt); border-color: var(--line) }
.twistbtn--ghost:hover { border-color: var(--ice); color: var(--ice) }

/* ===== AGGREGATE STRIP (кружевной пульт) ===== */
.plaitstrip {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(205, 214, 220, .04), rgba(127, 176, 200, .03));
  font-size: 13px;
}
.plaitstrip__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.plaitstrip__cell:last-child { border-right: 0 }
.plaitstrip__num {
  font-family: "Gabriela", system-ui, serif;
  font-weight: 400; font-size: 16px; color: var(--frost);
  letter-spacing: -.1px;
}
.plaitstrip__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO ===== */
.pillowcard {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.clothtag {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--ice);
  background: rgba(127, 176, 200, .08);
  border: 1px solid rgba(127, 176, 200, .25);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: "Gabriela", "Source Sans 3", system-ui, serif;
  font-size: clamp(29px, 4.3vw, 48px); line-height: 1.1;
  margin: 0 0 18px; letter-spacing: -.4px; font-weight: 400;
}
.frostword { color: var(--frost) }
.pillowcard__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66;
}
.pillowcard__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.meshbox { margin: 0 }
.meshbox__svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 28% 30%, rgba(127, 176, 200, .22), transparent 60%),
    radial-gradient(360px 280px at 78% 78%, rgba(205, 214, 220, .14), transparent 65%),
    linear-gradient(135deg, #0f151b 0%, #182028 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(74, 109, 130, .5);
}
.meshbox figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* KPI inline (fanrow) */
.fanrow {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.fanrow__item { display: flex; flex-direction: column; gap: 2px }
.fanrow__num {
  font-family: "Gabriela", system-ui, serif;
  font-size: 26px; font-weight: 400;
  color: var(--frost); letter-spacing: -.3px;
}
.fanrow__lbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.2px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
section.pillowcard { padding-top: 36px }
.clothtag--head {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--gold); font-weight: 700;
  margin: 0 0 10px;
}
h2 {
  font-family: "Gabriela", "Source Sans 3", system-ui, serif;
  font-size: clamp(23px, 3.1vw, 35px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: -.2px; font-weight: 400;
}
h3 {
  font-family: "Gabriela", "Source Sans 3", system-ui, serif;
  font-size: clamp(17px, 2vw, 21px); line-height: 1.34;
  margin: 26px 0 10px; color: var(--ice); font-weight: 400; letter-spacing: -.1px;
}
p { margin: 0 0 14px; color: var(--txt) }
.toilerow { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 790px }

/* ===== WELCOME (edgingbox grid) ===== */
.edgingbox {
  background:
    radial-gradient(720px 360px at 82% 28%, rgba(205, 214, 220, .06) 0%, transparent 70%),
    rgba(20, 26, 32, .55);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.edgingbox__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.edgingbox__tier {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.edgingbox__tier:hover { border-color: var(--ice); transform: translateY(-2px) }
.edgingbox__tier::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(127, 176, 200, .06), transparent 60%);
  pointer-events: none;
}
.edgingbox__step {
  font-family: "Gabriela", system-ui, serif;
  font-size: 11px; color: var(--gold); font-weight: 700;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.edgingbox__pct {
  font-family: "Gabriela", system-ui, serif;
  font-size: 30px; font-weight: 400; line-height: 1;
  color: var(--frost); letter-spacing: -.4px;
  margin-bottom: 8px;
}
.edgingbox__title { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.edgingbox__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== THREE STEPS (stitchbox) ===== */
.stitchgrid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.stitchbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.stitchbox__num {
  font-family: "Gabriela", system-ui, serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 54px; font-weight: 400; line-height: 1;
  color: var(--bg-3);
}
.stitchbox__head {
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--ice);
}
.stitchbox p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== SLOT GRID (vologdcard) ===== */
.netground {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.vologdcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.vologdcard:hover {
  transform: translateY(-3px);
  border-color: var(--ice);
  box-shadow: 0 18px 36px -14px rgba(127, 176, 200, .4);
}
.vologdcard__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Gabriela", system-ui, serif;
  font-weight: 400; font-size: 22px; color: rgba(238, 243, 246, .92);
  text-align: center; padding: 14px;
  letter-spacing: -.2px; line-height: 1.16;
  position: relative; overflow: hidden;
}
.vologdcard__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.35) 100%);
  pointer-events: none;
}
.cv-1 { background: linear-gradient(135deg, #14343f 0%, #7fb0c8 100%) }
.cv-2 { background: linear-gradient(135deg, #2a2412 0%, #d8a94a 100%); color: #10130a }
.cv-3 { background: linear-gradient(135deg, #17222c 0%, #cdd6dc 100%); color: #0d1116 }
.cv-4 { background: linear-gradient(135deg, #10322a 0%, #5cc2a4 100%); color: #08160f }
.cv-5 { background: linear-gradient(135deg, #1c2733 0%, #4a6d82 100%) }
.cv-6 { background: linear-gradient(135deg, #0f2632 0%, #7fb0c8 100%) }
.cv-7 { background: linear-gradient(135deg, #241a2e 0%, #a99fd0 100%) }
.cv-8 { background: linear-gradient(135deg, #0e2a34 0%, #a9c2cf 100%); color: #0c1116 }
.cv-9 { background: linear-gradient(135deg, #2e2814 0%, #e0c06a 100%); color: #10130a }
.cv-10 { background: linear-gradient(135deg, #182633 0%, #6f9fbe 100%) }
.cv-11 { background: linear-gradient(135deg, #10302f 0%, #64b8b0 100%); color: #08160f }
.cv-12 { background: linear-gradient(135deg, #202a34 0%, #b7c6cf 100%); color: #0d1116 }

.vologdcard h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 600 }
.vologdcard p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.vologdcard__btn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 13px; font-weight: 600;
  border: 1px solid var(--line); transition: all .15s;
}
.vologdcard__btn:hover { background: var(--ice); border-color: var(--ice); color: #0a1218; text-decoration: none }

.gimprow { margin: 22px 0 0 }
.gimprow__title { font-size: 12px; color: var(--gold); margin-bottom: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700 }
.weblrow { display: flex; flex-wrap: wrap; gap: 8px }
.weblrow span {
  padding: 6px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== LOYALTY ===== */
.loygrid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.netbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.netbox:hover { border-color: var(--gold) }
.netbox__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--gold) }
.netbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* VIP ladder (scallowrow) */
.scallowrow {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.scallowrow__step {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.scallowrow__step:nth-child(1) { transform: translateY(0) }
.scallowrow__step:nth-child(2) { transform: translateY(-6px) }
.scallowrow__step:nth-child(3) { transform: translateY(-12px) }
.scallowrow__step:nth-child(4) { transform: translateY(-19px); border-color: var(--ice); background: var(--bg-2) }
.scallowrow__step:nth-child(5) { transform: translateY(-28px); border-color: var(--ice); background: var(--bg-2) }
.scallowrow__step:nth-child(6) { transform: translateY(-37px); border-color: var(--gold); background: linear-gradient(135deg, var(--bg-2), rgba(216, 169, 74, .09)) }
.scallowrow__name {
  font-family: "Gabriela", system-ui, serif;
  font-size: 12px; font-weight: 400; color: var(--txt);
  display: block; line-height: 1.1; margin-bottom: 5px;
}
.scallowrow__cb { font-size: 11px; color: var(--txt-d) }
.scallowrow__step:nth-child(6) .scallowrow__name { color: var(--gold) }

/* ===== TOUR ===== */
.tourshell {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(127, 176, 200, .09) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.tourshell__btns { margin: 22px 0 28px }
.braidrow {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.braidrow > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.braidrow span {
  font-family: "Gabriela", system-ui, serif;
  font-size: 22px; font-weight: 400; color: var(--frost);
  margin-bottom: 4px; letter-spacing: -.2px;
}
.braidrow em { font-size: 14px; font-weight: 700; color: var(--txt); font-style: normal }
.braidrow i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== LIVE GALLERY (spiderrow) ===== */
.spidergrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.spiderrow {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.spiderrow:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  box-shadow: 0 18px 36px -14px rgba(216, 169, 74, .38);
}
.spiderrow__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Gabriela", system-ui, serif;
  font-weight: 400; font-size: 18px; color: rgba(238, 243, 246, .94);
  padding: 12px; text-align: center; letter-spacing: -.1px;
  position: relative; overflow: hidden;
}
.lv-1 { background: linear-gradient(135deg, #0f2438 0%, #7fb0c8 100%) }
.lv-2 { background: linear-gradient(135deg, #241a2e 0%, #a99fd0 100%) }
.lv-3 { background: linear-gradient(135deg, #10322a 0%, #5cc2a4 100%) }
.lv-4 { background: linear-gradient(135deg, #2e2814 0%, #d8a94a 100%); color: #10130a }
.lv-5 { background: linear-gradient(135deg, #1c2733 0%, #4a6d82 100%) }
.lv-6 { background: linear-gradient(135deg, #16262f 0%, #a9c2cf 100%); color: #0c1116 }

.spiderrow__b { padding: 14px 16px 16px; position: relative }
.spiderrow__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.spiderrow__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.spiderrow__m { font-size: 13px; color: var(--gold); font-weight: 600; margin-bottom: 4px }
.spiderrow__p { font-size: 12px; color: var(--txt-dd) }
.spiderrow__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--gold); color: #10130a;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW ===== */
.braidcopy h3 {
  border-left: 3px solid var(--ice);
  padding-left: 14px; margin-top: 30px;
}
.braidcopy p { color: var(--txt); line-height: 1.72 }
.picotrow {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.lappetrow {
  padding: 7px 13px;
  background: var(--bg-2);
  border: 1px solid var(--ice);
  border-radius: 4px;
  font-size: 12px; color: var(--txt);
  letter-spacing: .4px;
}

/* ===== REVIEWS (footingtag) ===== */
.footinggrid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.footingtag {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.footingtag__stars { color: var(--gold); font-size: 16px; letter-spacing: 4px }
.footingtag__stars--four .star-off { color: var(--line-2); }
.footingtag__q { font-size: 14px; line-height: 1.6; color: var(--txt); margin: 0 }
.footingtag__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.footingtag__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--frost), var(--steel));
  border-radius: 50%; color: #0a1218; font-weight: 700; font-size: 14px;
  flex: none;
}

/* ===== PAYMENTS (halfstrow) ===== */
.paygrid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.halfstrow {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 18px 14px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.halfstrow span { font-size: 15px; color: var(--txt); font-weight: 700 }
.halfstrow i { font-size: 11px; color: var(--txt-d); font-style: normal; text-transform: uppercase; letter-spacing: 1px }

.paytimes {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.paytimes > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.paytimes span.t {
  font-family: "Gabriela", system-ui, serif;
  font-size: 16px; color: var(--frost); font-weight: 400;
}
.paytimes span.d { font-size: 12px; color: var(--txt-d) }

/* ===== FINAL CTA (braidbox) ===== */
.braidbox {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(127, 176, 200, .13) 0%, transparent 70%),
    var(--bg-2);
  border-radius: var(--r);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.braidbox h2 { margin-bottom: 10px }
.braidbox p { color: var(--txt-d); margin-bottom: 24px }

/* ===== FAQ (reverse row) ===== */
.needlerow h2 { margin-bottom: 22px }
details {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .2s;
}
details[open] { border-color: var(--ice) }
summary {
  cursor: pointer; font-weight: 600; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
}
summary::-webkit-details-marker { display: none }
summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  border: 1px solid var(--line); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--ice); font-size: 15px;
  transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--ice) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.66 }

/* ===== FOOTER ===== */
.lacefoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(12, 16, 20, .6);
}
.lacefoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.lacefoot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.lacefoot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.lacefoot__logo span.brandline { display: flex; flex-direction: column; line-height: 1.15 }
.lacefoot__logo span.brandline span.top { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px }
.lacefoot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.lacefoot__legal span.vologdword { color: var(--ice) }
.authornote__box span.vologdword { color: var(--ice) }
.lacefoot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.lacefoot__col h4 {
  font-family: "Gabriela", system-ui, serif;
  font-size: 12px; color: var(--gold); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.6px;
  margin: 0 0 12px;
}
.lacefoot__col ul { list-style: none; padding: 0; margin: 0 }
.lacefoot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.lacefoot__col li:hover { color: var(--txt) }
.lacefoot__note {
  max-width: 1240px; margin: 0 auto;
  padding: 4px 22px 22px;
  font-size: 12px; color: var(--txt-dd); line-height: 1.66;
}
.lacefoot__note strong, .authornote strong { font-weight: 600; color: var(--txt-d) }
.lacefoot__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 22px;
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--txt-dd);
}

/* ===== AUTHOR NOTE ===== */
.authornote {
  max-width: 1240px; margin: 0 auto;
  padding: 22px;
}
.authornote__box {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  border-radius: var(--r-s);
  padding: 20px 24px;
  font-size: 13px; color: var(--txt-d); line-height: 1.66;
}
.authornote__box h2 { font-size: 18px; margin-bottom: 10px; color: var(--txt) }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .edgingbox__grid { grid-template-columns: repeat(2, 1fr) }
  .paygrid { grid-template-columns: repeat(3, 1fr) }
  .braidrow { grid-template-columns: repeat(2, 1fr) }
  .footinggrid { grid-template-columns: 1fr }
  .lacefoot__top { grid-template-columns: 1fr }
  .plaitstrip { grid-template-columns: repeat(3, 1fr) }
  .plaitstrip__cell:nth-child(4), .plaitstrip__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .scallowrow { grid-template-columns: repeat(3, 1fr) }
  .scallowrow__step { transform: none !important }
}

@media (max-width: 880px) {
  .pillowcard { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .meshbox { order: -1 }
  .lacebar__nav { display: none }
  .lacebar { padding: 11px 14px }
  section { padding: 36px 16px }
  .edgingbox, .tourshell, .braidbox { padding: 36px 18px; margin: 22px 14px }
  .stitchgrid { grid-template-columns: 1fr }
  .loygrid { grid-template-columns: 1fr }
  .lacefoot__top { padding: 30px 16px 22px; gap: 22px }
  .lacefoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .plaitstrip { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .plaitstrip__cell { padding: 4px 10px }
  .paytimes { grid-template-columns: 1fr }
  .fanrow { grid-template-columns: repeat(2, 1fr) }
  .edgingbox__grid { grid-template-columns: 1fr }
}

@media (max-width: 480px) {
  .netground { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .spidergrid { grid-template-columns: 1fr }
  .vologdcard h3 { font-size: 13px }
  .vologdcard p { font-size: 11px }
  .vologdcard__cover { font-size: 16px }
  .pillowcard__btns { flex-direction: column; align-items: stretch }
  .twistbtn--lg { width: 100% }
  .paygrid { grid-template-columns: repeat(2, 1fr) }
  .braidrow { grid-template-columns: 1fr }
  .lacefoot__cols { grid-template-columns: 1fr }
  .scallowrow { grid-template-columns: repeat(2, 1fr) }
}
