:root {
  color-scheme: light;
  --ink: #171717;
  --ink-2: #2a2a2a;
  --muted: #676767;
  --paper: #eee9df;
  --paper-2: #e2dbcf;
  --stone: #d7d2ca;
  --sage: #72756f;
  --red: #c82028;
  --red-dark: #a81e24;
  --red-soft: #f5e2df;
  --graphite: #121618;
  --graphite-2: #222725;
  --warm-line: rgba(118, 98, 79, 0.16);
  --copper: #93897d;
  --cream: #fffdf8;
  --white: #ffffff;
  --line: rgba(18, 24, 27, 0.14);
  --shadow: 0 24px 70px rgba(24, 33, 31, 0.18);
  --shadow-soft: 0 18px 60px rgba(24, 33, 31, 0.12);
  --max: 1540px;
  --wide: 1840px;
  --page-pad: clamp(1.25rem, 4vw, 4.8rem);
  --measure: 68ch;
  --display: "Instrument Sans", "Aptos Display", "Segoe UI Variable Display", "Segoe UI", sans-serif;
  --text: "Aptos", "Source Sans 3", "Segoe UI Variable Text", "Segoe UI", sans-serif;
  --logo-display: "Cormorant Garamond", "Times New Roman", serif;
  --logo-caption: "Instrument Sans", "Aptos", "Segoe UI Variable Text", "Segoe UI", sans-serif;
  --glass-light: rgba(255, 255, 255, 0.68);
  --glass-dark: rgba(18, 21, 20, 0.68);
  --glass-line: rgba(255, 255, 255, 0.18);
  --ease: cubic-bezier(.2, .72, .18, 1);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  overflow-x: clip;
  overflow-y: auto;
  scroll-behavior: smooth;
  touch-action: pan-y;
  width: 100%;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 9% 10%, rgba(200, 32, 40, 0.105), transparent 25rem),
    radial-gradient(circle at 88% 16%, rgba(87, 80, 73, 0.21), transparent 30rem),
    radial-gradient(circle at 50% 92%, rgba(18, 22, 24, 0.1), transparent 32rem),
    linear-gradient(118deg, rgba(23, 23, 23, 0.052) 0 1px, transparent 1px 17rem),
    linear-gradient(26deg, transparent 0 69%, rgba(200, 32, 40, 0.05) 69.15% 69.45%, transparent 69.7%),
    linear-gradient(180deg, #ebe5da, #f7f2e9 38%, #ded7cc);
  color: var(--ink);
  font-family: var(--text);
  font-size: clamp(16px, 0.2vw + 15.5px, 18px);
  line-height: 1.6;
  min-height: 100%;
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
  touch-action: pan-y;
  width: 100%;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(200, 32, 40, 0.54);
  outline-offset: 4px;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 780;
  line-height: 1.01;
  letter-spacing: -0.026em;
  word-spacing: 0.018em;
}

h1 {
  font-size: clamp(2.45rem, 4vw, 4.8rem);
  max-width: 980px;
  overflow-wrap: break-word;
}

h2 {
  font-size: clamp(1.85rem, 3.6vw, 3.8rem);
}

h3 {
  font-size: 1.18rem;
}

.skip-link {
  height: 1px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: translateY(-200%);
  white-space: nowrap;
  width: 1px;
  z-index: 50;
}

.skip-link:focus,
.skip-link:focus-visible {
  background: var(--white);
  border: 2px solid var(--red);
  height: auto;
  left: 1rem;
  overflow: visible;
  padding: 0.75rem 1rem;
  position: fixed;
  top: 1rem;
  transform: translateY(0);
  width: auto;
}

.site-header {
  backdrop-filter: blur(24px) saturate(1.08);
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 255, 255, 0.11), transparent 18rem),
    radial-gradient(circle at 84% 8%, rgba(200, 32, 40, 0.14), transparent 18rem),
    linear-gradient(100deg, rgba(255, 255, 255, 0.065), transparent 36%, rgba(200, 32, 40, 0.075)),
    linear-gradient(180deg, rgba(34, 31, 29, 0.97), rgba(18, 18, 17, 0.94));
  border-bottom: 1px solid rgba(244, 239, 229, 0.14);
  box-shadow: 0 12px 34px rgba(8, 8, 7, 0.16);
  left: 0;
  min-width: 0;
  padding: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.site-header-inner {
  align-items: center;
  display: grid;
  gap: clamp(0.8rem, 1.55vw, 1.8rem);
  grid-template-columns: minmax(300px, 0.74fr) auto minmax(116px, 0.22fr);
  margin-inline: auto;
  max-width: var(--wide);
  min-width: 0;
  padding: 0.72rem var(--page-pad);
  width: 100%;
}

.site-header-inner > * {
  min-width: 0;
}

.brand-signature {
  --logo-mark: 66px;
  --logo-word-width: calc(var(--logo-mark) * 3.42);
  align-items: center;
  color: var(--white);
  display: inline-flex;
  flex: 0 1 auto;
  gap: clamp(0.62rem, 0.9vw, 0.92rem);
  max-width: min(450px, 100%);
  min-width: 0;
}

.brand-mark {
  background-image: var(--logo-raster);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto var(--logo-mark);
  display: block;
  flex: 0 0 auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.24));
  height: var(--logo-mark);
  width: calc(var(--logo-mark) * 1.12);
}

.brand-words {
  display: grid;
  font-family: var(--logo-display);
  justify-items: center;
  line-height: 1;
  min-width: 0;
  text-align: center;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
  transform: translateY(-0.015em);
  width: var(--logo-word-width);
  -webkit-font-smoothing: antialiased;
}

.brand-name {
  align-items: baseline;
  color: var(--white);
  display: flex;
  font-size: clamp(1.18rem, calc(var(--logo-mark) * 0.385), 1.78rem);
  gap: 0.28em;
  font-weight: 700;
  letter-spacing: 0.042em;
  line-height: 0.86;
  justify-content: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
  white-space: nowrap;
}

.brand-sub {
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  font-family: var(--logo-caption);
  font-size: clamp(0.58rem, calc(var(--logo-mark) * 0.15), 0.76rem);
  gap: 0.58em;
  font-weight: 800;
  justify-content: center;
  justify-self: center;
  letter-spacing: 0.17em;
  line-height: 1;
  margin-top: 0.42rem;
  opacity: 0.94;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.brand-sub b {
  color: var(--red);
  font: inherit;
  font-weight: 900;
  letter-spacing: 0;
  margin-inline: -0.1em;
}

.desktop-nav {
  backdrop-filter: blur(16px) saturate(1.08);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: flex;
  gap: 0.1rem;
  justify-content: center;
  justify-self: center;
  max-width: min(100%, 760px);
  min-width: 0;
  padding: 0.22rem;
}

.desktop-nav a,
.quote-link {
  color: var(--white);
  font-family: var(--text);
  font-size: 0.82rem;
  font-weight: 800;
}

.desktop-nav a {
  flex: 0 0 auto;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  letter-spacing: 0.005em;
  padding: 0.44rem 0.72rem;
  transition: background 180ms var(--ease), border-color 180ms var(--ease), color 180ms var(--ease), transform 180ms var(--ease);
}

.desktop-nav a:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--white);
  transform: translateY(-1px);
}

.quote-link {
  align-items: center;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.18), transparent 6rem),
    linear-gradient(135deg, rgba(200, 32, 40, 0.94), rgba(158, 24, 31, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(132, 43, 37, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  display: inline-flex;
  gap: 0.52rem;
  justify-self: end;
  min-height: 42px;
  overflow: hidden;
  padding: 0.58rem 0.9rem 0.58rem 1rem;
  position: relative;
  text-transform: uppercase;
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), background 220ms var(--ease), border-color 220ms var(--ease);
}

.quote-link::after {
  content: "";
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  display: block;
  height: 0.4rem;
  opacity: 0.82;
  transform: rotate(45deg);
  width: 0.4rem;
}

.quote-link:hover,
.button.primary:hover {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(225, 46, 54, 0.98), rgba(168, 30, 36, 0.96));
  box-shadow: 0 18px 38px rgba(132, 43, 37, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.home-hero {
  align-items: center;
  background:
    radial-gradient(circle at 72% 36%, rgba(200, 32, 40, 0.22), transparent 18rem),
    linear-gradient(100deg, rgba(10, 13, 14, 0.9), rgba(12, 15, 15, 0.58) 52%, rgba(10, 13, 14, 0.86)),
    var(--hero-image) center / cover;
  color: var(--white);
  display: grid;
  gap: clamp(2rem, 5vw, 5.5rem);
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.56fr);
  min-height: clamp(640px, 78vh, 820px);
  overflow: hidden;
  padding: clamp(4.6rem, 8vw, 8.5rem) clamp(1.25rem, 5vw, 5rem);
  position: relative;
  isolation: isolate;
}

.home-hero::before {
  background:
    linear-gradient(130deg, transparent 0 54%, rgba(255, 255, 255, 0.16) 54.2% 54.7%, transparent 55%),
    linear-gradient(24deg, transparent 0 68%, rgba(200, 32, 40, 0.2) 68.2% 68.7%, transparent 69%);
  content: "";
  inset: 0;
  opacity: 0.55;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.home-hero::after {
  background:
    linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.26)),
    radial-gradient(circle at 12% 80%, rgba(0, 0, 0, 0.44), transparent 32rem);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.hero-content {
  max-width: 820px;
  min-width: 0;
}

.home-hero h1 {
  text-wrap: balance;
}

.hero-proof-card {
  align-self: end;
  background: rgba(247, 244, 238, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 30px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  color: var(--ink);
  display: grid;
  gap: 1rem;
  max-width: 420px;
  min-width: 0;
  overflow: hidden;
  padding: 0.8rem;
  position: relative;
}

.hero-proof-card img,
.hero-proof-image {
  aspect-ratio: 4 / 3;
  background: var(--card-image) center / cover;
  border-radius: 22px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.hero-proof-copy {
  padding: 0.25rem 0.35rem 0.5rem;
}

.hero-proof-copy span,
.hero-bullets span {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-proof-copy span {
  color: var(--red-dark);
}

.hero-proof-copy strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  line-height: 1.06;
  margin: 0.35rem 0 0.55rem;
}

.hero-proof-copy p {
  color: var(--muted);
  font-size: 0.98rem;
  margin: 0;
}

.home-hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.04rem, 1.45vw, 1.28rem);
  max-width: 760px;
  overflow-wrap: break-word;
}

.home-hero .hero-proof-copy p {
  color: var(--muted);
  font-size: 0.98rem;
  max-width: none;
}

.hero-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
  max-width: 760px;
}

.hero-bullets span {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  padding: 0.62rem 0.78rem;
}

.eyebrow {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.dark-hero .home-hero .eyebrow,
.subhero .eyebrow {
  color: #e3d6cb;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.button {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 0.78rem 1.1rem;
  position: relative;
  text-align: center;
  transition: transform 220ms var(--ease), background 220ms var(--ease), border-color 220ms var(--ease), box-shadow 220ms var(--ease), color 220ms var(--ease);
}

.button.primary {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 38%),
    linear-gradient(135deg, var(--red), var(--red-dark));
  border-color: transparent;
  box-shadow: 0 18px 42px rgba(132, 43, 37, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  color: var(--white);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
}

.button.secondary.dark {
  background: rgba(23, 23, 23, 0.035);
  color: var(--ink);
}

.button.inverted {
  background: var(--white);
  border-color: var(--white);
  color: var(--red-dark);
}

.button.secondary:hover,
.button.inverted:hover {
  box-shadow: 0 16px 32px rgba(24, 33, 31, 0.13);
  transform: translateY(-2px);
}

.signal-strip {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 40%),
    var(--graphite);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
  color: var(--white);
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: clamp(-2.7rem, -4vw, -1.4rem) auto 0;
  max-width: min(var(--max), calc(100% - 2.5rem));
  padding: 0.72rem;
  position: relative;
  z-index: 4;
}

.signal-strip div {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    #1b201f;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 22px;
  min-height: 142px;
  padding: clamp(1rem, 2.2vw, 1.65rem);
}

.signal-strip strong,
.signal-strip span {
  display: block;
  overflow-wrap: anywhere;
}

.signal-strip strong {
  color: #f0e5da;
  font-size: clamp(1.06rem, 1.5vw, 1.32rem);
  letter-spacing: -0.01em;
  line-height: 1.08;
  margin-bottom: 0.7rem;
}

.signal-strip span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
  line-height: 1.42;
}

.studio-index {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
  padding: 0 clamp(1.25rem, 4vw, 2rem) clamp(3.2rem, 7vw, 6rem);
}

.studio-index article {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--warm-line);
  border-radius: 26px;
  box-shadow: 0 12px 35px rgba(24, 33, 31, 0.06);
  min-height: 180px;
  padding: clamp(1.2rem, 2.5vw, 1.75rem);
}

.studio-index span {
  color: var(--red);
  display: block;
  font-family: var(--display);
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 1;
  margin-bottom: 0.6rem;
}

.studio-index h3 {
  font-size: 1.32rem;
  margin-bottom: 0.45rem;
}

.studio-index p {
  color: var(--muted);
  margin: 0;
}

.section-band,
.work-grid-section,
.blog-teaser-section,
.listing-grid,
.photo-grid,
.contact-layout,
.map-section,
.article-shell {
  margin-inline: auto;
  max-width: var(--max);
  padding: clamp(3.5rem, 8vw, 7rem) var(--page-pad);
  position: relative;
  width: 100%;
}

.intro-grid--home {
  align-items: start;
  background:
    linear-gradient(135deg, rgba(248, 244, 236, 0.88), rgba(227, 220, 209, 0.58)),
    radial-gradient(circle at 84% 12%, rgba(200, 32, 40, 0.09), transparent 18rem),
    linear-gradient(118deg, rgba(18, 24, 27, 0.05) 0 1px, transparent 1px 10rem);
  border: 1px solid rgba(118, 98, 79, 0.12);
  border-radius: 36px;
  box-shadow: 0 18px 50px rgba(24, 33, 31, 0.07);
  margin-top: clamp(2.4rem, 5vw, 5rem);
  padding-block: clamp(2.4rem, 6vw, 4.6rem);
}

.intro-grid,
.proof-section,
.contact-layout {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.intro-grid p,
.proof-section p,
.contact-panel p {
  color: var(--muted);
  font-size: 1.08rem;
}

.proof-section--home {
  align-items: start;
}

.intro-copy {
  display: grid;
  gap: 1rem;
}

.intro-copy p {
  margin: 0;
}

.section-heading {
  align-items: center;
  display: grid;
  gap: clamp(1rem, 3vw, 2.4rem);
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 30rem);
  margin-bottom: 2rem;
}

.section-heading--with-copy {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 32rem);
}

.section-heading--with-copy > p {
  color: var(--muted);
  justify-self: end;
  margin: 0 0 0.18rem;
  max-width: var(--measure);
}

.section-heading h2,
.editorial-split h2 {
  max-width: min(22ch, 100%);
  text-wrap: balance;
}

.section-heading--with-copy h2 {
  max-width: min(24ch, 100%);
}

.editorial-split {
  align-items: center;
  display: grid;
  gap: clamp(1.5rem, 4vw, 4.2rem);
  grid-template-columns: minmax(0, 0.82fr) minmax(20rem, 0.78fr);
}

.editorial-split > *,
.subhero > *,
.contact-layout > * {
  min-width: 0;
}

.editorial-split > p,
.editorial-split .intro-copy p {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  margin: 0;
  max-width: 44rem;
}

.editorial-split > p,
.editorial-split .intro-copy {
  justify-self: end;
}

.gallery-intro,
.gallery-page-intro,
.material-intro,
.blog-intro {
  background:
    linear-gradient(135deg, rgba(248, 244, 236, 0.84), rgba(224, 217, 206, 0.56)),
    radial-gradient(circle at 8% 20%, rgba(200, 32, 40, 0.075), transparent 18rem),
    linear-gradient(124deg, rgba(18, 24, 27, 0.04) 0 1px, transparent 1px 9rem);
  border: 1px solid rgba(118, 98, 79, 0.12);
  border-radius: 34px;
  box-shadow: 0 18px 52px rgba(24, 33, 31, 0.06);
  padding-bottom: clamp(1.6rem, 4vw, 3rem);
}

.work-grid,
.blog-grid,
.listing-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.work-grid {
  align-items: stretch;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.95fr) minmax(0, 0.95fr);
}

.gallery-index {
  margin-inline: auto;
  max-width: var(--wide);
  padding: clamp(3.5rem, 8vw, 7rem) var(--page-pad);
  width: 100%;
}

