/* =========================================================================
   member.show — Immobilienmakler-Verzeichnis Mallorca
   Identity: editorial "Exposé" registry · Posidonia teal + antique brass
   Display: Cormorant Garamond · Utility: Space Mono · Body: system sans
   ========================================================================= */

/* ---- self-hosted fonts (DSGVO + speed, no external requests) ---- */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal; font-weight: 400 600; font-display: swap;
  src: url("fonts/cormorant-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: "Cormorant Garamond";
  font-style: normal; font-weight: 400 600; font-display: swap;
  src: url("fonts/cormorant-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: "Space Mono";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("fonts/spacemono-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: "Space Mono";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("fonts/spacemono-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: "Space Mono";
  font-style: normal; font-weight: 700; font-display: swap;
  src: url("fonts/spacemono-700-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: "Space Mono";
  font-style: normal; font-weight: 700; font-display: swap;
  src: url("fonts/spacemono-700-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 {
  --teal:      #10403b;   /* Posidonia — signature structural color */
  --teal-deep: #0b2c28;
  --teal-soft: #1c534c;
  --ivory:     #f6f3ea;   /* plaster field */
  --ivory-2:   #fcfaf3;   /* leaf paper */
  --ink:       #1b1a16;
  --ink-soft:  #4a4940;
  --brass:     #ad8447;   /* antique brass accent */
  --brass-lite:#c8a877;
  --sand:      #cdb088;
  --sage:      #6b746b;   /* muted meta on ivory */
  --sage-2:    #9fb0a5;   /* muted meta on teal */
  --line:      rgba(27,26,22,.16);
  --line-2:    rgba(27,26,22,.09);
  --line-t:    rgba(246,243,234,.20);   /* hairline on teal */

  --serif: "Cormorant Garamond", "Hoefler Text", Georgia, serif;
  --mono:  "Space Mono", "SFMono-Regular", ui-monospace, "Cascadia Mono", Menlo, monospace;
  --sans:  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --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(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0; font-weight: 500; }
::selection { background: var(--brass); color: var(--ivory-2); }

.wrap { width: min(100% - 44px, var(--wrap)); margin-inline: auto; }

/* shared mono eyebrow */
.eyebrow {
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0;
}

/* =========================================================== header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246,243,234,.86);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line-2);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 66px;
}
.brand { display: inline-flex; align-items: baseline; gap: .12em; }
.brand-mark {
  font-family: var(--serif);
  font-size: 1.62rem; font-weight: 600;
  letter-spacing: .01em; color: var(--ink);
  line-height: 1;
}
.brand-dot { color: var(--brass); }
.brand-mark.small { font-size: 1.32rem; }
.header-nav { display: flex; gap: 30px; }
.header-nav a {
  font-family: var(--mono);
  font-size: .7rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-soft); padding: 6px 0; position: relative;
  transition: color .25s var(--ease);
}
.header-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: var(--brass); transition: width .3s var(--ease);
}
.header-nav a:hover { color: var(--ink); }
.header-nav a:hover::after { width: 100%; }

/* =========================================================== hero */
.hero {
  position: relative; overflow: hidden;
  background: var(--teal);
  color: var(--ivory);
  padding: clamp(70px, 12vw, 132px) 0 clamp(60px, 9vw, 104px);
  isolation: isolate;
}
/* faint topographic contour field — the island, abstracted */
.hero-contours {
  position: absolute; inset: 0; z-index: -1;
  width: 100%; height: 100%;
  color: var(--brass-lite); opacity: .14;
  pointer-events: none;
}
.hero-contours path { fill: none; stroke: currentColor; stroke-width: 1; vector-effect: non-scaling-stroke; }
/* drawn brass survey frame */
.hero-frame {
  position: absolute; z-index: -1;
  inset: clamp(18px, 3vw, 34px);
  color: var(--brass-lite);
  pointer-events: none;
}
.hero-frame rect {
  fill: none; stroke: currentColor; stroke-width: 1; opacity: .55;
  stroke-dasharray: 392; stroke-dashoffset: 392;
  animation: draw 2.1s var(--ease) .25s forwards;
}
.hero-frame line { stroke: var(--brass-lite); stroke-width: 1; opacity: .8; }
@keyframes draw { to { stroke-dashoffset: 0; } }

.hero .eyebrow { margin-bottom: 26px; color: var(--brass-lite); }
.hero h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.7rem, 6.4vw, 5.1rem);
  line-height: 1.02;
  letter-spacing: -.012em;
  max-width: 16ch;
}
.hero h1 em {
  font-style: italic; font-weight: 500;
  color: var(--brass-lite);
}
.hero-sub {
  margin: 28px 0 0; max-width: 56ch;
  color: var(--sage-2);
  font-size: 1.06rem; line-height: 1.7;
}
.hero-sub strong { color: var(--ivory); font-weight: 600; }

/* hero load reveal */
.hero .reveal { opacity: 0; transform: translateY(16px); animation: rise .9s var(--ease) forwards; }
.hero .eyebrow.reveal { animation-delay: .15s; }
.hero h1.reveal { animation-delay: .32s; }
.hero-sub.reveal { animation-delay: .5s; }
.hero-stats.reveal { animation-delay: .66s; }
@keyframes rise { to { opacity: 1; transform: none; } }

.hero-stats {
  display: flex; flex-wrap: wrap; gap: clamp(28px, 5vw, 70px);
  margin-top: clamp(40px, 6vw, 64px);
  padding-top: 30px;
  border-top: 1px solid var(--line-t);
}
.stat { display: flex; flex-direction: column; gap: 6px; }
.stat .num {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(2.4rem, 4.4vw, 3.3rem); line-height: 1;
  color: var(--ivory);
}
.stat .lbl {
  font-family: var(--mono); font-size: .64rem;
  letter-spacing: .2em; text-transform: uppercase; color: var(--sage-2);
}

/* =========================================================== filter */
.filterbar {
  position: sticky; top: 66px; z-index: 40;
  background: var(--ivory-2);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 var(--line-2), 0 14px 28px -26px rgba(11,44,40,.6);
}
.filterbar-inner {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr auto;
  gap: 12px; align-items: center;
  padding: 16px 0;
}
.field { position: relative; }
.field label {
  position: absolute; top: -8px; left: 11px;
  font-family: var(--mono); font-size: .54rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--brass);
  background: var(--ivory-2); padding: 0 5px;
}
.field input, .field select {
  width: 100%; height: 46px;
  border: 1px solid var(--line); border-radius: 0;
  background: transparent; color: var(--ink);
  font-family: var(--sans); font-size: .94rem;
  padding: 0 14px; appearance: none; -webkit-appearance: none;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.field select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='%23ad8447' stroke-width='1.4'/></svg>");
  background-repeat: no-repeat; background-position: right 14px center;
  padding-right: 34px; cursor: pointer;
}
.field input:focus, .field select:focus {
  outline: none; border-color: var(--teal);
  box-shadow: inset 0 -2px 0 var(--brass);
}
.field input::placeholder { color: var(--sage); }
.btn-reset {
  height: 46px; padding: 0 22px;
  font-family: var(--mono); font-size: .66rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ivory);
  background: var(--teal); border: 1px solid var(--teal);
  cursor: pointer; transition: background .22s var(--ease);
}
.btn-reset:hover { background: var(--teal-deep); }

/* =========================================================== sections */
main { padding-bottom: 30px; }
.block { padding-top: clamp(56px, 8vw, 92px); }
.block-head { max-width: 60ch; margin-bottom: clamp(26px, 4vw, 40px); }
.block-head .index {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--mono); font-size: .66rem; letter-spacing: .2em;
  text-transform: uppercase; color: var(--brass); margin-bottom: 16px;
}
.block-head .index::before {
  content: ""; width: 38px; height: 1px; background: var(--brass);
}
.block-head h2 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(1.9rem, 3.6vw, 2.9rem); line-height: 1.06;
  letter-spacing: -.01em; color: var(--teal);
}
.block-head p { margin: 12px 0 0; color: var(--ink-soft); font-size: 1.02rem; max-width: 54ch; }

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

