:root {
  --brand: #0b0b0b;
  --gold: #b8953e;
  --gold-light: #d4b56a;
  --gold-dark: #8c6f28;
  --ink: #1a1a1a;
  --muted: #5a5a5a;
  --line: #e4e1d8;
  --bg: #f6f4ef;
  --white: #fffcf7;
  --font: "Source Sans 3", "Segoe UI", sans-serif;
  --display: "Cormorant Garamond", "Times New Roman", serif;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  background: var(--white);
  letter-spacing: 0.01em;
  -webkit-text-size-adjust: 100%;
}
button, a, summary { -webkit-tap-highlight-color: rgba(184, 149, 62, 0.25); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-dark); text-decoration: none; }
a:hover { color: var(--brand); }
button, input, textarea, select { font-family: inherit; }

.container { width: min(100% - 48px, var(--max)); margin-inline: auto; }
.center { text-align: center; }
.lead {
  font-size: 1.15rem;
  color: var(--muted);
  max-width: 62ch;
  line-height: 1.7;
}
.kicker {
  margin: 0 0 10px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-dark);
}
.kicker-light { color: var(--gold-light); }

.site-header {
  background: var(--brand);
  color: var(--white);
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(184, 149, 62, 0.28);
}
.header-inner {
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  min-height: 118px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "brand top"
    "brand tools";
  align-items: center;
  gap: 6px 32px;
  padding: 10px 0 14px;
  position: relative;
}
.topbar {
  grid-area: top;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.topbar a, .topbar span { color: rgba(255,255,255,0.82); }
.place { color: var(--gold-light); font-weight: 600; }
.phone {
  padding-left: 20px;
  font-weight: 600;
  color: var(--white) !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23d4b56a' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.2 1.2.4 2.5.6 3.8.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.6.6 3.8.1.4 0 .8-.3 1.1L6.6 10.8z'/%3E%3C/svg%3E") left center no-repeat;
}
.ig-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--gold-light) !important;
  border: 1px solid rgba(212, 181, 106, 0.45);
}
.ig-link:hover { color: var(--white) !important; border-color: var(--white); }

.brand {
  grid-area: brand;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: var(--white) !important;
}
.brand img {
  height: 78px;
  width: auto;
  flex-shrink: 0;
  object-fit: contain;
  background: transparent;
}
.brand-lockup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  min-width: 0;
}
.brand-name {
  font-family: var(--display);
  font-size: 1.32rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.05;
  color: #fff;
  white-space: nowrap;
}
.brand-name i {
  font-style: normal;
  color: var(--gold-light);
  padding: 0 2px;
}
.brand-sub {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 600;
}

.header-tools {
  grid-area: tools;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
}
.menu-toggle, .btn-contact, .btn-wa-header {
  border: 0;
  cursor: pointer;
  background: transparent;
  border-radius: 0;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
}
.btn-contact, .btn-wa-header {
  border: 1px solid rgba(212, 181, 106, 0.7);
  color: var(--white) !important;
  padding: 9px 16px;
}
.btn-contact {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--brand) !important;
}
.btn-contact:hover { background: var(--gold-light); color: var(--brand) !important; }
.btn-wa-header:hover { border-color: var(--white); color: var(--white) !important; }
.menu-toggle {
  font-size: 0.78rem;
  padding: 8px 36px 8px 0;
  color: var(--gold-light);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='14' viewBox='0 0 22 14'%3E%3Cpath fill='%23d4b56a' d='M0 0h22v1.6H0zM0 6.2h22v1.6H0zM0 12.4h22v1.6H0z'/%3E%3C/svg%3E") right center no-repeat;
}

.site-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--white);
  min-width: 280px;
  border: 1px solid var(--line);
  z-index: 50;
}
.site-menu.is-open { display: block; }
.site-menu ul { list-style: none; margin: 0; padding: 10px 0; }
.site-menu a {
  display: block;
  padding: 9px 20px;
  color: var(--brand);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}
.site-menu a:hover { color: var(--gold-dark); }
.site-menu .has-sub > ul {
  background: var(--bg);
  padding: 0 0 8px;
  display: block;
  position: static;
}
.site-menu .has-sub > ul a { font-weight: 400; font-size: 0.88rem; padding-left: 28px; }
.menu-head { display: none; }

