/* =========================================================
   Branded Residences — Master Professional Design System
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap');

:root {
  --br-ink: #12100e;
  --br-charcoal: #1c1916;
  --br-muted: #6a635c;
  --br-soft: #8a8278;
  --br-line: #e6dfd5;
  --br-line-2: #d9d0c4;
  --br-cream: #f4efe8;
  --br-paper: #faf7f2;
  --br-white: #ffffff;
  --br-gold: #b08a5b;
  --br-gold-deep: #916f45;
  --br-gold-soft: #f1e7d9;
  --br-radius: 20px;
  --br-radius-sm: 14px;
  --br-shadow: 0 16px 40px rgba(18, 16, 14, 0.07);
  --br-shadow-lg: 0 28px 70px rgba(18, 16, 14, 0.12);
  --br-font-d: "Cormorant Garamond", Georgia, serif;
  --br-font-b: "DM Sans", system-ui, -apple-system, sans-serif;
  --br-shell-h: 128px;
  --br-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---- Global base (override legacy theme) ---- */
body.r7-body {
  font-family: var(--br-font-b) !important;
  color: var(--br-ink) !important;
  background: var(--br-paper) !important;
  line-height: 1.65 !important;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
  padding-top: var(--br-shell-h) !important;
}
body.r7-body h1, body.r7-body h2, body.r7-body h3, body.r7-body h4 {
  font-family: var(--br-font-d) !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  color: var(--br-ink) !important;
  line-height: 1.15 !important;
}
body.r7-body a { transition: color .2s var(--br-ease), background .2s var(--br-ease), border-color .2s var(--br-ease), transform .2s var(--br-ease); }
body.r7-body .site-preloader-wrap { background: var(--br-paper) !important; z-index: 30000 !important; }

/* ---- Header shell refinements ---- */
body.r7-body .r7-shell {
  background: rgba(250, 247, 242, 0.92) !important;
  backdrop-filter: blur(16px) saturate(1.15);
  -webkit-backdrop-filter: blur(16px) saturate(1.15);
  border-bottom: 1px solid rgba(18,16,14,.06) !important;
  box-shadow: 0 8px 30px rgba(18,16,14,.04) !important;
}
body.r7-body .r7-topbar {
  background: var(--br-charcoal) !important;
  font-size: 12px !important;
}
body.r7-body .r7-nav__logo img {
  height: 64px !important;
  max-height: 64px !important;
  width: auto !important;
  max-width: 300px !important;
  object-fit: contain !important;
  background: #0c0a09 !important;
  border-radius: 10px !important;
  padding: 0 !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.12) !important;
}
body.r7-body .r7-nav {
  min-height: 80px;
}
body.r7-body .r7-nav__inner {
  min-height: 80px;
}
body.r7-body .r7-nav__list a {
  font-family: var(--br-font-b) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #2a2520 !important;
}
body.r7-body .r7-nav__list li.is-active a {
  color: var(--br-ink) !important;
  box-shadow: inset 0 -2px 0 var(--br-gold) !important;
  background: transparent !important;
  border-radius: 0 !important;
  font-weight: 600 !important;
}
body.r7-body .r7-nav__cta {
  background: var(--br-ink) !important;
  font-family: var(--br-font-b) !important;
  font-weight: 600 !important;
  letter-spacing: .01em !important;
}
body.r7-body .r7-nav__cta:hover { background: var(--br-gold) !important; }

