/* ============================================================
   ONE COLLECTION — Design System
   Aesthetic: clean, minimal, image-forward (Wander-style)
   Palette: white canvas, near-black ink, black pills, dark footer
   ============================================================ */

:root {
  --ink: #111113;
  --ink-soft: #3f3f46;
  --muted: #71717a;
  --line: #e4e4e7;
  --bg: #ffffff;
  --bg-warm: #f7f7f5;
  --black: #000000;
  --white: #ffffff;
  --radius: 16px;
  --radius-lg: 24px;
  --max: 1200px;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --font-serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --shadow: 0 1px 2px rgba(0,0,0,.05), 0 8px 24px rgba(0,0,0,.06);
  --shadow-hover: 0 2px 4px rgba(0,0,0,.06), 0 16px 40px rgba(0,0,0,.12);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ---------- Type ---------- */
h1, h2, h3 { font-weight: 600; letter-spacing: -0.02em; line-height: 1.15; }
h1 { font-size: clamp(2.4rem, 5.5vw, 4.2rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); }
h3 { font-size: 1.15rem; }
.eyebrow {
  text-transform: uppercase; letter-spacing: .18em; font-size: .75rem;
  font-weight: 600; color: var(--muted); margin-bottom: 14px;
}
.lead { font-size: 1.1rem; color: var(--ink-soft); max-width: 720px; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 28px; border-radius: 999px; font-weight: 600; font-size: .95rem;
  border: 1.5px solid transparent; cursor: pointer; transition: all .2s ease;
  white-space: nowrap;
}
.btn-dark { background: var(--black); color: var(--white); }
.btn-dark:hover { background: #2b2b2e; transform: translateY(-1px); }
.btn-light { background: var(--white); color: var(--ink); }
.btn-light:hover { background: #ececec; transform: translateY(-1px); }
.btn-outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--ink); color: var(--white); }
.btn-outline-light { border-color: rgba(255,255,255,.7); color: var(--white); background: transparent; }
.btn-outline-light:hover { background: var(--white); color: var(--ink); }

/* ---------- Header ---------- */
.topbar {
  background: var(--black); color: rgba(255,255,255,.75);
  font-size: .8rem; padding: 7px 0; text-align: right;
}
.topbar a { color: var(--white); font-weight: 500; }
.topbar .container { display: flex; justify-content: flex-end; gap: 24px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--black); color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 124px; gap: 24px;
}
.brand { display: flex; align-items: center; flex-shrink: 0; }
.brand img, .brand svg { height: 88px; width: auto; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav > li { position: relative; }
.nav > li > a {
  display: block; padding: 10px 14px; font-size: .92rem; font-weight: 500;
  color: rgba(255,255,255,.85); border-radius: 999px; transition: all .15s;
}
.nav > li > a:hover, .nav > li > a.active { color: var(--white); background: rgba(255,255,255,.1); }

.dropdown {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 230px;
  background: var(--white); color: var(--ink); border-radius: 14px;
  box-shadow: var(--shadow-hover); padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(6px); transition: all .18s ease;
}
.nav > li:hover .dropdown, .nav > li:focus-within .dropdown {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.dropdown a {
  display: block; padding: 9px 14px; border-radius: 9px; font-size: .9rem; font-weight: 500;
}
.dropdown a:hover { background: var(--bg-warm); }
.dropdown .dd-label {
  padding: 10px 14px 4px; font-size: .7rem; text-transform: uppercase;
  letter-spacing: .12em; color: var(--muted); font-weight: 600;
}

.nav-toggle {
  display: none; background: none; border: 0; color: var(--white);
  font-size: 1.6rem; cursor: pointer; padding: 6px 10px;
}

/* ---------- Hero ---------- */
.hero {
  position: relative; color: var(--white);
  min-height: 78vh; display: flex; align-items: flex-end;
  background-size: cover; background-position: center;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.15) 40%, rgba(0,0,0,.72) 100%);
}
.hero .container { position: relative; padding-bottom: 72px; padding-top: 140px; width: 100%; }
.hero .tagline { font-size: 1.05rem; font-weight: 500; opacity: .92; margin-bottom: 10px; }
.hero h1.slogan { max-width: none; }
@media (min-width: 640px) { .hero h1.slogan { white-space: nowrap; } }   /* phones may wrap once, after "Elevated" */
.nowrap { white-space: nowrap; }
.hero .sub { margin-top: 16px; font-size: 1.05rem; opacity: .9; max-width: 620px; }
.hero .cta-row { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }

/* Inner-page hero */
.hero-inner { min-height: 46vh; }
.hero-inner .container { padding-bottom: 52px; }

/* Homepage hero slideshow */
.hero-slides { position: absolute; inset: 0; overflow: hidden; z-index: 0; }
.hero-slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.4s ease;
}
.hero-slide.on { opacity: 1; }
.hero::before { z-index: 1; }
.hero .container { z-index: 2; }

