/* ===================================================================
   COSAS LINDAS — Le Marche, Italy
   Design: Classic Red · Editorial Header
   Fonts: Playfair Display (serif italic) + Inter (sans)
   =================================================================== */

/* ── Reset ────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
img { display: block; max-width: 100%; }
a { text-decoration: none; transition: color .2s ease; }

/* ── Design tokens ────────────────────────────────────────────────── */
:root {
  --accent:       #E82010;
  --accent-soft:  #FAE8E6;
  --warm-bg:      #FDF9F8;
  --white:        #FFFFFF;
  --black:        #181614;
  --brown:        #3A1A12;
  --mid:          #7A5A52;
  --ink-soft:     #4A3A34;
  --border:       #EAD8D4;
  --serif:        'Playfair Display', 'Libre Bodoni', Georgia, serif;
  --sans:         'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html, body {
  background: var(--warm-bg);
  color: var(--black);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* ── Container ────────────────────────────────────────────────────── */
.wrap { width: 100%; background: var(--warm-bg); overflow: hidden; }

/* ══════════════════════════════════════════════════════════════════
   BUTTONS
   ══════════════════════════════════════════════════════════════════ */
.btn {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 30px;
  cursor: pointer;
  border-radius: 999px;
  border: 2px solid transparent;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-accent { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn-accent:hover { background: #000; border-color: #000; color: #fff; }
.btn-outline { background: transparent; color: var(--black); border-color: var(--black); }
.btn-outline:hover { background: var(--black); color: #fff; }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-outline-white:hover { background: #fff; color: var(--black); border-color: #fff; }
.btn-ghost {
  background: transparent; color: var(--black);
  border: none; padding: 8px 0;
  letter-spacing: 1.5px; font-size: 11px; font-weight: 600; text-transform: uppercase;
  cursor: pointer; display: inline-flex; align-items: center; gap: 6px;
}
.btn-ghost:hover { color: var(--accent); }

/* ══════════════════════════════════════════════════════════════════
   EDITORIAL NAV
   ══════════════════════════════════════════════════════════════════ */
.nav {
  background: var(--white);
  padding: 0 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 74px;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 40;
}
.nav.is-editorial {
  flex-direction: column;
  height: auto;
  padding: 22px 56px 18px;
  gap: 14px;
}
.nav.is-editorial::before {
  content: "Le Marche · Italy · Vacanza Italiana";
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 4px;
}
.nav-logo {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
  color: var(--black);
  letter-spacing: -.5px;
}
.nav.is-editorial .nav-logo { font-size: 38px; }
.nav-links {
  display: flex;
  gap: 36px;
  font-family: var(--sans);
  font-size: 11px;
  color: var(--ink-soft);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  align-items: center;
}
.nav.is-editorial .nav-links { gap: 44px; }
.nav-links a { color: inherit; transition: color .2s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--accent); }
.nav-links a.accent { color: var(--accent); }
.nav-links .nav-cta {
  background: var(--accent);
  color: #fff !important;
  border-radius: 999px;
  padding: 9px 22px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: background .2s, transform .2s;
}
.nav-links .nav-cta:hover { background: #000; transform: translateY(-1px); }

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--black);
  transition: transform .2s, opacity .2s;
}

/* ══════════════════════════════════════════════════════════════════
   HERO  — split layout
   ══════════════════════════════════════════════════════════════════ */
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  background: var(--accent-soft);
  min-height: 640px;
}
.hero-text {
  padding: 80px 72px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero-eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 20px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hero-eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--mid); }
.hero-title {
  font-family: var(--serif);
  font-size: clamp(60px, 8vw, 112px);
  font-weight: 700;
  line-height: .92;
  color: var(--black);
  margin-bottom: 28px;
  font-style: italic;
  letter-spacing: -2px;
}
.hero-title .amp {
  font-style: italic;
  color: var(--accent);
  font-weight: 400;
  margin: 0 .1em;
}
.hero-sub-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  color: var(--black);
  margin-bottom: 14px;
  line-height: 1.35;
  max-width: 420px;
}
.hero-sub-body {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 40px;
  max-width: 380px;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-img-block {
  position: relative;
  background: var(--brown);
  overflow: hidden;
}
.hero-img-block img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(.95);
}
.hero-caption {
  position: absolute;
  bottom: 24px; left: 24px; right: 24px;
  color: rgba(255,255,255,.88);
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  text-shadow: 0 1px 12px rgba(0,0,0,.4);
}
.hero-caption small {
  font-family: var(--sans);
  font-style: normal;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
}