.gallery-index--refined {
  gap: clamp(1rem, 1.35vw, 1.45rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  padding-top: clamp(0.35rem, 1.2vw, 1rem);
}

.gallery-index--refined .work-card:first-child {
  aspect-ratio: auto;
  grid-column: auto;
}

.work-grid--featured {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

.home-environments-section {
  max-width: var(--wide);
  padding-top: clamp(2.8rem, 6vw, 5.8rem);
}

.environment-grid {
  align-items: stretch;
  gap: clamp(1rem, 1.5vw, 1.35rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

@media (min-width: 1280px) {
  .gallery-index--refined,
  .environment-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.work-card,
.listing-card,
.article-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(248, 245, 238, 0.72));
  border: 1px solid rgba(118, 98, 79, 0.14);
  border-radius: 26px;
  box-shadow: 0 14px 36px rgba(24, 33, 31, 0.07);
  overflow: hidden;
  transition: border-color 240ms var(--ease), box-shadow 240ms var(--ease), transform 240ms var(--ease);
}

.work-card {
  aspect-ratio: auto;
  background:
    linear-gradient(180deg, #202423, #111514);
  color: var(--white);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  min-width: 0;
  position: relative;
}

.work-card--image {
  background:
    linear-gradient(180deg, rgba(32, 36, 35, 0.22), rgba(17, 21, 20, 0.36)),
    var(--card-image) center / cover,
    linear-gradient(180deg, #202423, #111514);
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(24, 33, 31, 0.13);
}

.work-card--image > img {
  opacity: 1;
}

.work-card > img,
.work-card-copy {
  min-width: 0;
}

.work-card:first-child {
  aspect-ratio: auto;
  grid-column: auto;
}

.work-grid--featured .work-card:first-child {
  aspect-ratio: auto;
  grid-column: auto;
}

.work-card--secondary {
  opacity: 0.9;
}

.work-card--secondary::before {
  background: rgba(23, 23, 23, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: var(--white);
  content: "Mais aplicações";
  font-size: 0.72rem;
  font-weight: 900;
  left: 1rem;
  letter-spacing: 0.02em;
  padding: 0.45rem 0.7rem;
  position: absolute;
  text-transform: uppercase;
  top: 1rem;
  z-index: 3;
}

.work-card::after {
  display: none;
}

.work-card img,
.article-image-link img,
.listing-card img,
.photo-grid img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease), filter 700ms var(--ease);
  width: 100%;
}

.work-card > img {
  aspect-ratio: 4 / 3;
  flex: 0 0 auto;
  height: clamp(210px, 20vw, 330px);
}

.gallery-index--refined .work-card > img,
.environment-card > img {
  height: clamp(220px, 17vw, 300px);
}

.work-card:hover,
.listing-card:hover,
.article-card:hover {
  border-color: rgba(168, 30, 36, 0.26);
  box-shadow: 0 26px 70px rgba(24, 33, 31, 0.17);
  transform: translateY(-4px);
}

.work-card:hover img,
.listing-card:hover img,
.article-card:hover img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.035);
}

.work-card-copy {
  align-self: stretch;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 42%),
    rgba(17, 21, 20, 0.96);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  justify-self: stretch;
  flex: 1 1 auto;
  min-height: 0;
  padding: clamp(1rem, 1.45vw, 1.32rem);
  position: relative;
  z-index: 1;
}

.gallery-index--refined .work-card-copy,
.environment-card .work-card-copy {
  justify-content: flex-start;
  min-height: clamp(132px, 8vw, 168px);
}

.environment-card {
  aspect-ratio: auto;
  background:
    linear-gradient(180deg, #202423, #111514);
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(24, 33, 31, 0.14);
  min-height: 0;
}

.environment-card > img {
  opacity: 1;
}

.environment-card::after {
  display: none;
}

.environment-card .work-card-copy {
  background:
    linear-gradient(135deg, rgba(200, 32, 40, 0.08), transparent 46%),
    #151918;
  min-height: 0;
}

.work-card-copy small {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  margin-bottom: 0.62rem;
  max-width: max-content;
  padding: 0.28rem 0.5rem;
  text-transform: uppercase;
}

.work-card-copy strong,
.work-card-copy em {
  display: block;
}

.work-card-copy strong {
  font-family: var(--display);
  font-size: clamp(1.12rem, 1.15vw, 1.36rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.08;
  max-width: 100%;
  overflow-wrap: break-word;
}

.environment-card .work-card-copy strong {
  font-size: clamp(1.14rem, 1.16vw, 1.36rem);
  max-width: 100%;
}

.work-card-copy em {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.92rem, 0.82vw, 0.98rem);
  font-style: normal;
  line-height: 1.35;
  margin-top: 0.42rem;
  max-width: 100%;
  overflow-wrap: break-word;
}

.article-card h2,
.article-card h2 a {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
}

.editorial-hold {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(247, 244, 238, 0.76));
  border: 1px solid rgba(118, 98, 79, 0.14);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.editorial-hold p {
  color: var(--muted);
  margin: 0;
  max-width: 720px;
}

.materials-teaser {
  background:
    radial-gradient(circle at 10% 20%, rgba(200, 32, 40, 0.2), transparent 18rem),
    linear-gradient(135deg, rgba(244, 239, 229, 0.08), transparent 42%),
    var(--graphite);
  color: var(--white);
  max-width: none;
  overflow: hidden;
  position: relative;
}

.materials-teaser > * {
  margin-inline: auto;
  max-width: var(--max);
}

.materials-teaser::after {
  background:
    linear-gradient(125deg, transparent 0 58%, rgba(255, 255, 255, 0.13) 58.2% 58.6%, transparent 59%),
    linear-gradient(22deg, transparent 0 68%, rgba(200, 32, 40, 0.18) 68.2% 68.7%, transparent 69%);
  content: "";
  inset: 0;
  opacity: 0.58;
  pointer-events: none;
  position: absolute;
}

.materials-teaser-inner {
  position: relative;
  z-index: 1;
}

.materials-teaser .section-heading--with-copy > p {
  color: rgba(255, 255, 255, 0.72);
}

.material-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.material-chip {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: var(--white);
  font-weight: 800;
  padding: 0.75rem 1rem;
}

.material-chip:hover {
  background: rgba(200, 32, 40, 0.88);
  border-color: rgba(200, 32, 40, 0.88);
}

.proof-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.proof-item {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(118, 98, 79, 0.13);
  border-radius: 24px;
  box-shadow: 0 12px 36px rgba(24, 33, 31, 0.06);
  padding: clamp(1.1rem, 2.2vw, 1.45rem);
}

.proof-item::before {
  background: var(--red);
  border-radius: 999px;
  content: "";
  display: block;
  height: 3px;
  margin-bottom: 1rem;
  width: 48px;
}

.article-card {
  display: grid;
  grid-template-rows: 220px 1fr;
}

.blog-index .article-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 32, 40, 0.075), transparent 12rem),
    linear-gradient(145deg, rgba(255, 253, 248, 0.97), rgba(238, 233, 223, 0.9));
  border-color: rgba(118, 98, 79, 0.18);
  grid-template-columns: 1fr;
  grid-template-rows: clamp(190px, 16vw, 250px) 1fr;
  min-height: 100%;
}

.blog-index {
  padding-top: clamp(1.2rem, 3vw, 2.4rem);
}

.blog-index .article-image-link {
  background: #191d1c;
  display: block;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.blog-index .article-image-link img {
  filter: saturate(0.9) contrast(0.96) brightness(0.82);
  transform: scale(1.035);
}

.blog-index .article-image-link::after {
  background:
    linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.18)),
    linear-gradient(24deg, transparent 0 68%, rgba(200, 32, 40, 0.22) 68.2% 68.7%, transparent 69%);
  content: "";
  inset: 0;
  opacity: 0.62;
  pointer-events: none;
  position: absolute;
}

.article-card div {
  padding: clamp(1.1rem, 1.6vw, 1.45rem);
}

.article-card time {
  color: var(--red-dark);
  display: block;
  font-size: 0.8rem;
  font-weight: 900;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
}

.article-card h2 {
  color: var(--ink);
  font-size: clamp(1.18rem, 1.12vw, 1.36rem);
  line-height: 1.15;
  margin-bottom: 0.75rem;
}

.blog-index .article-card h2 a {
  color: inherit;
}

.blog-index .article-card p {
  color: #4d4b47;
  font-weight: 500;
}

.article-card p,
.listing-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.cta-band {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 48%),
    linear-gradient(135deg, #202528, #34393d);
  color: var(--white);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: clamp(2rem, 5vw, 5rem) auto 0;
  max-width: var(--max);
  padding: clamp(2rem, 5vw, 4rem);
  position: relative;
  overflow: hidden;
}

.cta-band::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cta-band .eyebrow {
  color: var(--white);
}

.cta-band h2 {
  margin-bottom: 0.6rem;
}

.cta-band p {
  margin-bottom: 0;
  max-width: 720px;
}

.subhero {
  background:
    linear-gradient(94deg, rgba(13, 20, 18, 0.94), rgba(13, 20, 18, 0.58) 68%, rgba(13, 20, 18, 0.46)),
    var(--subhero-image, linear-gradient(90deg, #171d20, #333b3d)) center / cover;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.38fr);
  align-items: end;
  color: var(--white);
  min-height: 430px;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 5vw, 5rem);
  position: relative;
  isolation: isolate;
}

.subhero::after {
  background:
    linear-gradient(130deg, transparent 0 58%, rgba(255, 255, 255, 0.13) 58.2% 58.7%, transparent 59%),
    linear-gradient(24deg, transparent 0 70%, rgba(200, 32, 40, 0.2) 70.2% 70.7%, transparent 71%);
  content: "";
  inset: 0;
  opacity: 0.62;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.subhero > div,
.subhero-copy {
  max-width: 900px;
  min-width: 0;
}

.subhero p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.1rem;
  max-width: 760px;
}

.subhero h1,
.subhero .eyebrow {
  color: var(--white);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.subhero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.subhero-note {
  backdrop-filter: blur(18px) saturate(1.08);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07)),
    rgba(22, 20, 18, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.84);
  max-width: 380px;
  min-width: 0;
  padding: clamp(1.1rem, 2.2vw, 1.5rem);
}

.subhero-note span {
  color: #f2dfd7;
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 0.48rem;
  text-transform: uppercase;
}

.subhero-note strong {
  color: var(--white);
  display: block;
  font-family: var(--display);
  font-size: clamp(1.18rem, 1.6vw, 1.44rem);
  line-height: 1.08;
  margin-bottom: 0.55rem;
}

.subhero-note p {
  font-size: 0.96rem;
  margin: 0;
}

.listing-grid {
  padding-top: 4rem;
}

.listing-card {
  display: grid;
  grid-template-rows: 240px 1fr;
}

.materials-grid {
  gap: clamp(1rem, 1.8vw, 1.25rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 255px), 1fr));
  padding-top: clamp(1.2rem, 3vw, 2.4rem);
}

.material-card {
  border-radius: 26px;
  box-shadow: var(--shadow-soft);
  grid-template-rows: 210px 1fr;
}

.material-swatch {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.72), transparent 9rem),
    radial-gradient(circle at 82% 76%, rgba(200, 32, 40, 0.1), transparent 12rem),
    linear-gradient(135deg, #d9d2c8, #fff9f1 48%, #cfc6b8);
  border-bottom: 1px solid rgba(118, 98, 79, 0.13);
  display: block;
  min-height: 210px;
  overflow: hidden;
  position: relative;
}

.material-swatch::before {
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(87, 80, 73, 0.16) 39% 40%, transparent 41% 100%),
    linear-gradient(25deg, transparent 0 52%, rgba(255, 255, 255, 0.48) 53% 54%, transparent 55% 100%);
  content: "";
  inset: -28%;
  opacity: 0.72;
  position: absolute;
  transform: rotate(-7deg);
  z-index: 1;
}

.material-swatch::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(24, 33, 31, 0.08));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.material-swatch img {
  filter: contrast(1.04) saturate(0.92);
  mix-blend-mode: multiply;
  opacity: 0.92;
  position: relative;
  z-index: 0;
}

.material-swatch--compostos,
.material-swatch--quartzo {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.95), transparent 8rem),
    radial-gradient(circle at 76% 82%, rgba(184, 174, 160, 0.26), transparent 12rem),
    linear-gradient(135deg, #efeae1, #fbf8f1 46%, #d2c9ba);
}

.material-swatch--marmores-nacionais {
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.88), transparent 8rem),
    linear-gradient(135deg, #d9d4ca, #f7f3ea 48%, #bbb2a6);
}

.listing-card div {
  padding: 1.25rem;
}

.material-card div {
  display: grid;
  gap: 0.55rem;
}

.material-card div > span {
  color: var(--red-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.listing-card h2 {
  font-size: 1.55rem;
  line-height: 1.1;
}

.material-detail {
  align-items: start;
  display: grid;
  gap: clamp(1.25rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.material-detail-card {
  backdrop-filter: blur(12px);
  background:
    radial-gradient(circle at 90% 0%, rgba(200, 32, 40, 0.08), transparent 14rem),
    rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(118, 98, 79, 0.13);
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
  padding: clamp(1.4rem, 3vw, 2.4rem);
}

.material-detail-card p {
  color: var(--muted);
}

.material-proof-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.photo-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.photo-grid--gallery {
  align-items: start;
  gap: clamp(0.9rem, 1.5vw, 1.35rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  padding-top: clamp(1.5rem, 4vw, 3rem);
}

.photo-grid figure {
  aspect-ratio: 1;
  background: var(--stone);
  border-radius: clamp(18px, 2vw, 28px);
  box-shadow: 0 12px 36px rgba(24, 33, 31, 0.08);
  margin: 0;
  overflow: hidden;
}

.photo-grid--gallery figure {
  aspect-ratio: 4 / 3;
  min-width: 0;
}

.photo-grid--gallery figure:nth-child(3n + 1) {
  aspect-ratio: 4 / 3;
}

.photo-grid--gallery figure:nth-child(4n + 2) {
  aspect-ratio: 4 / 3;
}

.article-page .subhero h1 {
  font-size: clamp(2.2rem, 4.7vw, 4.8rem);
}

.article-page .subhero {
  background:
    linear-gradient(96deg, rgba(10, 13, 14, 0.96), rgba(10, 13, 14, 0.84) 54%, rgba(10, 13, 14, 0.68)),
    var(--subhero-image, linear-gradient(90deg, #171d20, #333b3d)) center / cover;
}

.article-shell {
  max-width: 860px;
  padding-top: 4rem;
}

.article-layout {
  align-items: start;
  display: grid;
  gap: clamp(1.4rem, 4vw, 3rem);
  grid-template-columns: minmax(230px, 0.34fr) minmax(0, 0.66fr);
  margin-inline: auto;
  max-width: var(--max);
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.25rem, 4vw, 2rem);
}

.article-aside {
  background:
    radial-gradient(circle at 90% 0%, rgba(200, 32, 40, 0.055), transparent 12rem),
    linear-gradient(145deg, rgba(250, 247, 241, 0.92), rgba(229, 222, 211, 0.76));
  border: 1px solid rgba(118, 98, 79, 0.14);
  border-radius: 26px;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 0.8rem;
  padding: clamp(1.1rem, 2.5vw, 1.5rem);
  position: sticky;
  top: 110px;
}

.article-aside strong {
  font-family: var(--display);
  font-size: 1.3rem;
  line-height: 1.08;
}

.article-aside span {
  color: var(--muted);
}

.article-aside .button {
  max-width: 100%;
  width: 100%;
}

.article-shell--guide,
.article-shell--support {
  backdrop-filter: blur(12px);
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 32, 40, 0.06), transparent 16rem),
    linear-gradient(145deg, rgba(250, 247, 241, 0.88), rgba(227, 220, 209, 0.7));
  border: 1px solid rgba(118, 98, 79, 0.13);
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
  max-width: none;
  overflow: hidden;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.article-shell h2 {
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  margin-top: 2.5rem;
}

.article-shell p {
  color: #30383b;
  font-size: 1.08rem;
}

.article-cover {
  aspect-ratio: 16 / 9;
  border-radius: 22px;
  max-height: 430px;
  margin-bottom: 2rem;
  object-fit: cover;
  object-position: 72% center;
  width: 100%;
}

.article-opening {
  align-items: start;
  display: grid;
  gap: clamp(1rem, 3vw, 1.5rem);
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.55fr);
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
}

.article-lead {
  color: var(--ink) !important;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.4vw, 2.05rem) !important;
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1.12;
  margin: 0;
  text-wrap: balance;
}

.article-decision-box {
  background:
    linear-gradient(145deg, rgba(22, 27, 28, 0.96), rgba(37, 39, 37, 0.9)),
    radial-gradient(circle at 0% 0%, rgba(200, 32, 40, 0.24), transparent 10rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(24, 33, 31, 0.14);
  color: rgba(255, 255, 255, 0.82);
  padding: clamp(1rem, 2.2vw, 1.3rem);
}

.article-decision-box span {
  color: #ff7378;
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

.article-decision-box ul {
  display: grid;
  gap: 0.55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-decision-box li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.94rem;
  line-height: 1.38;
  padding-left: 1.05rem;
  position: relative;
}

.article-decision-box li::before {
  background: var(--red);
  border-radius: 999px;
  content: "";
  height: 0.36rem;
  left: 0;
  position: absolute;
  top: 0.52rem;
  width: 0.36rem;
}

.article-card--guide {
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.article-card--guide .read-more {
  align-items: center;
  border: 1px solid rgba(168, 30, 36, 0.2);
  border-radius: 999px;
  color: var(--red-dark);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  margin-top: 0.9rem;
  max-width: max-content;
  padding: 0.42rem 0.62rem;
  text-transform: uppercase;
}

.related {
  padding-top: 3rem;
}

.contact-panel {
  backdrop-filter: blur(12px);
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 32, 40, 0.09), transparent 14rem),
    linear-gradient(145deg, rgba(250, 247, 241, 0.9), rgba(227, 220, 209, 0.72));
  border: 1px solid rgba(118, 98, 79, 0.14);
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
  padding: clamp(1.5rem, 4vw, 3rem);
}

.contact-details {
  background: var(--graphite);
  border-radius: 30px;
  color: var(--white);
  display: grid;
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.contact-layout--refined {
  align-items: stretch;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.contact-brief {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr;
}

.contact-brief article {
  background:
    linear-gradient(145deg, rgba(250, 247, 241, 0.86), rgba(229, 222, 211, 0.66));
  border: 1px solid rgba(118, 98, 79, 0.13);
  border-radius: 24px;
  padding: clamp(1rem, 2.5vw, 1.35rem);
}

.contact-brief span {
  color: var(--red);
  display: block;
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.45rem;
}

.contact-brief h3 {
  margin-bottom: 0.25rem;
}

.contact-brief p {
  color: var(--muted);
  margin: 0;
}

.detail-row {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding-top: 1rem;
}

.detail-row strong,
.detail-row span,
.detail-row a {
  display: block;
}

.detail-row strong {
  color: #f2dfd7;
  margin-bottom: 0.3rem;
}

.detail-row span,
.detail-row a {
  color: rgba(255, 255, 255, 0.78);
}

.map-section {
  align-items: stretch;
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  padding-top: 0;
}

.map-card,
.map-visual {
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
  min-height: 360px;
}

.map-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 32, 40, 0.08), transparent 14rem),
    linear-gradient(145deg, rgba(250, 247, 241, 0.9), rgba(225, 218, 207, 0.72));
  border: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  padding: clamp(1.6rem, 4vw, 2.8rem);
}

.map-card h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.98;
}

.map-card p:not(.eyebrow) {
  color: var(--muted);
  margin: 0;
}

.map-visual {
  background:
    linear-gradient(135deg, rgba(16, 22, 21, 0.95), rgba(16, 22, 21, 0.68)),
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 12rem),
    linear-gradient(120deg, #d8d0c5, #f8f4ec 48%, #8b837a);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(1.6rem, 4vw, 2.8rem);
  position: relative;
}

.map-visual::before,
.map-visual::after {
  content: "";
  position: absolute;
}

.map-visual::before {
  background: rgba(200, 32, 40, 0.42);
  height: 2px;
  left: -10%;
  top: 32%;
  transform: rotate(26deg);
  width: 130%;
}

.map-visual::after {
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  inset: 1.2rem;
}

.map-visual span,
.map-visual strong,
.map-visual em {
  position: relative;
  z-index: 2;
}

.map-visual span {
  color: #ff7278;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-visual strong {
  display: block;
  font-size: clamp(1.55rem, 3vw, 2.6rem);
  line-height: 1;
  margin: 0.7rem 0 0.55rem;
  max-width: 15ch;
}

.map-visual em {
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
}

.plain-message {
  margin-inline: auto;
  max-width: 760px;
  padding: 7rem 1.25rem;
}

.identity-hero {
  background:
    linear-gradient(110deg, rgba(24, 33, 31, 0.96), rgba(24, 33, 31, 0.7)),
    url("/assets/uploads/2020/12/bela-vista-marmores-zona-sul-portifolio.jpg") center / cover;
  color: var(--white);
  min-height: 620px;
  padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 5vw, 5rem);
}

.identity-hero > div {
  max-width: 920px;
}

.identity-hero h1 {
  font-size: clamp(2.8rem, 6vw, 6.8rem);
}

.identity-hero p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  max-width: 680px;
}

.identity-current,
.identity-grid,
.motion-board {
  margin-inline: auto;
  max-width: var(--max);
  padding: clamp(3.5rem, 8vw, 7rem) clamp(1.25rem, 4vw, 2rem);
}

.identity-current {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.current-logo-card,
.identity-panel,
.motion-board article {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(24, 33, 31, 0.12);
  border-radius: 4px;
}

.current-logo-card {
  background: var(--ink);
  padding: clamp(1.5rem, 4vw, 3rem);
}

.current-logo-card img {
  margin-inline: auto;
  max-height: 150px;
  object-fit: contain;
  width: min(100%, 520px);
}

.identity-panel h2,
.motion-board h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.identity-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  padding-top: 0;
}