/* ---- Design primitives ---- */
.br-section { padding: 100px 0; }
.br-section--soft { background: var(--br-cream); }
.br-section--dark { background: var(--br-charcoal); color: #fff; }
.br-section__head {
  max-width: 700px;
  margin: 0 auto 52px;
  text-align: center;
}
.br-section__head h2,
.br-h2 {
  font-family: var(--br-font-d) !important;
  font-weight: 500 !important;
  font-size: clamp(2.05rem, 3.6vw, 3.15rem) !important;
  line-height: 1.12 !important;
  color: var(--br-ink) !important;
  margin: 0 0 14px !important;
}
.br-section--dark .br-section__head h2 { color: #fff !important; }
.br-section__head p,
.br-lead {
  color: var(--br-muted) !important;
  font-size: 1.05rem !important;
  line-height: 1.75 !important;
  margin: 0 !important;
}
.br-section--dark .br-section__head p { color: rgba(255,255,255,.7) !important; }
.br-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border-radius: 999px;
  background: var(--br-gold-soft);
  color: var(--br-gold-deep);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.br-kicker--light {
  background: rgba(255,255,255,.1);
  color: #e4d2b5;
  border: 1px solid rgba(255,255,255,.14);
}
.br-pill {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.1);
  color: #e8d7bc !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.br-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  font-family: var(--br-font-b);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all .25s var(--br-ease);
}
.br-btn--gold { background: var(--br-gold); color: #fff !important; border-color: var(--br-gold); }
.br-btn--gold:hover { background: var(--br-gold-deep); border-color: var(--br-gold-deep); color: #fff !important; transform: translateY(-1px); }
.br-btn--dark { background: var(--br-ink); color: #fff !important; border-color: var(--br-ink); }
.br-btn--dark:hover { background: var(--br-gold); border-color: var(--br-gold); color: #fff !important; }
.br-btn--ghost { background: transparent; color: #fff !important; border-color: rgba(255,255,255,.55); }
.br-btn--ghost:hover { background: #fff; color: var(--br-ink) !important; }
.br-btn--outline {
  background: #fff;
  color: var(--br-ink) !important;
  border-color: var(--br-line-2);
}
.br-btn--outline:hover { border-color: var(--br-gold); color: var(--br-gold-deep) !important; }
.br-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--br-gold-deep) !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  letter-spacing: .02em;
}
.br-link::after { content: "→"; transition: transform .2s ease; }
.br-link:hover::after { transform: translateX(3px); }
.br-chip {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--br-gold-soft);
  color: var(--br-gold-deep);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* ---- Hero (home) — professional, one-screen ---- */
.br-hero {
  position: relative;
  min-height: calc(100svh - var(--br-shell-h));
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0f0d0b;
  margin-top: 0;
}
.br-hero--pro,
.br-hero--fit {
  align-items: center;
  height: calc(100svh - var(--br-shell-h));
  min-height: calc(100svh - var(--br-shell-h));
  max-height: calc(100svh - var(--br-shell-h));
}
.br-hero__media { position: absolute; inset: 0; }
.br-hero__media img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.02); }
.br-hero__shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(112deg, rgba(8,6,5,.9) 0%, rgba(8,6,5,.68) 38%, rgba(8,6,5,.4) 68%, rgba(8,6,5,.52) 100%),
    linear-gradient(180deg, rgba(8,6,5,.18) 0%, transparent 42%, rgba(8,6,5,.42) 100%);
}
.br-hero__content {
  position: relative;
  z-index: 1;
  padding: 28px 0;
  max-width: 780px;
}
.br-hero__content.br-hero__content--split {
  max-width: 1160px;
  width: 100%;
  padding: 18px 0 22px;
  align-self: center;
}
.br-hero__content--split .row { width: 100%; }

/* Left copy */
.br-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 540px;
  padding: 0 12px 0 0;
}
.br-hero-kicker {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  width: auto !important;
  max-width: max-content !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  color: #e4d2b5 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
}
.br-hero-kicker__line {
  display: inline-block;
  width: 28px;
  height: 1.5px;
  background: linear-gradient(90deg, var(--br-gold), rgba(176,138,91,.2));
  flex-shrink: 0;
}
body.r7-body .br-hero--pro h1,
body.r7-body .br-hero--fit h1,
body.r7-body .br-hero h1 {
  margin: 0 0 14px !important;
  color: #fff !important;
  font-family: var(--br-font-d) !important;
  font-size: clamp(2.25rem, 4.4vw, 3.5rem) !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
  letter-spacing: -.03em !important;
}
.br-hero-copy__lead,
body.r7-body .br-hero-copy__lead {
  margin: 0 0 22px !important;
  max-width: 460px;
  color: rgba(255,255,255,.86) !important;
  font-size: 0.98rem !important;
  line-height: 1.65 !important;
}
.br-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
.br-btn--sm {
  min-height: 46px !important;
  padding: 0 22px !important;
  font-size: 13px !important;
}
.br-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 420px;
  border-top: 1px solid rgba(255,255,255,.14);
  padding-top: 16px;
}
.br-hero-metrics__item {
  padding: 0 14px 0 0;
  border-right: 1px solid rgba(255,255,255,.12);
}
.br-hero-metrics__item:last-child {
  border-right: 0;
  padding-right: 0;
}
.br-hero-metrics__item:first-child { padding-left: 0; }
.br-hero-metrics strong {
  display: block;
  color: #fff;
  font-family: var(--br-font-d);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 4px;
}
.br-hero-metrics span {
  display: block;
  color: rgba(255,255,255,.58);
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: .02em;
}