.hero {
  position: relative;
  background: var(--brand);
  width: 100%;
  min-height: 440px;
  padding: 12px 0 36px;
}
.slide {
  display: none;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 36px;
  align-items: center;
  color: var(--white);
  width: min(100% - 48px, var(--max));
  margin-inline: auto;
}
.slide.is-active { display: grid; }
.slide-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 3.4vw, 2.85rem);
  line-height: 1.15;
  font-weight: 600;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(212, 181, 106, 0.45);
  letter-spacing: 0.01em;
}
.slide-copy p {
  font-size: 1.05rem;
  max-width: 42ch;
  margin: 20px 0 0;
  color: rgba(255,255,255,0.78);
  font-weight: 400;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(212, 181, 106, 0.35);
  filter: saturate(0.78) contrast(1.05);
}

.btn, .contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: var(--brand);
  font-weight: 600;
  border: 1px solid var(--gold);
  border-radius: 0;
  padding: 12px 22px;
  cursor: pointer;
  text-align: center;
  min-width: 168px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  touch-action: manipulation;
}
.btn:hover, .contact-form button:hover {
  background: var(--gold-light);
  color: var(--brand);
}
.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.45);
}
.btn-ghost:hover {
  border-color: var(--gold-light);
  color: var(--gold-light);
  background: transparent;
}
.btn-light {
  background: transparent;
  color: var(--white);
  border-color: var(--gold-light);
}
.btn-light:hover {
  background: var(--gold);
  color: var(--brand);
  border-color: var(--gold);
}
.slide-nav {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  margin: 16px auto 0;
  width: min(100% - 48px, var(--max));
}
.slide-nav button {
  width: 28px;
  height: 2px;
  border: 0;
  background: rgba(212, 181, 106, 0.35);
  cursor: pointer;
  padding: 0;
}
.slide-nav button.is-active { background: var(--gold-light); width: 42px; }

.page-hero {
  background: var(--brand);
  color: var(--white);
  padding: 48px 0 36px;
  border-bottom: 1px solid rgba(184, 149, 62, 0.28);
}
.page-hero p {
  margin: 0 0 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: var(--gold-light);
}
.page-hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 600;
  line-height: 1.15;
  max-width: 18ch;
}

.trust-bar {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  text-align: center;
  margin: 0;
}
.stat {
  padding: 4px 12px;
  border-right: 1px solid var(--line);
}
.stat:last-child { border-right: 0; }
.stat-num {
  display: block;
  font-family: var(--display);
  font-size: 2.1rem;
  font-weight: 600;
  color: var(--brand);
  line-height: 1.1;
}
.trust-bar .stat-num { color: var(--brand); }
.stat-label {
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.services { padding: 72px 0 40px; }
.section-title {
  font-family: var(--display);
  color: var(--brand);
  margin: 0 0 36px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 600;
  line-height: 1.2;
  max-width: 18ch;
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}
.serv {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 8px 18px;
  align-items: start;
  padding: 28px 24px 28px 0;
  border-bottom: 1px solid var(--line);
}
.serv:nth-child(odd) { padding-right: 32px; border-right: 1px solid var(--line); }
.serv:nth-child(even) { padding-left: 32px; }
.serv-icon { color: var(--gold-dark); margin-top: 4px; }
.serv h2, .area-row h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--brand);
}
.serv h2 a, .area-row h2 a { color: var(--brand); }
.serv h2 a:hover, .area-row h2 a:hover { color: var(--gold-dark); }
.serv p { grid-column: 2; margin: 0; color: var(--muted); font-size: 0.98rem; }
.services-more {
  margin: 28px 0 0;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}

.cta-band {
  background: var(--brand);
  color: var(--white);
  padding: 40px 0;
  margin-top: 48px;
  border-block: 1px solid rgba(184, 149, 62, 0.28);
}
.cta-band .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.cta-band strong {
  font-family: var(--display);
  font-size: 2.2rem;
  display: block;
  line-height: 1.1;
  font-weight: 600;
  color: var(--white);
}