.identity-panel {
  padding: clamp(1.3rem, 3vw, 2.4rem);
}

.swatches {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 1.8rem;
}

.swatch span {
  background: var(--swatch);
  border: 1px solid rgba(24, 33, 31, 0.14);
  display: block;
  height: 72px;
  margin-bottom: 0.75rem;
}

.swatch strong,
.swatch code,
.type-panel span {
  display: block;
}

.swatch strong {
  font-size: 0.88rem;
}

.swatch code,
.type-panel span {
  color: var(--muted);
  font-size: 0.84rem;
}

.type-panel h2 {
  margin-bottom: 0.8rem;
}

.motion-board {
  padding-top: 0;
}

.motion-board > div {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.6rem;
}

.motion-board article {
  padding: 1.2rem;
}

.motion-board strong {
  color: var(--red-dark);
  display: block;
  margin-bottom: 0.4rem;
}

.motion-board p {
  color: var(--muted);
  margin: 0;
}

.site-footer {
  background: var(--ink);
  color: var(--white);
  margin-top: 5rem;
}

.footer-main {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  margin-inline: auto;
  max-width: var(--max);
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.25rem, 4vw, 2rem);
}

.footer-logo {
  --logo-mark: 82px;
  margin-bottom: 1.25rem;
  max-width: min(100%, 360px);
}

.footer-main h2 {
  color: #ff7070;
  font-size: 1rem;
  text-transform: uppercase;
}

.footer-main a,
.footer-main p {
  color: rgba(255, 255, 255, 0.76);
  display: block;
  margin-bottom: 0.55rem;
}

.footer-legal {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
  line-height: 1.5;
  margin-top: 1rem;
}

.footer-legal strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-inline: auto;
  max-width: var(--max);
  padding: 1rem clamp(1.25rem, 4vw, 2rem);
}

