/* Tribute — site styles. Ported from the "Tribute Co." design (palette 07 "Ink blue"). */
:root {
  --bg: #08090F;          --bgRGB: 8,9,15;
  --ink: #EDEAE2;         --inkRGB: 237,234,226;
  --accent: #1D2BD6;      --accentRGB: 29,43,214;
  --accent2: #93A0FF;     --accent2RGB: 147,160,255;
  --onAccent: #FFFFFF;
  --rail: 64px;
  --font: 'Archivo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; scroll-padding-top: 24px; }
body {
  margin: 0; padding: 0 0 0 var(--rail); background: var(--bg); color: var(--ink);
  font-family: var(--font); overflow-x: hidden; min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent2); }
button, input, select, textarea { font-family: var(--font); }
button { cursor: pointer; }
::selection { background: var(--accent); color: var(--onAccent); }
::placeholder { color: rgba(var(--inkRGB), .4); opacity: 1; }
:focus-visible { outline: 2px solid var(--accent2); outline-offset: 2px; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: fixed; left: 76px; top: -60px; z-index: 200; background: var(--ink); color: var(--bg); padding: 10px 14px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.skip:focus { top: 12px; color: var(--bg); }

/* ---------- chrome ---------- */
.rail {
  position: fixed; left: 0; top: 0; bottom: 0; z-index: 70; width: var(--rail);
  display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 18px 0;
  background: rgba(var(--bgRGB), .9); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-right: 1px solid rgba(var(--inkRGB), .14);
}
.rail-logo { color: inherit; font-size: 26px; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.rail-logo i { font-style: normal; color: var(--accent2); }
.rail nav { display: flex; flex-direction: column; align-items: center; gap: 30px; }
.rail nav a {
  writing-mode: vertical-rl; font-size: 10px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(var(--inkRGB), .6);
}
.rail nav a:hover, .rail nav a[aria-current="page"] { color: var(--accent2); }
.rail-tick { width: 1px; height: 26px; background: rgba(var(--inkRGB), .25); }

.topbar { position: fixed; top: 18px; right: 22px; z-index: 71; display: flex; align-items: center; gap: 20px; }
.link-quiet { font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: rgba(var(--inkRGB), .6); background: none; border: none; padding: 0; }
.link-quiet:hover { color: var(--ink); }
.btn-menu {
  display: flex; align-items: center; gap: 10px; background: rgba(var(--bgRGB), .7);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border: 1px solid rgba(var(--inkRGB), .35); color: var(--ink);
  font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; padding: 9px 14px;
}
.btn-menu span { display: block; width: 14px; height: 1px; background: currentColor; }
.btn-menu:hover { background: var(--ink); color: var(--bg); }

.menu {
  position: fixed; inset: 0; z-index: 90; background: rgba(var(--bgRGB), .97);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); overflow-y: auto; padding: 22px;
}
.menu-head { display: flex; align-items: center; justify-content: space-between; height: 42px; margin-bottom: 38px; }
.menu-brand { font-size: 23px; font-weight: 800; font-stretch: 118%; letter-spacing: -.035em; }
.menu-brand i, .foot-brand i { font-style: normal; color: var(--accent2); }
.menu-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 34px; }
.mg-head { display: flex; align-items: baseline; gap: 10px; padding-bottom: 10px; border-bottom: 1px solid rgba(var(--inkRGB), .3); }
.mg-num { font-size: 9.5px; font-weight: 500; letter-spacing: .24em; color: var(--accent2); }
.mg-title { font-size: 9.5px; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: rgba(var(--inkRGB), .55); }
.menu-link {
  display: block; padding: 11px 0; font-size: 22px; font-weight: 600; font-stretch: 112%; text-transform: uppercase;
  border-bottom: 1px solid rgba(var(--inkRGB), .12);
}
body.menu-open { overflow: hidden; }

.foot { padding: 40px 22px 30px; border-top: 1px solid rgba(var(--inkRGB), .16); }
.foot-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 30px;
  padding-bottom: 26px; border-bottom: 1px solid rgba(var(--inkRGB), .16);
}
.foot .mg-head { padding-bottom: 8px; margin-bottom: 6px; border-bottom-color: rgba(var(--inkRGB), .2); }
.foot .mg-num, .foot .mg-title { font-size: 9px; }
.foot .mg-title { color: rgba(var(--inkRGB), .5); }
.foot-link { display: block; padding: 6px 0; font-size: 13.5px; color: rgba(var(--inkRGB), .65); }
.foot-link:hover { color: var(--ink); }
.foot-base {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 14px; margin-top: 20px;
  font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: rgba(var(--inkRGB), .4);
}
.foot-base a:hover { color: var(--ink); }
.foot-brand { font-size: 15px; font-weight: 800; font-stretch: 118%; letter-spacing: -.035em; text-transform: none; color: rgba(var(--inkRGB), .75); }