/* ---------- Search bar ---------- */
.searchbar {
  margin-top: 34px; background: var(--white); border-radius: 999px;
  display: flex; align-items: center; padding: 8px; max-width: 760px;
  box-shadow: var(--shadow-hover); gap: 4px;
}
.searchbar select, .searchbar input {
  border: 0; background: transparent; font-family: inherit; font-size: .95rem;
  color: var(--ink); padding: 12px 18px; flex: 1; min-width: 0; outline: none;
}
.searchbar .divider { width: 1px; height: 28px; background: var(--line); }
.searchbar .btn { padding: 12px 26px; flex-shrink: 0; }

/* ---------- Sections ---------- */
section { padding: 84px 0; }
section.tight { padding: 56px 0; }
.section-head { margin-bottom: 44px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.section-head .link-more { font-weight: 600; font-size: .95rem; border-bottom: 1.5px solid var(--ink); padding-bottom: 2px; }
.bg-warm { background: var(--bg-warm); }
.bg-dark { background: var(--black); color: var(--white); }
.bg-dark .eyebrow { color: rgba(255,255,255,.55); }
.bg-dark .lead { color: rgba(255,255,255,.8); }

/* ---------- Category tiles ---------- */
.tile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tile {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  aspect-ratio: 4 / 3; display: flex; align-items: flex-end; color: var(--white);
  background-size: cover; background-position: center; transition: transform .25s ease, box-shadow .25s ease;
}
.tile::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.68) 100%);
  transition: background .25s;
}
.tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.tile h3 { position: relative; padding: 22px 24px; font-size: 1.3rem; font-weight: 600; }
.tile .tile-sub { position: absolute; bottom: 12px; left: 24px; font-size: .85rem; opacity: 0; transition: opacity .2s; }
.tile-grid-2 { grid-template-columns: repeat(2, 1fr); }
.tile-wide { aspect-ratio: 16 / 8; }

/* ---------- Property cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.prop-card {
  border-radius: var(--radius-lg); overflow: hidden; background: var(--white);
  box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease;
  display: flex; flex-direction: column;
}
.prop-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.prop-card .photo { aspect-ratio: 4 / 3; background-size: cover; background-position: center; position: relative; }
.prop-card .badge {
  position: absolute; top: 14px; left: 14px; background: rgba(10,10,10,.85);
  color: var(--white); font-size: .72rem; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; padding: 6px 12px; border-radius: 999px;
}
.prop-card .body { padding: 18px 20px 22px; }
.prop-card .title { font-weight: 600; font-size: 1.02rem; }
.prop-card .meta { color: var(--muted); font-size: .88rem; margin-top: 4px; }
.prop-card .price { margin-top: 10px; font-weight: 600; font-size: .95rem; }
.prop-card .price span { color: var(--muted); font-weight: 400; }

/* ---------- Value props ---------- */
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 40px; }
.value-item h3 { margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.value-item p { color: var(--ink-soft); font-size: .95rem; }
.value-item .dot {
  width: 34px; height: 34px; border-radius: 10px; background: var(--black); color: var(--white);
  display: inline-flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0;
}
.bg-dark .value-item p { color: rgba(255,255,255,.75); }
.bg-dark .value-item .dot { background: var(--white); color: var(--ink); }

/* ---------- Stats ---------- */
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; text-align: center; }
.stat .num { font-size: clamp(2rem, 4vw, 2.9rem); font-weight: 700; letter-spacing: -0.03em; }
.stat .lbl { color: var(--muted); font-size: .92rem; margin-top: 6px; }
.bg-dark .stat .lbl { color: rgba(255,255,255,.65); }

/* ---------- Checklist ---------- */
.checklist { display: grid; gap: 14px; margin-top: 26px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: .98rem; color: var(--ink-soft); }
.checklist li::before {
  content: "✓"; flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  background: var(--black); color: var(--white); font-size: .72rem; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center; margin-top: 3px;
}
.bg-dark .checklist li { color: rgba(255,255,255,.82); }
.bg-dark .checklist li::before { background: var(--white); color: var(--ink); }

/* ---------- Split layout ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split .visual { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 3; background-size: cover; background-position: center; box-shadow: var(--shadow-hover); }

/* ---------- Success stories ---------- */
.story-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.story {
  background: var(--white); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow); display: flex; flex-direction: column;
}
.story .photo { aspect-ratio: 16 / 9; background-size: cover; background-position: center; }
.story .body { padding: 24px 26px 28px; }
.story .rev { font-weight: 700; font-size: 1.05rem; margin: 6px 0 10px; }
.story p { color: var(--ink-soft); font-size: .93rem; }
.story .takeaway { margin-top: 12px; font-style: italic; color: var(--ink); font-size: .9rem; border-left: 3px solid var(--black); padding-left: 12px; }

/* ---------- FAQ accordion ---------- */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; background: none; border: 0; text-align: left; cursor: pointer;
  font-family: inherit; font-size: 1.05rem; font-weight: 600; color: var(--ink);
  padding: 22px 40px 22px 0; position: relative;
}
.faq-q::after {
  content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; font-weight: 300; transition: transform .2s;
}
.faq-item.open .faq-q::after { content: "–"; }
.faq-a { display: none; padding: 0 0 24px; color: var(--ink-soft); font-size: .96rem; }
.faq-item.open .faq-a { display: block; }
.faq-a ul { list-style: disc; padding-left: 22px; columns: 2; gap: 40px; }
.faq-a ul li { margin-bottom: 4px; }