.band { padding: 72px 0; }
.band-alt { background: var(--bg); }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 8px;
}
.section-head .section-title { margin-bottom: 36px; }
.section-head a {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.logo-row.big { grid-template-columns: repeat(3, 1fr); margin: 24px 0; }
.client-chip {
  background: var(--white);
  min-height: 88px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 14px;
  color: var(--brand);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.media-grid, .post-grid, .quote-grid, .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.media-card, .post-card, blockquote, .person {
  background: var(--white);
  padding: 28px 24px;
  border: 1px solid var(--line);
}
.band-alt .media-card, .band-alt blockquote { background: var(--white); }
.media-card span, .post-card time, .post-row time {
  color: var(--gold-dark);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.media-card h3, .post-card h3 {
  margin: 10px 0 12px;
  font-family: var(--display);
  color: var(--brand);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.25;
}
.post-card h3 a { color: var(--brand); }
.post-card p, .media-card p { color: var(--muted); margin: 0; }
.views {
  display: inline-block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

blockquote { margin: 0; }
blockquote p {
  font-family: var(--display);
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.45;
  color: var(--ink);
}
blockquote footer {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}
blockquote footer strong { color: var(--brand); font-style: normal; }

.faq-list { display: grid; gap: 0; max-width: 820px; border-top: 1px solid var(--line); }
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
  background: transparent;
}
.faq-list summary {
  cursor: pointer;
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--brand);
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list p { margin: 10px 0 4px; color: var(--muted); }

.contact-band { background: var(--bg); }
.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}
.contact-form {
  display: grid;
  gap: 14px;
  background: var(--white);
  padding: 32px;
  border: 1px solid var(--line);
}
.contact-form label {
  display: grid;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
}
.contact-form .check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.88rem;
  color: var(--muted);
}
.contact-form .check input { margin-top: 4px; }
.contact-form input, .contact-form textarea, .contact-form select {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  font-size: 16px;
  background: transparent;
  color: var(--ink);
  width: 100%;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
  outline: none;
  border-bottom-color: var(--gold);
}

.prose { padding: 48px 0 72px; max-width: 760px; }
.prose h2 {
  font-family: var(--display);
  color: var(--brand);
  font-weight: 600;
  font-size: 1.7rem;
}
.prose h3 { color: var(--brand); }
.value-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 32px; }
.value-list span {
  background: transparent;
  color: var(--brand);
  border: 1px solid var(--line);
  padding: 8px 14px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.areas-page { padding: 36px 0 72px; display: grid; gap: 0; border-top: 1px solid var(--line); }
.area-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  border-top: 0;
}
.more {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.team-grid { padding: 36px 0 72px; }
.avatar {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  background: var(--brand);
  color: var(--gold-light);
  font-family: var(--display);
  font-weight: 600;
  margin-bottom: 14px;
}
.role { color: var(--gold-dark); font-weight: 600; margin-top: 0; font-size: 0.88rem; }

.post-list { padding: 20px 0 72px; }
.post-row { padding: 28px 0; border-bottom: 1px solid var(--line); }
.post-row h2 { margin: 8px 0; font-family: var(--display); font-weight: 600; }
.post-row h2 a { color: var(--brand); }

.article-layout {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 48px;
  padding-bottom: 72px;
}
.article-layout aside {
  background: var(--bg);
  padding: 24px;
  height: max-content;
  margin-top: 48px;
  border: 1px solid var(--line);
}
.article-layout aside h2 {
  font-family: var(--display);
  color: var(--brand);
  font-size: 1.2rem;
}

.site-footer {
  background: var(--brand);
  color: rgba(255,255,255,0.68);
  padding-top: 56px;
  border-top: 1px solid rgba(184, 149, 62, 0.28);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.8fr;
  gap: 40px;
  padding-bottom: 40px;
}
.site-footer h2 {
  font-family: var(--display);
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 600;
  margin-top: 0;
}
.site-footer a { color: var(--gold-light); }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin: 8px 0; }
.to-top {
  display: inline-block;
  margin-top: 16px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 18px 0 24px;
  font-size: 0.8rem;
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  background: #128c7e;
  color: var(--white) !important;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}
.wa-float:hover { color: var(--white) !important; }

.mobile-bar { display: none; }

.cookie {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 70;
  max-width: 400px;
  background: var(--white);
  color: var(--ink);
  padding: 18px;
  border: 1px solid var(--line);
}
.cookie button {
  background: var(--brand);
  color: var(--white);
  border: 0;
  padding: 8px 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.7rem;
  cursor: pointer;
}

