/* =========================================================================
   member.show — Hausverwaltungs-Verzeichnis Mallorca
   Identity: "Das Schlüsselregister" — a custodian's key cabinet.
   Walnut cabinet + engraved brass + muted persiana green. The rank IS the
   hook number on the key board ("Schl. 01").
   Display: Marcellus (lapidary) · Body: Mulish · Numbers: Spline Sans Mono
   ========================================================================= */

/* ---- self-hosted fonts (DSGVO + speed, no external requests) ---- */
@font-face {
  font-family: "Marcellus"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("fonts/marcellus-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "Marcellus"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("fonts/marcellus-latinext.woff2") format("woff2");
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: "Mulish"; font-style: normal; font-weight: 400 800; font-display: swap;
  src: url("fonts/mulish-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "Mulish"; font-style: normal; font-weight: 400 800; font-display: swap;
  src: url("fonts/mulish-latinext.woff2") format("woff2");
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: "Spline Sans Mono"; font-style: normal; font-weight: 400 500; font-display: swap;
  src: url("fonts/splinemono-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "Spline Sans Mono"; font-style: normal; font-weight: 400 500; font-display: swap;
  src: url("fonts/splinemono-latinext.woff2") format("woff2");
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* ---- tokens ---- */
:root {
  --walnut:    #241a12;   /* key-cabinet wood — hero / footer */
  --walnut-2:  #30241a;
  --walnut-3:  #3d2f21;
  --mares:     #ece6da;   /* Mallorcan limestone — page field */
  --mares-2:   #e3dccc;
  --paper:     #f8f4ec;   /* card surface */
  --ink:       #211910;
  --ink-2:     #5b5142;   /* muted body / meta */
  --ink-3:     #8a7f6d;
  --brass:     #a9803a;   /* engraved brass — the luxury accent */
  --brass-deep:#86621f;
  --brass-lite:#c7a25b;
  --brass-glow:#e6cd92;
  --persiana:  #3d5a52;   /* muted shutter green — island secondary */
  --persiana-2:#2f4640;
  --line:      rgba(33,25,16,.14);
  --line-2:    rgba(33,25,16,.08);
  --line-w:    rgba(236,230,218,.18);  /* hairline on walnut */

  --display: "Marcellus", "Hoefler Text", "Times New Roman", serif;
  --sans:    "Mulish", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono:    "Spline Sans Mono", "SFMono-Regular", ui-monospace, "Cascadia Mono", Menlo, monospace;

  --wrap: 1180px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--mares);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; margin: 0; letter-spacing: .005em; }
svg { display: block; }

/* shared key glyph (brand + indices) */
.key-glyph { display: inline-flex; }
.key-glyph svg { width: 1em; height: 1em; }

/* ====================================================================== header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(36,26,18,.92);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line-w);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand { display: flex; align-items: baseline; gap: 10px; color: var(--mares); }
.brand .key-glyph { color: var(--brass-lite); align-self: center; }
.brand .key-glyph svg { width: 19px; height: 19px; }
.brand-mark { font-family: var(--display); font-size: 1.32rem; letter-spacing: .02em; }
.brand-dot { color: var(--brass-lite); }
.brand-sub {
  font-family: var(--mono); font-size: .62rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .26em; color: var(--brass-lite);
  padding-left: 10px; border-left: 1px solid var(--line-w); align-self: center;
}
.header-nav { display: flex; gap: 28px; }
.header-nav a {
  font-size: .82rem; font-weight: 600; letter-spacing: .02em; color: rgba(236,230,218,.78);
  padding: 6px 0; position: relative; transition: color .2s var(--ease);
}
.header-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1.5px;
  background: var(--brass-lite); transition: width .25s var(--ease);
}
.header-nav a:hover { color: var(--mares); }
.header-nav a:hover::after { width: 100%; }

/* ====================================================================== hero */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(120% 90% at 80% -10%, rgba(169,128,58,.20), transparent 55%),
    linear-gradient(168deg, #2c2016 0%, var(--walnut) 48%, #1d150e 100%);
  color: var(--mares);
  border-bottom: 1px solid var(--brass-deep);
}
.hero-grain {
  position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background:
    repeating-linear-gradient(91deg, rgba(0,0,0,.13) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(90deg, rgba(231,205,146,.05) 0 2px, transparent 2px 13px);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.35) 70%, transparent 100%);
}
.hero-board { position: absolute; inset: 0 0 auto 0; width: 100%; height: 360px; opacity: .9; }
.hero-board .rail { stroke: var(--brass); stroke-width: 2; opacity: .55; }
.hero-board .ring { fill: none; stroke: var(--brass-lite); stroke-width: 1.6; opacity: .65; }
.hero-board .kk { fill: none; stroke: var(--brass-lite); stroke-width: 1.6; stroke-linecap: round; opacity: .55; }
.hero-board .keys g { animation: sway 6s var(--ease) infinite; transform-box: fill-box; transform-origin: top center; }
.hero-board .keys g:nth-child(2) { animation-duration: 7.2s; animation-delay: -1.5s; }
.hero-board .keys g:nth-child(3) { animation-duration: 6.6s; animation-delay: -3s; }
.hero-board .keys g:nth-child(4) { animation-duration: 7.8s; animation-delay: -2.2s; }
@keyframes sway { 0%,100% { transform: rotate(-2.2deg); } 50% { transform: rotate(2.2deg); } }

.hero-inner { position: relative; z-index: 2; padding: 104px 24px 78px; max-width: 920px; }
.eyebrow {
  font-family: var(--mono); font-size: .72rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .3em; color: var(--brass-lite); margin: 0 0 26px;
}
.hero h1 {
  font-size: clamp(2.7rem, 6.4vw, 5rem); line-height: 1.04; letter-spacing: .004em;
  margin: 0 0 26px; color: #f4eee2;
}
.hero h1 .hl { position: relative; color: var(--brass-glow); white-space: nowrap; }
.hero h1 .hl::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .04em; height: 2px;
  background: linear-gradient(90deg, transparent, var(--brass), transparent);
}
.hero-sub {
  max-width: 660px; font-size: 1.08rem; line-height: 1.66; color: rgba(236,230,218,.86); margin: 0 0 40px;
}
.hero-sub strong { color: var(--brass-glow); font-weight: 700; }
.hero-stats { display: flex; gap: 52px; flex-wrap: wrap; }
.stat { display: flex; flex-direction: column; gap: 6px; }
.stat .num {
  font-family: var(--mono); font-weight: 500; font-size: 2.5rem; line-height: 1;
  color: var(--brass-glow); letter-spacing: -.01em;
}
.stat .lbl {
  font-size: .72rem; text-transform: uppercase; letter-spacing: .16em;
  color: rgba(236,230,218,.62); font-weight: 600;
}

/* ====================================================================== filter */
.filterbar {
  position: sticky; top: 63px; z-index: 40;
  background: rgba(236,230,218,.94);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.filterbar-inner { display: flex; gap: 14px; align-items: flex-end; padding: 16px 24px; flex-wrap: wrap; }
.field { display: flex; flex-direction: column; gap: 6px; flex: 1 1 150px; min-width: 0; }
.field-search { flex: 2 1 240px; }
.field label {
  font-family: var(--mono); font-size: .6rem; font-weight: 500; text-transform: uppercase;
  letter-spacing: .2em; color: var(--ink-2); padding-left: 2px;
}
.field input, .field select {
  font-family: var(--sans); font-size: .92rem; color: var(--ink);
  background: var(--paper); border: 1px solid var(--line); border-radius: 9px;
  padding: 11px 13px; width: 100%; transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
  appearance: none;
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23a9803a' stroke-width='2.4'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; padding-right: 34px; cursor: pointer;
}
.field input:focus, .field select:focus {
  outline: none; border-color: var(--brass); box-shadow: 0 0 0 3px rgba(169,128,58,.18);
}
.field input::placeholder { color: var(--ink-3); }
.btn-reset {
  font-family: var(--mono); font-size: .66rem; font-weight: 500; text-transform: uppercase; letter-spacing: .16em;
  color: var(--walnut); background: linear-gradient(180deg, var(--brass-lite), var(--brass));
  border: 1px solid var(--brass-deep); border-radius: 9px; padding: 12px 18px; cursor: pointer;
  transition: filter .18s var(--ease), transform .12s var(--ease); white-space: nowrap; align-self: flex-end;
}
.btn-reset:hover { filter: brightness(1.06); }
.btn-reset:active { transform: translateY(1px); }

/* ====================================================================== blocks */
main { padding-bottom: 24px; }
.block { padding: 64px 0 8px; }
.block-head { max-width: 760px; margin: 0 0 34px; }
.index {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: .68rem; font-weight: 500; text-transform: uppercase;
  letter-spacing: .2em; color: var(--brass-deep); margin-bottom: 14px;
}
.index .key-glyph svg { width: 14px; height: 14px; color: var(--brass); }
.block-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); line-height: 1.1; color: var(--ink); }
.block-head p { margin: 12px 0 0; color: var(--ink-2); font-size: 1.02rem; max-width: 640px; }