/* ---------- Forms ---------- */
.form-card {
  background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow);
  padding: 40px; max-width: 720px;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
.field label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--line); border-radius: 12px;
  font-family: inherit; font-size: .95rem; color: var(--ink); background: var(--bg);
  outline: none; transition: border-color .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); }
.field textarea { min-height: 120px; resize: vertical; }
.form-note { font-size: .78rem; color: var(--muted); margin-top: 14px; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: .8rem; color: var(--muted); margin-top: 14px; }
.consent input { margin-top: 3px; }

/* ---------- Contact info ---------- */
.info-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.info-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px;
}
.info-card h3 { margin-bottom: 10px; }
.info-card p { color: var(--ink-soft); font-size: .93rem; }
.info-card a { font-weight: 600; }

/* ---------- CTA band ---------- */
.cta-band { text-align: center; }
.cta-band h2 { margin-bottom: 14px; }
.cta-band .cta-row { display: flex; gap: 14px; justify-content: center; margin-top: 28px; flex-wrap: wrap; }

/* ---------- Footer trust strip ---------- */
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 0 0 44px; margin-bottom: 52px; border-bottom: 1px solid rgba(255,255,255,.12); text-align: center; }
.trust-strip .num { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; letter-spacing: -0.03em; color: var(--white); }
.trust-strip .lbl { color: rgba(255,255,255,.55); font-size: .85rem; margin-top: 4px; }
@media (max-width: 700px) { .trust-strip { grid-template-columns: 1fr 1fr; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--black); color: rgba(255,255,255,.72); padding: 72px 0 36px; font-size: .92rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 52px; }
.footer-brand img, .footer-brand svg { height: 104px; width: auto; margin-bottom: 20px; }
.footer-brand p { margin-bottom: 14px; line-height: 1.55; }
.footer-brand strong { color: var(--white); }
.site-footer h4 {
  color: var(--white); font-size: .78rem; text-transform: uppercase;
  letter-spacing: .14em; margin-bottom: 16px; font-weight: 600;
}
.site-footer ul li { margin-bottom: 10px; }
.site-footer a:hover { color: var(--white); }
.footer-social { display: flex; gap: 16px; margin-top: 8px; flex-wrap: wrap; }
.footer-social a { font-weight: 500; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12); padding-top: 28px;
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: .82rem;
  color: rgba(255,255,255,.5);
}
.footer-bottom a { color: rgba(255,255,255,.65); }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .tile-grid, .card-grid, .value-grid, .info-cards { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .story-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }

  .nav-toggle { display: block; }
  .nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--black); flex-direction: column; align-items: stretch;
    padding: 12px 20px 24px; gap: 2px; border-top: 1px solid rgba(255,255,255,.1);
    max-height: calc(100vh - 124px); overflow-y: auto;
  }
  .nav.open { display: flex; }
  .dropdown {
    position: static; opacity: 1; visibility: visible; transform: none;
    background: transparent; box-shadow: none; padding: 0 0 8px 16px;
  }
  .dropdown a { color: rgba(255,255,255,.7); }
  .dropdown a:hover { background: rgba(255,255,255,.08); color: var(--white); }
  .dropdown .dd-label { color: rgba(255,255,255,.4); }
  .searchbar { flex-wrap: wrap; border-radius: 20px; }
  .searchbar select, .searchbar input { flex-basis: 100%; }
  .searchbar .divider { display: none; }
  .searchbar .btn { width: 100%; }
}
@media (max-width: 600px) {
  .tile-grid, .card-grid, .value-grid, .info-cards, .footer-grid, .form-grid, .tile-grid-2 { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  section { padding: 60px 0; }
  .hero { min-height: 70vh; }
  .faq-a ul { columns: 1; }
}

/* ============================================================
   PROPERTY PAGES · SEARCH · CHECKOUT  (added for the live Collection)
   ============================================================ */
.crumbs { font-size: .85rem; color: var(--muted); padding: 22px 0 6px; display: flex; gap: 8px; flex-wrap: wrap; }
.crumbs a:hover { color: var(--ink); }
.pp-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; padding: 6px 0 18px; }
.pp-head h1 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
.pp-sub { color: var(--ink-soft); font-size: .95rem; margin-top: 8px; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.pp-sub .star { font-weight: 600; color: var(--ink); }
.pp-sub a { border-bottom: 1px solid var(--line); }
.pp-actions { display: flex; gap: 10px; }
.pp-actions .btn { padding: 10px 18px; font-size: .85rem; }

/* gallery */
.gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; height: 520px; border-radius: var(--radius-lg); overflow: hidden; position: relative; }
.gallery img { width: 100%; height: 100%; object-fit: cover; cursor: pointer; transition: filter .2s; display: block; }
.gallery img:hover { filter: brightness(.94); }
.gallery .g-main { grid-row: 1 / 3; }
.gallery .g-all { position: absolute; right: 18px; bottom: 18px; background: var(--white); border: 1px solid var(--ink); border-radius: 10px; padding: 9px 14px; font-weight: 600; font-size: .85rem; cursor: pointer; font-family: inherit; }
.gallery .g-all:hover { background: var(--ink); color: var(--white); }