/* ══════════════════════════════════════════════════════════════════
   SECTION HEADERS
   ══════════════════════════════════════════════════════════════════ */
section { scroll-margin-top: 90px; }
.section-label {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.section-label::before { content: ""; width: 24px; height: 1px; background: var(--accent); }
.section-title {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  font-style: italic;
  color: var(--black);
  margin-bottom: 56px;
  line-height: 1.05;
  letter-spacing: -1px;
  max-width: 800px;
}

/* ══════════════════════════════════════════════════════════════════
   HOUSES
   ══════════════════════════════════════════════════════════════════ */
.houses { background: var(--white); padding: 100px 56px; }
.houses-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.house-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .3s ease, transform .3s ease;
}
.house-card:hover {
  box-shadow: 0 20px 60px -30px rgba(58,26,18,.35);
  transform: translateY(-3px);
}
.house-img-wrap {
  position: relative;
  height: 360px;
  overflow: hidden;
}
.house-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}
.house-img-wrap:hover img { transform: scale(1.05); }
.house-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(24,22,20,.55) 100%);
  pointer-events: none;
}
.house-body { padding: 36px 36px 32px; flex: 1; display: flex; flex-direction: column; }
.house-tag {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
  font-weight: 600;
}
.house-name {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  font-style: italic;
  color: var(--black);
  margin-bottom: 6px;
  line-height: 1.05;
  letter-spacing: -.5px;
}
.house-loc {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--mid);
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: .3px;
}
.house-desc {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.75;
  margin-bottom: 24px;
  font-weight: 400;
}
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.chip {
  font-family: var(--sans);
  font-size: 10px;
  color: var(--ink-soft);
  border: 1px solid var(--border);
  padding: 6px 12px;
  background: var(--warm-bg);
  font-weight: 500;
  letter-spacing: .3px;
  border-radius: 999px;
}
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
  border-top: 1px solid var(--border);
  margin-top: auto;
}
.price {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 700;
  color: var(--black);
  font-style: italic;
  letter-spacing: -.5px;
}
.price-unit {
  font-family: var(--sans);
  font-style: normal;
  font-size: 12px;
  color: var(--mid);
  font-weight: 400;
  margin-left: 4px;
}

/* ══════════════════════════════════════════════════════════════════
   MISSION  — full red band
   ══════════════════════════════════════════════════════════════════ */
.mission {
  background: var(--accent);
  padding: 140px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.mission::before {
  content: "\201C";
  position: absolute;
  font-family: var(--serif);
  font-size: 600px;
  font-style: italic;
  color: rgba(255,255,255,.07);
  top: -140px; left: 40px;
  line-height: 1;
  pointer-events: none;
}
.mission-title {
  font-family: var(--serif);
  font-size: clamp(48px, 5.5vw, 80px);
  font-weight: 700;
  font-style: italic;
  color: #fff;
  line-height: 1;
  letter-spacing: -1.5px;
  position: relative;
}
.mission-body {
  font-family: var(--sans);
  font-size: 16px;
  color: rgba(255,255,255,.92);
  line-height: 1.9;
  font-weight: 400;
  position: relative;
}
.mission-body p { margin-bottom: 20px; }
.mission-body p:last-child { margin-bottom: 0; }
.mission-body strong {
  color: #fff;
  font-weight: 600;
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-size: 24px;
  line-height: 1.3;
  margin: 32px 0;
}
.mission-body em {
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

/* ══════════════════════════════════════════════════════════════════
   HOW TO BOOK
   ══════════════════════════════════════════════════════════════════ */
.how { background: var(--accent-soft); padding: 110px 56px; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 20px;
}
.step { padding-top: 24px; border-top: 1px solid var(--border); }
.step-n {
  font-family: var(--serif);
  font-size: 72px;
  font-weight: 700;
  font-style: italic;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -2px;
}
.step-title {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
  font-style: italic;
  color: var(--black);
  margin-bottom: 12px;
  letter-spacing: -.5px;
}
.step-body {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.75;
  font-weight: 400;
}

/* ══════════════════════════════════════════════════════════════════
   FRIENDS / REGION
   ══════════════════════════════════════════════════════════════════ */
.friends { background: var(--white); padding: 110px 56px; }
.friends-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
  gap: 60px;
  flex-wrap: wrap;
}
.friends-head .section-title { margin-bottom: 0; }
.friends-sub {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.85;
  max-width: 480px;
  font-weight: 400;
}
.friends-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.friend-photo {
  width: 100%;
  aspect-ratio: 3/4;
  margin-bottom: 18px;
  overflow: hidden;
  background: var(--border);
}
.friend-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(.9);
  transition: transform .6s ease, filter .4s ease;
}
.friend:hover .friend-photo img { transform: scale(1.04); filter: saturate(1); }
.friend-name {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  color: var(--black);
  margin-bottom: 4px;
  letter-spacing: -.3px;
}
.friend-role {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--mid);
  font-weight: 400;
  letter-spacing: .3px;
}