@media (prefers-color-scheme: dark) and (forced-colors: active) {
  :root {
    --ink: #f3eee6;
    --ink-2: #ded6ca;
    --muted: #c3b9ad;
    --paper: #151716;
    --paper-2: #202320;
    --stone: #2e302e;
    --sage: #8f9289;
    --red-soft: rgba(200, 32, 40, 0.2);
    --graphite: #0f1213;
    --graphite-2: #1c201f;
    --warm-line: rgba(255, 244, 229, 0.13);
    --cream: #181a19;
    --line: rgba(255, 244, 229, 0.14);
    --shadow: 0 28px 78px rgba(0, 0, 0, 0.42);
    --shadow-soft: 0 20px 58px rgba(0, 0, 0, 0.32);
  }

  body {
    background:
      radial-gradient(circle at 12% 10%, rgba(200, 32, 40, 0.16), transparent 25rem),
      radial-gradient(circle at 84% 18%, rgba(255, 244, 229, 0.08), transparent 30rem),
      radial-gradient(circle at 50% 95%, rgba(200, 32, 40, 0.08), transparent 34rem),
      linear-gradient(118deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 16rem),
      linear-gradient(180deg, #111312, #181a19 42%, #101212);
  }

  .intro-grid--home,
  .gallery-intro,
  .gallery-page-intro,
  .material-intro,
  .blog-intro,
  .material-detail-card,
  .article-aside,
  .article-shell--guide,
  .article-shell--support,
  .contact-panel,
  .contact-brief article,
  .map-card,
  .studio-index article,
  .proof-list article,
  .listing-card,
  .article-card {
    background:
      radial-gradient(circle at 92% 0%, rgba(200, 32, 40, 0.11), transparent 14rem),
      linear-gradient(145deg, rgba(34, 38, 36, 0.88), rgba(22, 24, 23, 0.72));
    border-color: rgba(255, 244, 229, 0.12);
    color: var(--ink);
  }

  .hero-proof-card {
    background:
      radial-gradient(circle at 100% 0%, rgba(200, 32, 40, 0.13), transparent 13rem),
      linear-gradient(145deg, rgba(34, 38, 36, 0.94), rgba(17, 19, 18, 0.88));
    border-color: rgba(255, 244, 229, 0.14);
    color: var(--ink);
  }

  .hero-proof-copy strong {
    color: var(--ink);
  }

  .hero-proof-copy p,
  .home-hero .hero-proof-copy p {
    color: var(--muted);
  }

  .article-shell p,
  .editorial-split > p,
  .editorial-split .intro-copy p,
  .intro-grid p,
  .proof-section p,
  .contact-panel p,
  .listing-card p,
  .material-detail-card p,
  .map-card p:not(.eyebrow),
  .article-aside span,
  .studio-index p,
  .contact-brief p,
  .section-heading--with-copy > p {
    color: var(--muted);
  }

  .article-lead {
    color: var(--ink) !important;
  }

  .button.secondary.dark {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.16);
    color: var(--ink);
  }

  .material-swatch img {
    mix-blend-mode: normal;
    opacity: 0.82;
  }

  .site-footer {
    background: #0b0d0d;
  }

  .blog-index .article-card {
    background:
      radial-gradient(circle at 100% 0%, rgba(200, 32, 40, 0.15), transparent 13rem),
      linear-gradient(145deg, rgba(35, 39, 37, 0.96), rgba(17, 19, 18, 0.9));
    border-color: rgba(255, 244, 229, 0.16);
  }

  .blog-index .article-card p {
    color: rgba(243, 238, 230, 0.76);
  }

  .blog-index .article-card time,
  .blog-index .article-card--guide .read-more {
    color: #ff6f72;
  }

  .blog-index .article-card--guide .read-more {
    border-color: rgba(255, 111, 114, 0.28);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-content,
  .hero-proof-card,
  .subhero > div,
  .identity-hero > div {
    animation: reveal-up 520ms var(--ease) both;
  }

  .hero-proof-card {
    animation-delay: 110ms;
  }

  .studio-index article,
  .identity-panel {
    animation: reveal-up 420ms var(--ease) both;
  }

  @supports (animation-timeline: view()) {
    .section-band > *,
    .work-card,
    .listing-card,
    .article-card,
    .contact-panel,
    .contact-details,
    .map-card,
    .map-visual {
      animation: reveal-up 520ms var(--ease) both;
      animation-range: entry 0% cover 22%;
      animation-timeline: view();
    }
  }
}

@keyframes reveal-up {
  from {
    opacity: 0.82;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .site-header-inner {
    gap: 0.48rem 0.9rem;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0.5rem clamp(1rem, 3.5vw, 1.8rem);
  }

  .brand-signature {
    --logo-mark: 54px;
    max-width: min(330px, 100%);
  }

  .brand-sub {
    font-size: clamp(0.62rem, calc(var(--logo-mark) * 0.205), 0.74rem);
  }

  .quote-link {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    min-height: 40px;
    padding: 0.54rem 0.82rem 0.54rem 0.92rem;
    width: fit-content;
  }

  .desktop-nav {
    grid-column: 1 / -1;
    justify-content: start;
    justify-self: start;
    overflow-x: auto;
    padding: 0.16rem 0 0;
    scrollbar-width: none;
    width: 100%;
  }

  .desktop-nav::-webkit-scrollbar {
    display: none;
  }

  .signal-strip,
  .home-hero,
  .subhero,
  .intro-grid,
  .editorial-split,
  .proof-section,
  .contact-layout,
  .contact-layout--refined,
  .map-section,
  .footer-main,
  .section-heading,
  .cta-band,
  .studio-index,
  .identity-current,
  .identity-grid,
  .material-detail,
  .article-layout,
  .motion-board > div {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: auto;
    padding-top: clamp(4rem, 8vw, 6rem);
  }

  .hero-proof-card {
    align-self: start;
    align-items: center;
    grid-template-columns: minmax(190px, 0.46fr) minmax(0, 0.54fr);
    max-width: 100%;
  }

  .hero-proof-card img,
  .hero-proof-image {
    aspect-ratio: 4 / 3.2;
  }

  .section-heading--with-copy {
    grid-template-columns: 1fr;
  }

  .section-heading--with-copy > p,
  .editorial-split > p,
  .editorial-split .intro-copy {
    justify-self: start;
    max-width: 100%;
  }

  .subhero-note {
    max-width: 100%;
  }

  .article-aside {
    position: static;
  }

  .signal-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-grid,
  .blog-grid,
  .listing-grid,
  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .environment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-band {
    justify-items: start;
  }
}

@media (max-width: 640px) {
  .site-header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.55rem 0.8rem;
    padding: 0.62rem 0.9rem;
    justify-items: stretch;
  }

  .brand-signature {
    --logo-mark: 48px;
    justify-content: start;
    max-width: 100%;
  }

  .brand-name {
    font-size: clamp(1rem, calc(var(--logo-mark) * 0.34), 1.12rem);
    gap: 0.26em;
    letter-spacing: -0.038em;
  }

  .brand-sub {
    font-size: clamp(0.62rem, calc(var(--logo-mark) * 0.205), 0.66rem);
    justify-self: center;
    letter-spacing: 0.02em;
  }

  .quote-link {
    grid-column: 2;
    grid-row: 1;
    justify-content: center;
    font-size: 0.7rem;
    justify-self: end;
    min-height: 40px;
    padding: 0.52rem 0.72rem;
    width: fit-content;
  }

  .quote-link::after {
    display: none;
  }

  .desktop-nav {
    display: flex;
    gap: 0.8rem;
    grid-column: 1 / -1;
    justify-content: flex-start;
    justify-self: stretch;
    max-width: 100%;
    overflow-x: auto;
    padding: 0.25rem 0 0;
    width: 100%;
  }

  .desktop-nav a {
    font-size: 0.78rem;
    padding: 0.12rem 0;
    white-space: nowrap;
  }

  .home-hero {
    align-items: center;
    max-width: 100vw;
    min-height: auto;
    overflow: hidden;
    padding-bottom: 2.4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3.4rem;
  }

  .hero-content {
    max-width: calc(100vw - 3rem);
    width: 100%;
  }

  .home-hero h1 {
    font-size: clamp(2rem, 11vw, 2.72rem);
    line-height: 1.05;
    max-width: 24rem;
  }

  .hero-proof-card {
    border-radius: 24px;
    grid-template-columns: 1fr;
    padding: 0.62rem;
  }

  .hero-proof-card img,
  .hero-proof-image {
    aspect-ratio: 16 / 9;
    border-radius: 18px;
  }

  .hero-bullets {
    gap: 0.46rem;
  }

  .home-hero .eyebrow {
    font-size: 0.72rem;
  }

  .home-hero p {
    max-width: 24rem;
    overflow-wrap: break-word;
  }

  .signal-strip,
  .work-grid,
  .blog-grid,
  .listing-grid,
  .photo-grid,
  .proof-list,
  .swatches {
    grid-template-columns: 1fr;
  }

  .signal-strip {
    border-radius: 22px;
    margin-top: -1.25rem;
    max-width: calc(100vw - 1.4rem);
    overflow: hidden;
    padding: 0.48rem;
  }

  .signal-strip div {
    min-width: 0;
    padding: 1.25rem;
  }

  .signal-strip strong,
  .signal-strip span {
    max-width: none;
    white-space: normal;
  }

  .signal-strip p {
    max-width: 24rem;
    overflow-wrap: break-word;
  }

  .work-card:first-child {
    aspect-ratio: auto;
    grid-column: auto;
  }

  .environment-card {
    aspect-ratio: auto;
    min-height: 0;
  }

  .work-card {
    min-height: 0;
  }

  .work-card > img {
    height: clamp(210px, 60vw, 280px);
  }

  .work-card-copy {
    min-height: 0;
    padding: 1rem;
  }

  .intro-grid--home {
    border-radius: 28px;
    margin-top: 2rem;
    padding-inline: 1.2rem;
  }

  .blog-index .article-card {
    grid-template-columns: 1fr;
  }

  .subhero {
    background:
      linear-gradient(90deg, rgba(13, 20, 18, 0.96), rgba(13, 20, 18, 0.72)),
      var(--subhero-image, linear-gradient(90deg, #171d20, #333b3d)) center / cover;
    display: block;
    gap: 1.1rem;
    max-width: 100vw;
    min-height: 360px;
    overflow: clip;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .subhero-actions {
    gap: 0.55rem;
  }

  .subhero-note {
    border-radius: 22px;
    margin-top: 1rem;
    max-width: 100%;
    overflow: clip;
    padding: 1rem;
    width: auto;
  }

  .subhero-note strong,
  .subhero-note p {
    max-width: 100%;
    overflow-wrap: break-word;
    white-space: normal;
  }

  .subhero > div,
  .subhero h1,
  .subhero p {
    max-width: calc(100vw - 2.5rem);
  }

  .subhero-copy,
  .subhero-note,
  .contact-panel,
  .contact-details,
  .contact-brief article {
    min-width: 0;
  }

  .subhero h1 {
    font-size: clamp(2rem, 10vw, 2.45rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .section-heading h2,
  .work-card-copy strong,
  .work-card-copy em {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .subhero p,
  .contact-panel p,
  .contact-panel h2 {
    overflow-wrap: break-word;
    white-space: normal;
  }

  .article-shell {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .article-layout {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .article-opening {
    grid-template-columns: 1fr;
  }

  .article-aside {
    overflow: hidden;
  }

  .article-aside .button {
    white-space: normal;
  }

  .article-cover {
    aspect-ratio: 4 / 3;
    max-height: 280px;
    object-position: 74% center;
  }

  .article-layout,
  .materials-grid,
  .gallery-index--refined,
  .photo-grid--gallery {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .material-proof-list {
    grid-template-columns: 1fr;
  }

  .contact-layout,
  .contact-panel,
  .contact-details {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .contact-layout {
    margin-inline: auto;
    padding-left: 0;
    padding-right: 0;
    width: min(100%, calc(100vw - 2.75rem));
  }

  .contact-panel {
    overflow: hidden;
    padding: 1.4rem 1rem;
  }

  .contact-actions .button {
    width: 100%;
  }

  .contact-panel h2,
  .contact-panel p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-actions .button {
    justify-content: center;
    max-width: 100%;
    min-width: 0;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
    text-align: center;
    width: 100%;
  }

  .map-card,
  .map-visual {
    min-height: 280px;
  }

  .map-visual strong {
    max-width: 12ch;
  }

  .detail-row span,
  .detail-row a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .article-card {
    grid-template-rows: 210px 1fr;
  }
}

@media (max-width: 540px) {
  .site-header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    justify-items: stretch;
    row-gap: 0.5rem;
  }

  .brand-signature {
    --logo-mark: 48px;
    justify-self: start;
  }

  .quote-link {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    padding-inline: 0.78rem;
  }

  .desktop-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    flex-wrap: nowrap;
    gap: 0.22rem;
    justify-content: flex-start;
    max-width: 100%;
    overflow-x: hidden;
    padding: 0.18rem;
    scrollbar-width: none;
  }

  .desktop-nav a {
    font-size: 0.7rem;
    padding: 0.14rem 0.34rem;
  }

  .desktop-nav::-webkit-scrollbar {
    display: none;
  }

  .home-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-content,
  .home-hero h1,
  .home-hero p,
  .hero-bullets,
  .hero-proof-card {
    max-width: min(100%, 320px);
  }

  .subhero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .subhero-copy,
  .subhero-note,
  .subhero > div,
  .subhero h1,
  .subhero p {
    max-width: min(100%, 320px);
  }

  .subhero h1 {
    font-size: clamp(1.82rem, 8vw, 2.12rem);
  }

  .subhero-note strong {
    font-size: 1.12rem;
  }

  .editorial-split > p,
  .editorial-split .intro-copy,
  .section-heading--with-copy > p {
    max-width: min(100%, 320px);
  }
}

@media (max-width: 380px) {
  .site-header-inner {
    gap: 0.5rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .brand-signature {
    justify-self: center;
  }

  .quote-link {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
  }

  .desktop-nav {
    grid-row: 3;
    justify-content: center;
  }
}

/* Lote 15: assinatura e navegação refinadas a partir do brand book interno.
   Este bloco vence os breakpoints antigos que cortavam o menu em tablet/mobile. */
@media (min-width: 761px) and (max-width: 1180px) {
  .site-header-inner {
    gap: clamp(0.65rem, 1.6vw, 1.05rem);
    grid-template-columns: minmax(250px, auto) minmax(0, 1fr);
    padding: 0.58rem clamp(1.1rem, 3vw, 2.1rem);
  }

  .brand-signature {
    --logo-mark: 56px;
    --logo-word-width: calc(var(--logo-mark) * 3.24);
    justify-self: start;
  }

  .site-header .quote-link {
    display: none;
  }

  .desktop-nav {
    display: flex;
    gap: 0.12rem;
    grid-column: 2;
    grid-row: 1;
    justify-content: center;
    justify-self: end;
    max-width: min(100%, 720px);
    overflow: visible;
    padding: 0.24rem;
    width: auto;
  }

  .desktop-nav a {
    font-size: clamp(0.68rem, 0.9vw, 0.76rem);
    padding: 0.39rem clamp(0.42rem, 0.86vw, 0.6rem);
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  .site-header-inner {
    display: grid;
    gap: 0.48rem;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0.66rem clamp(0.78rem, 3vw, 1.05rem);
  }

  .brand-signature {
    --logo-mark: 50px;
    --logo-word-width: calc(var(--logo-mark) * 3.18);
    gap: 0.56rem;
    justify-self: center;
    max-width: 100%;
  }

  .brand-name {
    font-size: clamp(1.08rem, calc(var(--logo-mark) * 0.34), 1.34rem);
    letter-spacing: 0.038em;
  }

  .brand-sub {
    font-size: 0.58rem;
    gap: 0.44em;
    letter-spacing: 0.14em;
    margin-top: 0.34rem;
  }

  .site-header .quote-link,
  .site-header .quote-link::after {
    display: none;
  }

  .desktop-nav {
    display: grid;
    gap: 0.12rem;
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-self: center;
    max-width: 100%;
    overflow: visible;
    padding: 0.2rem;
    scrollbar-width: auto;
    width: min(100%, 392px);
  }

  .desktop-nav a {
    align-items: center;
    display: flex;
    font-size: clamp(0.68rem, 2.25vw, 0.76rem);
    justify-content: center;
    line-height: 1.05;
    min-width: 0;
    padding: 0.36rem 0.22rem;
    text-align: center;
    white-space: nowrap;
  }
}

@media (max-width: 430px) {
  .site-header-inner {
    gap: 0.44rem;
    padding: 0.58rem 0.74rem;
  }

  .brand-signature {
    --logo-mark: 44px;
    --logo-word-width: min(calc(var(--logo-mark) * 3.04), calc(100vw - 7.1rem));
    gap: 0.5rem;
  }

  .brand-name {
    font-size: clamp(1rem, 5vw, 1.16rem);
    gap: 0.25em;
    letter-spacing: 0.033em;
  }

  .brand-sub {
    font-size: 0.52rem;
    gap: 0.34em;
    letter-spacing: 0.1em;
    margin-top: 0.28rem;
  }

  .desktop-nav {
    border-radius: 22px;
    width: 100%;
  }

  .desktop-nav a {
    font-size: clamp(0.62rem, 2.85vw, 0.7rem);
    padding: 0.34rem 0.14rem;
  }
}

@media (max-width: 360px) {
  .brand-signature {
    --logo-mark: 48px;
    --logo-word-width: min(220px, 100%);
    flex-direction: column;
    gap: 0.34rem;
    text-align: center;
  }

  .desktop-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 560px) and (max-width: 760px) {
  .site-header-inner {
    gap: 0.46rem;
    padding-block: 0.58rem;
  }

  .desktop-nav {
    display: flex;
    gap: 0.08rem;
    justify-content: center;
    max-width: 100%;
    padding: 0.2rem;
    width: auto;
  }

  .desktop-nav a {
    font-size: clamp(0.68rem, 1.35vw, 0.74rem);
    padding: 0.36rem clamp(0.36rem, 1.15vw, 0.52rem);
  }
}

@media (max-width: 540px) {
  .blog-index .article-card {
    border-left: 4px solid rgba(200, 32, 40, 0.62);
    grid-template-rows: 1fr;
  }

  .blog-index .article-image-link {
    display: none;
  }

  .blog-index .article-card div {
    padding: 1.15rem 1.05rem 1.2rem;
  }
}

/* Lote 17: contraste sistêmico e mapa real integrado.
   Mantém a tipografia/base já aprovada e corrige cards que ficavam ilegíveis em dark mode. */
.proof-item,
.editorial-hold,
.gallery-intro,
.gallery-page-intro,
.material-intro,
.blog-intro,
.contact-panel,
.contact-brief article,
.map-card {
  color: var(--ink);
}

.proof-item h3,
.editorial-hold h2,
.gallery-intro h2,
.gallery-page-intro h2,
.material-intro h2,
.blog-intro h2,
.contact-panel h2,
.contact-brief h3,
.map-card h2 {
  color: var(--ink);
}

.proof-item p,
.editorial-hold p,
.gallery-intro > p,
.gallery-page-intro > p,
.material-intro > p,
.blog-intro > p,
.contact-panel p,
.contact-brief p,
.map-card p:not(.eyebrow) {
  color: #4e4b46;
}

.proof-item {
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 32, 40, 0.075), transparent 12rem),
    linear-gradient(145deg, rgba(255, 253, 248, 0.96), rgba(237, 231, 220, 0.88));
  border-color: rgba(118, 98, 79, 0.18);
}

.editorial-hold {
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 32, 40, 0.08), transparent 14rem),
    linear-gradient(145deg, rgba(255, 253, 248, 0.96), rgba(232, 225, 214, 0.88));
  border-color: rgba(118, 98, 79, 0.18);
}

.cta-band {
  background:
    radial-gradient(circle at 82% 0%, rgba(200, 32, 40, 0.22), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%),
    linear-gradient(135deg, #151918, #252b2d);
  border-top: 1px solid rgba(255, 244, 229, 0.14);
}

.cta-band p,
.cta-band .eyebrow,
.cta-band h2 {
  color: var(--white);
}

.cta-band p {
  color: rgba(255, 255, 255, 0.82);
}

.button.secondary.dark {
  background: rgba(23, 23, 23, 0.05);
  border-color: rgba(23, 23, 23, 0.16);
  color: var(--ink);
}

.button.secondary.dark:hover {
  background: rgba(23, 23, 23, 0.085);
  border-color: rgba(168, 30, 36, 0.24);
}

.map-section--refined {
  align-items: stretch;
}

.map-card,
.map-visual {
  min-height: clamp(360px, 38vw, 520px);
}

.map-embed {
  background: #171b1a;
  display: grid;
  grid-template: minmax(0, 1fr) / minmax(0, 1fr);
  padding: 0;
}

.map-embed::before,
.map-embed::after {
  display: none;
}

.map-embed iframe {
  align-self: stretch;
  border: 0;
  filter: saturate(0.86) contrast(0.98) brightness(0.92);
  grid-area: 1 / 1;
  height: 100%;
  justify-self: stretch;
  min-height: inherit;
  min-width: 100%;
  width: 100%;
}

.map-embed-card {
  align-self: end;
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 32, 40, 0.22), transparent 10rem),
    linear-gradient(145deg, rgba(18, 21, 20, 0.9), rgba(18, 21, 20, 0.72));
  border: 1px solid rgba(255, 244, 229, 0.22);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  color: var(--white);
  grid-area: 1 / 1;
  justify-self: start;
  margin: clamp(1rem, 2.2vw, 1.4rem);
  max-width: min(420px, calc(100% - 2rem));
  padding: clamp(1rem, 2vw, 1.35rem);
  position: relative;
  z-index: 2;
}

.map-embed-card span,
.map-embed-card strong,
.map-embed-card em {
  position: static;
}

.map-embed-card span {
  color: #ff7378;
  display: block;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.map-embed-card strong {
  color: var(--white);
  display: block;
  font-family: var(--display);
  font-size: clamp(1.18rem, 2vw, 1.65rem);
  line-height: 1.02;
  margin: 0.5rem 0 0.35rem;
  max-width: 18ch;
}

.map-embed-card em {
  color: rgba(255, 255, 255, 0.76);
  display: block;
  font-style: normal;
}

@media (prefers-color-scheme: dark) and (forced-colors: active) {
  .proof-item,
  .editorial-hold,
  .gallery-intro,
  .gallery-page-intro,
  .material-intro,
  .blog-intro,
  .contact-panel,
  .contact-brief article,
  .map-card {
    background:
      radial-gradient(circle at 100% 0%, rgba(200, 32, 40, 0.14), transparent 14rem),
      linear-gradient(145deg, rgba(34, 38, 36, 0.94), rgba(18, 21, 20, 0.86));
    border-color: rgba(255, 244, 229, 0.14);
    color: var(--ink);
  }

  .proof-item h3,
  .editorial-hold h2,
  .gallery-intro h2,
  .gallery-page-intro h2,
  .material-intro h2,
  .blog-intro h2,
  .contact-panel h2,
  .contact-brief h3,
  .map-card h2 {
    color: var(--ink);
  }

  .proof-item p,
  .editorial-hold p,
  .gallery-intro > p,
  .gallery-page-intro > p,
  .material-intro > p,
  .blog-intro > p,
  .contact-panel p,
  .contact-brief p,
  .map-card p:not(.eyebrow) {
    color: rgba(243, 238, 230, 0.78);
  }

  .editorial-hold .button.secondary.dark,
  .map-card .button.secondary.dark,
  .contact-panel .button.secondary.dark {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    color: var(--ink);
  }

  .editorial-hold .button.secondary.dark:hover,
  .map-card .button.secondary.dark:hover,
  .contact-panel .button.secondary.dark:hover {
    background: rgba(255, 255, 255, 0.13);
  }
}

@media (max-width: 760px) {
  .map-section {
    grid-template-columns: 1fr;
  }

  .map-card,
  .map-visual {
    min-height: auto;
  }

  .map-embed {
    min-height: clamp(340px, 88vw, 460px);
  }
}

@media (max-width: 540px) {
  .proof-item,
  .editorial-hold,
  .gallery-intro,
  .gallery-page-intro,
  .material-intro,
  .blog-intro,
  .contact-panel,
  .contact-brief article,
  .map-card {
    border-radius: 24px;
  }

  .map-embed-card {
    border-radius: 20px;
    margin: 0.75rem;
    max-width: calc(100% - 1.5rem);
  }
}

/* Lote 18: ritmo vertical e header sem travar no scroll.
   Corrige sensacao de corte/colagem em larguras intermediarias sem mudar a base tipografica aprovada. */
.site-header {
  position: relative;
  top: auto;
}

.site-header-inner {
  min-height: 0;
}

.section-band,
.work-grid-section,
.blog-teaser-section,
.listing-grid,
.photo-grid,
.contact-layout,
.map-section,
.article-shell,
.gallery-index {
  padding-top: clamp(3rem, 6.2vw, 5.8rem);
  padding-bottom: clamp(3rem, 6.2vw, 5.8rem);
}

.section-band + .studio-index,
.intro-grid--home + .studio-index,
.editorial-split + .studio-index {
  margin-top: clamp(1rem, 2.2vw, 2rem);
}

.studio-index {
  gap: clamp(1rem, 1.45vw, 1.55rem);
  padding-top: clamp(1.25rem, 2.8vw, 2.5rem);
  padding-bottom: clamp(3rem, 5.6vw, 5.4rem);
}

.studio-index article {
  display: grid;
  align-content: start;
}

.proof-section {
  align-items: stretch;
  gap: clamp(2rem, 4.6vw, 4.8rem);
}

.proof-section > div:first-child {
  align-self: stretch;
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 32, 40, 0.12), transparent 14rem),
    linear-gradient(145deg, rgba(255, 253, 248, 0.05), rgba(255, 255, 255, 0.018));
  border: 1px solid rgba(255, 244, 229, 0.1);
  border-radius: 30px;
  display: grid;
  align-content: start;
  min-height: 100%;
  padding: clamp(1.35rem, 3vw, 2.4rem);
}

.proof-section > div:first-child::after {
  align-self: end;
  background:
    linear-gradient(90deg, rgba(200, 32, 40, 0.75) 0 62px, transparent 62px),
    linear-gradient(90deg, rgba(255, 244, 229, 0.16) 0 100%),
    repeating-linear-gradient(90deg, rgba(255, 244, 229, 0.16) 0 1px, transparent 1px 42px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 62%);
  border: 1px solid rgba(255, 244, 229, 0.1);
  border-radius: 22px;
  content: "";
  display: block;
  height: clamp(72px, 8vw, 132px);
  margin-top: clamp(2rem, 4.2vw, 4rem);
  opacity: 0.58;
  width: min(100%, 460px);
}

.proof-list {
  align-content: start;
  gap: clamp(1rem, 1.45vw, 1.35rem);
}

.proof-item {
  min-height: clamp(178px, 11vw, 226px);
}

.proof-item p {
  max-width: 34ch;
}

.blog-teaser-section--compact {
  padding-top: clamp(3.2rem, 5.8vw, 5.2rem);
}

.intro-grid--home {
  align-items: center;
  padding-block: clamp(2.1rem, 4vw, 3.35rem);
}

.contact-layout--refined {
  align-items: stretch;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
}

.contact-layout--refined .contact-panel,
.contact-layout--refined .contact-brief,
.contact-layout--refined .contact-details {
  min-width: 0;
}

.contact-layout--refined .contact-details {
  align-self: stretch;
}

.contact-brief {
  align-content: stretch;
}

.contact-brief article {
  min-height: 0;
}

.map-section--refined {
  padding-top: clamp(2rem, 4vw, 3.6rem);
}

.map-card,
.map-visual {
  min-height: clamp(380px, 34vw, 500px);
}

@media (min-width: 1181px) {
  .site-header {
    box-shadow: 0 10px 28px rgba(8, 8, 7, 0.14);
  }

  .home-environments-section {
    padding-top: clamp(3.4rem, 5.8vw, 5.6rem);
  }

  .proof-section {
    padding-top: clamp(3.4rem, 5.6vw, 5.4rem);
    padding-bottom: clamp(3.4rem, 5.6vw, 5.4rem);
  }
}

@media (max-width: 1180px) {
  .section-band,
  .work-grid-section,
  .blog-teaser-section,
  .listing-grid,
  .photo-grid,
  .contact-layout,
  .map-section,
  .article-shell,
  .gallery-index {
    padding-top: clamp(2.8rem, 7vw, 4.8rem);
    padding-bottom: clamp(2.8rem, 7vw, 4.8rem);
  }

  .proof-section > div:first-child {
    min-height: auto;
  }

  .contact-layout--refined {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .contact-layout--refined .contact-details {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  .proof-section > div:first-child {
    padding: 0;
    background: none;
    border: 0;
  }

  .proof-section > div:first-child::after {
    display: none;
  }

  .proof-item {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .section-band,
  .work-grid-section,
  .blog-teaser-section,
  .listing-grid,
  .photo-grid,
  .contact-layout,
  .map-section,
  .article-shell,
  .gallery-index {
    padding-top: clamp(2.4rem, 8vw, 3.6rem);
    padding-bottom: clamp(2.4rem, 8vw, 3.6rem);
  }

  .studio-index {
    padding-top: clamp(1.1rem, 5vw, 1.8rem);
  }

  .contact-layout--refined {
    grid-template-columns: 1fr;
  }
}

/* Lote 19A/19B: trilhos consistentes, respiro e transicoes menos cruas.
   O objetivo e corrigir desalinhamento lateral e cortes secos entre foto/fundo sem reconstruir a pagina. */
:root {
  --bv-gutter: clamp(1rem, 3.4vw, 4.8rem);
  --bv-rail: min(var(--max), calc(100vw - (var(--bv-gutter) * 2)));
  --bv-rail-wide: min(var(--wide), calc(100vw - (var(--bv-gutter) * 2)));
  --bv-section-gap: clamp(2.4rem, 5.2vw, 5.6rem);
}

.signal-strip,
.section-band,
.studio-index,
.work-grid-section,
.blog-teaser-section,
.contact-layout,
.map-section,
.gallery-index {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: var(--bv-rail);
}

.work-grid-section,
.home-environments-section,
.gallery-index,
.blog-teaser-section {
  width: var(--bv-rail-wide);
}

.studio-index,
.work-grid-section,
.gallery-index,
.blog-teaser-section {
  padding-left: 0;
  padding-right: 0;
}

.section-band,
.contact-layout,
.map-section {
  padding-left: clamp(1.25rem, 3.2vw, 3.8rem);
  padding-right: clamp(1.25rem, 3.2vw, 3.8rem);
}

.section-band + .studio-index,
.intro-grid--home + .studio-index,
.editorial-split + .studio-index {
  margin-top: clamp(1.6rem, 3.8vw, 3.2rem);
}

.studio-index {
  padding-top: clamp(1.8rem, 3.2vw, 3.2rem);
}

.studio-index article,
.proof-item,
.contact-brief article {
  min-width: 0;
}

.home-hero::after,
.subhero::after {
  background:
    linear-gradient(180deg, transparent 58%, rgba(10, 13, 14, 0.34) 82%, rgba(12, 15, 15, 0.58)),
    radial-gradient(circle at 12% 82%, rgba(0, 0, 0, 0.45), transparent 34rem),
    linear-gradient(130deg, transparent 0 54%, rgba(255, 255, 255, 0.14) 54.2% 54.7%, transparent 55%),
    linear-gradient(24deg, transparent 0 68%, rgba(200, 32, 40, 0.18) 68.2% 68.7%, transparent 69%);
}

.intro-grid--home,
.gallery-intro,
.gallery-page-intro,
.material-intro,
.blog-intro,
.about-split,
.material-detail,
.proof-section,
.map-section--refined {
  isolation: isolate;
  overflow: hidden;
}

.intro-grid--home::after,
.gallery-intro::after,
.gallery-page-intro::after,
.material-intro::after,
.blog-intro::after,
.about-split::after,
.material-detail::after,
.proof-section::before,
.map-section--refined::before {
  background:
    radial-gradient(circle at 92% 8%, rgba(200, 32, 40, 0.09), transparent 16rem),
    linear-gradient(118deg, transparent 0 56%, rgba(255, 255, 255, 0.09) 56.12% 56.36%, transparent 56.6%),
    repeating-linear-gradient(118deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 72px);
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.materials-teaser::after,
.blog-teaser-section::before,
.work-grid-section::before {
  background:
    radial-gradient(circle at 6% 12%, rgba(255, 255, 255, 0.08), transparent 14rem),
    radial-gradient(circle at 86% 18%, rgba(200, 32, 40, 0.11), transparent 17rem),
    linear-gradient(124deg, transparent 0 63%, rgba(255, 244, 229, 0.07) 63.1% 63.35%, transparent 63.6%);
  content: "";
  inset: 0;
  opacity: 0.56;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.blog-teaser-section,
.work-grid-section {
  isolation: isolate;
  position: relative;
}

@media (min-width: 1181px) {
  .site-header-inner {
    width: var(--bv-rail-wide);
    padding-left: 0;
    padding-right: 0;
  }

  .proof-section {
    min-height: auto;
  }
}

@media (max-width: 1180px) {
  :root {
    --bv-gutter: clamp(1rem, 4vw, 2.25rem);
  }

  .section-band,
  .contact-layout,
  .map-section {
    padding-left: clamp(1.05rem, 3.8vw, 2rem);
    padding-right: clamp(1.05rem, 3.8vw, 2rem);
  }
}

@media (max-width: 760px) {
  :root {
    --bv-gutter: clamp(0.9rem, 4.8vw, 1.18rem);
  }

  .site-header-inner {
    padding-left: var(--bv-gutter);
    padding-right: var(--bv-gutter);
  }

  .desktop-nav {
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
      rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 28px rgba(0, 0, 0, 0.12);
    gap: 0.28rem;
    padding: 0.32rem;
    width: min(100%, 430px);
  }

  .desktop-nav a {
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(255, 255, 255, 0.08);
    min-height: 38px;
    padding: 0.48rem 0.34rem;
  }

  .desktop-nav a:hover,
  .desktop-nav a:focus-visible {
    background: rgba(200, 32, 40, 0.18);
    border-color: rgba(255, 255, 255, 0.2);
  }

  .section-band,
  .contact-layout,
  .map-section {
    padding-left: clamp(1rem, 5vw, 1.25rem);
    padding-right: clamp(1rem, 5vw, 1.25rem);
  }

  .signal-strip {
    margin-top: clamp(-1.2rem, -3vw, -0.7rem);
  }

  .studio-index {
    padding-top: clamp(1.7rem, 6vw, 2.35rem);
  }
}

@media (min-width: 560px) and (max-width: 760px) {
  .desktop-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 520px);
  }
}

/* Lote 20: header mobile mais leve, em duas faixas limpas, sem CTA competindo com o menu. */
@media (max-width: 760px) {
  .site-header {
    box-shadow: 0 10px 22px rgba(8, 8, 7, 0.14);
  }

  .site-header-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.42rem;
    padding: 0.58rem clamp(0.72rem, 2.8vw, 0.98rem) 0.66rem;
  }

  .brand-signature {
    --logo-mark: clamp(40px, 10.2vw, 48px);
    --logo-word-width: min(calc(var(--logo-mark) * 3.12), calc(100vw - 5.6rem));
    gap: 0.46rem;
    justify-content: center;
    max-width: 100%;
  }

  .brand-words {
    align-items: center;
  }

  .brand-name {
    letter-spacing: 0.03em;
  }

  .brand-sub {
    font-size: clamp(0.5rem, 1.45vw, 0.58rem);
    letter-spacing: 0.1em;
    margin-top: 0.2rem;
  }

  .site-header .quote-link,
  .site-header .quote-link::after {
    display: none;
  }

  .desktop-nav {
    backdrop-filter: blur(10px) saturate(1.02);
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    display: flex;
    gap: 0.24rem;
    justify-content: flex-start;
    max-width: 100%;
    overflow-x: auto;
    padding: 0.2rem;
    scrollbar-width: none;
    white-space: nowrap;
    width: 100%;
  }

  .desktop-nav::-webkit-scrollbar {
    display: none;
  }

  .desktop-nav a {
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.08);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: clamp(0.64rem, 2.25vw, 0.72rem);
    justify-content: center;
    line-height: 1.05;
    min-height: 34px;
    min-width: 0;
    padding: 0.38rem 0.64rem;
    text-align: center;
    white-space: nowrap;
  }

  .desktop-nav a:hover,
  .desktop-nav a:focus-visible {
    background: rgba(200, 32, 40, 0.18);
    border-color: rgba(255, 255, 255, 0.18);
  }
}

@media (max-width: 430px) {
  .site-header-inner {
    gap: 0.36rem;
    padding-left: 0.66rem;
    padding-right: 0.66rem;
  }

  .brand-signature {
    --logo-mark: 40px;
    --logo-word-width: min(calc(var(--logo-mark) * 3.02), calc(100vw - 5rem));
    gap: 0.4rem;
  }

  .brand-name {
    font-size: clamp(0.96rem, 4.5vw, 1.06rem);
    gap: 0.24em;
    letter-spacing: 0.025em;
  }

  .brand-sub {
    font-size: 0.49rem;
    gap: 0.32em;
    letter-spacing: 0.085em;
    margin-top: 0.18rem;
  }

  .desktop-nav {
    border-radius: 18px;
    gap: 0.18rem;
    padding: 0.18rem;
  }

  .desktop-nav a {
    font-size: clamp(0.6rem, 2.7vw, 0.68rem);
    min-height: 32px;
    padding: 0.34rem 0.52rem;
  }
}

@media (max-width: 360px) {
  .brand-signature {
    --logo-mark: 38px;
    --logo-word-width: min(calc(var(--logo-mark) * 2.96), calc(100vw - 4.7rem));
    gap: 0.34rem;
  }

  .brand-name {
    font-size: 0.93rem;
  }

  .brand-sub {
    font-size: 0.46rem;
    letter-spacing: 0.08em;
  }

  .desktop-nav {
    gap: 0.12rem;
    padding: 0.14rem;
  }

  .desktop-nav a {
    font-size: clamp(0.56rem, 2.45vw, 0.64rem);
    min-height: 28px;
    padding: 0.28rem 0.4rem;
  }
}

.article-shell--support {
  margin-left: auto;
  margin-right: auto;
  max-width: min(980px, var(--bv-rail));
  width: var(--bv-rail);
}

/* Lote 21: acabamento final de header mobile, quebras e remoção de placeholder visual. */
:where(h1, h2, .section-heading h2, .intro-grid h2, .proof-section h2, .subhero h1, .home-hero h1) {
  text-wrap: balance;
}

:where(p, .section-heading--with-copy > p, .intro-copy p, .proof-item p, .article-shell p) {
  text-wrap: pretty;
}

.proof-section {
  align-items: start;
}

.proof-section > div:first-child {
  align-self: start;
  min-height: auto;
}

.proof-section > div:first-child::after {
  display: none !important;
}

@media (max-width: 760px) {
  .site-header {
    background:
      radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.08), transparent 10rem),
      radial-gradient(circle at 100% 0%, rgba(200, 32, 40, 0.16), transparent 12rem),
      linear-gradient(105deg, rgba(37, 34, 31, 0.96), rgba(18, 18, 17, 0.98) 54%, rgba(57, 21, 22, 0.92));
    border-bottom: 1px solid rgba(255, 244, 229, 0.11);
    box-shadow: none;
  }

  .site-header-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: clamp(0.52rem, 2vw, 0.72rem);
    padding: 0.72rem max(0.9rem, env(safe-area-inset-left)) 0.62rem max(0.9rem, env(safe-area-inset-right));
  }

  .brand-signature {
    --logo-mark: clamp(42px, 10.8vw, 52px);
    --logo-word-width: min(calc(var(--logo-mark) * 3.12), calc(100vw - 5.2rem));
    gap: 0.48rem;
    justify-content: center;
  }

  .site-header .quote-link,
  .site-header .quote-link::after {
    display: none !important;
  }

  .desktop-nav {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 0.75rem, #000 calc(100% - 0.75rem), transparent 100%);
    backdrop-filter: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    gap: clamp(0.46rem, 2.4vw, 0.75rem);
    justify-content: center;
    margin-inline: auto;
    max-width: min(100%, 430px);
    overflow-x: auto;
    padding: 0;
    scrollbar-width: none;
    white-space: nowrap;
    width: 100%;
  }

  .desktop-nav::-webkit-scrollbar {
    display: none;
  }

  .desktop-nav a {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.84);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: clamp(0.64rem, 2.34vw, 0.72rem);
    justify-content: center;
    letter-spacing: 0.01em;
    line-height: 1;
    min-height: 32px;
    padding: 0.32rem 0 0.22rem;
    position: relative;
    text-align: center;
    white-space: nowrap;
  }

  .desktop-nav a::after {
    background: linear-gradient(90deg, transparent, rgba(200, 32, 40, 0.95), transparent);
    border-radius: 999px;
    bottom: 0.08rem;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0.55;
    position: absolute;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 160ms var(--ease), opacity 160ms var(--ease);
    width: 100%;
  }

  .desktop-nav a:hover,
  .desktop-nav a:focus-visible {
    background: transparent;
    border-color: transparent;
    color: var(--white);
    transform: none;
  }

  .desktop-nav a:hover::after,
  .desktop-nav a:focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .home-hero {
    padding-left: clamp(1.1rem, 5vw, 1.55rem);
    padding-right: clamp(1.1rem, 5vw, 1.55rem);
  }

  .hero-content,
  .home-hero h1,
  .home-hero p,
  .hero-bullets,
  .hero-proof-card {
    max-width: min(100%, 360px);
  }

  .home-hero h1 {
    font-size: clamp(2.18rem, 10.7vw, 2.86rem);
    letter-spacing: -0.052em;
    line-height: 0.98;
  }

  .home-hero p {
    font-size: clamp(0.98rem, 3.6vw, 1.06rem);
    line-height: 1.5;
  }

  .hero-actions {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 0.72rem;
  }

  .hero-actions .button {
    flex: 1 1 9.4rem;
    justify-content: center;
    min-width: min(100%, 9.4rem);
  }

  .hero-bullets {
    max-width: min(100%, 330px);
  }
}

@media (min-width: 431px) and (max-width: 760px) {
  .desktop-nav {
    gap: clamp(0.62rem, 2.2vw, 0.92rem);
    justify-content: center;
  }
}

@media (max-width: 430px) {
  .site-header-inner {
    gap: 0.5rem;
    padding-left: max(0.86rem, env(safe-area-inset-left));
    padding-right: max(0.86rem, env(safe-area-inset-right));
  }

  .brand-signature {
    --logo-mark: clamp(40px, 10vw, 46px);
    --logo-word-width: min(calc(var(--logo-mark) * 3.04), calc(100vw - 5.25rem));
    gap: 0.42rem;
  }

  .brand-name {
    font-size: clamp(0.98rem, 4.65vw, 1.11rem);
  }

  .brand-sub {
    font-size: clamp(0.47rem, 2.25vw, 0.52rem);
    letter-spacing: 0.085em;
  }

  .desktop-nav {
    -webkit-mask-image: none;
    column-gap: clamp(0.34rem, 1.9vw, 0.7rem);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
    max-width: 100%;
    overflow: visible;
    justify-items: center;
    row-gap: 0.34rem;
  }

  .desktop-nav a {
    font-size: clamp(0.55rem, 2.35vw, 0.63rem);
    min-height: 24px;
    padding: 0;
    width: 100%;
  }

  .desktop-nav a::after {
    bottom: -0.12rem;
  }
}

@media (max-width: 360px) {
  .brand-signature {
    --logo-mark: 38px;
    --logo-word-width: min(calc(var(--logo-mark) * 2.98), calc(100vw - 4.7rem));
  }

  .desktop-nav {
    column-gap: 0.28rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: center;
    row-gap: 0.28rem;
  }

  .desktop-nav a {
    font-size: 0.56rem;
  }
}

@media (max-width: 760px) {
  .home-hero .hero-actions {
    max-width: min(100%, 350px);
  }

  .home-hero .hero-actions .button {
    white-space: nowrap;
  }

  .home-hero .hero-actions .button.primary {
    flex: 0 0 min(100%, 10.8rem);
  }

  .home-hero .hero-actions .button:not(.primary) {
    flex: 0 0 min(100%, 9.75rem);
  }
}

@media (max-width: 374px) {
  .home-hero .hero-actions .button {
    flex-basis: 100%;
  }
}

/* Lote 24: rails consistentes e alvos de toque mais claros no mobile. */
@media (max-width: 760px) {
  :root {
    --mobile-rail: clamp(1rem, 4.7vw, 1.25rem);
  }

  .home-hero,
  .subhero {
    padding-left: max(var(--mobile-rail), env(safe-area-inset-left));
    padding-right: max(var(--mobile-rail), env(safe-area-inset-right));
  }

  .hero-content,
  .home-hero h1,
  .home-hero p,
  .hero-bullets,
  .hero-proof-card,
  .subhero > div,
  .subhero-copy,
  .subhero h1,
  .subhero p,
  .subhero-note {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    width: 100%;
  }

  .hero-proof-card {
    justify-self: stretch;
  }

  .hero-bullets {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 1fr;
  }

  .hero-bullets span {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    cursor: default;
    display: flex;
    gap: 0.62rem;
    justify-content: flex-start;
    min-height: 44px;
    padding: 0.72rem 0.86rem;
    pointer-events: none;
  }

  .hero-bullets span::before {
    background: var(--red);
    border-radius: 999px;
    box-shadow: 0 0 0 4px rgba(200, 32, 40, 0.14);
    content: "";
    flex: 0 0 0.42rem;
    height: 0.42rem;
    width: 0.42rem;
  }

  .button,
  .quote-link,
  .subhero-actions .button,
  .hero-actions .button,
  .contact-actions .button,
  .editorial-hold .button,
  .map-card .button,
  .article-aside .button {
    min-height: 48px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(200, 32, 40, 0.22);
  }

  .desktop-nav a {
    min-height: 40px;
    padding: 0.38rem 0.16rem;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.16);
  }
}

@media (max-width: 430px) {
  .desktop-nav a {
    min-height: 38px;
  }
}

/* Lote 24B: navegacao mobile com area de toque real, sem voltar para a capsula brega. */
@media (max-width: 760px) {
  .desktop-nav {
    background:
      linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.07), transparent) 0 0 / 100% 1px no-repeat,
      linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent) 0 100% / 100% 1px no-repeat;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: min(100%, 27rem);
    overflow: visible;
    padding: 0.12rem 0;
    white-space: normal;
  }

  .desktop-nav a {
    border-radius: 0;
    color: rgba(255, 248, 239, 0.87);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.026), rgba(255, 255, 255, 0));
    font-size: clamp(0.68rem, 2.45vw, 0.76rem);
    font-weight: 750;
    letter-spacing: -0.01em;
    min-height: 44px;
    padding: 0.52rem 0.28rem;
    position: relative;
  }

  .desktop-nav a::before {
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
    height: 54%;
    opacity: 0.52;
    position: absolute;
    right: 0;
    top: 23%;
    width: 1px;
  }

  .desktop-nav a:nth-child(3n)::before {
    display: none;
  }

  .desktop-nav a::after {
    background: var(--red);
    bottom: 0.18rem;
    height: 2px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) scaleX(0.32);
    width: min(2.1rem, 42%);
  }

  .desktop-nav a:hover,
  .desktop-nav a:focus-visible {
    background:
      radial-gradient(circle at 50% 100%, rgba(200, 32, 40, 0.2), transparent 68%),
      rgba(255, 255, 255, 0.04);
    color: var(--white);
  }

  .desktop-nav a:hover::after,
  .desktop-nav a:focus-visible::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
  }
}