/* Form card */
.br-hero-form {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  background: #fffcf8;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 20px;
  padding: 0;
  box-shadow:
    0 24px 60px rgba(0,0,0,.35),
    0 0 0 1px rgba(176,138,91,.1);
  overflow: hidden;
}
.br-hero-form__accent {
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, var(--br-gold-deep), var(--br-gold), #d4b88a);
}
.br-hero-form__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 6px;
  padding: 18px 22px 4px;
}
.br-hero-form__eyebrow {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  color: var(--br-gold-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
body.r7-body .br-hero-form__top h3 {
  margin: 0 !important;
  font-family: var(--br-font-d) !important;
  font-size: 1.7rem !important;
  font-weight: 500 !important;
  color: var(--br-ink) !important;
  line-height: 1.15 !important;
}
.br-hero-form__sub,
body.r7-body .br-hero-form__sub {
  margin: 0 !important;
  color: var(--br-muted) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  max-width: none !important;
}
.br-hero-form form {
  padding: 14px 22px 10px;
}
.br-label--hero {
  color: #3a342f !important;
  font-size: 11px !important;
  margin-bottom: 4px !important;
  font-weight: 600 !important;
  letter-spacing: .02em;
}
.br-hero-form .br-input {
  min-height: 42px;
  font-size: 13.5px;
  background: #fff;
  border: 1px solid #e2d9cd;
  padding: 8px 12px;
  border-radius: 10px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.br-hero-form .br-input:focus {
  background: #fff;
  border-color: var(--br-gold);
  box-shadow: 0 0 0 3px rgba(176,138,91,.12);
}
.br-consent--hero {
  margin: 2px 0 2px;
  gap: 10px;
  align-items: flex-start;
}
.br-consent--hero .br-consent__box {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 5px;
}
.br-consent--hero .br-consent__text {
  font-size: 11px;
  color: var(--br-muted);
  line-height: 1.45;
}
.br-submit--block {
  width: 100%;
  min-height: 48px;
  margin-top: 2px;
  font-size: 14px;
  border-radius: 999px;
}
.br-submit--gold {
  background: var(--br-gold) !important;
  color: #fff !important;
}
.br-submit--gold:hover {
  background: var(--br-gold-deep) !important;
}
.br-hero-form .messages {
  min-height: 0;
  padding: 0;
}
.br-hero-form .messages .alert {
  margin: 8px 0 0;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.35;
}
.br-hero-form .messages .alert-success {
  background: #eef7ef;
  color: #1e5c2a;
  border: 1px solid #c8e6cb;
}
.br-hero-form .messages .alert-danger {
  background: #fdf0ef;
  color: #8a2b24;
  border: 1px solid #f0c9c5;
}
.br-hero-form__foot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 12px 16px 16px;
  border-top: 1px solid var(--br-line);
  background: #f7f2ea;
}
.br-hero-form__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e6dfd5;
  color: var(--br-ink) !important;
  text-decoration: none !important;
  font-size: 11.5px;
  font-weight: 500;
  transition: border-color .2s ease, color .2s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.br-hero-form__contact:hover {
  border-color: var(--br-gold);
  color: var(--br-gold-deep) !important;
}
.br-hero-form__contact i {
  color: var(--br-gold-deep);
  font-size: 12px;
  flex-shrink: 0;
}
.br-hero-form__contact span {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* legacy paragraph under hero (if any) */
.br-hero p {
  margin: 0 0 16px !important;
  max-width: 480px;
  color: rgba(255,255,255,.9) !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
}

/* ---- Cards ---- */
.br-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--br-white);
  border: 1px solid var(--br-line);
  border-radius: var(--br-radius);
  overflow: hidden;
  transition: transform .3s var(--br-ease), box-shadow .3s var(--br-ease), border-color .3s var(--br-ease);
}
.br-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--br-shadow-lg);
  border-color: #d5cbbd;
}
.br-card__media {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #ebe4da;
}
.br-card__media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .5s var(--br-ease);
}
.br-card:hover .br-card__media img { transform: scale(1.05); }
.br-card__body {
  display: flex; flex-direction: column; flex: 1;
  padding: 24px 22px 26px;
}
.br-card__body h3 {
  margin: 0 0 10px !important;
  font-family: var(--br-font-d) !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  color: var(--br-ink) !important;
}
.br-card__body p {
  margin: 0 0 16px !important;
  color: var(--br-muted) !important;
  line-height: 1.65 !important;
  font-size: .95rem !important;
  flex: 1;
}

/* ---- About split ---- */
.br-about-media { position: relative; min-height: 500px; }
.br-about-media__main {
  width: 100%; height: 480px; object-fit: cover;
  border-radius: 26px; box-shadow: var(--br-shadow-lg);
}
.br-about-media__float {
  position: absolute; right: -14px; bottom: -10px;
  width: 48%; height: 230px; object-fit: cover;
  border-radius: 18px; border: 7px solid var(--br-paper);
  box-shadow: var(--br-shadow);
}
.br-about-media__badge {
  position: absolute; left: 20px; bottom: 32px; z-index: 2;
  min-width: 148px; padding: 20px 18px; border-radius: 16px;
  background: var(--br-ink); color: #fff;
}
.br-about-media__badge strong {
  display: block; font-family: var(--br-font-d);
  font-size: 1.9rem; font-weight: 500; line-height: 1; margin-bottom: 6px;
}
.br-about-media__badge span {
  color: #d4c2a8; font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
}
.br-checks { list-style: none; margin: 26px 0 30px; padding: 0; }
.br-checks li {
  display: flex; gap: 14px; padding: 16px 0;
  border-top: 1px solid var(--br-line);
}
.br-checks li:last-child { border-bottom: 1px solid var(--br-line); }
.br-checks i {
  width: 36px; height: 36px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--br-gold-soft); color: var(--br-gold-deep); flex-shrink: 0;
}
.br-checks strong { display: block; color: var(--br-ink); margin-bottom: 3px; font-size: .98rem; }
.br-checks span { color: var(--br-muted); font-size: .92rem; line-height: 1.5; }
.br-about-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.br-phone {
  display: inline-flex; align-items: center; gap: 10px;
  min-height: 52px; padding: 0 18px; border-radius: 999px;
  border: 1px solid var(--br-line-2); background: #fff;
  color: var(--br-ink); text-decoration: none !important; font-weight: 500;
}
.br-phone i { color: var(--br-gold-deep); }