.pp-grid { display: grid; grid-template-columns: 1fr 380px; gap: 64px; margin-top: 40px; align-items: start; }
.pp-main > section { padding: 36px 0; border-bottom: 1px solid var(--line); }
.pp-main > section:first-child { padding-top: 0; }
.pp-main h2 { font-size: 1.35rem; margin-bottom: 18px; }
.pp-facts { display: flex; gap: 8px; flex-wrap: wrap; color: var(--ink-soft); font-size: 1rem; }
.pp-facts span + span::before { content: "·"; margin-right: 8px; color: var(--muted); }
.pp-host { display: flex; align-items: center; gap: 14px; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.pp-host .avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--black); color: var(--white); display: flex; align-items: center; justify-content: center; font-weight: 700; font-family: var(--font-serif); font-size: 1.3rem; }
.pp-host p { color: var(--muted); font-size: .9rem; }

.highlights { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 28px; }
.highlight { display: flex; gap: 14px; align-items: flex-start; }
.highlight .ico { width: 40px; height: 40px; border-radius: 12px; background: var(--bg-warm); display: flex; align-items: center; justify-content: center; font-size: 1.15rem; flex-shrink: 0; }
.highlight strong { display: block; font-size: .98rem; }
.highlight p { color: var(--muted); font-size: .88rem; }

.pp-desc .intro p { font-size: 1.02rem; color: var(--ink-soft); margin-bottom: 14px; line-height: 1.7; }
.desc-more { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.desc-more.open { max-height: none; }
.desc-more h3 { font-size: 1rem; margin: 26px 0 10px; text-transform: none; letter-spacing: 0; }
.desc-more ul { list-style: disc; padding-left: 22px; color: var(--ink-soft); font-size: .95rem; display: grid; gap: 6px; }
.desc-more .area { columns: 2; gap: 40px; }
.desc-more .area h4 { font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin: 14px 0 8px; break-after: avoid; }
.desc-more .area li { margin-bottom: 4px; }
.link-btn { background: none; border: 0; border-bottom: 1.5px solid var(--ink); font-weight: 600; font-size: .95rem; cursor: pointer; font-family: inherit; color: var(--ink); padding: 0 0 2px; margin-top: 12px; }

.rooms { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 14px; }
.room { border: 1px solid var(--line); border-radius: 16px; padding: 20px; }
.room .ico { font-size: 1.4rem; margin-bottom: 10px; }
.room strong { display: block; font-size: .95rem; }
.room p { color: var(--muted); font-size: .86rem; margin-top: 4px; }

.amen-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 28px; }
.amen-grid li { display: flex; gap: 12px; align-items: center; font-size: .96rem; color: var(--ink-soft); }
.amen-grid li::before { content: "✓"; font-size: .75rem; width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid var(--ink); display: inline-flex; align-items: center; justify-content: center; color: var(--ink); flex-shrink: 0; }
.amen-groups h3 { font-size: .9rem; margin: 22px 0 10px; }
.amen-groups h3:first-child { margin-top: 0; }
.btn-ghost { display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 12px; border: 1.5px solid var(--ink); background: var(--white); font-weight: 600; font-size: .92rem; cursor: pointer; font-family: inherit; color: var(--ink); margin-top: 22px; transition: all .15s; }
.btn-ghost:hover { background: var(--ink); color: var(--white); }