/* =========================================================== leaf (exposé card) */
.leaf {
  position: relative;
  background: var(--ivory-2);
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
}
.leaf::before { /* inner hairline frame — the dossier double-rule */
  content: ""; position: absolute; inset: 7px; z-index: 3;
  border: 1px solid var(--line-2); pointer-events: none;
  transition: border-color .4s var(--ease);
}
.leaf:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 50px -32px rgba(11,44,40,.55);
  border-color: var(--brass);
}
.leaf:hover::before { border-color: rgba(173,132,71,.5); }

.leaf-ref {
  position: absolute; top: 0; left: 0; z-index: 6;
  font-family: var(--mono); font-size: .6rem; letter-spacing: .14em;
  color: var(--ivory); background: var(--teal);
  padding: 6px 11px;
}
.leaf--premium .leaf-ref { background: var(--brass); color: var(--ink); }

.leaf-media {
  position: relative; overflow: hidden;
  aspect-ratio: 4 / 3; background: var(--teal);
}
.leaf--premium .leaf-media { aspect-ratio: 5 / 4; }
.leaf-photo {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(.86) contrast(1.02);
  transition: transform 1.1s var(--ease), filter .5s var(--ease);
}
.leaf:hover .leaf-photo { transform: scale(1.05); filter: saturate(1) contrast(1.02); }
.leaf-media::after { /* teal wash for cohesion + badge legibility */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(11,44,40,0) 45%, rgba(11,44,40,.5) 100%),
    rgba(16,64,59,.12);
  mix-blend-mode: multiply;
  transition: opacity .5s var(--ease); opacity: .9;
}
.leaf:hover .leaf-media::after { opacity: .65; }
/* monogram fallback (sits under photo) */
.mono {
  position: absolute; inset: 0; z-index: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-weight: 500;
  font-size: 3.2rem; color: var(--brass-lite);
  background: var(--teal);
}
.leaf-photo { position: relative; z-index: 1; }