/* ---- FAQ ---- */
.br-faq .accordion-item {
  border: 1px solid var(--br-line) !important;
  border-radius: 14px !important;
  overflow: hidden; margin-bottom: 12px; background: #fff !important;
}
.br-faq .accordion-button {
  font-family: var(--br-font-b) !important;
  font-weight: 600 !important;
  color: var(--br-ink) !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: .98rem !important;
}
.br-faq .accordion-button:not(.collapsed) { background: var(--br-gold-soft) !important; }
.br-faq .accordion-body { color: var(--br-muted); line-height: 1.7; }
.br-faq-panel {
  min-height: 100%; border-radius: 24px;
  background-size: cover; background-position: center;
  display: flex; align-items: flex-end; overflow: hidden; position: relative;
}
.br-faq-panel::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12,10,9,.12), rgba(12,10,9,.8));
}
.br-faq-panel__inner { position: relative; z-index: 1; padding: 40px 30px; color: #fff; }
.br-faq-panel__inner h3 {
  margin: 0 0 10px !important; font-family: var(--br-font-d) !important;
  font-size: 2.5rem !important; font-weight: 500 !important; color: #fff !important;
}
.br-faq-panel__inner p { margin: 0 0 22px !important; color: rgba(255,255,255,.86) !important; }

/* ---- Project tiles ---- */
.br-project {
  display: block; position: relative; height: 360px;
  border-radius: var(--br-radius); overflow: hidden;
  text-decoration: none !important; box-shadow: var(--br-shadow);
}
.br-project img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s var(--br-ease);
}
.br-project:hover img { transform: scale(1.05); }
.br-project__meta {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 26px 20px;
  background: linear-gradient(180deg, transparent, rgba(10,8,7,.9));
  color: #fff;
}
.br-project__meta span {
  display: inline-block; margin-bottom: 8px; padding: 4px 10px;
  border-radius: 999px; background: rgba(255,255,255,.14);
  color: #e8d7bc; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 600;
}
.br-project__meta h3 {
  margin: 0 !important; font-family: var(--br-font-d) !important;
  font-size: 1.45rem !important; font-weight: 500 !important; color: #fff !important;
}

/* ---- Quotes ---- */
.br-quote {
  height: 100%; padding: 28px 24px;
  border-radius: var(--br-radius); background: #fff;
  border: 1px solid var(--br-line);
  transition: transform .25s ease, box-shadow .25s ease;
}
.br-quote:hover { transform: translateY(-4px); box-shadow: var(--br-shadow); }
.br-quote__stars { color: var(--br-gold); letter-spacing: 2px; margin-bottom: 12px; font-size: 12px; }
.br-quote p {
  font-family: var(--br-font-d); font-size: 1.25rem; font-style: italic;
  line-height: 1.5; color: #2c2622; margin: 0 0 20px; min-height: 5.2em;
}
.br-quote strong { display: block; color: var(--br-ink); font-size: .95rem; font-family: var(--br-font-b); }
.br-quote span { color: var(--br-muted); font-size: 13px; }

/* ---- CTA band ---- */
.br-cta { padding: 10px 0 100px; }
.br-cta__box {
  border-radius: 28px; overflow: hidden;
  background-size: cover; background-position: center; position: relative;
}
.br-cta__box::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, rgba(12,10,9,.88), rgba(12,10,9,.5));
}
.br-cta__inner { position: relative; z-index: 1; padding: 68px 44px; max-width: 700px; }
.br-cta__inner h2 {
  margin: 0 0 12px !important; color: #fff !important;
  font-family: var(--br-font-d) !important;
  font-size: clamp(2rem, 3.6vw, 2.9rem) !important; font-weight: 500 !important;
}
.br-cta__inner p { margin: 0 0 26px !important; color: rgba(255,255,255,.86) !important; font-size: 1.05rem !important; }

/* ---- Page hero (inner) ---- */
.br-page-hero {
  position: relative;
  padding: 90px 0 70px;
  overflow: hidden;
  background: var(--br-charcoal);
  text-align: center;
}
.br-page-hero__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: .45;
}
.br-page-hero__shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12,10,9,.35), rgba(12,10,9,.72));
}
.br-page-hero__inner {
  position: relative; z-index: 1;
  max-width: 760px; margin: 0 auto; padding: 0 16px;
}
body.r7-body .br-page-hero h1,
body.r7-body .br-hero h1 {
  margin: 0 0 14px !important;
  color: #fff !important;
  font-family: var(--br-font-d) !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
}
body.r7-body .br-page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem) !important;
}
/* Compact home hero (above the fold) — keep this smaller than page heroes */
body.r7-body .br-hero--fit h1,
body.r7-body .br-hero--pro h1 {
  margin: 0 0 10px !important;
  font-size: clamp(2.15rem, 4.2vw, 3.35rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -.03em !important;
}
body.r7-body .br-page-hero p,
body.r7-body .br-hero p {
  color: rgba(255,255,255,.86) !important;
}
.br-page-hero p {
  margin: 0 auto !important;
  max-width: 560px;
  font-size: 1.08rem !important;
  line-height: 1.75 !important;
}

/* ---- Filters ---- */
.br-filters {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
  margin-bottom: 40px;
}
.br-filter {
  appearance: none; border: 1px solid var(--br-line-2); background: #fff;
  color: #3d3732; border-radius: 999px; padding: 10px 18px;
  font-family: var(--br-font-b); font-size: 13px; font-weight: 500;
  cursor: pointer; transition: .2s ease;
}
.br-filter:hover { border-color: var(--br-gold); }
.br-filter.is-active {
  background: var(--br-ink); border-color: var(--br-ink); color: #fff;
}

/* ---- Stats strip ---- */
.br-stats {
  padding: 0;
  margin-top: -36px;
  position: relative;
  z-index: 2;
}
.br-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--br-line);
  border: 1px solid var(--br-line);
  border-radius: var(--br-radius);
  overflow: hidden;
  box-shadow: var(--br-shadow-lg);
}
.br-stat {
  background: #fff;
  padding: 28px 22px;
  text-align: center;
}
.br-stat strong {
  display: block;
  font-family: var(--br-font-d);
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--br-ink);
  line-height: 1.1;
  margin-bottom: 8px;
}
.br-stat span {
  display: block;
  color: var(--br-muted);
  font-size: 13px;
  line-height: 1.4;
}