/* ══════════════════════════════════════════════════════════════════
   BLOG  — dark brown section
   ══════════════════════════════════════════════════════════════════ */
.blog-section { background: var(--brown); padding: 110px 56px; color: #fff; }
.blog-eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-bottom: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.blog-eyebrow::before { content: ""; width: 24px; height: 1px; background: rgba(255,255,255,.4); }
.blog-section-title {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 700;
  font-style: italic;
  color: #fff;
  margin-bottom: 60px;
  line-height: 1.1;
  letter-spacing: -1px;
  max-width: 900px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.post-card { cursor: pointer; display: block; }
.post-img {
  height: 260px;
  margin-bottom: 22px;
  overflow: hidden;
  background: rgba(255,255,255,.05);
}
.post-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.post-card:hover .post-img img { transform: scale(1.05); }
.post-cat {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
  font-weight: 600;
}
.post-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  line-height: 1.35;
  margin-bottom: 12px;
  letter-spacing: -.3px;
  transition: color .2s;
}
.post-card:hover .post-title { color: var(--accent-soft); }
.post-meta {
  font-family: var(--sans);
  font-size: 11px;
  color: rgba(255,255,255,.4);
  font-weight: 400;
  letter-spacing: .5px;
}
.blog-all {
  margin-top: 52px;
  text-align: center;
}

/* ══════════════════════════════════════════════════════════════════
   CONTACT / BOOKING FORM
   ══════════════════════════════════════════════════════════════════ */
.contact-section { background: var(--warm-bg); padding: 110px 56px; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 72px;
  align-items: start;
}
.contact-info .section-title { margin-bottom: 20px; }
.contact-lead {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.8;
  margin-bottom: 36px;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink-soft);
}
.contact-item i { color: var(--accent); width: 16px; margin-top: 2px; flex-shrink: 0; }
.contact-item a { color: var(--ink-soft); }
.contact-item a:hover { color: var(--accent); }
.contact-form-wrap {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 44px;
}
.contact-form-wrap h3 {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  color: var(--black);
  margin-bottom: 28px;
  letter-spacing: -.5px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 7px;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--border);
  border-radius: 4px;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--black);
  background: var(--warm-bg);
  transition: border-color .2s;
  outline: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--accent); background: #fff; }
.form-group textarea { resize: vertical; min-height: 120px; }
.btn-submit {
  width: 100%;
  padding: 15px;
  background: var(--accent);
  color: #fff;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid var(--accent);
  border-radius: 999px;
  cursor: pointer;
  transition: background .2s, border-color .2s, transform .2s;
  margin-top: 8px;
}
.btn-submit:hover { background: #000; border-color: #000; transform: translateY(-1px); }
.form-notice {
  font-family: var(--sans);
  font-size: 11px;
  color: var(--mid);
  margin-top: 10px;
  text-align: center;
  letter-spacing: .3px;
}
.form-success {
  padding: 16px 20px;
  background: rgba(232,32,16,.06);
  border: 1px solid rgba(232,32,16,.2);
  border-radius: 4px;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink-soft);
  margin-bottom: 24px;
}