@media (max-width: 430px) {
  .site-header-inner {
    padding-bottom: 0.72rem;
  }

  .desktop-nav {
    max-width: min(100%, 24.5rem);
  }

  .desktop-nav a {
    font-size: clamp(0.68rem, 2.85vw, 0.74rem);
    min-height: 44px;
    padding-inline: 0.18rem;
  }
}

/* Lote 25: transicoes de foto para fundo, fechamento e footer util. */
:root {
  --bv-paper-rgb: 235, 229, 218;
  --bv-paper-soft-rgb: 247, 242, 233;
  --bv-soft-join: clamp(2.2rem, 5.8vw, 5rem);
  --bv-footer-join: clamp(2rem, 5vw, 4.4rem);
}

.home-hero::after,
.subhero::after {
  background:
    linear-gradient(180deg, transparent 46%, rgba(8, 10, 10, 0.2) 72%, rgba(var(--bv-paper-rgb), 0.82) 100%),
    radial-gradient(circle at 12% 82%, rgba(0, 0, 0, 0.42), transparent 34rem),
    linear-gradient(130deg, transparent 0 54%, rgba(255, 255, 255, 0.12) 54.2% 54.7%, transparent 55%),
    linear-gradient(24deg, transparent 0 68%, rgba(200, 32, 40, 0.16) 68.2% 68.7%, transparent 69%);
}

.subhero + .section-band,
.subhero + .contact-layout,
.subhero + .listing-grid,
.subhero + .article-shell {
  margin-top: calc(var(--bv-soft-join) * -1);
  padding-top: calc(var(--bv-soft-join) + clamp(2.2rem, 5.4vw, 4.8rem));
  position: relative;
  z-index: 2;
}

.subhero + .section-band::before,
.subhero + .contact-layout::before,
.subhero + .listing-grid::before,
.subhero + .article-shell::before {
  background:
    linear-gradient(180deg, rgba(var(--bv-paper-rgb), 0), rgba(var(--bv-paper-rgb), 0.78) 42%, rgba(var(--bv-paper-soft-rgb), 0.36)),
    radial-gradient(ellipse at 50% 0%, rgba(255, 253, 248, 0.72), transparent 62%);
  content: "";
  height: var(--bv-soft-join);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-50%, -58%);
  width: min(100vw, var(--wide));
  z-index: -1;
}

.home-hero + .signal-strip {
  box-shadow: 0 -22px 58px rgba(var(--bv-paper-rgb), 0.18), 0 24px 70px rgba(24, 33, 31, 0.2);
}

.cta-band {
  border-bottom: 1px solid rgba(255, 244, 229, 0.12);
  margin-bottom: 0;
}

.site-footer {
  background:
    radial-gradient(circle at 84% 0%, rgba(200, 32, 40, 0.22), transparent 22rem),
    radial-gradient(circle at 12% 14%, rgba(255, 244, 229, 0.08), transparent 18rem),
    linear-gradient(115deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 12rem),
    linear-gradient(180deg, #151716, #101111 58%, #0b0c0c);
  margin-top: var(--bv-footer-join);
  overflow: visible;
  position: relative;
}

.site-footer::before {
  background:
    linear-gradient(180deg, rgba(var(--bv-paper-rgb), 0), rgba(21, 23, 22, 0.74) 64%, #151716 100%);
  bottom: 100%;
  content: "";
  height: var(--bv-footer-join);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.footer-rise {
  display: none;
}

.footer-main {
  align-items: stretch;
  gap: clamp(1rem, 2.4vw, 2rem);
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 1fr) minmax(240px, 0.72fr);
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: var(--bv-rail-wide);
  z-index: 1;
}

.footer-brand,
.footer-contact-card,
.footer-address-card {
  min-width: 0;
}

.footer-contact-card,
.footer-address-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 32, 40, 0.12), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.022));
  border: 1px solid rgba(255, 244, 229, 0.12);
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  padding: clamp(1.2rem, 2.5vw, 1.9rem);
}

.footer-main .eyebrow {
  color: #ff767c;
  margin-bottom: 0.8rem;
}

.footer-main h2 {
  color: var(--white);
  font-size: clamp(1.25rem, 1.8vw, 1.72rem);
  letter-spacing: 0;
  line-height: 1.08;
  margin-bottom: 1rem;
  max-width: 18ch;
  text-transform: none;
}

.footer-main a,
.footer-main p {
  margin-bottom: 0;
}

.footer-actions,
.contact-channel-list {
  display: grid;
  gap: 0.62rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.2rem;
}

.footer-action,
.contact-channel-list a {
  border-radius: 18px;
  display: grid;
  gap: 0.18rem;
  min-width: 0;
  overflow: hidden;
  padding: 0.82rem 0.9rem;
}

.footer-action {
  background: rgba(255, 255, 255, 0.046);
  border: 1px solid rgba(255, 244, 229, 0.12);
  color: rgba(255, 255, 255, 0.82);
  min-height: 68px;
}

.footer-action--primary {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.2), transparent 9rem),
    linear-gradient(135deg, rgba(200, 32, 40, 0.96), rgba(138, 25, 30, 0.9));
  border-color: rgba(255, 118, 124, 0.42);
}

.footer-action span,
.contact-channel-list span {
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-action span {
  color: rgba(255, 244, 229, 0.72);
}

.footer-action strong,
.contact-channel-list strong {
  display: block;
  font-size: 0.96rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.footer-action strong {
  color: var(--white);
}

.footer-address-card > a {
  align-items: center;
  border: 1px solid rgba(255, 244, 229, 0.15);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  margin-top: 1.1rem;
  min-height: 44px;
  padding: 0.72rem 1rem;
}

.footer-bottom {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: var(--bv-rail-wide);
  z-index: 1;
}

.contact-channel-list {
  margin-top: 1rem;
}

.contact-channel-list a {
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 32, 40, 0.07), transparent 9rem),
    linear-gradient(145deg, rgba(255, 253, 248, 0.86), rgba(231, 224, 213, 0.68));
  border: 1px solid rgba(118, 98, 79, 0.16);
  color: var(--ink);
  min-height: 64px;
}

.contact-channel-list span {
  color: var(--red-dark);
}

.contact-channel-list strong {
  color: var(--ink);
}