/* ---- Icon / feature cards ---- */
.br-icon-card {
  height: 100%;
  padding: 32px 26px;
  background: #fff;
  border: 1px solid var(--br-line);
  border-radius: var(--br-radius);
  transition: transform .3s var(--br-ease), box-shadow .3s var(--br-ease), border-color .3s var(--br-ease);
}
.br-icon-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--br-shadow);
  border-color: #d5cbbd;
}
.br-icon-card__icon {
  width: 52px; height: 52px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 14px;
  background: var(--br-gold-soft);
  color: var(--br-gold-deep);
  font-size: 1.15rem;
  margin-bottom: 18px;
}
.br-icon-card h3 {
  margin: 0 0 10px !important;
  font-family: var(--br-font-d) !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  color: var(--br-ink) !important;
}
.br-icon-card p {
  margin: 0 !important;
  color: var(--br-muted) !important;
  font-size: .95rem !important;
  line-height: 1.65 !important;
}

/* ---- Process steps ---- */
.br-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.br-step {
  position: relative;
  padding: 28px 22px;
  background: #fff;
  border: 1px solid var(--br-line);
  border-radius: var(--br-radius);
  height: 100%;
}
.br-step__num {
  display: block;
  font-family: var(--br-font-d);
  font-size: 2rem;
  font-weight: 500;
  color: var(--br-gold);
  line-height: 1;
  margin-bottom: 14px;
}
.br-step h3 {
  margin: 0 0 8px !important;
  font-family: var(--br-font-d) !important;
  font-size: 1.3rem !important;
  font-weight: 500 !important;
  color: var(--br-ink) !important;
}
.br-step p {
  margin: 0 !important;
  color: var(--br-muted) !important;
  font-size: .92rem !important;
  line-height: 1.6 !important;
}

/* ---- Numbered benefit ---- */
.br-benefit {
  height: 100%;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid var(--br-line);
  border-radius: var(--br-radius);
}
.br-benefit strong {
  display: block;
  font-family: var(--br-font-d);
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--br-gold);
  margin-bottom: 12px;
}
.br-benefit h3 {
  margin: 0 0 8px !important;
  font-family: var(--br-font-d) !important;
  font-size: 1.35rem !important;
  font-weight: 500 !important;
  color: var(--br-ink) !important;
}
.br-benefit p {
  margin: 0 !important;
  color: var(--br-muted) !important;
  font-size: .95rem !important;
  line-height: 1.65 !important;
}

/* ---- Service card with number ---- */
.br-svc {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--br-line);
  border-radius: var(--br-radius);
  overflow: hidden;
  transition: transform .3s var(--br-ease), box-shadow .3s var(--br-ease);
}
.br-svc:hover {
  transform: translateY(-6px);
  box-shadow: var(--br-shadow-lg);
}
.br-svc__media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #ebe4da;
}
.br-svc__media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .5s var(--br-ease);
}
.br-svc:hover .br-svc__media img { transform: scale(1.05); }
.br-svc__num {
  position: absolute; left: 14px; top: 14px;
  min-width: 40px; height: 40px; padding: 0 10px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 10px;
  background: rgba(18,16,14,.78);
  color: #e8d7bc;
  font-family: var(--br-font-d);
  font-size: 1rem;
  font-weight: 500;
  backdrop-filter: blur(6px);
}
.br-svc__body {
  display: flex; flex-direction: column; flex: 1;
  padding: 24px 22px 26px;
}
.br-svc__icon {
  width: 42px; height: 42px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 12px;
  background: var(--br-gold-soft);
  color: var(--br-gold-deep);
  margin-bottom: 14px;
  font-size: 1rem;
}
.br-svc__body h3 {
  margin: 0 0 10px !important;
  font-family: var(--br-font-d) !important;
  font-size: 1.45rem !important;
  font-weight: 500 !important;
  color: var(--br-ink) !important;
}
.br-svc__body p {
  margin: 0 0 16px !important;
  color: var(--br-muted) !important;
  font-size: .95rem !important;
  line-height: 1.65 !important;
  flex: 1;
}

/* ---- Dark process band ---- */
.br-process-band {
  padding: 56px 40px;
  background: var(--br-charcoal);
  border-radius: 28px;
  color: #fff;
}
.br-process-band .br-kicker { margin-bottom: 12px; }
.br-process-band h2 {
  margin: 0 0 36px !important;
  color: #fff !important;
  font-family: var(--br-font-d) !important;
  font-size: clamp(1.8rem, 3vw, 2.5rem) !important;
  font-weight: 500 !important;
  max-width: 560px;
}
.br-process-band .br-process { gap: 16px; }
.br-process-band .br-step {
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.1);
}
.br-process-band .br-step h3 { color: #fff !important; }
.br-process-band .br-step p { color: rgba(255,255,255,.68) !important; }

/* ---- Owner / studio card ---- */
.br-studio-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 36px 32px;
  background: #fff;
  border: 1px solid var(--br-line);
  border-radius: 24px;
  box-shadow: var(--br-shadow);
}
.br-studio-card__avatar {
  width: 72px; height: 72px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--br-ink);
  color: #e8d7bc;
  font-family: var(--br-font-d);
  font-size: 1.8rem;
  font-weight: 500;
}
.br-studio-card__copy h2 {
  margin: 6px 0 10px !important;
  font-family: var(--br-font-d) !important;
  font-size: 1.7rem !important;
  font-weight: 500 !important;
  color: var(--br-ink) !important;
}
.br-studio-card__copy p {
  margin: 0 !important;
  color: var(--br-muted) !important;
  font-size: .98rem !important;
  line-height: 1.65 !important;
  max-width: 480px;
}
.br-studio-card__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 220px;
}
.br-studio-card__meta a,
.br-studio-card__meta span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--br-ink);
  text-decoration: none !important;
  font-size: .9rem;
  line-height: 1.45;
}
.br-studio-card__meta i {
  color: var(--br-gold-deep);
  margin-top: 3px;
  flex-shrink: 0;
}