/* ---------- layout primitives ---------- */
.wrap { max-width: 1240px; margin: 0 auto; }
.sec { padding: 56px 22px; border-top: 1px solid rgba(var(--inkRGB), .16); }
.sec.first { padding: 96px 22px 48px; border-top: 0; }
.sec.last { padding-bottom: 72px; }
.kicker-row { display: flex; align-items: baseline; gap: 16px; margin-bottom: 22px; }
.kicker { font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--accent2); }
.kicker-note { font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: rgba(var(--inkRGB), .5); }
.rule { flex: 1; height: 1px; background: rgba(var(--inkRGB), .2); }
.label { font-size: 9.5px; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: rgba(var(--inkRGB), .5); }
.label.accent, .eyebrow { color: var(--accent2); }
.eyebrow { font-size: 9.5px; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; }
.display {
  margin: 0; line-height: .94; letter-spacing: -.012em; font-weight: 800; font-stretch: 118%; text-transform: uppercase;
}
.h1 { font-size: clamp(30px, 5vw, 62px); margin-bottom: 20px; max-width: 17ch; }
.h2 { font-size: clamp(24px, 3.4vw, 40px); line-height: .98; }
.lede { margin: 0 0 30px; max-width: 52ch; font-size: 15px; line-height: 1.55; color: rgba(var(--inkRGB), .7); }
.body { margin: 0; font-size: 14px; line-height: 1.6; color: rgba(var(--inkRGB), .65); }
.muted { color: rgba(var(--inkRGB), .55); }
.grid-auto { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-cols { display: grid; gap: 30px; align-items: start; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.box { border: 1px solid rgba(var(--inkRGB), .25); padding: 22px; }
.hairline { height: 1px; background: rgba(var(--inkRGB), .2); margin: 20px 0; }

/* buttons */
.btn {
  display: inline-block; background: var(--accent); color: var(--onAccent); border: 1px solid var(--accent);
  font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; padding: 14px 20px; line-height: 1.2;
  text-align: center;
}
.btn:hover, .btn-ghost:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.btn-ghost { background: transparent; color: inherit; border: 1px solid rgba(var(--inkRGB), .4); }
.btn.sm { padding: 13px 18px; }
.btn[disabled] { opacity: .5; pointer-events: none; }
.text-link {
  display: inline-block; background: none; border: none; padding: 0 0 2px; color: inherit; border-bottom: 1px solid currentColor;
  font-size: 10.5px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
}
.inline-link { border-bottom: 1px solid rgba(var(--inkRGB), .4); }
.btn-row { display: flex; flex-wrap: wrap; gap: 10px; }

/* cards */
.card {
  display: flex; flex-direction: column; gap: 12px; text-align: left; padding: 26px 22px;
  border: 1px solid rgba(var(--inkRGB), .3); color: inherit;
}
.card:hover { border-color: var(--accent); background: rgba(var(--accentRGB), .08); color: inherit; }
.card-title { font-size: 26px; font-weight: 600; font-stretch: 112%; text-transform: uppercase; line-height: 1; }
.card-copy { font-size: 13.5px; line-height: 1.55; color: rgba(var(--inkRGB), .65); }

/* forms */
.form { display: grid; gap: 12px; }
.form-2 { display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }
.field {
  width: 100%; background: transparent; border: 1px solid rgba(var(--inkRGB), .35); color: var(--ink);
  font-size: 13px; padding: 14px 12px; border-radius: 0; -webkit-appearance: none; appearance: none;
}
.field:focus { outline: none; border-color: var(--accent2); }
textarea.field { resize: vertical; }
select.field {
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 17px) 55%, calc(100% - 12px) 55%; background-size: 5px 5px; background-repeat: no-repeat; padding-right: 34px;
}
select option { background: var(--bg); color: var(--ink); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.form-status { font-size: 12px; color: rgba(var(--inkRGB), .5); }
.form-status.ok { color: var(--accent2); }
.form-status.err { color: #FF8A7A; }

/* chips + tags */
.chip {
  font-size: 10px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; padding: 8px 11px;
  background: transparent; color: rgba(var(--inkRGB), .6); border: 1px solid rgba(var(--inkRGB), .3);
}
.chip:hover { color: var(--ink); border-color: rgba(var(--inkRGB), .6); }
.chip[aria-pressed="true"] { background: var(--ink); color: var(--bg); border-color: var(--ink); }
a.chip { display: inline-block; }
a.chip[aria-current="page"] { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.tag {
  font-size: 9px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; padding: 4px 8px; white-space: nowrap; justify-self: start;
  border: 1px solid rgba(var(--inkRGB), .35); color: rgba(var(--inkRGB), .6);
}
.tag.featured { background: var(--accent); color: var(--onAccent); border-color: var(--accent); }
.tag.pick { border-color: rgba(var(--accent2RGB), .4); color: rgba(var(--accent2RGB), .85); }
.tag.tribute { border-color: rgba(var(--accent2RGB), .65); color: var(--accent2); }

/* event rows */
.rows { border-top: 1px solid rgba(var(--inkRGB), .18); }
.row {
  display: grid; grid-template-columns: 96px 1fr auto auto; gap: 14px; align-items: center; width: 100%;
  padding: 15px 6px; border-bottom: 1px solid rgba(var(--inkRGB), .18); color: inherit; text-align: left;
}
a.row:hover { background: rgba(var(--accentRGB), .08); color: inherit; }
.row .when { font-size: 11px; color: rgba(var(--inkRGB), .55); white-space: nowrap; }
.row .what { min-width: 0; }
.row .title { display: block; font-size: 18px; letter-spacing: -.02em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.row .where { display: block; font-size: 11px; color: rgba(var(--inkRGB), .55); margin-top: 3px; }
.row .price { font-size: 11.5px; white-space: nowrap; }
.empty { padding: 34px 6px; font-size: 14px; color: rgba(var(--inkRGB), .55); border-bottom: 1px solid rgba(var(--inkRGB), .18); }
.skeleton { height: 62px; border-bottom: 1px solid rgba(var(--inkRGB), .12); background: linear-gradient(90deg, rgba(var(--inkRGB), .03), rgba(var(--inkRGB), .07), rgba(var(--inkRGB), .03)); background-size: 200% 100%; animation: sk 1.4s linear infinite; }
@keyframes sk { to { background-position: -200% 0; } }

.notice {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; border: 1px solid rgba(var(--accent2RGB), .5);
  padding: 11px 13px; margin-bottom: 18px;
}
.notice b { font-size: 9px; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: var(--accent2); }
.notice span { font-size: 12px; line-height: 1.5; color: rgba(var(--inkRGB), .6); }
.searchbar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; border: 1px solid rgba(var(--inkRGB), .3); padding: 8px 8px 8px 16px; }
.searchbar input { flex: 3 1 220px; min-width: 0; background: transparent; border: none; outline: none; color: var(--ink); font-size: 13px; padding: 10px 0; }
.searchbar .chips { flex: 2 1 250px; }
.meta-line { display: flex; justify-content: space-between; gap: 12px; margin-top: 18px; font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: rgba(var(--inkRGB), .45); }
.city-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 16px; }
.city-row select { min-width: 200px; width: auto; padding: 11px 34px 11px 12px; }

/* calendar */
.cal-wrap { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; align-items: start; }
.cal { border: 1px solid rgba(var(--inkRGB), .25); }
.cal-head { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; border-bottom: 1px solid rgba(var(--inkRGB), .25); }
.cal-head span { font-size: 11px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.cal-nav { font-size: 12px; border: 1px solid rgba(var(--inkRGB), .35); background: transparent; color: var(--ink); padding: 4px 9px; }
.cal-nav:hover { background: var(--ink); color: var(--bg); }
.cal-dow, .cal-days { display: grid; grid-template-columns: repeat(7, 1fr); }
.cal-dow { font-size: 9px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: rgba(var(--inkRGB), .45); border-bottom: 1px solid rgba(var(--inkRGB), .16); }
.cal-dow span { padding: 7px 0; text-align: center; }
.day {
  height: 40px; font-size: 11px; border: none; border-right: 1px solid rgba(var(--inkRGB), .08); border-bottom: 1px solid rgba(var(--inkRGB), .08);
  background: transparent; color: rgba(var(--inkRGB), .5);
}
.day.blank { border: none; pointer-events: none; }
.day.past { background: rgba(var(--inkRGB), .03); color: rgba(var(--inkRGB), .2); cursor: default; pointer-events: none; }
.day.has { background: rgba(var(--accentRGB), .2); color: var(--ink); box-shadow: inset 0 -3px 0 var(--accent); }
.day.sel { background: var(--accent); color: var(--onAccent); box-shadow: none; }
.day-event { border-top: 1px solid rgba(var(--inkRGB), .22); padding: 13px 0; display: grid; grid-template-columns: 56px 1fr auto; gap: 12px; align-items: baseline; }
.day-event .t { font-size: 11px; color: rgba(var(--inkRGB), .55); }
.day-event .n { font-size: 17px; letter-spacing: -.02em; }
.day-event .v { font-size: 11px; color: rgba(var(--inkRGB), .55); margin-top: 3px; }
.day-event .p { font-size: 10px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; border: 1px solid rgba(var(--inkRGB), .5); padding: 5px 9px; white-space: nowrap; }

/* hero + field */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; padding: 120px 22px 30px; overflow: hidden; }
tribute-field { position: absolute; inset: 0; }
.veil-up { position: absolute; inset: 0; background: linear-gradient(to top, rgba(var(--bgRGB), .82) 0%, rgba(var(--bgRGB), .18) 55%, rgba(var(--bgRGB), 0) 100%); }
.veil-radial { position: absolute; inset: 0; background: radial-gradient(70% 70% at 50% 50%, rgba(var(--bgRGB), .75), rgba(var(--bgRGB), .25)); }
.grain { position: absolute; inset: 0; opacity: .35; mix-blend-mode: overlay; background-image: radial-gradient(rgba(var(--inkRGB), .35) .5px, transparent .5px); background-size: 3px 3px; pointer-events: none; }
.frame { position: absolute; inset: 22px; border: 1px solid rgba(var(--inkRGB), .16); pointer-events: none; }
.corner { position: absolute; background: var(--accent); pointer-events: none; }
.corner.tl-h { top: 22px; left: 22px; width: 26px; height: 1px; } .corner.tl-v { top: 22px; left: 22px; width: 1px; height: 26px; }
.corner.br-h { bottom: 22px; right: 22px; width: 26px; height: 1px; } .corner.br-v { bottom: 22px; right: 22px; width: 1px; height: 26px; }
.hero-in { position: relative; max-width: 1240px; margin: 0 auto; width: 100%; }
.hero h1 { font-size: clamp(30px, 4.7vw, 66px); max-width: 19ch; text-wrap: pretty; }
.hero h1 u { text-decoration: none; border-bottom: 4px solid var(--accent); padding-bottom: 2px; }
.hero p { margin: 26px 0 0; max-width: 52ch; font-size: 15px; line-height: 1.55; color: rgba(var(--inkRGB), .7); }
.band { position: relative; height: 62vh; min-height: 340px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-top: 1px solid rgba(var(--inkRGB), .16); }
.band p { position: relative; margin: 0; text-align: center; max-width: 24ch; font-size: clamp(22px, 3.2vw, 40px); line-height: 1.02; letter-spacing: -.008em; font-weight: 800; font-stretch: 118%; text-transform: uppercase; }
.hero.short { min-height: 62vh; align-items: stretch; }

/* venues */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1px; background: rgba(var(--inkRGB), .2); border: 1px solid rgba(var(--inkRGB), .2); }
.steps > div { background: var(--bg); padding: 22px; }
.steps .n { font-size: 9.5px; font-weight: 500; letter-spacing: .24em; color: var(--accent2); margin-bottom: 10px; }
.steps .t { font-size: 17px; margin-bottom: 6px; }
.steps .d { font-size: 13px; line-height: 1.6; color: rgba(var(--inkRGB), .6); }
.compare { display: grid; grid-template-columns: 1.4fr 1fr 1fr; font-size: 13.5px; border-top: 1px solid rgba(var(--inkRGB), .25); }
.compare > div { padding: 15px 12px; border-bottom: 1px solid rgba(var(--inkRGB), .14); }
.compare > div:nth-child(3n+1) { padding-left: 0; }
.compare > .ch { padding-top: 14px; padding-bottom: 14px; font-size: 9.5px; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: rgba(var(--inkRGB), .5); border-bottom: 1px solid rgba(var(--inkRGB), .14); }
.compare > .ours { background: rgba(var(--accentRGB), .1); }
.compare > .ch.ours { color: var(--accent2); }
.compare > .theirs { color: rgba(var(--inkRGB), .55); }
.compare > .ch.theirs { color: rgba(var(--inkRGB), .5); }
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(90px, 1fr)); gap: 14px; }
.stat b { display: block; font-size: 30px; font-weight: 800; font-stretch: 118%; line-height: 1; }
.stat b.a { color: var(--accent2); }
.stat span { display: block; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: rgba(var(--inkRGB), .5); margin-top: 6px; }
.bar { height: 6px; background: rgba(var(--inkRGB), .14); margin-top: 20px; }
.bar i { display: block; height: 100%; background: var(--accent); }

