/* ═══════════════════════════════════════════════════════════════
   Piscione Immobilien – Shared Stylesheet
   piscioneimmobilien.de
   Alle Seiten laden diese Datei. nav.js rendert Nav + Footer.
═══════════════════════════════════════════════════════════════ */
:root {
  --bg:         #EDE9E3;
  --bg-light:   #F5F2EE;
  --terra:      #B5534A;
  --terra-dark: #964540;
  --terra-light:#D4897F;
  --white:      #FFFFFF;
  --text:       #3A3533;
  --text-light: #6B6461;
  --border:     #D9D3CB;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); line-height: 1.7; padding-top: 0; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ── Language Bar ──────────────────────────────────────────────── */
.lang-bar { background: var(--terra); display: flex; justify-content: flex-end; align-items: center; padding: 6px 40px; gap: 8px; }
.lang-btn { background: transparent; border: 1.5px solid rgba(255,255,255,0.45); color: #fff; font-family: 'Inter',sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; padding: 3px 12px; border-radius: 20px; cursor: pointer; transition: background .2s; }
.lang-btn.active, .lang-btn:hover { background: rgba(255,255,255,0.2); border-color: #fff; }

/* ── Navigation ────────────────────────────────────────────────── */
nav.pi-nav { position: sticky; top: 0; z-index: 100; background: var(--bg-light); border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; padding: 14px 40px; gap: 20px; }
.pi-nav .nav-logo { display: flex; flex-direction: column; line-height: 1.1; flex-shrink: 0; }
.pi-nav .nav-logo .small { font-size: 9px; letter-spacing: .18em; color: var(--text-light); text-transform: uppercase; }
.pi-nav .nav-logo .big { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: var(--terra); }
.pi-nav .nav-links { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.pi-nav .nav-links a { font-size: 13.5px; letter-spacing: .03em; color: var(--text); font-weight: 500; transition: color .2s; white-space: nowrap; }
.pi-nav .nav-links a:hover, .pi-nav .nav-links a.active { color: var(--terra); }
.pi-nav .nav-links a.us-link { color: var(--terra); font-weight: 600; }
.pi-nav .nav-links a.nav-cta { background: var(--terra); color: #fff; padding: 9px 18px; border-radius: 4px; transition: background .2s; }
.pi-nav .nav-links a.nav-cta:hover { background: var(--terra-dark); color: #fff; }
.pi-nav .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; border: none; background: none; padding: 4px; }
.pi-nav .hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; }
.pi-mobile-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--bg-light); border-top: 1px solid var(--border); padding: 20px 28px; flex-direction: column; gap: 14px; z-index: 99; }
.pi-mobile-menu.open { display: flex; }
.pi-mobile-menu a { font-size: 15px; font-weight: 500; color: var(--text); }
.pi-mobile-menu a:hover { color: var(--terra); }
.pi-mobile-menu a.us-link { color: var(--terra); font-weight: 700; }

/* ── Contact Sticky Bar ─────────────────────────────────────────── */
.contact-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 200; background: var(--text); display: flex; justify-content: center; align-items: stretch; gap: 0; border-top: 2px solid var(--terra); }
.contact-bar a { display: flex; flex: 1; flex-direction: column; align-items: center; justify-content: center; gap: 1px; padding: 8px 10px; font-size: 13px; font-weight: 600; color: #fff; max-width: 260px; transition: background .2s; border-right: 1px solid rgba(255,255,255,0.1); }
.contact-bar a:last-child { border-right: none; }
.contact-bar a:hover { background: var(--terra); }
.contact-bar .cb-row { display: flex; align-items: center; gap: 7px; }
.contact-bar .cb-label { font-size: 12px; font-weight: 600; }
.contact-bar .cb-sub { font-size: 10px; font-weight: 400; opacity: 0.72; white-space: nowrap; }
body { padding-bottom: 64px; }

/* ── WhatsApp Float (desktop) ───────────────────────────────────── */
.wa-float { position: fixed; bottom: 76px; right: 24px; width: 52px; height: 52px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(37,211,102,.4); z-index: 199; transition: transform .2s; }
.wa-float:hover { transform: scale(1.1); }
.wa-float svg { width: 28px; height: 28px; fill: #fff; }
.back-top-btn { position: fixed; bottom: 76px; right: 84px; width: 44px; height: 44px; background: var(--terra); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; transition: opacity .3s; border: none; z-index: 198; }
.back-top-btn.visible { opacity: 1; }
.back-top-btn svg { width: 18px; height: 18px; fill: #fff; }

/* ── Cookie Banner ──────────────────────────────────────────────── */
.cookie-banner { position: fixed; bottom: 56px; left: 0; right: 0; background: var(--text); color: rgba(255,255,255,.85); padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; z-index: 300; font-size: 13px; flex-wrap: wrap; }
.cookie-banner.hidden { display: none; }
.cookie-banner p { flex: 1; min-width: 200px; }
.cookie-banner a { color: var(--terra-light); text-decoration: underline; }
.cookie-btn { background: var(--terra); color: #fff; border: none; padding: 8px 20px; border-radius: 4px; font-size: 13px; font-weight: 600; cursor: pointer; white-space: nowrap; flex-shrink: 0; }
.cookie-btn:hover { background: var(--terra-dark); }

/* ── Footer ─────────────────────────────────────────────────────── */
footer.pi-footer { background: var(--text); color: rgba(255,255,255,.7); padding: 48px 40px 24px; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; }
.footer-logo-col .footer-logo { font-family: 'Playfair Display', serif; font-size: 22px; color: #fff; font-weight: 700; margin-bottom: 12px; }
.footer-logo-col .footer-logo span { color: var(--terra); }
.footer-logo-col p { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,.6); max-width: 220px; }
.footer-col h4 { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 14px; }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,.65); margin-bottom: 8px; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { max-width: 1100px; margin: 32px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 12px; color: rgba(255,255,255,.35); }
.footer-bottom a { color: rgba(255,255,255,.5); }
.footer-bottom a:hover { color: #fff; }

/* ── Sections & Layouts ─────────────────────────────────────────── */
section.pi-section { padding: 90px 40px; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-eyebrow { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--text-light); margin-bottom: 10px; }
h1.section-title, h2.section-title { font-family: 'Playfair Display', serif; font-size: clamp(28px,3vw,42px); font-weight: 700; color: var(--terra); margin-bottom: 16px; }
.divider { width: 50px; height: 3px; background: var(--terra); border-radius: 2px; margin-bottom: 36px; }

/* ── Page Hero (subpages) ───────────────────────────────────────── */
.page-hero { background: var(--terra); color: #fff; padding: 72px 40px 64px; }
.page-hero .section-inner { max-width: 860px; }
.page-hero .section-eyebrow { color: rgba(255,255,255,.65); }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(30px,4vw,52px); font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 20px; }
.page-hero p.lead { font-size: 18px; color: rgba(255,255,255,.88); max-width: 640px; line-height: 1.75; }
.page-hero .breadcrumb { font-size: 13px; color: rgba(255,255,255,.55); margin-bottom: 20px; }
.page-hero .breadcrumb a { color: rgba(255,255,255,.7); }
.page-hero .breadcrumb a:hover { color: #fff; }

/* ── Prose Content ──────────────────────────────────────────────── */
.prose { max-width: 800px; }
.prose h2 { font-family: 'Playfair Display', serif; font-size: clamp(22px,2.5vw,30px); color: var(--terra); margin: 48px 0 14px; }
.prose h3 { font-size: 18px; font-weight: 600; color: var(--text); margin: 28px 0 10px; }
.prose p { font-size: 15px; line-height: 1.85; color: var(--text); margin-bottom: 16px; }
.prose ul, .prose ol { margin: 12px 0 20px 24px; }
.prose li { font-size: 15px; line-height: 1.8; color: var(--text); margin-bottom: 6px; }
.prose strong { font-weight: 600; color: var(--text); }
.prose a { color: var(--terra); text-decoration: underline; text-underline-offset: 3px; }

/* ── Cards ──────────────────────────────────────────────────────── */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 24px; margin-top: 8px; }
.card { background: var(--white); border-radius: 6px; padding: 32px 28px; box-shadow: 0 2px 12px rgba(0,0,0,.06); transition: transform .2s, box-shadow .2s; }
.card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.card-icon { font-size: 32px; margin-bottom: 16px; }
.card h3 { font-family: 'Playfair Display', serif; font-size: 19px; color: var(--terra); margin-bottom: 10px; }
.card p { font-size: 14px; color: var(--text-light); line-height: 1.75; }

/* ── Steps ──────────────────────────────────────────────────────── */
.steps { display: flex; flex-direction: column; gap: 0; }
.step { display: flex; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--border); }
.step:last-child { border-bottom: none; }
.step-num { width: 44px; height: 44px; background: var(--terra); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display',serif; font-size: 18px; font-weight: 700; color: #fff; flex-shrink: 0; }
.step-body h3 { font-size: 17px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.step-body p { font-size: 14px; color: var(--text-light); line-height: 1.75; }

/* ── FAQ ─────────────────────────────────────────────────────────── */
.faq-list { display: flex; flex-direction: column; gap: 2px; }
details.faq-item { background: var(--white); border-radius: 6px; overflow: hidden; }
details.faq-item + details.faq-item { margin-top: 2px; }
summary.faq-q { cursor: pointer; padding: 18px 24px; font-size: 15px; font-weight: 600; color: var(--text); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
summary.faq-q::after { content: '+'; font-size: 22px; color: var(--terra); flex-shrink: 0; transition: transform .2s; }
details[open] summary.faq-q::after { transform: rotate(45deg); }
.faq-a { padding: 4px 24px 20px; font-size: 14px; color: var(--text-light); line-height: 1.8; }
.faq-a a { color: var(--terra); text-decoration: underline; }

/* ── CTA Box ─────────────────────────────────────────────────────── */
.cta-box { background: var(--terra); border-radius: 8px; padding: 52px 48px; text-align: center; color: #fff; margin-top: 32px; }
.cta-box h2 { font-family: 'Playfair Display',serif; font-size: clamp(24px,3vw,36px); color: #fff; margin-bottom: 14px; }
.cta-box p { font-size: 16px; color: rgba(255,255,255,.85); margin-bottom: 28px; max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── Buttons ─────────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 4px; font-size: 14px; font-weight: 600; letter-spacing: .03em; transition: all .2s; cursor: pointer; border: none; }
.btn-primary { background: var(--terra); color: #fff; }
.btn-primary:hover { background: var(--terra-dark); }
.btn-white { background: #fff; color: var(--terra); }
.btn-white:hover { background: var(--bg-light); }
.btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.6); }
.btn-outline-white:hover { background: rgba(255,255,255,.15); border-color: #fff; }

/* ── Form ─────────────────────────────────────────────────────────── */
.pi-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-light); font-weight: 600; }
.form-group input, .form-group select, .form-group textarea { background: var(--white); border: 1.5px solid var(--border); border-radius: 4px; padding: 12px 14px; font-family: 'Inter',sans-serif; font-size: 14px; color: var(--text); transition: border-color .2s; resize: vertical; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--terra); }
.form-notice { font-size: 12px; color: var(--text-light); }
.form-success { display: none; background: #e8f5e9; border: 1px solid #a5d6a7; color: #2e7d32; padding: 14px 18px; border-radius: 4px; font-size: 14px; margin-top: 8px; }

/* ── Highlight Box ────────────────────────────────────────────────── */
.highlight-box { background: var(--bg-light); border-left: 4px solid var(--terra); border-radius: 4px; padding: 24px 28px; margin: 28px 0; }
.highlight-box h3 { font-size: 16px; font-weight: 700; color: var(--terra); margin-bottom: 8px; }
.highlight-box p { font-size: 14px; color: var(--text); line-height: 1.75; }
.highlight-box.en { border-color: #2a5298; background: #f0f4ff; }
.highlight-box.en h3 { color: #2a5298; }

/* ── Team Box ─────────────────────────────────────────────────────── */
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 8px; }
.team-card { background: var(--white); border-radius: 6px; padding: 32px 28px; display: flex; gap: 20px; align-items: flex-start; box-shadow: 0 2px 10px rgba(0,0,0,.06); }
.team-avatar { width: 64px; height: 64px; border-radius: 50%; background: var(--terra); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display',serif; font-size: 24px; color: #fff; flex-shrink: 0; overflow: hidden; }
.team-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.team-info h3 { font-family: 'Playfair Display',serif; font-size: 18px; color: var(--text); margin-bottom: 4px; }
.team-info .role { font-size: 12px; color: var(--terra); font-weight: 600; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 10px; }
.team-info p { font-size: 13px; color: var(--text-light); line-height: 1.7; }

/* ── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 900px) {
  nav.pi-nav { padding: 14px 20px; position: relative; }
  .pi-nav .nav-links { display: none; }
  .pi-nav .hamburger { display: flex; }
  .lang-bar { padding: 6px 20px; }
  section.pi-section { padding: 56px 20px; }
  .page-hero { padding: 52px 20px 44px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .team-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .cta-box { padding: 40px 24px; }
  .wa-float, .back-top-btn { display: none; }
}
@media (max-width: 600px) {
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .contact-bar a .cb-label { display: none; }
  .contact-bar .cb-sub { display: none; }
}

/* ── Footer grid alias (footer-grid = footer-inner) ─────────────── */
.footer-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; }
.footer-logo { margin-bottom: 16px; }
.footer-logo .footer-logo-small { display: block; font-size: 9px; letter-spacing: .18em; color: rgba(255,255,255,.4); text-transform: uppercase; }
.footer-logo .footer-logo-big { display: block; font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: #fff; }
.footer-col p { font-size: 13px; color: rgba(255,255,255,.6); line-height: 1.7; max-width: 240px; }
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 4px; }
.footer-social { display: flex; gap: 12px; margin-top: 16px; }
.footer-social a { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.65); transition: background .2s, color .2s; }
.footer-social a:hover { background: var(--terra); color: #fff; }
/* Cookie secondary btn */
.cookie-btn-secondary { background: transparent; color: rgba(255,255,255,.65); border: 1px solid rgba(255,255,255,.25); padding: 8px 20px; border-radius: 4px; font-size: 13px; font-weight: 600; cursor: pointer; white-space: nowrap; flex-shrink: 0; }
.cookie-btn-secondary:hover { background: rgba(255,255,255,.1); color: #fff; }

/* ═══════════════════════════════════════════════════════════════
   DESIGN UPGRADE – Lucide Icons + Modern Polish
═══════════════════════════════════════════════════════════════ */

/* ── Lucide icon sizing ──────────────────────────────────────── */
i[data-lucide] { display: inline-block; vertical-align: middle; }

/* ── Card icon – icon container ─────────────────────────────── */
.card-icon {
  width: 54px; height: 54px;
  background: rgba(181,83,74,.09);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
  transition: background .2s;
}
.card:hover .card-icon { background: rgba(181,83,74,.16); }
.card-icon i[data-lucide] { width: 26px; height: 26px; color: var(--terra); }
.card-icon svg { width: 26px; height: 26px; stroke: var(--terra); }

/* ── Cards – refined ─────────────────────────────────────────── */
.card {
  background: var(--white);
  border-radius: 10px;
  padding: 36px 30px;
  box-shadow: 0 2px 8px rgba(58,53,51,.07), 0 0 0 1px rgba(217,211,203,.6);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  border-top: 3px solid transparent;
  position: relative;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(58,53,51,.12), 0 0 0 1px rgba(181,83,74,.12);
  border-top-color: var(--terra);
}
.card h3 { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--text); margin-bottom: 10px; }
.card p  { font-size: 14px; color: var(--text-light); line-height: 1.8; }

/* ── Buttons – refined ──────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 28px;
  border-radius: 6px;
  font-size: 14px; font-weight: 600; letter-spacing: .025em;
  transition: all .2s ease;
  cursor: pointer; border: none;
  text-decoration: none;
  white-space: nowrap;
}
.btn i[data-lucide] { width: 16px; height: 16px; }

.btn-primary {
  background: var(--terra);
  color: #fff;
  box-shadow: 0 2px 8px rgba(181,83,74,.28);
}
.btn-primary:hover {
  background: var(--terra-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(181,83,74,.38);
  color: #fff;
}
.btn-white {
  background: #fff;
  color: var(--terra);
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.btn-white:hover {
  background: var(--bg-light);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,.15);
  color: var(--terra-dark);
}
.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,.55);
}
.btn-outline-white:hover {
  background: rgba(255,255,255,.15);
  border-color: #fff;
  transform: translateY(-2px);
}
.btn-secondary {
  background: var(--bg-light);
  color: var(--text);
  border: 1.5px solid var(--border);
}
.btn-secondary:hover {
  background: var(--border);
  transform: translateY(-1px);
}

/* ── Highlight box – refined ────────────────────────────────── */
.highlight-box {
  background: var(--bg-light);
  border-left: 4px solid var(--terra);
  border-radius: 0 8px 8px 0;
  padding: 26px 32px;
  margin: 32px 0;
}
.highlight-box h3 { font-size: 15px; font-weight: 700; color: var(--terra); margin-bottom: 10px; }
.highlight-box p  { font-size: 14px; color: var(--text); line-height: 1.8; margin: 0; }
.highlight-box.en { border-color: #2a5298; background: #f0f4ff; }
.highlight-box.en h3 { color: #2a5298; }

/* ── CTA box – refined ──────────────────────────────────────── */
.cta-box {
  background: var(--terra);
  border-radius: 12px;
  padding: 60px 52px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
.cta-box::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at top right, rgba(255,255,255,.12) 0%, transparent 65%);
  pointer-events: none;
}
.cta-box h2 { font-family: 'Playfair Display',serif; font-size: clamp(24px,3vw,36px); color: #fff; margin-bottom: 14px; }
.cta-box p  { font-size: 16px; color: rgba(255,255,255,.88); margin-bottom: 32px; max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-btns   { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── Steps – refined ─────────────────────────────────────────── */
.step { display: flex; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--border); align-items: flex-start; }
.step:last-child { border-bottom: none; }
.step-num {
  width: 46px; height: 46px; flex-shrink: 0;
  background: var(--terra); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display',serif; font-size: 17px; font-weight: 700; color: #fff;
  box-shadow: 0 3px 10px rgba(181,83,74,.3);
}
.step-body h3 { font-size: 16px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.step-body p  { font-size: 14px; color: var(--text-light); line-height: 1.8; }

/* ── FAQ – refined ───────────────────────────────────────────── */
details.faq-item {
  background: var(--white);
  border-radius: 8px;
  border: 1px solid var(--border);
  margin-bottom: 6px;
  transition: border-color .2s;
}
details.faq-item[open] { border-color: var(--terra); }
summary.faq-q {
  cursor: pointer;
  padding: 18px 22px;
  font-size: 15px; font-weight: 600; color: var(--text);
  list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  user-select: none;
}
summary.faq-q::-webkit-details-marker { display: none; }
summary.faq-q::after {
  content: '';
  width: 20px; height: 20px; flex-shrink: 0;
  background: var(--terra);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .2s;
}
details[open] summary.faq-q::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
}
.faq-a { padding: 0 22px 20px; font-size: 14px; color: var(--text-light); line-height: 1.85; }
.faq-a a { color: var(--terra); text-decoration: underline; text-underline-offset: 2px; }

/* ── Page hero – refined ─────────────────────────────────────── */
.page-hero {
  background: var(--terra);
  padding: 80px 40px 70px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at bottom left, rgba(0,0,0,.15) 0%, transparent 65%);
  pointer-events: none;
}
.page-hero .section-inner { max-width: 860px; position: relative; }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(30px,4vw,54px); font-weight: 700; color: #fff; line-height: 1.18; margin-bottom: 20px; }
.page-hero p.lead { font-size: 17px; color: rgba(255,255,255,.88); max-width: 640px; line-height: 1.8; }
.page-hero .breadcrumb { font-size: 12px; color: rgba(255,255,255,.5); margin-bottom: 22px; letter-spacing: .04em; }
.page-hero .breadcrumb a { color: rgba(255,255,255,.65); }
.page-hero .breadcrumb a:hover { color: #fff; }

/* ── Team card – refined ─────────────────────────────────────── */
.team-card {
  background: var(--white);
  border-radius: 10px;
  padding: 32px 28px;
  display: flex; gap: 20px; align-items: flex-start;
  box-shadow: 0 2px 12px rgba(0,0,0,.07), 0 0 0 1px rgba(217,211,203,.5);
  transition: box-shadow .2s;
}
.team-card:hover { box-shadow: 0 8px 28px rgba(58,53,51,.12); }
.team-avatar {
  width: 60px; height: 60px; flex-shrink: 0;
  border-radius: 50%;
  background: var(--terra);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display',serif; font-size: 20px; color: #fff; font-weight: 700;
  box-shadow: 0 3px 10px rgba(181,83,74,.3);
  overflow: hidden;
}
.team-info h3 { font-family: 'Playfair Display',serif; font-size: 18px; color: var(--text); margin-bottom: 4px; }
.team-info .role { font-size: 11px; color: var(--terra); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px; display: block; }
.team-info p { font-size: 13px; color: var(--text-light); line-height: 1.75; }
.team-cta { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-size: 13px; font-weight: 700; color: var(--terra); }
.team-cta:hover { text-decoration: underline; text-underline-offset: 2px; }

/* ── Nav – refinements ───────────────────────────────────────── */
nav.pi-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(245,242,238,.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.pi-nav .nav-links a.nav-cta {
  background: var(--terra); color: #fff;
  padding: 9px 20px; border-radius: 6px;
  box-shadow: 0 2px 6px rgba(181,83,74,.28);
  transition: background .2s, box-shadow .2s, transform .2s;
}
.pi-nav .nav-links a.nav-cta:hover {
  background: var(--terra-dark);
  box-shadow: 0 4px 14px rgba(181,83,74,.4);
  transform: translateY(-1px);
  color: #fff;
}

/* ── Section – alternating backgrounds ──────────────────────── */
section.pi-section:nth-child(even) { background: var(--bg-light); }

/* ── Form – refined ──────────────────────────────────────────── */
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--terra);
  box-shadow: 0 0 0 3px rgba(181,83,74,.1);
}
.form-group input, .form-group select, .form-group textarea {
  border-radius: 6px;
  font-size: 14px;
}