/* ---- Dark CTA strip ---- */
.br-cta-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 48px 40px;
  background: var(--br-charcoal);
  border-radius: 28px;
  color: #fff;
}
body.r7-body .br-cta-strip h2 {
  margin: 8px 0 10px !important;
  color: #fff !important;
  font-family: var(--br-font-d) !important;
  font-size: clamp(1.7rem, 2.8vw, 2.3rem) !important;
  font-weight: 500 !important;
  max-width: 520px;
}
body.r7-body .br-process-band h2,
body.r7-body .br-contact-aside h2,
body.r7-body .br-cta__inner h2 {
  color: #fff !important;
}
body.r7-body .br-faq-panel__inner h3 {
  color: #fff !important;
}
body.r7-body .br-project__meta h3 {
  color: #fff !important;
}
.br-cta-strip p {
  margin: 0 !important;
  color: rgba(255,255,255,.72) !important;
  font-size: 1rem !important;
  max-width: 480px;
}
.br-cta-strip__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}

/* ---- Highlight bar ---- */
.br-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--br-line);
  border: 1px solid var(--br-line);
  border-radius: var(--br-radius);
  overflow: hidden;
}
.br-highlights > div {
  background: #fff;
  padding: 26px 20px;
  text-align: center;
}
.br-highlights strong {
  display: block;
  font-family: var(--br-font-d);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--br-ink);
  margin-bottom: 6px;
}
.br-highlights span {
  color: var(--br-muted);
  font-size: 13px;
  line-height: 1.4;
}

/* ---- Project portfolio card ---- */
.br-p-card {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid var(--br-line);
  border-radius: var(--br-radius);
  overflow: hidden;
  text-decoration: none !important;
  transition: transform .3s var(--br-ease), box-shadow .3s var(--br-ease);
}
.br-p-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--br-shadow-lg);
}
.br-p-card__media {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #ebe4da;
}
.br-p-card__media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .5s var(--br-ease);
}
.br-p-card:hover .br-p-card__media img { transform: scale(1.05); }
.br-p-card__body {
  padding: 20px 20px 22px;
}
.br-p-card__body h3 {
  margin: 8px 0 10px !important;
  font-family: var(--br-font-d) !important;
  font-size: 1.35rem !important;
  font-weight: 500 !important;
  color: var(--br-ink) !important;
}

/* ---- Contact ---- */
.br-quick {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
.br-quick__card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 18px;
  background: #fff;
  border: 1px solid var(--br-line);
  border-radius: 16px;
  box-shadow: var(--br-shadow);
  text-decoration: none !important;
  color: inherit;
  transition: transform .25s ease, border-color .25s ease;
  min-height: 100%;
}
a.br-quick__card:hover {
  transform: translateY(-3px);
  border-color: #d5cbbd;
}
.br-quick__card i {
  width: 42px; height: 42px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 12px;
  background: var(--br-gold-soft);
  color: var(--br-gold-deep);
  flex-shrink: 0;
  font-size: 1rem;
}
.br-quick__card strong {
  display: block;
  color: var(--br-ink);
  font-size: .95rem;
  margin-bottom: 4px;
}
.br-quick__card span {
  display: block;
  color: var(--br-muted);
  font-size: .85rem;
  line-height: 1.45;
  word-break: break-word;
}