/* ====================================================================== grids */
.grid { display: grid; gap: 22px; }
.grid-premium { grid-template-columns: repeat(3, 1fr); }
.grid-featured { grid-template-columns: repeat(4, 1fr); }

/* ====================================================================== key-tag card */
.tag {
  position: relative; display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid var(--line); border-radius: 15px;
  overflow: hidden; transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease);
}
.tag:hover { transform: translateY(-4px); box-shadow: 0 22px 40px -26px rgba(36,26,18,.6); border-color: rgba(169,128,58,.5); }

/* brass reinforced head with punched eyelet = the key tag's top */
.tag-head {
  position: relative; display: flex; align-items: center; gap: 10px;
  padding: 11px 15px 11px 40px;
  background: linear-gradient(180deg, #d8b974 0%, var(--brass-lite) 42%, var(--brass) 100%);
  border-bottom: 1px solid var(--brass-deep);
}
.tag-hole {
  position: absolute; left: 15px; top: 50%; transform: translateY(-50%);
  width: 13px; height: 13px; border-radius: 50%;
  background: var(--walnut);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.7), 0 1px 0 rgba(231,205,146,.8);
}
.tag-no {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--mono); font-size: .7rem; font-weight: 500; text-transform: uppercase;
  letter-spacing: .12em; color: #3a2a14;
}
.tag-no svg { width: 13px; height: 13px; }
.badge {
  margin-left: auto; font-family: var(--mono); font-size: .58rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .14em; color: var(--mares);
  background: var(--walnut); border-radius: 999px; padding: 4px 10px;
}