/* ══════════════════════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════════════════════ */
#footer {
  background: var(--black);
  padding: 56px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.footer-logo {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
  color: var(--white);
}
.footer-links {
  display: flex;
  gap: 28px;
  font-family: var(--sans);
  font-size: 11px;
  color: rgba(255,255,255,.55);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}
.footer-links a { color: inherit; transition: color .2s; }
.footer-links a:hover { color: var(--accent); }
.footer-note {
  font-family: var(--sans);
  font-size: 10px;
  color: rgba(255,255,255,.3);
  font-weight: 400;
  text-align: right;
  letter-spacing: .3px;
}

/* ══════════════════════════════════════════════════════════════════
   INNER PAGE HERO (plain dark)
   ══════════════════════════════════════════════════════════════════ */
.page-hero {
  background: var(--brown);
  padding: 80px 56px 72px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(232,32,16,.15) 0%, transparent 60%);
  pointer-events: none;
}
.page-hero-content { position: relative; z-index: 1; }
.page-hero-eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.page-hero-eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--accent); }
.page-hero-eyebrow a { color: rgba(255,255,255,.5); }
.page-hero-title {
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 700;
  font-style: italic;
  color: #fff;
  line-height: 1;
  letter-spacing: -1.5px;
}

/* ══════════════════════════════════════════════════════════════════
   RATES TABLE
   ══════════════════════════════════════════════════════════════════ */
.rates-section { background: var(--white); padding: 100px 56px; }
.rates-card {
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 32px;
}
.rates-card-head {
  background: var(--warm-bg);
  padding: 24px 32px;
  border-bottom: 1px solid var(--border);
}
.rates-card-head h3 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
  color: var(--black);
  letter-spacing: -.5px;
}
.rates-table { width: 100%; border-collapse: collapse; }
.rates-table th {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mid);
  padding: 14px 32px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  background: var(--white);
}
.rates-table td {
  font-family: var(--sans);
  font-size: 14px;
  padding: 14px 32px;
  border-bottom: 1px solid var(--border);
  color: var(--black);
}
.rates-table tr:last-child td { border-bottom: none; }
.rates-note {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--mid);
  padding: 20px 32px;
  background: var(--warm-bg);
  border-top: 1px solid var(--border);
  font-style: italic;
}

/* ══════════════════════════════════════════════════════════════════
   BLOG LISTING (blog page)
   ══════════════════════════════════════════════════════════════════ */
.blog-listing { background: var(--warm-bg); padding: 80px 56px; }
.blog-listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.blog-listing-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
.blog-listing-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px -20px rgba(58,26,18,.25);
}
.blog-listing-img {
  height: 220px;
  background-size: cover;
  background-position: center;
  background-color: var(--border);
}
.blog-listing-body { padding: 28px; }
.blog-listing-cat {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
  font-weight: 600;
}
.blog-listing-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  color: var(--black);
  margin-bottom: 10px;
  line-height: 1.3;
  letter-spacing: -.3px;
}
.blog-listing-title a { color: inherit; }
.blog-listing-title a:hover { color: var(--accent); }
.blog-listing-desc {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.7;
  margin-bottom: 18px;
}
.blog-listing-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  font-family: var(--sans);
  font-size: 11px;
  color: var(--mid);
}
.blog-read-more { color: var(--accent); font-weight: 600; letter-spacing: .5px; }