/* pricing cards (list page) */
.plan { border: 1px solid rgba(var(--inkRGB), .3); padding: 26px 22px; display: flex; flex-direction: column; gap: 14px; }
.plan.hot { border-color: var(--accent); background: rgba(var(--accentRGB), .12); }
.plan-head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.plan-name { font-size: 24px; letter-spacing: -.03em; }
.plan-sub { font-size: 13px; color: var(--accent2); }
.plan-sub.quiet { color: rgba(var(--inkRGB), .6); }
.plan ul, .checks { list-style: none; margin: 0; padding: 0; font-size: 13px; line-height: 2; color: rgba(var(--inkRGB), .7); }
.plan .btn, .plan .btn-ghost { margin-top: auto; }
.checks { font-size: 13.5px; line-height: 1.9; }

/* artists */
.svc { border-top: 1px solid rgba(var(--inkRGB), .22); }
.svc-btn {
  display: grid; grid-template-columns: 44px 1fr auto; gap: 14px; align-items: baseline; width: 100%; padding: 20px 6px;
  background: transparent; border: none; border-bottom: 1px solid rgba(var(--inkRGB), .22); color: inherit; text-align: left;
}
.svc-btn[aria-expanded="true"] { background: rgba(var(--accentRGB), .12); }
.svc-btn:hover { background: rgba(var(--accentRGB), .08); }
.svc-btn .n { font-size: 10px; letter-spacing: .14em; opacity: .5; }
.svc-btn .t { font-size: clamp(22px, 3.4vw, 38px); font-weight: 600; font-stretch: 112%; text-transform: uppercase; }
.svc-btn .m { font-size: 11px; opacity: .6; text-align: right; }
.svc-panel {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; align-items: start;
  padding: 28px 6px 32px; border-bottom: 1px solid rgba(var(--inkRGB), .22); background: rgba(var(--accentRGB), .06);
}
.svc-panel h3 { margin: 0 0 12px; font-size: clamp(20px, 2.6vw, 30px); line-height: 1.02; letter-spacing: -.008em; font-weight: 800; font-stretch: 118%; text-transform: uppercase; max-width: 18ch; }
.svc-panel p { margin: 0 0 18px; font-size: 14px; line-height: 1.6; color: rgba(var(--inkRGB), .7); max-width: 46ch; }
.svc-panel ul { list-style: none; margin: 0; padding: 0; font-size: 13.5px; line-height: 2; color: rgba(var(--inkRGB), .65); }
.svc-panel li { border-bottom: 1px solid rgba(var(--inkRGB), .14); padding: 6px 0; }