.flash-wrap { width: min(100% - 48px, var(--max)); margin: 16px auto 0; }
.flash { padding: 12px 16px; font-weight: 600; font-size: 0.95rem; }
.flash-ok { background: #eef6ef; color: #1e5c32; }
.flash-error { background: #f7eeee; color: #8a2a2a; }

@media (max-width: 980px) {
  .slide { grid-template-columns: 1fr; }
  .slide img { height: 220px; }
  .serv:nth-child(odd), .serv:nth-child(even) { padding: 24px 0; border-right: 0; }
  .services-grid, .media-grid, .post-grid, .quote-grid, .split, .article-layout, .footer-grid, .logo-row {
    grid-template-columns: 1fr 1fr;
  }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:nth-child(odd) { border-right: 1px solid var(--line); }
  .logo-row.big { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
    padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px));
  }
  body.menu-open { overflow: hidden; }
  .container, .flash-wrap {
    width: min(100% - 32px, var(--max));
  }
  .header-inner {
    width: min(100% - 24px, var(--max));
    grid-template-areas: "brand tools";
    min-height: 64px;
    padding: 8px 0;
    gap: 8px;
  }
  .topbar { display: none; }
  .brand { gap: 10px; }
  .brand img { height: 48px; }
  .brand-name { font-size: 0.98rem; }
  .brand-sub { font-size: 0.52rem; letter-spacing: 0.14em; }
  .btn-contact, .btn-wa-header { display: none; }
  .menu-toggle {
    min-height: 44px;
    padding: 10px 34px 10px 8px;
  }
  .site-menu {
    position: fixed;
    inset: 0 0 calc(56px + env(safe-area-inset-bottom, 0px)) 0;
    min-width: 0;
    width: 100%;
    border: 0;
    z-index: 55;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .menu-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    background: var(--brand);
    color: var(--gold-light);
    position: sticky;
    top: 0;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 600;
  }
  .menu-close {
    background: transparent;
    border: 0;
    color: var(--gold-light);
    font: inherit;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    min-height: 44px;
  }
  .site-menu ul { padding: 6px 0 24px; }
  .site-menu a {
    padding: 14px 20px;
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  .hero {
    min-height: 0;
    padding: 8px 0 24px;
  }
  .slide, .slide-nav {
    width: min(100% - 32px, var(--max));
  }
  .slide-copy h2 { font-size: 1.55rem; }
  .slide-copy p { font-size: 0.98rem; }
  .hero-actions {
    flex-direction: column;
    margin-top: 20px;
  }
  .hero-actions .btn,
  .btn,
  .contact-form button,
  .cta-band .btn {
    width: 100%;
    min-width: 0;
    min-height: 48px;
  }
  .slide img { height: 180px; }
  .page-hero { padding: 28px 0 24px; }
  .page-hero h1 { max-width: none; }
  .section-title { max-width: none; margin-bottom: 24px; }
  .services, .band { padding: 44px 0; }
  .cta-band { padding: 28px 0; margin-top: 28px; }
  .cta-band .container { flex-direction: column; text-align: left; }
  .cta-band strong { font-size: 1.7rem; }
  .services-grid, .media-grid, .post-grid, .quote-grid, .split, .article-layout, .footer-grid, .logo-row, .logo-row.big {
    grid-template-columns: 1fr;
  }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .contact-form { padding: 20px 16px; }
  .faq-list summary {
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  .site-footer { padding-top: 40px; }
  .site-footer p { overflow-wrap: anywhere; }
  .footer-bottom .container { flex-direction: column; }
  .wa-float { display: none; }
  .mobile-bar {
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    background: var(--brand);
    border-top: 1px solid rgba(184, 149, 62, 0.45);
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  .mobile-bar a {
    color: var(--white) !important;
    text-align: center;
    padding: 14px 6px;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-bar-wa { background: #128c7e; }
  .cookie {
    left: 12px;
    right: 12px;
    bottom: calc(68px + env(safe-area-inset-bottom, 0px));
    max-width: none;
  }
}

@media (max-width: 380px) {
  .brand-sub { display: none; }
  .brand-name { font-size: 0.9rem; }
  .brand img { height: 44px; }
}