/* calendar */
.cal-nav { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.cal-nav .cal-btns { display: flex; gap: 8px; }
.cal-nav button { width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid var(--line); background: var(--white); cursor: pointer; font-size: 1rem; font-family: inherit; }
.cal-nav button:hover:not(:disabled) { border-color: var(--ink); }
.cal-nav button:disabled { opacity: .35; cursor: default; }
.cal-months { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.cal-title { font-weight: 600; text-align: center; margin-bottom: 12px; font-size: .95rem; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px 0; }
.cal-dow { text-align: center; font-size: .72rem; color: var(--muted); font-weight: 600; padding: 6px 0; }
.cal-day { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; font-size: .88rem; position: relative; cursor: pointer; border-radius: 50%; }
.cal-day span { position: relative; z-index: 1; }
.cal-day:hover:not(.past):not(.booked):not(.pad) { box-shadow: inset 0 0 0 1.5px var(--ink); }
.cal-day.pad { cursor: default; }
.cal-day.past { color: #c4c4c8; cursor: default; }
.cal-day.booked { color: #b5b5ba; text-decoration: line-through; cursor: not-allowed; background: repeating-linear-gradient(135deg, transparent 0 4px, rgba(0,0,0,.035) 4px 8px); border-radius: 0; }
.cal-day.booked.checkout-ok { cursor: pointer; background: linear-gradient(135deg, transparent 50%, rgba(0,0,0,.05) 50%); }
.cal-day.sel { background: var(--black); color: var(--white); }
.cal-day.in-range { background: var(--bg-warm); border-radius: 0; }
.cal-day.sel.start { border-radius: 50% 0 0 50%; }
.cal-day.sel.end { border-radius: 0 50% 50% 0; }
.cal-day.sel.start.end { border-radius: 50%; }
.cal-legend { display: flex; gap: 22px; margin-top: 18px; font-size: .82rem; color: var(--muted); }
.cal-legend span::before { content: ""; display: inline-block; width: 12px; height: 12px; border-radius: 3px; margin-right: 8px; vertical-align: -1px; border: 1px solid var(--line); }
.cal-legend .lg-booked::before { background: repeating-linear-gradient(135deg, #fff 0 3px, #e5e5e8 3px 6px); }
.cal-legend .lg-sel::before { background: var(--black); border-color: var(--black); }

/* booking card */
.pp-book { position: sticky; top: 144px; }
.bk-card { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-hover); background: var(--white); position: relative; }
.bk-price { font-size: 1.05rem; display: flex; align-items: baseline; gap: 6px; margin-bottom: 18px; }
.bk-price strong { font-size: 1.55rem; letter-spacing: -.02em; }
.bk-price .from, .bk-price span { color: var(--muted); font-size: .92rem; }
.bk-fields { border: 1.5px solid var(--line); border-radius: 14px; overflow: hidden; }
.bk-dates { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1.5px solid var(--line); }
.bk-date { padding: 12px 14px; cursor: pointer; }
.bk-date + .bk-date { border-left: 1.5px solid var(--line); }
.bk-date:hover, .bk-guests:hover { background: var(--bg-warm); }
.bk-label { font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; color: var(--ink); }
.bk-val { font-size: .92rem; color: var(--ink-soft); margin-top: 2px; }
.bk-guests { padding: 12px 14px; display: flex; justify-content: space-between; align-items: center; }
.bk-guests .ctr { display: flex; align-items: center; gap: 10px; }
.bk-guests .ctr button { width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--line); background: var(--white); cursor: pointer; font-size: 1rem; font-family: inherit; }
.bk-guests .ctr button:hover { border-color: var(--ink); }
.bk-card .btn { width: 100%; margin-top: 16px; }
.bk-card .btn.disabled { opacity: .95; }
.bk-hint { text-align: center; color: var(--muted); font-size: .82rem; margin-top: 12px; }
.bk-breakdown { margin-top: 18px; display: grid; gap: 10px; font-size: .92rem; color: var(--ink-soft); }
.bk-row { display: flex; justify-content: space-between; gap: 12px; }
.bk-row em { color: var(--muted); font-style: normal; font-size: .82rem; }
.bk-row.total { border-top: 1px solid var(--line); padding-top: 12px; margin-top: 4px; font-weight: 700; color: var(--ink); }
.bk-contact { text-align: center; font-size: .85rem; color: var(--muted); margin-top: 18px; }
.bk-contact a { font-weight: 600; color: var(--ink); }
.date-pop { display: none; position: absolute; top: 100%; left: 0; right: 0; margin-top: 8px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-hover); padding: 18px; z-index: 50; }
.date-pop.on { display: block; }
.date-pop .pop-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.date-pop .pop-head button { width: 32px; height: 32px; border-radius: 50%; border: 1.5px solid var(--line); background: var(--white); cursor: pointer; font-family: inherit; }
.date-pop .pop-title { font-weight: 600; font-size: .9rem; }
.date-pop .pop-foot { display: flex; justify-content: space-between; margin-top: 10px; }
.date-pop .pop-foot button { background: none; border: 0; font-weight: 600; font-size: .85rem; cursor: pointer; font-family: inherit; text-decoration: underline; color: var(--ink); }

/* reviews */
.rev-summary { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.rev-summary .big { font-size: 2rem; font-weight: 700; letter-spacing: -.02em; }
.rev-summary p { color: var(--muted); font-size: .9rem; }
.rev-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 40px; }
.review .who { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.review .avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--bg-warm); display: flex; align-items: center; justify-content: center; font-weight: 700; }
.review .who strong { display: block; font-size: .92rem; }
.review .who span { color: var(--muted); font-size: .82rem; }
.review .stars { color: var(--ink); font-size: .8rem; letter-spacing: 1px; margin-bottom: 6px; }
.review p { color: var(--ink-soft); font-size: .93rem; line-height: 1.65; }
.review .resp { margin-top: 10px; padding-left: 14px; border-left: 2px solid var(--line); font-size: .86rem; color: var(--muted); }

/* map */
#map-canvas, #results-map { height: 380px; border-radius: var(--radius-lg); overflow: hidden; background: var(--bg-warm); }
.map-fallback { display: flex; align-items: center; justify-content: center; height: 100%; color: var(--muted); }
.pp-map p { color: var(--muted); font-size: .9rem; margin-top: 12px; }
.maplibregl-map { font-family: var(--font-sans); }
.maplibregl-ctrl-group { border-radius: 12px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.maplibregl-ctrl-group button { width: 34px; height: 34px; }
.maplibregl-ctrl-attrib { font-size: .7rem; border-radius: 8px 0 0 0; }
.price-pin { cursor: pointer; }
.price-pin span { display: inline-block; background: var(--white); border: 1.5px solid var(--ink); color: var(--ink); font-weight: 700; font-size: .78rem; padding: 4px 9px; border-radius: 999px; box-shadow: var(--shadow); white-space: nowrap; transition: all .12s; }
.price-pin span.hl, .price-pin span:hover { background: var(--ink); color: var(--white); transform: scale(1.08); }
.home-pin { width: 16px; height: 16px; border-radius: 50%; background: var(--ink); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--ink), var(--shadow); }
.maplibregl-popup-content { border-radius: 14px; padding: 0; overflow: hidden; box-shadow: var(--shadow-hover); width: 260px; }
.maplibregl-popup-anchor-top .maplibregl-popup-tip { border-bottom-color: var(--white); }
.maplibregl-popup-anchor-bottom .maplibregl-popup-tip { border-top-color: var(--white); }
.map-pop { display: block; color: var(--ink); }
.map-pop img { width: 100%; height: 140px; object-fit: cover; display: block; }
.map-pop > div { padding: 12px 14px 14px; font-size: .84rem; color: var(--muted); }
.map-pop strong { color: var(--ink); display: block; font-size: .92rem; margin-bottom: 2px; }
.map-pop .mp-price { color: var(--ink); font-weight: 600; margin-top: 6px; }

/* rules */
.rules ul { list-style: disc; padding-left: 22px; color: var(--ink-soft); font-size: .93rem; display: grid; gap: 6px; }
.rules .lic { color: var(--muted); font-size: .8rem; margin-top: 18px; }

/* similar */
.pp-similar { padding: 60px 0 20px; }

/* lightbox & modals */
.lightbox { position: fixed; inset: 0; background: rgba(8,8,10,.97); z-index: 1000; display: none; flex-direction: column; color: var(--white); }
.lightbox.on { display: flex; }
.lb-top { display: flex; justify-content: space-between; align-items: center; padding: 18px 24px; font-size: .9rem; }
.lb-top button, .lb-nav button { background: rgba(255,255,255,.1); border: 0; color: var(--white); width: 42px; height: 42px; border-radius: 50%; cursor: pointer; font-size: 1.1rem; font-family: inherit; }
.lb-top button:hover, .lb-nav button:hover { background: rgba(255,255,255,.22); }
.lb-stage { flex: 1; display: flex; align-items: center; justify-content: center; position: relative; min-height: 0; padding: 0 70px; }
.lb-img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 6px; }
.lb-nav { position: absolute; inset: 0; display: flex; justify-content: space-between; align-items: center; padding: 0 16px; pointer-events: none; }
.lb-nav button { pointer-events: all; }
.lb-cap { text-align: center; padding: 12px 24px 4px; color: rgba(255,255,255,.75); font-size: .9rem; min-height: 32px; }
.lb-thumbs { display: flex; gap: 8px; padding: 12px 24px 20px; overflow-x: auto; }
.lb-thumbs img { height: 62px; width: 92px; object-fit: cover; border-radius: 6px; opacity: .45; cursor: pointer; flex-shrink: 0; }
.lb-thumbs img.on, .lb-thumbs img:hover { opacity: 1; }
.modal { position: fixed; inset: 0; z-index: 900; display: none; align-items: center; justify-content: center; padding: 24px; }
.modal.on { display: flex; }
.modal-bg { position: absolute; inset: 0; background: rgba(0,0,0,.55); }
.modal-box { position: relative; background: var(--white); border-radius: 22px; max-width: 760px; width: 100%; max-height: 86vh; overflow: auto; padding: 36px 40px; }
.modal-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border-radius: 50%; border: 0; background: var(--bg-warm); cursor: pointer; font-size: 1rem; font-family: inherit; }
.modal-box h2 { font-size: 1.4rem; margin-bottom: 18px; }