/* about / legal */
.about-p { margin: 0 0 20px; font-size: clamp(16px, 1.8vw, 20px); line-height: 1.5; }
.kv { display: grid; grid-template-columns: 1fr auto; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(var(--inkRGB), .14); font-size: 14px; }
.kv span:last-child { color: rgba(var(--inkRGB), .5); font-size: 12px; }
.legal-block { border-top: 1px solid rgba(var(--inkRGB), .25); padding-top: 18px; }
.legal-block p { margin: 0; font-size: 15px; line-height: 1.7; color: rgba(var(--inkRGB), .75); }

@media (max-width: 640px) {
  :root { --rail: 48px; }
  .skip { left: 58px; }
  .topbar { right: 14px; gap: 14px; }
  .sec, .sec.first, .hero { padding-left: 16px; padding-right: 16px; }
  .frame { inset: 14px; }
  .corner.tl-h, .corner.tl-v { top: 14px; left: 14px; } .corner.br-h, .corner.br-v { bottom: 14px; right: 14px; }
  .row { grid-template-columns: 1fr auto; gap: 6px 12px; }
  .row .when { grid-column: 1 / -1; }
  .row .tag { grid-column: 1; grid-row: 3; }
  .row .price { grid-column: 2; grid-row: 2; }
  .compare { grid-template-columns: 1fr 1fr 1fr; font-size: 12.5px; }
  .svc-btn { grid-template-columns: 30px 1fr; }
  .svc-btn .m { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .skeleton { animation: none; }
}