.br-contact-panel {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 0;
  background: #fff;
  border: 1px solid var(--br-line);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--br-shadow);
}
.br-contact-aside {
  padding: 40px 36px;
  background: var(--br-charcoal);
  color: #fff;
}
.br-contact-aside__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.br-contact-aside__brand img {
  width: 56px; height: 56px;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
  padding: 4px;
}
.br-contact-aside__brand strong {
  display: block;
  font-size: 1rem;
  color: #fff;
}
.br-contact-aside__brand span {
  color: rgba(255,255,255,.6);
  font-size: 13px;
}
.br-contact-aside h2 {
  margin: 0 0 12px !important;
  color: #fff !important;
  font-family: var(--br-font-d) !important;
  font-size: 1.9rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
.br-contact-aside > p {
  margin: 0 0 28px !important;
  color: rgba(255,255,255,.7) !important;
  font-size: .95rem !important;
  line-height: 1.65 !important;
}
.br-contact-aside__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.br-contact-aside__list li {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.1);
}
.br-contact-aside__list i {
  width: 36px; height: 36px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  color: #e4d2b5;
  flex-shrink: 0;
}
.br-contact-aside__list span {
  display: block;
  color: rgba(255,255,255,.5);
  font-size: 12px;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.br-contact-aside__list strong {
  display: block;
  color: #fff;
  font-size: .92rem;
  font-weight: 500;
  line-height: 1.45;
}
.br-contact-aside__list a {
  color: #fff !important;
  text-decoration: none !important;
}
.br-contact-aside__list a:hover { color: #e4d2b5 !important; }

.br-contact-form {
  padding: 40px 36px;
}
.br-contact-form__head {
  margin-bottom: 24px;
}
.br-contact-form__head h3 {
  margin: 0 0 8px !important;
  font-family: var(--br-font-d) !important;
  font-size: 1.7rem !important;
  font-weight: 500 !important;
  color: var(--br-ink) !important;
}
.br-contact-form__head p {
  margin: 0 !important;
  color: var(--br-muted) !important;
  font-size: .95rem !important;
}
.br-label {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 600;
  color: #3a342f;
}
.br-label span {
  color: var(--br-soft);
  font-weight: 400;
}
.br-input {
  width: 100%;
  min-height: 50px;
  padding: 12px 16px;
  border: 1px solid var(--br-line-2);
  border-radius: 12px;
  background: var(--br-paper);
  font-family: var(--br-font-b);
  font-size: 15px;
  color: var(--br-ink);
  transition: border-color .2s ease, box-shadow .2s ease;
  appearance: none;
}
.br-input:focus {
  outline: none;
  border-color: var(--br-gold);
  box-shadow: 0 0 0 3px rgba(176,138,91,.15);
  background: #fff;
}
textarea.br-input {
  min-height: 130px;
  resize: vertical;
}
select.br-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236a635c' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.br-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
  margin: 4px 0 8px;
}
.br-consent input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.br-consent__box {
  width: 22px; height: 22px;
  border: 1.5px solid var(--br-line-2);
  border-radius: 6px;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  background: #fff;
  color: transparent;
  font-size: 11px;
  margin-top: 2px;
  transition: .15s ease;
}
.br-consent input:checked + .br-consent__box {
  background: var(--br-ink);
  border-color: var(--br-ink);
  color: #fff;
}
.br-consent__text {
  font-size: 13px;
  color: var(--br-muted);
  line-height: 1.5;
}
.br-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 28px;
  border: none;
  border-radius: 999px;
  background: var(--br-ink);
  color: #fff;
  font-family: var(--br-font-b);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.br-submit:hover {
  background: var(--br-gold);
  transform: translateY(-1px);
}

/* ---- Map ---- */
.br-map__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}
.br-map__head h2 {
  margin: 6px 0 8px !important;
  font-family: var(--br-font-d) !important;
  font-size: 2rem !important;
  font-weight: 500 !important;
  color: var(--br-ink) !important;
}
.br-map__head p {
  margin: 0 !important;
  color: var(--br-muted) !important;
}
.br-map__frame {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--br-line);
  box-shadow: var(--br-shadow);
  background: #ebe4da;
  aspect-ratio: 21/9;
  min-height: 320px;
}
.br-map__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ---- Blog ---- */
.br-blog-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  align-items: start;
}
.br-blog-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--br-line);
  border-radius: var(--br-radius);
  overflow: hidden;
  transition: transform .3s var(--br-ease), box-shadow .3s var(--br-ease);
}
.br-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--br-shadow);
}
.br-blog-card__media {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #ebe4da;
}
.br-blog-card__media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .5s var(--br-ease);
}
.br-blog-card:hover .br-blog-card__media img { transform: scale(1.05); }
.br-blog-card__body {
  display: flex; flex-direction: column; flex: 1;
  padding: 22px 20px 24px;
}
.br-blog-card__body h3 {
  margin: 0 0 10px !important;
  font-family: var(--br-font-d) !important;
  font-size: 1.35rem !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
}
.br-blog-card__body h3 a {
  color: var(--br-ink) !important;
  text-decoration: none !important;
}
.br-blog-card__body h3 a:hover { color: var(--br-gold-deep) !important; }
.br-blog-card__body p {
  margin: 0 0 14px !important;
  color: var(--br-muted) !important;
  font-size: .92rem !important;
  line-height: 1.6 !important;
  flex: 1;
}
.br-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: calc(var(--br-shell-h) + 20px);
}
.br-widget {
  padding: 24px 22px;
  background: #fff;
  border: 1px solid var(--br-line);
  border-radius: 16px;
}
.br-widget h4 {
  margin: 0 0 16px !important;
  font-family: var(--br-font-d) !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  color: var(--br-ink) !important;
}
.br-widget__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.br-widget__links li {
  border-bottom: 1px solid var(--br-line);
}
.br-widget__links li:last-child { border-bottom: 0; }
.br-widget__links a {
  display: block;
  padding: 10px 0;
  color: var(--br-muted) !important;
  text-decoration: none !important;
  font-size: .92rem;
  transition: color .15s ease;
}
.br-widget__links a:hover { color: var(--br-gold-deep) !important; }
.br-widget__posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.br-widget__posts li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid var(--br-line);
}
.br-widget__posts li:last-child { border-bottom: 0; padding-bottom: 0; }
.br-widget__posts li:first-child { padding-top: 0; }
.br-widget__posts img {
  width: 64px; height: 64px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
  background: #ebe4da;
}
.br-widget__posts a {
  color: var(--br-ink) !important;
  text-decoration: none !important;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.4;
}
.br-widget__posts a:hover { color: var(--br-gold-deep) !important; }
.br-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.br-tags a {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--br-cream);
  color: var(--br-muted) !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 500;
}
.br-tags a:hover {
  background: var(--br-gold-soft);
  color: var(--br-gold-deep) !important;
}
.br-empty {
  text-align: center;
  color: var(--br-muted);
  padding: 40px 20px;
  font-size: .95rem;
}