/* Post pagination */
.blog-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 52px;
}
.blog-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--black);
  transition: all .2s;
}
.blog-page-btn.active { background: var(--accent); color: #fff; border-color: var(--accent); }
.blog-page-btn:hover:not(.active) { border-color: var(--accent); color: var(--accent); }

/* Post content */
.post-content { font-family: var(--sans); font-size: 16px; line-height: 1.85; color: var(--ink-soft); max-width: 740px; margin: 0 auto; }
.post-content h2 { font-family: var(--serif); font-size: 36px; font-style: italic; font-weight: 700; color: var(--black); margin: 48px 0 18px; letter-spacing: -.5px; }
.post-content h3 { font-family: var(--serif); font-size: 26px; font-style: italic; color: var(--black); margin: 36px 0 14px; }
.post-content p { margin-bottom: 22px; }
.post-content ul { margin: 0 0 22px 28px; list-style: disc; }
.post-content ol { margin: 0 0 22px 28px; }
.post-content li { margin-bottom: 8px; }
.post-content blockquote { border-left: 3px solid var(--accent); margin: 32px 0; padding: 20px 28px; background: var(--accent-soft); font-style: italic; font-family: var(--serif); font-size: 20px; color: var(--brown); }
.post-content img { max-width: 100%; border-radius: 4px; margin: 28px 0; }
.post-content a { color: var(--accent); text-decoration: underline; }
.post-content strong { font-weight: 700; color: var(--black); }

/* ══════════════════════════════════════════════════════════════════
   404
   ══════════════════════════════════════════════════════════════════ */
.not-found {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px;
  background: var(--warm-bg);
}
.not-found-num {
  font-family: var(--serif);
  font-size: 120px;
  font-weight: 700;
  font-style: italic;
  color: var(--accent);
  line-height: 1;
  display: block;
  letter-spacing: -4px;
}
.not-found h1 {
  font-family: var(--serif);
  font-size: 36px;
  font-style: italic;
  color: var(--black);
  margin: 12px 0;
}
.not-found p {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink-soft);
  max-width: 400px;
  margin: 0 auto 32px;
  line-height: 1.7;
}

/* ══════════════════════════════════════════════════════════════════
   WHATSAPP FLOAT
   ══════════════════════════════════════════════════════════════════ */
.whatsapp-btn {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 9000;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  font-size: 1.5rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.45);
  transition: transform .2s, box-shadow .2s;
}
.whatsapp-btn:hover { color: #fff; transform: scale(1.1); }

/* Back to top */
.back-to-top {
  position: fixed;
  bottom: 92px; right: 28px;
  z-index: 9000;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(24,22,20,.7);
  color: #fff;
  font-size: .85rem;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity .2s;
  backdrop-filter: blur(6px);
}
.back-to-top.show { opacity: 1; pointer-events: all; }
.back-to-top:hover { color: var(--accent); }

/* ══════════════════════════════════════════════════════════════════
   FADE-IN
   ══════════════════════════════════════════════════════════════════ */
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.fade-in.visible { opacity: 1; transform: none; }

/* ══════════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .houses { padding: 72px 32px; }
  .friends { padding: 80px 32px; }
  .blog-section { padding: 80px 32px; }
  .how { padding: 80px 32px; }
  .contact-section { padding: 80px 32px; }
  .rates-section { padding: 80px 32px; }
  .blog-listing { padding: 72px 32px; }
  .page-hero { padding: 72px 32px 64px; }
  #footer { padding: 44px 32px; }
  .friends-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
}
@media (max-width: 900px) {
  .nav { padding: 0 24px; }
  .nav.is-editorial { padding: 18px 24px 14px; }
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .hero { grid-template-columns: 1fr; }
  .hero-img-block { min-height: 300px; }
  .hero-text { padding: 56px 32px; }
  .hero-title { font-size: clamp(50px, 12vw, 80px); }
  .houses-grid { grid-template-columns: 1fr; gap: 28px; }
  .mission { grid-template-columns: 1fr; padding: 80px 32px; gap: 40px; }
  .steps { grid-template-columns: 1fr; gap: 36px; }
  .blog-grid { grid-template-columns: 1fr; }
  .friends-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 28px 24px; }
  #footer { grid-template-columns: 1fr; gap: 28px; }
  .footer-note { text-align: left; }
  .blog-listing-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .hero-text { padding: 48px 24px; }
  .houses { padding: 56px 20px; }
  .mission { padding: 64px 24px; }
  .how { padding: 64px 20px; }
  .friends { padding: 64px 20px; }
  .blog-section { padding: 64px 20px; }
  .contact-section { padding: 64px 20px; }
  .blog-listing { padding: 56px 20px; }
  .blog-listing-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 56px 24px 48px; }
  #footer { padding: 36px 20px; }
  .friends-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
}