.tag-media {
  position: relative; height: 142px; background: var(--walnut-2);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.tag-media .mono {
  font-family: var(--display); font-size: 3.2rem; color: rgba(231,205,146,.32);
  position: absolute; z-index: 0;
}
.tag-photo {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1;
  filter: saturate(1.02) contrast(1.02);
}
.tag-media::after {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(29,21,14,.32) 100%);
}

.tag-body { display: flex; flex-direction: column; padding: 18px 18px 20px; flex: 1; }
.tag-seg {
  font-family: var(--mono); font-size: .62rem; font-weight: 500; text-transform: uppercase;
  letter-spacing: .18em; color: var(--persiana); margin-bottom: 9px;
}
.tag-name { font-size: 1.32rem; line-height: 1.16; color: var(--ink); }
.tag--premium .tag-name { font-size: 1.5rem; }
.tag-meta { margin-top: 13px; display: flex; flex-direction: column; gap: 7px; }
.m-row { display: flex; align-items: flex-start; gap: 9px; font-size: .86rem; color: var(--ink-2); }
.m-row svg { width: 15px; height: 15px; flex-shrink: 0; margin-top: 2px; color: var(--brass-deep); }
.tag-actions { margin-top: auto; padding-top: 17px; display: flex; flex-wrap: wrap; gap: 8px; }
.act {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .76rem; font-weight: 700; letter-spacing: .01em; padding: 8px 13px;
  border-radius: 8px; border: 1px solid var(--line); transition: all .18s var(--ease);
}
.act svg { width: 14px; height: 14px; }
.act--primary { background: var(--persiana); color: var(--mares); border-color: var(--persiana-2); }
.act--primary:hover { background: var(--persiana-2); }
.act--ghost { color: var(--ink-2); background: transparent; }
.act--ghost:hover { border-color: var(--brass); color: var(--brass-deep); }