@media (max-width: 1180px) {
  .footer-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

/* Lote 25B: remover barras de transicao e fechar o footer sem faixa vazia. */
.subhero + .section-band::before,
.subhero + .contact-layout::before,
.subhero + .listing-grid::before,
.subhero + .article-shell::before,
.site-footer::before {
  display: none;
}

.site-footer {
  border-top: 1px solid rgba(255, 244, 229, 0.12);
  box-shadow: 0 -18px 46px rgba(17, 18, 17, 0.16);
  margin-top: 0;
}

.environment-card {
  background:
    linear-gradient(180deg, rgba(32, 36, 35, 0.12), rgba(17, 21, 20, 0.34)),
    var(--card-image) center / cover,
    linear-gradient(180deg, #202423, #111514);
}

/* Lote 25B: chips removidos, transicoes sem card flutuante e footer compacto. */
.home-hero::after,
.subhero::after {
  background:
    linear-gradient(180deg, transparent 42%, rgba(8, 10, 10, 0.22) 70%, rgba(13, 16, 15, 0.78) 100%),
    radial-gradient(circle at 12% 82%, rgba(0, 0, 0, 0.38), transparent 34rem),
    linear-gradient(130deg, transparent 0 54%, rgba(255, 255, 255, 0.11) 54.2% 54.7%, transparent 55%),
    linear-gradient(24deg, transparent 0 68%, rgba(200, 32, 40, 0.14) 68.2% 68.7%, transparent 69%);
}

.home-hero + .signal-strip {
  box-shadow: none;
  margin-top: 0;
}

.signal-strip {
  background:
    linear-gradient(180deg, #121615 0%, #161a19 70%, rgba(22, 26, 25, 0.94) 100%);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  gap: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding: clamp(1rem, 2.8vw, 1.6rem) var(--page-pad);
  width: 100%;
}

.signal-strip div {
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(255, 244, 229, 0.12);
  border-radius: 0;
  min-height: 0;
  padding: clamp(0.72rem, 1.6vw, 1rem) clamp(0.8rem, 2vw, 1.35rem);
}

.signal-strip div:first-child {
  border-left: 0;
}

.subhero + .section-band,
.subhero + .contact-layout,
.subhero + .listing-grid,
.subhero + .article-shell {
  margin-top: 0;
  padding-top: clamp(3rem, 6.2vw, 5.8rem);
  z-index: 1;
}

.site-footer {
  background:
    linear-gradient(180deg, #131615, #0d0f0f);
  border-top: 1px solid rgba(255, 244, 229, 0.12);
  box-shadow: none;
  color: var(--white);
  margin-top: 0;
}

.footer-main {
  align-items: center;
  display: grid;
  gap: clamp(1.2rem, 2.8vw, 2.6rem);
  grid-template-columns: minmax(260px, 0.95fr) minmax(360px, 1.25fr) minmax(220px, 0.8fr);
  padding: clamp(1.8rem, 4vw, 3rem) 0;
}

.footer-logo {
  --logo-mark: 58px;
  margin-bottom: 0.7rem;
  max-width: min(100%, 300px);
}

.footer-legal {
  font-size: 0.82rem;
  margin-top: 0.72rem;
}

.footer-actions {
  display: grid;
  gap: 0.45rem 0.6rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.footer-action {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 244, 229, 0.12);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.82);
  display: grid;
  gap: 0.08rem 0.55rem;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 44px;
  padding: 0.48rem 0.62rem;
}

.footer-action::before {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 244, 229, 0.12);
  border-radius: 999px;
  color: rgba(255, 244, 229, 0.84);
  content: attr(data-token);
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 900;
  height: 1.72rem;
  justify-content: center;
  line-height: 1;
  width: 1.72rem;
}

.footer-action--primary {
  background: transparent;
  border-color: rgba(255, 244, 229, 0.18);
}

.footer-action--primary::before {
  background: rgba(200, 32, 40, 0.22);
  border-color: rgba(255, 111, 114, 0.34);
  color: var(--white);
}

.footer-action span {
  color: rgba(255, 244, 229, 0.6);
  font-size: 0.64rem;
}

.footer-action strong {
  color: var(--white);
  font-size: 0.78rem;
  overflow-wrap: break-word;
  word-break: normal;
}

.footer-address {
  border-left: 1px solid rgba(255, 244, 229, 0.12);
  min-width: 0;
  padding-left: clamp(1rem, 2vw, 1.5rem);
}

.footer-address .eyebrow {
  color: #ff767c;
  margin-bottom: 0.42rem;
}

.footer-address p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.5;
}

.footer-map-link {
  color: var(--white);
  display: inline-block;
  font-size: 0.86rem;
  font-weight: 850;
  margin-top: 0.5rem;
  text-decoration: underline;
  text-decoration-color: rgba(255, 118, 124, 0.55);
  text-underline-offset: 0.22rem;
}

.footer-bottom {
  padding-bottom: 0.9rem;
  padding-top: 0.85rem;
}

@media (max-width: 1180px) {
  .footer-main {
    align-items: start;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  }

  .footer-actions {
    grid-template-columns: 1fr;
  }

  .footer-address {
    border-left: 0;
    grid-column: 1 / -1;
    padding-left: 0;
  }
}

@media (max-width: 760px) {
  .signal-strip {
    grid-template-columns: 1fr;
    padding: 0.65rem max(var(--mobile-rail, 1rem), env(safe-area-inset-left)) 0.85rem max(var(--mobile-rail, 1rem), env(safe-area-inset-right));
  }

  .signal-strip div {
    border-left: 0;
    border-top: 1px solid rgba(255, 244, 229, 0.1);
    padding: 0.72rem 0;
  }

  .signal-strip div:first-child {
    border-top: 0;
  }

  .subhero + .section-band,
  .subhero + .contact-layout,
  .subhero + .listing-grid,
  .subhero + .article-shell {
    padding-top: clamp(2.4rem, 8vw, 3.6rem);
  }

  .footer-main,
  .footer-bottom {
    width: min(100%, calc(100vw - 2rem));
  }

  .footer-main {
    grid-template-columns: 1fr;
    padding: 1.6rem 0 1.2rem;
  }

  .footer-actions {
    grid-template-columns: 1fr;
  }

  .footer-address {
    border-top: 1px solid rgba(255, 244, 229, 0.1);
    padding-top: 1rem;
  }
}

@media (max-width: 760px) {
  :root {
    --bv-soft-join: clamp(1.8rem, 8vw, 3rem);
    --bv-footer-join: clamp(1.7rem, 8vw, 3rem);
  }

  .subhero + .section-band,
  .subhero + .contact-layout,
  .subhero + .listing-grid,
  .subhero + .article-shell {
    padding-top: calc(var(--bv-soft-join) + 2.2rem);
  }

  .footer-main,
  .footer-bottom {
    width: min(100%, calc(100vw - 2rem));
  }

  .footer-main {
    grid-template-columns: 1fr;
    padding-top: clamp(2rem, 8vw, 3rem);
  }

  .footer-actions,
  .contact-channel-list {
    grid-template-columns: 1fr;
  }

  .footer-contact-card,
  .footer-address-card {
    border-radius: 22px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Lote 25B final: manter os overrides acima depois das sobras do Lote 25. */
@media (max-width: 1180px) {
  .footer-brand {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .subhero + .section-band,
  .subhero + .contact-layout,
  .subhero + .listing-grid,
  .subhero + .article-shell {
    padding-top: clamp(2.4rem, 8vw, 3.6rem);
  }

  .footer-main {
    padding: 1.6rem 0 1.2rem;
  }

  .contact-channel-list strong {
    font-size: 0.82rem;
    overflow-wrap: break-word;
    word-break: normal;
  }
}

/* Lote 25C: footer utilitario e canais de contato legiveis. */
.site-footer {
  background:
    linear-gradient(180deg, rgba(22, 25, 24, 0.98), rgba(12, 13, 13, 1));
  border-top: 1px solid rgba(255, 244, 229, 0.11);
  box-shadow: none;
  color: var(--white);
}

.site-footer .footer-main {
  align-items: center;
  display: grid;
  gap: clamp(1rem, 2.8vw, 2.2rem);
  grid-template-columns: minmax(240px, 0.95fr) minmax(320px, 1.15fr) minmax(220px, 0.78fr);
  margin-inline: auto;
  padding: clamp(1.3rem, 3vw, 2.25rem) 0;
  width: var(--bv-rail-wide);
}

.site-footer .footer-logo {
  --logo-mark: 50px;
  margin-bottom: 0.56rem;
  max-width: min(100%, 270px);
}

.site-footer .footer-brand > p:not(.footer-legal) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
  max-width: 34ch;
}

.site-footer .footer-legal {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  line-height: 1.45;
  margin-top: 0.56rem;
}

.footer-contact-compact {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
}

.footer-link,
.footer-social-icon {
  align-items: center;
  border: 1px solid rgba(255, 244, 229, 0.1);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  display: inline-flex;
  gap: 0.42rem;
  min-height: 40px;
  min-width: 40px;
  padding: 0.42rem 0.68rem;
}

.footer-link {
  display: grid;
  gap: 0.02rem 0.42rem;
  grid-template-columns: auto minmax(0, 1fr);
}

.footer-link svg,
.footer-social-icon svg {
  color: rgba(255, 244, 229, 0.8);
  fill: currentColor;
  flex: 0 0 auto;
  height: 1.05rem;
  width: 1.05rem;
}

.footer-link svg {
  grid-row: 1 / 3;
}

.footer-link span {
  color: rgba(255, 244, 229, 0.62);
  font-size: 0.68rem;
  font-weight: 850;
  grid-column: 2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-link strong {
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 850;
  grid-column: 2;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.footer-link--email {
  max-width: min(100%, 19.5rem);
}

.footer-link--email strong {
  font-size: 0.76rem;
}

.footer-social-icon {
  display: inline-flex;
  justify-content: center;
  padding: 0;
}

.footer-social-icon:hover,
.footer-link:hover,
.footer-link:focus-visible,
.footer-social-icon:focus-visible {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 118, 124, 0.28);
}

.site-footer .footer-address {
  border-left: 1px solid rgba(255, 244, 229, 0.1);
  padding-left: clamp(0.9rem, 1.8vw, 1.35rem);
}

.site-footer .footer-address .eyebrow {
  color: #ff7d82;
  font-size: 0.72rem;
  letter-spacing: 0;
  margin-bottom: 0.36rem;
}

.site-footer .footer-address p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.84rem;
  line-height: 1.45;
  margin: 0;
}

.site-footer .footer-map-link {
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 850;
  margin-top: 0.44rem;
  min-height: 44px;
  text-decoration: underline;
  text-decoration-color: rgba(255, 118, 124, 0.55);
  text-underline-offset: 0.2rem;
}

.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 244, 229, 0.09);
  color: rgba(255, 255, 255, 0.7);
  margin-inline: auto;
  max-width: none;
  padding: 0.72rem 0;
  width: var(--bv-rail-wide);
}

.contact-channel-list {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.contact-channel-list a {
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.98), rgba(235, 228, 217, 0.9));
  border: 1px solid rgba(118, 98, 79, 0.18);
  border-radius: 14px;
  color: var(--ink);
  display: grid;
  gap: 0.12rem;
  min-height: 48px;
  padding: 0.58rem 0.72rem;
}

.contact-channel-list span {
  color: var(--red-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: uppercase;
}

.contact-channel-list strong {
  color: var(--ink);
  font-size: clamp(0.76rem, 2.35vw, 0.9rem);
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.contact-channel-list a[href^="mailto"] strong,
.contact-channel-list a[href*="instagram.com"] strong {
  font-size: clamp(0.72rem, 2.25vw, 0.84rem);
}

@media (max-width: 1180px) {
  .site-footer .footer-main {
    align-items: start;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  }

  .site-footer .footer-address {
    border-left: 0;
    border-top: 1px solid rgba(255, 244, 229, 0.09);
    grid-column: 1 / -1;
    padding-left: 0;
    padding-top: 0.85rem;
  }
}

@media (max-width: 760px) {
  .site-footer .footer-main,
  .site-footer .footer-bottom {
    width: min(100%, calc(100vw - 2rem));
  }

  .site-footer .footer-main {
    gap: 1rem;
    grid-template-columns: 1fr;
    padding: 1.35rem 0 1rem;
  }

  .footer-contact-compact {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer-link,
  .footer-social-icon {
    min-height: 44px;
  }

  .footer-social-icon {
    width: 44px;
  }

  .site-footer .footer-address {
    padding-top: 0.9rem;
  }

  .site-footer .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.34rem;
  }

  .contact-channel-list {
    grid-template-columns: 1fr;
  }

  .contact-channel-list a {
    min-height: 46px;
  }
}

/* Lote 26: refinamento visual final guiado por referencias externas.
   Mantem o site candidato local e corrige escala, emendas e footer sem redesign total. */
:root {
  --bv-l26-surface-join: clamp(2.4rem, 5.2vw, 4.8rem);
  --bv-l26-footer-rail: min(1520px, calc(100vw - (var(--bv-gutter, clamp(1rem, 3.4vw, 4.8rem)) * 2)));
}

:where(h1, h2, h3, .brand-name, .section-heading h2, .work-card-copy strong, .article-card h2) {
  letter-spacing: 0;
}

.home-hero::after {
  background:
    linear-gradient(180deg, transparent 38%, rgba(8, 10, 10, 0.18) 68%, rgba(18, 22, 21, 0.92) 100%),
    radial-gradient(circle at 12% 82%, rgba(0, 0, 0, 0.36), transparent 34rem),
    linear-gradient(130deg, transparent 0 54%, rgba(255, 255, 255, 0.09) 54.2% 54.7%, transparent 55%),
    linear-gradient(24deg, transparent 0 68%, rgba(200, 32, 40, 0.12) 68.2% 68.7%, transparent 69%);
}

.subhero::after {
  background:
    linear-gradient(180deg, transparent 42%, rgba(8, 10, 10, 0.22) 72%, rgba(18, 22, 21, 0.86) 100%),
    radial-gradient(circle at 12% 82%, rgba(0, 0, 0, 0.34), transparent 34rem),
    linear-gradient(130deg, transparent 0 54%, rgba(255, 255, 255, 0.09) 54.2% 54.7%, transparent 55%),
    linear-gradient(24deg, transparent 0 68%, rgba(200, 32, 40, 0.12) 68.2% 68.7%, transparent 69%);
}

.signal-strip {
  isolation: isolate;
  overflow: visible;
  position: relative;
}

.signal-strip::before,
.signal-strip::after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 0;
}

.signal-strip::before {
  background: linear-gradient(180deg, rgba(18, 22, 21, 0), #121615 82%);
  height: clamp(1.5rem, 3vw, 2.8rem);
  top: clamp(-2.8rem, -3vw, -1.5rem);
}

.signal-strip::after {
  background: linear-gradient(180deg, rgba(18, 22, 21, 0.78), rgba(91, 88, 80, 0.18) 58%, rgba(235, 229, 218, 0));
  bottom: calc(var(--bv-l26-surface-join) * -0.62);
  height: calc(var(--bv-l26-surface-join) * 0.72);
}

.signal-strip > div {
  position: relative;
  z-index: 1;
}

.home-hero + .signal-strip + .intro-grid--home {
  margin-top: clamp(1.2rem, 3.2vw, 2.8rem);
}

.subhero + .section-band,
.subhero + .contact-layout,
.subhero + .listing-grid,
.subhero + .article-shell {
  position: relative;
}

.subhero + .section-band::before,
.subhero + .contact-layout::before,
.subhero + .listing-grid::before,
.subhero + .article-shell::before {
  background:
    linear-gradient(180deg, rgba(235, 229, 218, 0), rgba(235, 229, 218, 0.9) 68%, rgba(247, 242, 233, 0.48)),
    radial-gradient(ellipse at 50% 100%, rgba(255, 253, 248, 0.5), transparent 64%);
  content: "";
  display: block;
  height: var(--bv-l26-surface-join);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-50%, -98%);
  width: 100vw;
  z-index: 0;
}

.intro-grid--home,
.gallery-intro,
.gallery-page-intro,
.material-intro,
.blog-intro,
.map-card,
.contact-panel,
.contact-brief article,
.proof-item,
.article-card,
.listing-card {
  border-radius: clamp(16px, 1.4vw, 22px);
}

.work-card,
.environment-card,
.work-card--image {
  border-radius: clamp(16px, 1.4vw, 22px);
}

.work-card > img,
.environment-card > img {
  border-radius: 0;
}

.site-footer {
  background:
    radial-gradient(circle at 88% 0%, rgba(200, 32, 40, 0.12), transparent 18rem),
    linear-gradient(180deg, #151817, #0d0f0f 70%, #0a0b0b);
  border-top: 1px solid rgba(255, 244, 229, 0.1);
  color: var(--white);
}

.site-footer .footer-main {
  align-items: start;
  gap: clamp(1.2rem, 3vw, 2.6rem);
  grid-template-columns: minmax(230px, 0.9fr) minmax(280px, 1fr) minmax(230px, 0.82fr);
  padding: clamp(1.35rem, 2.8vw, 2.1rem) 0 clamp(1.1rem, 2.2vw, 1.7rem);
  width: var(--bv-l26-footer-rail);
}

.site-footer .footer-logo {
  --logo-mark: 46px;
  margin-bottom: 0.5rem;
  max-width: min(100%, 252px);
}

.site-footer .footer-brand > p:not(.footer-legal) {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(0.86rem, 0.8vw, 0.94rem);
  line-height: 1.45;
  max-width: 34ch;
}

.site-footer .footer-legal {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
  line-height: 1.45;
  margin-top: 0.5rem;
}

.footer-contact-compact {
  align-content: start;
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  gap: 0.44rem;
  max-width: 40rem;
}

.footer-link,
.footer-social-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.018);
  border: 1px solid rgba(255, 244, 229, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  display: inline-flex;
  gap: 0.46rem;
  min-height: 44px;
  min-width: 44px;
  padding: 0.46rem 0.74rem;
}

.footer-link svg,
.footer-social-icon svg {
  color: rgba(255, 244, 229, 0.84);
  flex: 0 0 auto;
  grid-row: auto;
  height: 1rem;
  width: 1rem;
}

.footer-link span {
  color: rgba(255, 244, 229, 0.6);
  display: inline;
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.footer-link span::after {
  content: ":";
  margin-left: 0.08rem;
}

.footer-link strong {
  color: var(--white);
  display: inline;
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.15;
  overflow-wrap: break-word;
  word-break: normal;
}

.footer-link--email {
  max-width: min(100%, 21rem);
}

.footer-link--email strong {
  font-size: 0.78rem;
}

.footer-social-icon {
  border-radius: 999px;
  justify-content: center;
  padding: 0;
}

.site-footer .footer-address {
  border-left: 1px solid rgba(255, 244, 229, 0.1);
  padding-left: clamp(0.95rem, 1.8vw, 1.35rem);
}

.site-footer .footer-address .eyebrow {
  color: #ff7d82;
  font-size: 0.7rem;
  margin-bottom: 0.36rem;
}

.site-footer .footer-address p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  line-height: 1.45;
}

.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 244, 229, 0.09);
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.78rem, 0.85vw, 0.9rem);
  padding: 0.68rem 0;
  width: var(--bv-l26-footer-rail);
}

.contact-channel-list {
  gap: 0.44rem;
}

.contact-channel-list a {
  border-radius: 12px;
  gap: 0.14rem;
  min-height: 46px;
  padding: 0.58rem 0.72rem;
}

.contact-channel-list span {
  font-size: 0.66rem;
  line-height: 1.1;
}

.contact-channel-list strong {
  font-size: clamp(0.76rem, 1.2vw, 0.88rem);
  line-height: 1.18;
  overflow-wrap: break-word;
  word-break: normal;
}

@media (max-width: 1180px) {
  .site-footer .footer-main {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }

  .site-footer .footer-address {
    border-left: 0;
    border-top: 1px solid rgba(255, 244, 229, 0.09);
    grid-column: 1 / -1;
    padding-left: 0;
    padding-top: 0.85rem;
  }
}