/* mobile bar */
.mobile-bar { display: none; position: fixed; left: 0; right: 0; bottom: 0; background: var(--white); border-top: 1px solid var(--line); padding: 12px 20px; z-index: 80; justify-content: space-between; align-items: center; gap: 12px; }
.mobile-bar strong { font-size: 1.1rem; }
.mobile-bar span { color: var(--muted); font-size: .85rem; }

/* ---------- SEARCH PAGE ---------- */
.search-page { padding: 0 0 60px; }
.filters { position: sticky; top: 124px; z-index: 60; background: var(--white); border-bottom: 1px solid var(--line); padding: 14px 0; }
.filters .container { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.filters select, .filters input[type=date], .filters input[type=number], .filters input[type=search] { border: 1.5px solid var(--line); border-radius: 999px; padding: 10px 14px; font-family: inherit; font-size: .88rem; color: var(--ink); background: var(--white); outline: none; }
.filters select:focus, .filters input:focus { border-color: var(--ink); }
.filters .f-group { display: flex; align-items: center; gap: 6px; }
.filters .f-group label { font-size: .78rem; color: var(--muted); font-weight: 600; }
.filters .f-check { display: flex; align-items: center; gap: 8px; font-size: .88rem; border: 1.5px solid var(--line); border-radius: 999px; padding: 9px 14px; cursor: pointer; }
.filters .f-check:has(input:checked) { border-color: var(--ink); background: var(--ink); color: var(--white); }
.filters .f-check input { display: none; }
.filters .f-right { margin-left: auto; display: flex; gap: 10px; align-items: center; }
.filters .link-btn { margin: 0; font-size: .85rem; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; padding: 14px 0 0; }
.chip { border: 1.5px solid var(--line); background: var(--white); border-radius: 999px; padding: 7px 14px; font-size: .84rem; font-weight: 500; cursor: pointer; font-family: inherit; color: var(--ink-soft); transition: all .15s; }
.chip:hover { border-color: var(--ink); color: var(--ink); }
.chip.on { background: var(--ink); color: var(--white); border-color: var(--ink); }
.results-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; padding: 34px 0 20px; flex-wrap: wrap; }
.results-head h1 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); }
.results-head .lead { margin-top: 6px; font-size: .98rem; }
.results-head .count { color: var(--muted); font-size: .92rem; }
.results-layout { display: grid; grid-template-columns: minmax(0, 1fr) 42%; gap: 28px; align-items: start; }
body.no-map .results-layout { grid-template-columns: 1fr; }
body.no-map .map-col { display: none; }
.map-col { position: sticky; top: 200px; }
.map-col #results-map { height: calc(100vh - 230px); min-height: 420px; }
.res-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
body.no-map .res-grid { grid-template-columns: repeat(3, 1fr); }
.res-card { border-radius: var(--radius-lg); overflow: hidden; background: var(--white); display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; border: 1px solid transparent; }
.res-card:hover, .res-card.hl { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.res-card .photo { aspect-ratio: 4 / 3; position: relative; background: var(--bg-warm); }
.res-card .photo img { width: 100%; height: 100%; object-fit: cover; }
.res-card .badge { position: absolute; top: 12px; left: 12px; background: rgba(10,10,10,.85); color: var(--white); font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; }
.res-card .badge.pet { left: auto; right: 12px; background: rgba(255,255,255,.92); color: var(--ink); }
.res-card .body { padding: 14px 6px 18px; }
.res-card .row { display: flex; justify-content: space-between; gap: 10px; align-items: flex-start; }
.res-card .title { font-weight: 600; font-size: .98rem; line-height: 1.35; }
.res-card .rating { font-size: .85rem; white-space: nowrap; font-weight: 600; }
.res-card .rating span { color: var(--muted); font-weight: 400; }
.res-card .meta, .res-card .feat { color: var(--muted); font-size: .85rem; margin-top: 4px; }
.res-card .price { margin-top: 8px; font-weight: 700; font-size: .98rem; }
.res-card .price span { color: var(--muted); font-weight: 400; font-size: .85rem; }
.res-card .price .sub { color: var(--muted); font-weight: 400; font-size: .82rem; margin-top: 2px; }
.res-more { display: flex; justify-content: center; padding: 34px 0 0; }
.res-empty { grid-column: 1 / -1; text-align: center; padding: 80px 20px; color: var(--muted); }
.res-empty h3 { color: var(--ink); margin-bottom: 8px; }

/* ---------- CHECKOUT ---------- */
.co-page { padding: 40px 0 80px; }
.co-grid { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 56px; align-items: start; }
.co-progress { display: flex; gap: 6px; margin-bottom: 30px; flex-wrap: wrap; list-style: none; padding: 0; }
.co-progress li { font-size: .82rem; font-weight: 600; color: var(--muted); padding: 8px 14px; border-radius: 999px; border: 1.5px solid var(--line); }
.co-progress li.on { background: var(--ink); color: var(--white); border-color: var(--ink); }
.co-progress li.done { border-color: var(--ink); color: var(--ink); }
.co-step h2 { font-size: 1.4rem; margin-bottom: 22px; display: flex; align-items: center; gap: 12px; }
.co-step h2 .num { width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: var(--white); font-size: .9rem; display: inline-flex; align-items: center; justify-content: center; }
.co-step .form-grid { margin-bottom: 18px; }
.co-avail { font-size: .92rem; color: var(--muted); margin: -4px 0 18px; }
.co-avail.good { color: #15803d; font-weight: 600; }
.co-avail.bad { color: #b91c1c; font-weight: 600; }
.co-actions { display: flex; gap: 12px; margin-top: 10px; flex-wrap: wrap; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #b91c1c; }
.consent.invalid { color: #b91c1c; }
.pay-card { border: 1.5px solid var(--line); border-radius: 18px; padding: 26px; background: var(--bg-warm); }
.pay-lock { font-weight: 700; margin-bottom: 8px; }
.pay-card p { color: var(--ink-soft); font-size: .95rem; margin-bottom: 18px; }
.pay-fields input:disabled { background: #ececee; color: var(--muted); cursor: not-allowed; }
.co-side .co-sum { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--shadow); position: sticky; top: 150px; }
.co-prop { display: grid; grid-template-columns: 110px 1fr; gap: 14px; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--line); margin-bottom: 16px; }
.co-prop img { width: 110px; height: 84px; object-fit: cover; border-radius: 12px; }
.co-prop strong { font-size: .95rem; line-height: 1.3; display: block; }
.co-prop .muted { color: var(--muted); font-size: .82rem; margin-top: 4px; }
.co-lines { display: grid; gap: 10px; font-size: .92rem; color: var(--ink-soft); }
.co-note { color: var(--muted); font-size: .8rem; margin-top: 14px; line-height: 1.5; }
.co-step.done { text-align: center; padding: 30px 0; }
.done-mark { width: 64px; height: 64px; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 1.6rem; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.co-step.done h2 { justify-content: center; }
.done-steps { text-align: left; display: grid; gap: 12px; margin: 26px auto; max-width: 560px; color: var(--ink-soft); font-size: .95rem; }
.co-step.done .co-actions { justify-content: center; }
.co-empty { text-align: center; padding: 80px 20px; }
.co-empty h2 { margin-bottom: 10px; }
.co-empty p { color: var(--muted); margin-bottom: 22px; }

@media (max-width: 1100px) { .pp-grid { grid-template-columns: 1fr 340px; gap: 40px; } }
@media (max-width: 960px) {
  .gallery { height: 360px; grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; }
  .gallery .g-small:nth-child(n+4) { display: none; }
  .pp-grid { grid-template-columns: 1fr; }
  .pp-book { position: static; }
  .cal-months { grid-template-columns: 1fr; }
  .rev-grid, .highlights, .amen-grid { grid-template-columns: 1fr; }
  .desc-more .area { columns: 1; }
  .results-layout { grid-template-columns: 1fr; }
  .map-col { position: static; }
  .map-col #results-map { height: 420px; }
  .res-grid, body.no-map .res-grid { grid-template-columns: repeat(2, 1fr); }
  .co-grid { grid-template-columns: 1fr; gap: 28px; }
  .co-side .co-sum { position: static; }
  .filters { position: static; }
}
@media (max-width: 600px) {
  .gallery { height: 260px; grid-template-columns: 1fr; grid-template-rows: 1fr; }
  .gallery .g-small { display: none; }
  .res-grid, body.no-map .res-grid { grid-template-columns: 1fr; }
  .mobile-bar { display: flex; }
  .pp-book { padding-bottom: 70px; }
  .lb-stage { padding: 0 8px; }
  .modal-box { padding: 28px 22px; }
}

/* ---------- Management plans ---------- */
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 980px; margin: 0 auto; }
.plan { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px; display: flex; flex-direction: column; }
.plan-featured { border: 2px solid var(--ink); box-shadow: var(--shadow-hover); }
.plan-tag { font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; color: var(--muted); margin-bottom: 12px; }
.plan h3 { font-size: 2.2rem; letter-spacing: .04em; font-weight: 700; }
.plan-sub { color: var(--ink-soft); margin-top: 8px; font-size: 1rem; }
.plan .checklist { margin: 22px 0 28px; flex: 1; }
.plan .checklist li { font-size: .93rem; }
.tile .tile-count { position: absolute; top: 16px; right: 16px; background: rgba(255,255,255,.92); color: var(--ink); font-size: .72rem; font-weight: 600; padding: 5px 10px; border-radius: 999px; }
@media (max-width: 800px) { .plans { grid-template-columns: 1fr; } }

/* ---------- Article pages (blog, partners, guides, policies) ---------- */
.hero-plain { min-height: auto; background: var(--black); }
.hero-plain .container { padding-top: 60px; padding-bottom: 44px; }
.article-page section { padding: 56px 0 84px; }
.article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 56px; align-items: start; }
.article { max-width: 760px; font-size: 1.02rem; color: var(--ink-soft); line-height: 1.75; }
.article-solo { margin: 0 auto; }
.article h2, .article h3, .article h4 { color: var(--ink); margin: 34px 0 12px; line-height: 1.25; }
.article h2 { font-size: 1.6rem; } .article h3 { font-size: 1.25rem; } .article h4 { font-size: 1.05rem; }
.article p { margin-bottom: 16px; }
.article ul, .article ol { padding-left: 24px; margin-bottom: 16px; }
.article ul { list-style: disc; } .article ol { list-style: decimal; }
.article li { margin-bottom: 6px; }
.article a { color: var(--ink); border-bottom: 1.5px solid var(--line); }
.article a:hover { border-color: var(--ink); }
.article img { border-radius: var(--radius); margin: 8px 0 18px; max-height: 620px; object-fit: cover; width: 100%; }
.article figure { margin: 8px 0 18px; }
.article figure img { margin: 0; }
.article figcaption { font-size: .82rem; color: var(--muted); margin-top: 6px; }
.article strong { color: var(--ink); }
.article table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: .92rem; }
.article td, .article th { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.article-meta { color: var(--muted); font-size: .9rem; margin-bottom: 26px !important; }
.article-side { position: sticky; top: 150px; display: grid; gap: 18px; }
.side-card { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; background: var(--white); }
.side-card h3 { margin-bottom: 8px; }
.side-card p { color: var(--ink-soft); font-size: .93rem; }
.side-card .btn { margin-top: 16px; width: 100%; }
.side-post { display: grid; grid-template-columns: 84px 1fr; gap: 12px; align-items: center; padding: 10px 0; border-top: 1px solid var(--line); font-size: .9rem; font-weight: 600; color: var(--ink); }
.side-post:first-of-type { border-top: 0; }
.side-post img { width: 84px; height: 62px; object-fit: cover; border-radius: 10px; }
@media (max-width: 960px) { .article-grid { grid-template-columns: 1fr; } .article-side { position: static; } }

.article svg.ig { display: inline-block; vertical-align: -3px; margin-right: 6px; }