/* ---- Intro split ---- */
.br-intro-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
}
.br-intro-split h2 {
  margin: 0 !important;
  font-family: var(--br-font-d) !important;
  font-size: clamp(1.9rem, 3vw, 2.6rem) !important;
  font-weight: 500 !important;
  color: var(--br-ink) !important;
  line-height: 1.15 !important;
}
.br-intro-split p {
  margin: 0 !important;
  color: var(--br-muted) !important;
  font-size: 1.05rem !important;
  line-height: 1.75 !important;
}

/* ---- Footer ---- */
body.r7-body .site-footer-ref {
  background: linear-gradient(180deg, #171411 0%, #0e0c0b 100%) !important;
  padding-top: 80px !important;
}
body.r7-body .site-footer-col h3 {
  font-family: var(--br-font-d) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}
body.r7-body .site-footer-logo img {
  max-height: 64px !important;
  width: auto !important;
  max-width: 280px !important;
  object-fit: contain !important;
  background: transparent !important;
  border-radius: 10px !important;
  padding: 0;
}
body.r7-body .site-footer-owner {
  color: rgba(255,255,255,.55) !important;
  font-size: 13px !important;
}
body.r7-body .r7-float-wa {
  width: 56px; height: 56px;
  box-shadow: 0 12px 28px rgba(37,211,102,.35);
}

/* Hide legacy broken bits */
body.r7-body .home-video-hero { display: none !important; }
body.r7-body .page-header,
body.r7-body .breadcrumb-area,
body.r7-body .breadcrumb-section { display: none !important; }

/* Responsive */
@media (max-width: 991px) {
  :root { --br-shell-h: 78px; }
  body.r7-body .r7-topbar { display: none !important; }
  body.r7-body { padding-top: 78px !important; }
  body.r7-body .r7-nav__logo img { height: 48px !important; max-height: 48px !important; max-width: 220px !important; }
  .br-hero,
  .br-hero--pro,
  .br-hero--fit {
    height: auto;
    min-height: auto;
    max-height: none;
  }
  .br-hero__content { padding: 36px 0 40px; }
  .br-hero__content.br-hero__content--split { padding: 28px 0 36px; }
  .br-hero-copy { padding: 0; }
  .br-hero-form {
    margin: 8px auto 0;
    max-width: none;
  }
  .br-hero-form form { padding: 12px 16px 10px; }
  .br-hero-form__top { padding: 16px 16px 4px; }
  .br-hero-form__foot {
    grid-template-columns: 1fr;
    padding: 12px;
  }
  .br-hero-metrics { max-width: 100%; }
  .br-hero-copy { max-width: none; padding: 0; }
  .br-section { padding: 72px 0; }
  .br-about-media { min-height: auto; margin-bottom: 20px; }
  .br-about-media__main { height: 340px; }
  .br-about-media__float {
    position: relative; right: auto; bottom: auto;
    width: 72%; height: 180px; margin: -70px 0 0 auto; display: block;
  }
  .br-about-media__badge { bottom: 100px; }
  .br-faq-panel { min-height: 300px; margin-top: 12px; }
  .br-cta__inner { padding: 40px 24px; }
  .br-page-hero { padding: 70px 0 50px; }
  .br-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .br-process { grid-template-columns: repeat(2, 1fr); }
  .br-process-band { padding: 40px 24px; }
  .br-process-band .br-process { grid-template-columns: 1fr 1fr; }
  .br-studio-card {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .br-studio-card__meta { min-width: 0; }
  .br-highlights { grid-template-columns: repeat(2, 1fr); }
  .br-quick { grid-template-columns: 1fr 1fr; margin-top: -28px; }
  .br-contact-panel { grid-template-columns: 1fr; }
  .br-blog-layout { grid-template-columns: 1fr; }
  .br-sidebar { position: static; }
  .br-intro-split { grid-template-columns: 1fr; gap: 16px; }
  .br-cta-strip { padding: 36px 24px; }
  .br-map__frame { aspect-ratio: 16/10; }
}
@media (max-width: 575px) {
  body.r7-body .br-hero--pro h1,
  body.r7-body .br-hero--fit h1,
  body.r7-body .br-hero h1 { font-size: 2.1rem !important; }
  .br-project { height: 280px; }
  .br-hero-metrics {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .br-hero-metrics__item {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 0 0 10px;
  }
  .br-hero-metrics__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .br-hero-form__contact { font-size: 11px; }
  .br-stats__grid { grid-template-columns: 1fr 1fr; }
  .br-process { grid-template-columns: 1fr; }
  .br-process-band .br-process { grid-template-columns: 1fr; }
  .br-highlights { grid-template-columns: 1fr; }
  .br-quick { grid-template-columns: 1fr; }
  .br-contact-aside,
  .br-contact-form { padding: 28px 20px; }
  .br-cta-strip__actions { width: 100%; }
  .br-cta-strip__actions .br-btn { flex: 1; }
}