@media (max-width: 820px) {
  .site-footer .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-contact-compact {
    max-width: 100%;
  }

  .site-footer .footer-address {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .site-header-inner {
    gap: 0.46rem;
    padding-bottom: 0.56rem;
    padding-top: 0.58rem;
  }

  .brand-signature {
    --logo-mark: clamp(40px, 10.2vw, 48px);
  }

  .desktop-nav {
    background:
      linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent) 0 0 / 100% 1px no-repeat,
      linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent) 0 100% / 100% 1px no-repeat;
    max-width: min(100%, 25.5rem);
  }

  .desktop-nav a {
    font-size: clamp(0.66rem, 2.5vw, 0.74rem);
    min-height: 42px;
    padding: 0.44rem 0.18rem;
  }

  .signal-strip::after {
    bottom: calc(var(--bv-l26-surface-join) * -0.56);
  }

  .home-hero + .signal-strip + .intro-grid--home {
    margin-top: clamp(1rem, 5vw, 1.8rem);
  }

  .intro-grid--home,
  .gallery-intro,
  .gallery-page-intro,
  .material-intro,
  .blog-intro,
  .contact-panel,
  .map-card,
  .contact-brief article,
  .proof-item {
    border-radius: 18px;
  }

  .map-card,
  .map-visual,
  .map-embed {
    min-height: clamp(300px, 78vw, 410px);
  }

  .map-embed-card {
    border-radius: 16px;
    margin: 0.78rem;
    max-width: calc(100% - 1.56rem);
    padding: 0.95rem;
  }

  .site-footer .footer-main,
  .site-footer .footer-bottom {
    width: min(100%, calc(100vw - 2rem));
  }

  .site-footer .footer-main {
    gap: 0.9rem;
    padding: 1.16rem 0 0.92rem;
  }

  .site-footer .footer-logo {
    --logo-mark: 42px;
    margin-bottom: 0.46rem;
    max-width: 238px;
  }

  .footer-contact-compact {
    display: grid;
    gap: 0.38rem;
    grid-template-columns: 1fr auto;
  }

  .footer-link {
    grid-column: 1 / -1;
    justify-content: flex-start;
    width: 100%;
  }

  .footer-social-icon {
    grid-column: 1;
    height: 44px;
    justify-self: start;
    width: 44px;
  }

  .site-footer .footer-address {
    padding-top: 0.78rem;
  }

  .site-footer .footer-bottom {
    gap: 0.3rem;
    padding: 0.64rem 0 0.78rem;
  }
}

@media (max-width: 430px) {
  .site-header-inner {
    padding-left: max(0.8rem, env(safe-area-inset-left));
    padding-right: max(0.8rem, env(safe-area-inset-right));
  }

  .desktop-nav {
    max-width: min(100%, 24rem);
  }

  .desktop-nav a {
    font-size: clamp(0.64rem, 2.78vw, 0.72rem);
    min-height: 40px;
  }

  .footer-link {
    gap: 0.4rem;
    padding: 0.46rem 0.62rem;
  }

  .footer-link span {
    font-size: 0.64rem;
  }

  .footer-link strong {
    font-size: 0.8rem;
  }

  .footer-link--email strong {
    font-size: 0.73rem;
  }

  .contact-channel-list strong {
    font-size: 0.78rem;
  }
}

/* Lote 26B: recuperacao visual critica do rodape e das faixas escuras. */
.materials-teaser,
.cta-band {
  border-radius: clamp(18px, 1.45vw, 26px);
  box-shadow: 0 22px 54px rgba(19, 22, 21, 0.12);
  width: min(var(--max), calc(100vw - (var(--bv-gutter, clamp(1rem, 3.4vw, 4.8rem)) * 2)));
}

.materials-teaser {
  margin-left: auto;
  margin-right: auto;
}

.cta-band {
  border: 1px solid rgba(255, 244, 229, 0.08);
}

.site-footer {
  background:
    linear-gradient(90deg, rgba(200, 32, 40, 0.36), rgba(200, 32, 40, 0.06) 34%, transparent 72%) 0 0 / 100% 2px no-repeat,
    radial-gradient(circle at 14% 0%, rgba(255, 244, 229, 0.035), transparent 18rem),
    #080909;
  border-top: 0;
  color: var(--white);
  margin-top: clamp(1.4rem, 3.2vw, 2.6rem);
}

.site-footer .footer-main {
  align-items: start;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(215px, 0.96fr) minmax(255px, 1.14fr) minmax(255px, 1.05fr) minmax(150px, 0.68fr);
  padding: clamp(2.2rem, 4vw, 3.15rem) 0 clamp(1.8rem, 3vw, 2.4rem);
  width: min(1180px, calc(100vw - (var(--bv-gutter, clamp(1rem, 3.4vw, 4.8rem)) * 2)));
}

.site-footer .footer-brand {
  min-width: 0;
  padding-right: clamp(1rem, 2vw, 1.5rem);
}

.site-footer .footer-logo {
  --logo-mark: 48px;
  margin: 0 0 0.78rem;
  max-width: 252px;
}

.site-footer .footer-brand > p:not(.footer-legal) {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.55;
  max-width: 32ch;
}

.footer-socials {
  align-items: center;
  display: flex;
  gap: 0.7rem;
  margin: 1rem 0 0.9rem;
}

.footer-social-icon {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 244, 229, 0.32);
  border-radius: 999px;
  color: rgba(255, 244, 229, 0.82);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0;
  width: 44px;
}

.footer-social-icon svg {
  fill: currentColor;
  height: 1.15rem;
  width: 1.15rem;
}

.site-footer svg path {
  fill: currentColor;
}

.footer-social-icon:hover,
.footer-social-icon:focus-visible {
  background: rgba(200, 32, 40, 0.16);
  border-color: rgba(255, 114, 119, 0.58);
  color: var(--white);
}

.site-footer .footer-legal {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.73rem;
  line-height: 1.45;
  margin-top: 0;
}

.site-footer .footer-column {
  border-left: 1px solid rgba(255, 244, 229, 0.08);
  min-width: 0;
  padding-left: clamp(1.05rem, 2.1vw, 1.8rem);
}

.site-footer .footer-column h2 {
  color: var(--white);
  font-size: clamp(1rem, 1.02vw, 1.14rem);
  line-height: 1.1;
  margin: 0 0 1rem;
}

.site-footer .footer-contact-compact {
  align-content: start;
  display: block;
  max-width: none;
}

.footer-contact-list {
  display: grid;
  gap: 0.78rem;
}

.footer-contact-row {
  align-items: start;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.84);
  display: grid;
  gap: 0.68rem;
  grid-template-columns: 1.24rem minmax(0, 1fr);
  min-height: 44px;
  min-width: 0;
  padding: 0;
  text-decoration: none;
}

.footer-contact-row svg {
  color: rgba(255, 244, 229, 0.72);
  fill: currentColor;
  height: 1.08rem;
  margin-top: 0.16rem;
  width: 1.08rem;
}

.footer-contact-row span {
  display: block;
  min-width: 0;
}

.footer-contact-row small {
  color: rgba(255, 244, 229, 0.78);
  display: block;
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.1;
  margin-bottom: 0.14rem;
}

.footer-contact-row strong {
  color: rgba(255, 255, 255, 0.88);
  display: block;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.22;
  overflow-wrap: break-word;
  word-break: normal;
}

.footer-contact-row--email strong {
  font-size: 0.82rem;
}

.footer-contact-row:hover strong,
.footer-contact-row:focus-visible strong,
.footer-nav a:hover,
.footer-nav a:focus-visible,
.site-footer .footer-map-link:hover,
.site-footer .footer-map-link:focus-visible {
  color: #ff8b90;
}

.site-footer .footer-address {
  border-left: 1px solid rgba(255, 244, 229, 0.08);
  padding-left: clamp(1.05rem, 2.1vw, 1.8rem);
  padding-top: 0;
}

.site-footer .footer-address .eyebrow {
  color: #ff7b81;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.38rem;
}

.site-footer .footer-address p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  line-height: 1.48;
  margin-bottom: 0.65rem;
}

.site-footer .footer-map-link {
  align-items: center;
  color: rgba(255, 244, 229, 0.9);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 750;
  min-height: 44px;
  text-decoration: underline;
  text-decoration-color: rgba(255, 123, 129, 0.6);
  text-underline-offset: 0.24rem;
}

.footer-nav {
  display: grid;
  gap: 0.34rem;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.78);
  display: inline-flex;
  font-size: 0.9rem;
  line-height: 1.25;
  min-height: 30px;
  text-decoration: none;
}

.site-footer .footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 244, 229, 0.08);
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.76rem;
  gap: 0.5rem 1rem;
  justify-content: space-between;
  padding: 0.82rem 0 1.05rem;
  width: min(1180px, calc(100vw - (var(--bv-gutter, clamp(1rem, 3.4vw, 4.8rem)) * 2)));
}

@media (max-width: 1180px) {
  .site-footer .footer-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    row-gap: 1.4rem;
  }

  .site-footer .footer-address {
    border-left: 0;
    border-top: 1px solid rgba(255, 244, 229, 0.08);
    grid-column: auto;
    padding-left: 0;
    padding-top: 1.15rem;
  }
}

@media (max-width: 1024px) {
  .contact-panel .contact-channel-list {
    grid-template-columns: 1fr;
  }

  .contact-panel .contact-channel-list strong {
    overflow-wrap: break-word;
  }
}

@media (max-width: 760px) {
  .materials-teaser,
  .cta-band {
    border-radius: 20px;
    width: min(100%, calc(100vw - 2rem));
  }

  .site-footer {
    margin-top: clamp(1.1rem, 5vw, 1.8rem);
  }

  .site-footer .footer-main,
  .site-footer .footer-bottom {
    width: min(100%, calc(100vw - 2rem));
  }

  .site-footer .footer-main {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    padding: 1.75rem 0 1.15rem;
  }

  .site-footer .footer-brand {
    padding-right: 0;
  }

  .site-footer .footer-logo {
    --logo-mark: 43px;
    max-width: 232px;
  }

  .site-footer .footer-column {
    border-left: 0;
    border-top: 1px solid rgba(255, 244, 229, 0.08);
    margin-top: 1.05rem;
    padding-left: 0;
    padding-top: 1.05rem;
  }

  .site-footer .footer-column h2 {
    margin-bottom: 0.78rem;
  }

  .footer-contact-list {
    gap: 0.58rem;
  }

  .footer-contact-row {
    grid-template-columns: 1.18rem minmax(0, 1fr);
    min-height: 44px;
  }

  .footer-nav {
    gap: 0.14rem;
  }

  .footer-nav a {
    min-height: 44px;
  }

  .site-footer .footer-bottom {
    display: grid;
    justify-content: stretch;
    padding-bottom: 1rem;
  }
}

/* Lote 26C: footer final mais baixo, utilitario e sem bolhas sociais. */
.site-footer {
  background: #080909;
  border-top: 1px solid rgba(255, 244, 229, 0.08);
  color: var(--white);
  margin-top: clamp(1rem, 2.6vw, 2rem);
}

.site-footer .footer-main {
  align-items: start;
  display: grid;
  gap: clamp(0.85rem, 2vw, 1.45rem);
  grid-template-columns: minmax(185px, 0.85fr) minmax(215px, 1.04fr) minmax(235px, 1.18fr) minmax(170px, 0.82fr);
  padding: clamp(1.35rem, 2.5vw, 2rem) 0 clamp(0.95rem, 1.8vw, 1.35rem);
  width: min(1180px, calc(100vw - (var(--bv-gutter, clamp(1rem, 3.4vw, 4.8rem)) * 2)));
}

.site-footer .footer-brand {
  min-width: 0;
  padding-right: 0;
}

.site-footer .footer-logo {
  --logo-mark: 38px;
  margin: 0 0 0.5rem;
  max-width: 210px;
}

.site-footer .footer-tagline {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  line-height: 1.42;
  margin: 0 0 0.52rem;
  max-width: 28ch;
}

.footer-social-link {
  align-items: center;
  color: rgba(255, 244, 229, 0.82);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 760;
  gap: 0.34rem;
  line-height: 1;
  min-height: 30px;
  padding: 0.16rem 0.32rem 0.16rem 0;
  text-decoration: none;
}

.footer-social-link svg {
  display: block;
  fill: none;
  height: 0.92rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 0.92rem;
}

.footer-social-link .footer-icon-dot {
  fill: currentColor;
  stroke: none;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  color: #ff8b90;
}

.site-footer .footer-column {
  border-left: 1px solid rgba(255, 244, 229, 0.08);
  min-width: 0;
  padding-left: clamp(0.8rem, 1.75vw, 1.25rem);
}

.site-footer .footer-column h2 {
  color: rgba(255, 244, 229, 0.94);
  font-size: 0.76rem;
  font-weight: 880;
  line-height: 1.12;
  margin: 0 0 0.5rem;
}

.footer-contact-list {
  display: grid;
  gap: 0.28rem;
}

.footer-contact-row {
  align-items: baseline;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.82);
  display: grid;
  gap: 0.42rem;
  grid-template-columns: 4.45rem minmax(0, 1fr);
  line-height: 1.24;
  min-height: 0;
  min-width: 0;
  padding: 0.08rem 0;
  text-decoration: none;
}

.footer-contact-row span {
  color: rgba(255, 244, 229, 0.7);
  display: block;
  font-size: 0.7rem;
  font-weight: 760;
  line-height: 1.2;
}

.footer-contact-row strong {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  font-size: 0.84rem;
  font-weight: 680;
  line-height: 1.24;
  min-width: 0;
  overflow-wrap: break-word;
}

.footer-contact-row--email strong {
  font-size: 0.78rem;
}

.footer-contact-row:hover strong,
.footer-contact-row:focus-visible strong,
.footer-nav a:hover,
.footer-nav a:focus-visible,
.site-footer .footer-map-link:hover,
.site-footer .footer-map-link:focus-visible {
  color: #ff8b90;
}

.site-footer .footer-address {
  border-left: 1px solid rgba(255, 244, 229, 0.08);
  padding-left: clamp(0.8rem, 1.75vw, 1.25rem);
  padding-top: 0;
}

.site-footer .footer-address .eyebrow {
  color: #ff7b81;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 0.24rem;
}

.site-footer .footer-address p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  line-height: 1.36;
  margin-bottom: 0.36rem;
}

.site-footer .footer-map-link {
  align-items: center;
  color: rgba(255, 244, 229, 0.88);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 760;
  line-height: 1.2;
  min-height: 30px;
  text-decoration: underline;
  text-decoration-color: rgba(255, 123, 129, 0.58);
  text-underline-offset: 0.2rem;
}

.footer-nav {
  display: grid;
  gap: 0.18rem 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-nav a {
  align-items: center;
  color: rgba(255, 255, 255, 0.76);
  display: inline-flex;
  font-size: 0.78rem;
  line-height: 1.2;
  min-height: 24px;
  padding: 0.08rem 0;
  text-decoration: none;
}

.site-footer .footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 244, 229, 0.08);
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.68rem;
  gap: 0.32rem 0.9rem;
  justify-content: space-between;
  line-height: 1.28;
  padding: 0.58rem 0 0.74rem;
  width: min(1180px, calc(100vw - (var(--bv-gutter, clamp(1rem, 3.4vw, 4.8rem)) * 2)));
}

@media (max-width: 1180px) {
  .site-footer .footer-main {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr) minmax(0, 1fr);
    row-gap: 0.9rem;
  }

  .footer-nav {
    grid-column: 1 / -1;
    grid-template-columns: repeat(6, minmax(0, max-content));
  }
}

@media (max-width: 820px) {
  .site-footer .footer-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .site-footer .footer-address {
    border-left: 0;
    border-top: 1px solid rgba(255, 244, 229, 0.08);
    padding-left: 0;
    padding-top: 0.7rem;
  }

  .footer-nav {
    border-left: 1px solid rgba(255, 244, 229, 0.08);
    grid-column: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: clamp(0.8rem, 1.75vw, 1.25rem);
  }
}

@media (max-width: 760px) {
  .site-footer {
    margin-top: clamp(0.75rem, 4vw, 1.35rem);
  }

  .site-footer .footer-main,
  .site-footer .footer-bottom {
    width: min(100%, calc(100vw - 1.5rem));
  }

  .site-footer .footer-main {
    gap: 0;
    grid-template-columns: 1fr;
    padding: 1.05rem 0 0.52rem;
  }

  .site-footer .footer-brand {
    align-items: center;
    display: grid;
    gap: 0.18rem 0.75rem;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .site-footer .footer-logo {
    --logo-mark: 32px;
    justify-self: start;
    margin: 0;
    max-width: 178px;
    width: max-content;
  }

  .site-footer .footer-tagline {
    font-size: 0.7rem;
    grid-column: 1 / -1;
    grid-row: 2;
    line-height: 1.32;
    margin: 0.18rem 0 0;
    max-width: 34ch;
  }

  .footer-social-link {
    font-size: 0.68rem;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    min-height: 28px;
    padding: 0.12rem 0;
  }

  .footer-social-link svg {
    height: 0.82rem;
    width: 0.82rem;
  }

  .site-footer .footer-column,
  .site-footer .footer-address,
  .footer-nav {
    border-left: 0;
    border-top: 1px solid rgba(255, 244, 229, 0.08);
    margin-top: 0.62rem;
    padding-left: 0;
    padding-top: 0.62rem;
  }

  .site-footer .footer-column h2 {
    font-size: 0.7rem;
    margin-bottom: 0.32rem;
  }

  .footer-contact-list {
    gap: 0.12rem;
  }

  .footer-contact-row {
    gap: 0.34rem;
    grid-template-columns: 4rem minmax(0, 1fr);
    padding: 0.04rem 0;
  }

  .footer-contact-row span {
    font-size: 0.66rem;
  }

  .footer-contact-row strong {
    font-size: 0.76rem;
  }

  .footer-contact-row--email strong {
    font-size: 0.7rem;
  }

  .site-footer .footer-address .eyebrow {
    font-size: 0.64rem;
    margin-bottom: 0.18rem;
  }

  .site-footer .footer-address p:not(.eyebrow) {
    font-size: 0.72rem;
    line-height: 1.32;
    margin-bottom: 0.18rem;
  }

  .site-footer .footer-map-link {
    font-size: 0.7rem;
    min-height: 28px;
  }

  .footer-nav {
    gap: 0.08rem 0.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-nav a {
    font-size: 0.7rem;
    padding: 0.08rem 0;
  }

  .site-footer .footer-bottom {
    display: grid;
    font-size: 0.62rem;
    gap: 0.16rem;
    justify-content: stretch;
    padding: 0.46rem 0 0.68rem;
  }
}

/* Lote 26D: footer guiado por GPT Image 2, com painel premium e mobile em accordion. */
.site-footer {
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.035), transparent 18rem),
    radial-gradient(circle at 84% 100%, rgba(200, 32, 40, 0.08), transparent 22rem),
    #080909;
  border-top: 0;
  color: var(--white);
  margin-top: clamp(1rem, 2.8vw, 2.5rem);
  padding: clamp(1rem, 2.2vw, 1.65rem) 0;
}

.footer-shell {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0)),
    #070808;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: clamp(14px, 1vw, 18px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 42px rgba(0, 0, 0, 0.18);
  margin: 0 auto;
  overflow: hidden;
  padding: clamp(1.7rem, 2.9vw, 3rem) clamp(1.6rem, 3.2vw, 3.8rem) clamp(1.1rem, 2vw, 1.7rem);
  position: relative;
  width: min(1520px, calc(100vw - (var(--bv-gutter, clamp(1rem, 3.4vw, 4.8rem)) * 1.05)));
}

.footer-shell::after {
  background-image: var(--footer-logo-raster);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 96px;
  bottom: 1.35rem;
  content: "";
  height: 96px;
  opacity: 0.11;
  pointer-events: none;
  position: absolute;
  right: clamp(1.2rem, 3vw, 3.5rem);
  width: 108px;
  z-index: 0;
}

.footer-shell > * {
  position: relative;
  z-index: 1;
}

.site-footer .footer-main {
  align-items: start;
  display: grid;
  gap: clamp(1.2rem, 2.6vw, 3rem);
  grid-template-columns: minmax(245px, 1.08fr) minmax(210px, 0.86fr) minmax(250px, 1fr) minmax(180px, 0.78fr);
  padding: 0;
  width: auto;
}