/* premium emphasis */
.tag--premium { border-color: rgba(169,128,58,.55); box-shadow: 0 1px 0 rgba(231,205,146,.5) inset; }
.tag--premium .tag-media { height: 168px; }

/* claim button (corner) */
.claim { position: absolute; z-index: 5; color: var(--ink-3); transition: color .18s var(--ease); }
.claim svg { width: 17px; height: 17px; }
.claim--corner { top: 50px; right: 13px; color: rgba(58,42,20,.55); }
.tag--premium .claim--corner { top: 50px; }
.claim--corner:hover { color: var(--walnut); }
.claim-tip {
  position: absolute; right: 0; top: calc(100% + 8px); display: flex; align-items: center; gap: 7px;
  background: var(--walnut); color: var(--mares); font-family: var(--sans); font-size: .72rem; font-weight: 700;
  white-space: nowrap; padding: 7px 11px; border-radius: 8px; opacity: 0; visibility: hidden;
  transform: translateY(-3px); transition: all .18s var(--ease); pointer-events: none; box-shadow: 0 10px 24px -12px rgba(0,0,0,.6);
}
.claim-tip svg { width: 14px; height: 14px; color: #4ad07f; }
.claim:hover .claim-tip { opacity: 1; visibility: visible; transform: translateY(0); }

/* ====================================================================== claim banner */
.claim-banner { margin: 58px 0 8px; }
.claim-banner-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(169,128,58,.22), transparent 60%),
    linear-gradient(160deg, var(--walnut-2), var(--walnut));
  border: 1px solid var(--brass-deep); border-radius: 18px; padding: 38px 40px; color: var(--mares);
}
.claim-eyebrow {
  font-family: var(--mono); font-size: .64rem; font-weight: 500; text-transform: uppercase;
  letter-spacing: .22em; color: var(--brass-lite); margin: 0 0 10px;
}
.claim-banner-text h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); color: #f4eee2; }
.claim-sub { margin: 10px 0 0; color: rgba(236,230,218,.82); max-width: 520px; font-size: .98rem; }
.claim-sub strong { color: var(--brass-glow); }
.claim-cta {
  display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0;
  font-weight: 700; font-size: .92rem; color: var(--walnut);
  background: linear-gradient(180deg, var(--brass-glow), var(--brass)); border: 1px solid var(--brass-deep);
  border-radius: 11px; padding: 15px 26px; transition: filter .18s var(--ease), transform .12s var(--ease);
}
.claim-cta svg { width: 19px; height: 19px; }
.claim-cta:hover { filter: brightness(1.06); }
.claim-cta:active { transform: translateY(1px); }