.badge {
  position: absolute; z-index: 4; bottom: 11px; left: 11px;
  font-family: var(--mono); font-size: .56rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--ink);
  background: var(--brass-lite); padding: 5px 10px;
}
.leaf--premium .badge { background: var(--brass); color: var(--ivory-2); }
.open-now {
  position: absolute; z-index: 4; bottom: 11px; right: 11px;
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--mono); font-size: .54rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ivory);
  background: rgba(11,44,40,.7); padding: 5px 9px;
}
.open-now .dot { width: 6px; height: 6px; border-radius: 50%; background: #7fcf9c; }
.open-now.closed { color: var(--sage-2); }
.open-now.closed .dot { background: #c98a7a; }

.leaf-body { padding: 22px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.leaf--premium .leaf-body { padding: 26px 24px 24px; }
.leaf-seg {
  font-family: var(--mono); font-size: .58rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--brass); margin-bottom: 10px;
}
.leaf-name {
  font-family: var(--serif); font-weight: 600;
  font-size: 1.34rem; line-height: 1.12; letter-spacing: -.005em;
  color: var(--ink);
}
.leaf--premium .leaf-name { font-size: 1.62rem; }
.leaf-meta { margin-top: 14px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.m-row { display: flex; align-items: flex-start; gap: 9px; color: var(--ink-soft); font-size: .86rem; line-height: 1.4; }
.m-row svg { width: 14px; height: 14px; flex: none; margin-top: 3px; color: var(--brass); }

.leaf-actions { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.act {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--mono); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase;
  padding: 9px 13px; border: 1px solid var(--line);
  transition: background .22s var(--ease), color .22s var(--ease), border-color .22s var(--ease);
}
.act svg { width: 13px; height: 13px; }
.act--primary { background: var(--teal); color: var(--ivory); border-color: var(--teal); }
.act--primary:hover { background: var(--teal-deep); }
.act--ghost { color: var(--ink-soft); }
.act--ghost:hover { border-color: var(--brass); color: var(--ink); }

/* ---- claim (corner half-disc + tooltip) — reused member.show pattern ---- */
.claim {
  position: absolute; z-index: 7;
  width: 30px; height: 42px;
  display: flex; align-items: center; justify-content: center;
  background: var(--brass); color: var(--ivory-2);
  border-radius: 21px 0 0 21px;
  transition: width .25s var(--ease), background .25s var(--ease);
}
.claim svg { width: 14px; height: 14px; }
.claim--corner { right: 0; bottom: 22px; }
.claim--row { right: 0; top: 50%; transform: translateY(-50%); }
.claim:hover, .claim:focus-visible { width: 36px; background: var(--teal); outline: none; }
.claim-tip {
  position: absolute; bottom: calc(100% + 9px); right: 0;
  display: flex; align-items: center; gap: 7px; white-space: nowrap;
  background: var(--teal-deep); color: var(--ivory);
  font-family: var(--mono); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase;
  padding: 8px 11px; opacity: 0; transform: translateY(5px); pointer-events: none;
  transition: opacity .22s var(--ease), transform .22s var(--ease);
}
.claim-tip svg { width: 14px; height: 14px; color: #4fd17f; }
.claim:hover .claim-tip, .claim:focus-visible .claim-tip { opacity: 1; transform: none; }

/* =========================================================== claim banner */
.claim-banner { margin-top: clamp(56px, 8vw, 92px); }
.claim-banner-inner {
  position: relative; overflow: hidden;
  background: var(--teal); color: var(--ivory);
  padding: clamp(34px, 5vw, 52px) clamp(28px, 5vw, 56px);
  display: flex; align-items: center; justify-content: space-between;
  gap: 30px; flex-wrap: wrap;
}
.claim-banner-inner::before {
  content: ""; position: absolute; inset: 12px; border: 1px solid var(--line-t); pointer-events: none;
}
.claim-eyebrow {
  font-family: var(--mono); font-size: .64rem; letter-spacing: .22em;
  text-transform: uppercase; color: var(--brass-lite); margin: 0 0 12px;
}
.claim-banner h2 {
  font-family: var(--serif); font-weight: 500; font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  line-height: 1.05; color: var(--ivory);
}
.claim-sub { margin: 12px 0 0; max-width: 46ch; color: var(--sage-2); font-size: 1rem; }
.claim-sub strong { color: var(--brass-lite); font-weight: 600; }
.claim-cta {
  display: inline-flex; align-items: center; gap: 10px; flex: none;
  font-family: var(--mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase;
  background: var(--brass); color: var(--ink); padding: 16px 26px;
  border: 1px solid var(--brass);
  transition: background .22s var(--ease), color .22s var(--ease);
}
.claim-cta svg { width: 17px; height: 17px; }
.claim-cta:hover { background: var(--brass-lite); }

/* =========================================================== registry list */
.list {
  border: 1px solid var(--line);
  background: var(--ivory-2);
  overflow: visible;
}
.list-row {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr 1.1fr auto;
  align-items: center; gap: 18px;
  padding: 15px 56px 15px 0;
  border-bottom: 1px solid var(--line-2);
  transition: background .2s var(--ease);
}
.list-row:last-child { border-bottom: 0; }
.list-row:hover { background: var(--ivory); }
.row-ref {
  font-family: var(--mono); font-size: .82rem; color: var(--brass);
  text-align: center; letter-spacing: .04em;
  border-right: 1px solid var(--line-2); padding: 8px 0; align-self: stretch;
  display: flex; align-items: center; justify-content: center;
}
.list-thumb { position: relative; width: 56px; height: 56px; overflow: hidden; background: var(--teal); }
.list-thumb .leaf-photo, .list-thumb img { width: 100%; height: 100%; object-fit: cover; }
.list-thumb .mono { font-size: 1.3rem; }
.row-main { min-width: 0; }
.row-name {
  font-family: var(--serif); font-weight: 600; font-size: 1.22rem;
  line-height: 1.15; color: var(--ink);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.row-seg {
  font-family: var(--mono); font-size: .58rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--sage); margin-top: 4px;
}
.row-loc { color: var(--ink-soft); font-size: .86rem; line-height: 1.4;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.row-links { display: flex; gap: 6px; }
.icon-btn {
  width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line); color: var(--ink-soft);
  transition: border-color .2s var(--ease), color .2s var(--ease), background .2s var(--ease);
}
.icon-btn svg { width: 15px; height: 15px; }
.icon-btn:hover { border-color: var(--brass); color: var(--teal); background: var(--ivory); }

/* =========================================================== results / empty */
#results .grid { margin-top: 4px; }
.empty {
  margin: 20px 0 0; padding: 40px; text-align: center;
  font-family: var(--serif); font-size: 1.3rem; color: var(--sage);
  border: 1px dashed var(--line);
}

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

/* =========================================================== footer */
.site-footer {
  background: var(--teal-deep); color: var(--sage-2);
  padding: clamp(48px, 7vw, 76px) 0 40px; margin-top: clamp(56px, 8vw, 90px);
}
.foot-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; flex-wrap: wrap;
  padding-bottom: 28px; border-bottom: 1px solid var(--line-t); }
.foot-brand .brand-mark { color: var(--ivory); }
.foot-brand .brand-dot { color: var(--brass-lite); }
.foot-tag { font-family: var(--mono); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--brass-lite); margin: 12px 0 0; }
.foot-cats { display: flex; flex-wrap: wrap; gap: 8px 22px; max-width: 520px; }
.foot-cats span { font-family: var(--mono); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; color: var(--sage-2); }
.foot-note { margin: 26px 0 0; font-size: .82rem; line-height: 1.7; color: var(--sage-2); max-width: 70ch; }

/* =========================================================== whatsapp float */
.ms-wa {
  position: fixed; right: 22px; bottom: 22px; z-index: 80;
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #1faf54; color: #fff;
  box-shadow: 0 10px 26px -8px rgba(31,175,84,.6);
  transition: transform .25s var(--ease);
}
.ms-wa svg { width: 30px; height: 30px; }
.ms-wa:hover { transform: scale(1.08); }

/* =========================================================== responsive */
@media (max-width: 1080px) {
  .grid-featured { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 920px) {
  .grid-premium { grid-template-columns: repeat(2, 1fr); }
  .filterbar-inner { grid-template-columns: 1fr 1fr; }
  .field-search { grid-column: 1 / -1; }
  .btn-reset { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .header-nav { display: none; }
  .list-row { grid-template-columns: 48px 1fr auto; padding-right: 46px; gap: 12px; }
  .row-loc { display: none; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .grid-premium, .grid-featured { grid-template-columns: 1fr; }
  .filterbar-inner { grid-template-columns: 1fr; }
  .claim-banner-inner { flex-direction: column; align-items: flex-start; }
  .list-row { grid-template-columns: 1fr auto; }
  .list-thumb { display: none; }
}

/* =========================================================== a11y */
:focus-visible { outline: 2px solid var(--brass); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .hero .reveal, .r { opacity: 1 !important; transform: none !important; }
  .hero-frame rect { stroke-dashoffset: 0 !important; }
}