.site-footer .footer-brand {
  min-width: 0;
  padding-right: clamp(0.5rem, 1.3vw, 1.4rem);
}

.site-footer .footer-logo {
  --logo-mark: 58px;
  margin: 0 0 clamp(1.1rem, 1.8vw, 1.65rem);
  max-width: 310px;
}

.site-footer .footer-tagline {
  color: rgba(255, 255, 255, 0.73);
  font-size: clamp(0.92rem, 0.9vw, 1.04rem);
  line-height: 1.62;
  margin: 0 0 clamp(1.1rem, 2vw, 1.9rem);
  max-width: 31ch;
}

.footer-social-link {
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  display: grid;
  font-size: 0.86rem;
  gap: 0 0.75rem;
  grid-template-columns: 2rem minmax(0, 1fr);
  line-height: 1.2;
  max-width: max-content;
  min-height: 38px;
  padding: 0;
  text-decoration: none;
}

.footer-social-link svg {
  color: #ff4148;
  fill: none;
  grid-row: span 2;
  height: 1.45rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
  width: 1.45rem;
}

.footer-social-link .footer-icon-dot {
  fill: currentColor;
  stroke: none;
}

.footer-social-link span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.78rem;
}

.footer-social-link strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
}

.footer-social-link:hover strong,
.footer-social-link:focus-visible strong {
  color: #ff6469;
}

.site-footer .footer-column {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  min-width: 0;
  padding-left: clamp(1.1rem, 2.5vw, 2.6rem);
}

.site-footer .footer-column h2 {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.82rem, 0.82vw, 0.98rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 clamp(1.05rem, 1.6vw, 1.45rem);
  text-transform: uppercase;
}

.site-footer .footer-column h2::after {
  background: #ff343b;
  content: "";
  display: block;
  height: 2px;
  margin-top: 0.78rem;
  width: 1.55rem;
}

.footer-contact-list {
  display: grid;
  gap: clamp(0.78rem, 1.1vw, 1.08rem);
}

.footer-contact-row {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.76);
  display: grid;
  gap: 0.78rem;
  grid-template-columns: 1.65rem minmax(0, 1fr);
  line-height: 1.22;
  min-height: 34px;
  min-width: 0;
  padding: 0;
  text-decoration: none;
}

.footer-contact-row svg {
  color: #ff3a41;
  fill: none;
  height: 1.45rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
  width: 1.45rem;
}

.footer-contact-row small {
  color: rgba(255, 255, 255, 0.56);
  display: block;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.15;
  margin-bottom: 0.16rem;
}

.footer-contact-row strong {
  color: rgba(255, 255, 255, 0.94);
  display: block;
  font-size: clamp(0.88rem, 0.86vw, 1rem);
  font-weight: 780;
  line-height: 1.2;
  overflow-wrap: break-word;
}

.footer-contact-row--email strong {
  font-size: clamp(0.72rem, 0.72vw, 0.84rem);
}

.footer-contact-row:hover strong,
.footer-contact-row:focus-visible strong,
.footer-nav-list a:hover span,
.footer-nav-list a:focus-visible span,
.site-footer .footer-map-link:hover span,
.site-footer .footer-map-link:focus-visible span {
  color: #ff676d;
}

.site-footer .footer-address {
  padding-top: 0;
}

.site-footer .footer-address .eyebrow {
  align-items: center;
  color: #ff444b;
  display: flex;
  font-size: 0.78rem;
  font-weight: 850;
  gap: 0.55rem;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 0.68rem;
  text-transform: uppercase;
}

.site-footer .footer-address .eyebrow svg {
  fill: none;
  height: 1.15rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 1.15rem;
}

.site-footer .footer-address p:not(.eyebrow),
.footer-address-mobile p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.78rem, 0.78vw, 0.9rem);
  line-height: 1.52;
  margin: 0 0 1.08rem;
  max-width: 31ch;
}

.site-footer .footer-map-link {
  align-items: center;
  border: 1px solid rgba(255, 54, 61, 0.72);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.88);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 850;
  gap: 0.55rem;
  justify-content: center;
  line-height: 1.2;
  min-height: 42px;
  padding: 0.68rem 0.85rem;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer .footer-map-link svg {
  fill: none;
  height: 1rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 1rem;
}

.site-footer .footer-map-link svg:first-child {
  color: #ff4047;
  height: 1.18rem;
  width: 1.18rem;
}

.site-footer .footer-map-link:hover,
.site-footer .footer-map-link:focus-visible {
  border-color: rgba(255, 94, 100, 0.9);
  color: #fff;
}

.footer-nav-list {
  display: grid;
  gap: clamp(0.52rem, 0.72vw, 0.72rem);
  grid-template-columns: 1fr;
}

.footer-nav-list a {
  align-items: center;
  color: rgba(255, 255, 255, 0.76);
  display: flex;
  font-size: clamp(0.82rem, 0.8vw, 0.94rem);
  gap: 0.65rem;
  justify-content: space-between;
  line-height: 1.2;
  min-height: 24px;
  padding: 0.05rem 0;
  text-decoration: none;
}

.footer-nav-list a svg {
  color: rgba(255, 255, 255, 0.65);
  fill: none;
  height: 1rem;
  margin-left: auto;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 1rem;
}

.footer-nav-list a::before {
  color: #ff3a41;
  content: ">";
  font-size: 1rem;
  font-weight: 850;
  line-height: 1;
}

.site-footer .footer-bottom {
  align-items: end;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.62);
  display: grid;
  font-size: 0.78rem;
  gap: 0.35rem 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  line-height: 1.45;
  margin-top: clamp(1.45rem, 2.6vw, 2.55rem);
  padding: clamp(1rem, 1.5vw, 1.35rem) 0 0;
  width: auto;
}

.site-footer .footer-bottom span:nth-child(2) {
  grid-column: 1;
}

.site-footer .footer-bottom span:nth-child(3) {
  grid-column: 2;
  grid-row: 1 / span 2;
  text-align: right;
}

.footer-mobile-panels,
.footer-mobile-map {
  display: none;
}

@media (max-width: 1180px) {
  .footer-shell {
    padding: clamp(1.55rem, 3vw, 2.3rem) clamp(1.35rem, 3vw, 2.5rem) clamp(1rem, 2vw, 1.5rem);
  }

  .site-footer .footer-main {
    gap: 1.45rem;
    grid-template-columns: minmax(220px, 0.92fr) minmax(190px, 0.82fr) minmax(240px, 1fr);
  }

  .site-footer .footer-nav {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    grid-column: 1 / -1;
    padding-left: 0;
    padding-top: 1.05rem;
  }

  .footer-nav-list {
    gap: 0.4rem 1.15rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .footer-nav-list a {
    justify-content: flex-start;
  }

  .footer-nav-list a svg {
    display: none;
  }

  .site-footer .footer-bottom {
    margin-top: 1.45rem;
  }
}

@media (max-width: 820px) {
  .site-footer .footer-main {
    grid-template-columns: minmax(200px, 0.9fr) minmax(190px, 0.75fr) minmax(220px, 1fr);
  }

  .site-footer .footer-logo {
    --logo-mark: 48px;
  }

  .site-footer .footer-tagline {
    font-size: 0.84rem;
  }

  .site-footer .footer-column {
    padding-left: 1.25rem;
  }

  .footer-contact-row {
    gap: 0.58rem;
    grid-template-columns: 1.35rem minmax(0, 1fr);
  }

  .footer-contact-row svg {
    height: 1.2rem;
    width: 1.2rem;
  }

  .site-footer .footer-map-link {
    min-height: 38px;
  }

  .footer-nav-list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-footer {
    margin-top: clamp(0.8rem, 4vw, 1.35rem);
    padding: 0.75rem 0;
  }

  .footer-shell {
    border-radius: 14px;
    padding: 0.98rem 1rem 1rem;
    width: min(100%, calc(100vw - 1.5rem));
  }

  .footer-shell::after {
    background-size: auto 58px;
    bottom: 0.9rem;
    height: 58px;
    opacity: 0.1;
    right: 0.9rem;
    width: 64px;
  }

  .site-footer .footer-main {
    display: block;
    padding: 0;
    width: auto;
  }

  .site-footer .footer-main > .footer-column {
    display: none;
  }

  .site-footer .footer-brand {
    align-items: start;
    display: grid;
    gap: 0.46rem 0.8rem;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-right: 0;
  }

  .site-footer .footer-logo {
    --logo-mark: 36px;
    justify-self: start;
    margin: 0;
    max-width: 208px;
    width: max-content;
  }

  .site-footer .footer-tagline {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.76rem;
    grid-column: 1 / -1;
    grid-row: 2;
    line-height: 1.45;
    margin: 0;
    max-width: 32ch;
  }

  .footer-social-link {
    display: inline-flex;
    font-size: 0;
    gap: 0;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    min-height: 30px;
    padding-top: 0.08rem;
  }

  .footer-social-link svg {
    height: 1.15rem;
    width: 1.15rem;
  }

  .footer-social-link span,
  .footer-social-link strong {
    display: none;
  }

  .footer-mobile-panels {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: grid;
    margin-top: 0.78rem;
  }

  .footer-mobile-panels details {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .footer-mobile-panels summary {
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    display: grid;
    font-size: 0.78rem;
    font-weight: 850;
    grid-template-columns: 1.35rem minmax(0, 1fr) 1.05rem;
    list-style: none;
    min-height: 45px;
    text-transform: uppercase;
  }

  .footer-mobile-panels summary::-webkit-details-marker {
    display: none;
  }

  .footer-mobile-panels summary svg {
    color: #ff3a41;
    fill: none;
    height: 1.05rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 1.05rem;
  }

  .footer-mobile-panels summary svg:last-child {
    color: rgba(255, 255, 255, 0.72);
    justify-self: end;
    transition: transform 180ms ease;
  }

  .footer-mobile-panels details[open] summary svg:last-child {
    transform: rotate(180deg);
  }

  .footer-mobile-panels .footer-contact-list,
  .footer-mobile-panels .footer-address-mobile,
  .footer-mobile-panels .footer-nav-list {
    padding: 0.1rem 0 0.85rem 1.35rem;
  }

  .footer-mobile-panels .footer-contact-list {
    gap: 0.62rem;
  }

  .footer-contact-row {
    gap: 0.58rem;
    grid-template-columns: 1.2rem minmax(0, 1fr);
    min-height: 28px;
  }

  .footer-contact-row svg {
    height: 1rem;
    width: 1rem;
  }

  .footer-contact-row small {
    font-size: 0.64rem;
  }

  .footer-contact-row strong {
    font-size: 0.76rem;
  }

  .footer-contact-row--email strong {
    font-size: 0.68rem;
  }

  .footer-address-mobile .eyebrow {
    color: #ff444b;
    font-size: 0.68rem;
    font-weight: 850;
    margin: 0 0 0.35rem;
    text-transform: uppercase;
  }

  .footer-address-mobile p:not(.eyebrow) {
    font-size: 0.72rem;
    line-height: 1.4;
    margin: 0;
    max-width: 34ch;
  }

  .footer-mobile-panels .footer-nav-list {
    gap: 0.22rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-mobile-panels .footer-nav-list a {
    font-size: 0.72rem;
    min-height: 28px;
  }

  .footer-mobile-panels .footer-nav-list a svg {
    display: none;
  }

  .footer-mobile-map {
    display: block;
    margin-top: 0.72rem;
  }

  .footer-mobile-map .footer-map-link {
    display: flex;
    min-height: 45px;
    width: 100%;
  }

  .site-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.58);
    display: grid;
    font-size: 0.66rem;
    gap: 0.28rem;
    grid-template-columns: 1fr;
    line-height: 1.4;
    margin-top: 0.78rem;
    padding-top: 0.75rem;
    width: auto;
  }

  .site-footer .footer-bottom span:nth-child(2),
  .site-footer .footer-bottom span:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
    text-align: left;
  }
}

/* Lote 26D polish: neutraliza fills antigos e refina legibilidade dos pontos rejeitados. */
.site-footer .footer-social-link span {
  grid-column: 2;
  grid-row: 1;
}

.site-footer .footer-social-link strong {
  grid-column: 2;
  grid-row: 2;
}

.site-footer .footer-social-link svg path,
.site-footer .footer-social-link svg rect,
.site-footer .footer-social-link svg circle,
.site-footer .footer-contact-row svg path,
.site-footer .footer-contact-row svg rect,
.site-footer .footer-contact-row svg circle,
.site-footer .footer-map-link svg path,
.site-footer .footer-map-link svg rect,
.site-footer .footer-map-link svg circle,
.site-footer .footer-nav-list svg path,
.site-footer .footer-mobile-panels summary svg path,
.site-footer .footer-mobile-panels summary svg rect,
.site-footer .footer-mobile-panels summary svg circle {
  fill: none;
}

.site-footer .footer-social-link .footer-icon-dot {
  fill: currentColor;
}

.footer-nav-list a span {
  white-space: nowrap;
}

@media (min-width: 1181px) {
  .site-footer .footer-main {
    grid-template-columns: minmax(250px, 1fr) minmax(225px, 0.86fr) minmax(280px, 1fr) minmax(220px, 0.82fr);
  }
}

@media (max-width: 1180px) and (min-width: 761px) {
  .footer-contact-row--email strong {
    font-size: 0.68rem;
  }

  .footer-social-link strong {
    font-size: 0.78rem;
  }
}

@media (max-width: 760px) {
  .footer-social-link {
    align-items: center;
    height: 30px;
    justify-content: center;
    min-width: 30px;
    width: 30px;
  }
}

/* Lote 26D tablet QA: remove heranca antiga do nav e abre respiro na faixa iPad. */
.site-footer .footer-nav {
  display: block;
}

.site-footer .footer-social-link span,
.site-footer .footer-social-link strong {
  display: block;
  min-width: 0;
}

@media (max-width: 1180px) and (min-width: 761px) {
  .site-footer .footer-main {
    grid-template-columns: minmax(200px, 0.88fr) minmax(210px, 0.92fr) minmax(230px, 1fr);
  }

  .footer-social-link {
    grid-template-columns: 1.55rem minmax(0, 1fr);
    max-width: 22ch;
  }

  .footer-social-link span {
    font-size: 0.68rem;
    line-height: 1.15;
  }

  .footer-social-link strong {
    font-size: 0.74rem;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .footer-contact-row {
    gap: 0.52rem;
    grid-template-columns: 1.22rem minmax(0, 1fr);
  }

  .footer-contact-row small {
    font-size: 0.64rem;
  }

  .footer-contact-row strong {
    font-size: 0.82rem;
  }

  .footer-contact-row--email strong {
    font-size: 0.6rem;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 900px) and (min-width: 761px) {
  .footer-shell {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .site-footer .footer-main {
    gap: 1rem;
    grid-template-columns: minmax(190px, 0.86fr) minmax(215px, 0.96fr) minmax(225px, 1fr);
  }

  .site-footer .footer-column {
    padding-left: 1rem;
  }

  .site-footer .footer-nav {
    padding-top: 0.95rem;
  }

  .footer-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.42rem 1rem;
    justify-content: space-between;
  }

  .footer-nav-list a {
    font-size: 0.72rem;
    gap: 0.22rem;
    justify-content: center;
    min-height: 26px;
    min-width: 32px;
  }

  .footer-nav-list a::before,
  .footer-nav-list a svg {
    display: none;
  }
}

@media (max-width: 760px) {
  .site-footer .footer-social-link span,
  .site-footer .footer-social-link strong {
    display: none;
  }
}

/* Lote 26D ajuste rapido operador: Instagram com proporcao de botao e transicao de contato menos agressiva. */
.site-footer .footer-social-link {
  --footer-instagram-size: 42px;
  align-items: center;
  align-content: center;
  gap: 0 0.82rem;
  grid-template-columns: var(--footer-instagram-size) minmax(0, 1fr);
  height: var(--footer-instagram-size);
  min-height: var(--footer-instagram-size);
}

.site-footer .footer-social-link svg {
  background: rgba(255, 58, 65, 0.075);
  border: 1px solid rgba(255, 70, 76, 0.62);
  border-radius: 8px;
  box-sizing: border-box;
  height: var(--footer-instagram-size);
  padding: 0.54rem;
  width: var(--footer-instagram-size);
}

.site-footer .footer-social-link:hover svg,
.site-footer .footer-social-link:focus-visible svg {
  background: rgba(255, 58, 65, 0.14);
  border-color: rgba(255, 96, 102, 0.9);
}

.site-footer .footer-social-link span {
  align-self: end;
  line-height: 1.05;
}

.site-footer .footer-social-link strong {
  align-self: start;
  line-height: 1.08;
}

@media (min-width: 1181px) {
  .site-footer .footer-social-link {
    --footer-instagram-size: 44px;
  }
}

@media (max-width: 1180px) and (min-width: 761px) {
  .site-footer .footer-social-link {
    --footer-instagram-size: 38px;
    gap: 0 0.58rem;
  }

  .site-footer .footer-social-link svg {
    padding: 0.48rem;
  }
}

@media (max-width: 760px) {
  .site-footer .footer-social-link {
    --footer-instagram-size: 42px;
    display: inline-flex;
    height: var(--footer-instagram-size);
    min-height: var(--footer-instagram-size);
    min-width: var(--footer-instagram-size);
    padding: 0;
    width: var(--footer-instagram-size);
  }

  .site-footer .footer-social-link svg {
    height: var(--footer-instagram-size);
    padding: 0.58rem;
    width: var(--footer-instagram-size);
  }

  .site-footer .footer-social-link span,
  .site-footer .footer-social-link strong {
    display: none;
  }
}

.subhero--contact {
  box-shadow: inset 0 -24px 44px rgba(6, 8, 8, 0.58);
}

.subhero--contact::after {
  background:
    linear-gradient(180deg, transparent 38%, rgba(8, 10, 10, 0.26) 72%, rgba(17, 20, 19, 0.94) 100%),
    radial-gradient(circle at 12% 82%, rgba(0, 0, 0, 0.32), transparent 34rem),
    linear-gradient(130deg, transparent 0 54%, rgba(255, 255, 255, 0.075) 54.2% 54.7%, transparent 55%),
    linear-gradient(24deg, transparent 0 68%, rgba(200, 32, 40, 0.11) 68.2% 68.7%, transparent 69%);
}

.subhero--contact + .contact-layout {
  margin-top: 0;
  padding-top: clamp(2.2rem, 5vw, 4.6rem);
}

.subhero--contact + .contact-layout::before {
  display: none;
}

@media (max-width: 760px) {
  .subhero--contact {
    box-shadow: inset 0 -18px 34px rgba(6, 8, 8, 0.6);
  }

.subhero--contact + .contact-layout {
  padding-top: clamp(1.7rem, 7vw, 2.5rem);
  }
}

/* QA final: evita texto vermelho sobre CTA vermelho no hover dos botoes invertidos. */
.button.primary.inverted {
  transition: transform 220ms var(--ease), background 220ms var(--ease), border-color 220ms var(--ease), box-shadow 220ms var(--ease);
}

.button.primary:hover,
.button.primary:focus-visible,
.button.primary.inverted:hover,
.button.primary.inverted:focus-visible {
  color: var(--white) !important;
}

.button.primary.inverted:hover,
.button.primary.inverted:focus-visible {
  border-color: rgba(255, 255, 255, 0.72);
}