/* ====================================================================== Schlüsselbrett list */
.list {
  border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--paper);
}
.hook {
  position: relative; display: grid;
  grid-template-columns: 54px 1fr 200px auto; align-items: center; gap: 18px;
  padding: 14px 54px 14px 20px; border-bottom: 1px solid var(--line-2);
  transition: background .16s var(--ease);
}
.hook:last-child { border-bottom: none; }
.hook:hover { background: rgba(169,128,58,.06); }
.hook-no {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--mono); font-size: .76rem; font-weight: 500; letter-spacing: .06em; color: var(--brass-deep);
}
.hook-no svg { width: 14px; height: 14px; color: var(--brass); }
.hook-thumb {
  width: 46px; height: 46px; border-radius: 10px; overflow: hidden; position: relative;
  background: var(--walnut-2); display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.hook-thumb .mono { font-family: var(--display); font-size: 1.2rem; color: rgba(231,205,146,.4); position: absolute; }
.hook-thumb .tag-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hook-main { min-width: 0; }
.hook-name { font-family: var(--display); font-size: 1.16rem; color: var(--ink); line-height: 1.2; }
.hook-seg { font-size: .76rem; color: var(--ink-3); margin-top: 2px; font-weight: 600; letter-spacing: .01em; }
.hook-loc { font-size: .84rem; color: var(--ink-2); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hook-links { display: flex; gap: 6px; }
.icon-btn {
  display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px;
  border: 1px solid var(--line); border-radius: 9px; color: var(--ink-2); transition: all .16s var(--ease);
}
.icon-btn svg { width: 16px; height: 16px; }
.icon-btn:hover { border-color: var(--brass); color: var(--brass-deep); background: rgba(169,128,58,.08); }
.claim--row { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: var(--ink-3); }
.claim--row .claim-tip { top: 50%; right: calc(100% + 8px); transform: translateY(-50%) translateX(3px); }
.claim--row:hover .claim-tip { transform: translateY(-50%) translateX(0); }
.claim--row:hover { color: var(--walnut); }

/* ====================================================================== results / empty */
.empty {
  text-align: center; padding: 60px 20px; color: var(--ink-2);
  font-family: var(--display); font-size: 1.3rem; border: 1px dashed var(--line); border-radius: 14px;
}

/* ====================================================================== footer */
.site-footer {
  margin-top: 60px; background: var(--walnut); color: rgba(236,230,218,.7);
  border-top: 1px solid var(--brass-deep); padding: 52px 0 40px;
}
.foot-top { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; padding-bottom: 30px; border-bottom: 1px solid var(--line-w); }
.foot-brand { display: flex; align-items: center; gap: 9px; margin: 0 0 6px; color: var(--mares); }
.foot-brand .key-glyph { color: var(--brass-lite); }
.foot-brand .key-glyph svg { width: 17px; height: 17px; }
.brand-mark.small { font-size: 1.15rem; }
.foot-tag { margin: 0; font-size: .82rem; color: rgba(236,230,218,.6); }
.foot-cats { display: flex; flex-wrap: wrap; gap: 8px; align-content: flex-start; max-width: 560px; }
.foot-cats span {
  font-family: var(--mono); font-size: .64rem; font-weight: 500; text-transform: uppercase; letter-spacing: .1em;
  color: var(--brass-lite); border: 1px solid var(--line-w); border-radius: 999px; padding: 5px 12px;
}
.foot-note { margin: 26px 0 0; font-size: .76rem; line-height: 1.7; color: rgba(236,230,218,.5); max-width: 760px; }
.foot-note code { font-family: var(--mono); color: var(--brass-lite); font-size: .9em; }

/* ====================================================================== floating WhatsApp */
.ms-wa {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 28px -8px rgba(37,211,102,.6); transition: transform .2s var(--ease);
}
.ms-wa svg { width: 30px; height: 30px; }
.ms-wa:hover { transform: scale(1.08); }

/* ====================================================================== reveal */
.r { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.r.in { opacity: 1; transform: none; }

/* ====================================================================== responsive */
@media (max-width: 1040px) {
  .grid-featured { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .grid-premium { grid-template-columns: 1fr 1fr; }
  .hero-inner { padding: 84px 24px 60px; }
  .hook { grid-template-columns: 44px 1fr auto; padding-right: 48px; }
  .hook-loc { display: none; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .header-nav { display: none; }
  .brand-sub { display: none; }
  .grid-premium, .grid-featured { grid-template-columns: 1fr; }
  .hero-stats { gap: 30px; }
  .stat .num { font-size: 2.1rem; }
  .block { padding: 46px 0 6px; }
  .claim-banner-inner { padding: 30px 24px; }
  .hook { grid-template-columns: 1fr auto; gap: 12px; padding: 13px 46px 13px 16px; }
  .hook-thumb { display: none; }
}
@media (max-width: 420px) {
  .hook-links { display: none; }
}

/* ====================================================================== a11y */
:focus-visible { outline: 2px solid var(--brass); outline-offset: 2px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; }
  .r { opacity: 1 !important; transform: none !important; transition: none !important; }
}
