:root {
  --green: #003d2b;
  --green-dark: #002f22;
  --gold: #b7792b;
  --cream: #f8f5ef;
  --ink: #12261f;
  --line: #d9c7ad;
  --white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, "Helvetica Neue", sans-serif;
  --shadow: 0 18px 36px rgba(39, 29, 12, .14)
}
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px
}
body {
  margin: 0;
  color: #111;
  background: #fff;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.6
}
a {
  color: inherit;
  text-decoration: none
}
img {
  display: block;
  max-width: 100%
}
.container {
  width: min(1160px, calc(100% - 80px));
  margin-inline: auto
}
.skip-link {
  position: fixed;
  z-index: 1000;
  left: 1rem;
  top: -5rem;
  padding: .7rem 1rem;
  color: #fff;
  background: #000
}
.skip-link:focus {
  top: 1rem
}
.topbar {
  height: 43px;
  color: #fff;
  background: linear-gradient(105deg, #002d20, #004a34 60%, #002f22)
}
.topbar-inner, .topbar-contacts, .socials {
  display: flex;
  align-items: center
}
.topbar-inner {
  height: 100%;
  justify-content: space-between;
  gap: 20px
}
.topbar-contacts {
  min-width: 0;
  gap: 24px;
  font-size: 11px;
  white-space: nowrap
}
.topbar-contacts a {
  display: flex;
  gap: 8px;
  align-items: center
}
.socials {
  gap: 9px
}
.socials a, .footer-socials a {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1.5px currentColor;
  font-size: 11px;
  font-weight: 600;
  transform: translateZ(0);
  transition: color .22s ease, background-color .22s ease, box-shadow .22s ease, transform .22s ease
}
.socials a:hover, .socials a:focus-visible {
  color: var(--green);
  background-color: #fff;
  box-shadow: inset 0 0 0 1.5px #fff;
  transform: translateY(-2px)
}
.footer-socials a:hover, .footer-socials a:focus-visible {
  color: #fff;
  background-color: var(--green);
  box-shadow: inset 0 0 0 1.5px var(--green);
  transform: translateY(-2px)
}
.navbar {
  height: 112px;
  background: rgba(255, 255, 255, .96)
}
.nav-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px
}
.brand-lockup {
  display: flex;
  align-items: center;
  height: 76px;
  gap: 24px
}
.brand-lockup img:first-child {
  width: auto;
  height: 60px;
}
.brand-lockup img:last-child {
  width: auto;
  height: 60px;
  object-fit: contain
}
.brand-divider {
  width: 1px;
  height: 60px;
  background: #6b665e
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600
}
.main-nav a {
  position: relative;
  padding-block: 20px
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 9px;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: .25s
}
.main-nav a:hover::after, .main-nav a.active::after {
  left: 0;
  width: 100%
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 10px
}
.menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: var(--green);
  margin: 5px
}
.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 18% 25%, #fff 0, #fbf8f3 55%, #f3eee6 100%);
  border-bottom: 1px solid #ddd4c9
}
.hero-grid {
  min-height: 520px;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center
}
.hero-copy {
  z-index: 2;
  padding: 48px 0 56px
}
.hero h1 {
  margin: 0;
  color: var(--ink);
  font: 500 clamp(46px, 4.2vw, 66px)/.99 var(--serif);
  letter-spacing: -1.5px
}
.hero h1 em {
  font-weight: 500
}
.gold-stroke {
  display: block;
  width: 66px;
  height: 2px;
  margin: 32px 0 25px;
  background: var(--gold)
}
.hero-copy p {
  max-width: 535px;
  margin: 0;
  font-size: 15px;
  line-height: 1.75
}
.hero-actions {
  display: flex;
  gap: 27px;
  margin-top: 35px
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 51px;
  padding: 12px 25px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  transition: .2s
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .12)
}
.button-primary {
  color: #fff;
  background: var(--green)
}
.button-outline {
  color: #996020;
  border-color: #b98954;
  background: transparent
}
.hero-media {
  position: absolute;
  right: -30px;
  top: 48px;
  width: 52%;
  height: 475px;
  overflow: hidden;
  border: 1px solid #bd7b31;
  border-radius: 48% 0 0 54%
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.hero-media::after {
  content: "";
  position: absolute;
  right: -2%;
  bottom: -33%;
  width: 47%;
  height: 58%;
  border-radius: 70% 0 0 0;
  background: linear-gradient(140deg, #034532, #002c20)
}
.curve {
  position: absolute;
  border: 1px solid rgba(183, 121, 43, .35);
  border-radius: 50%
}
.curve-one {
  left: -17%;
  bottom: -30%;
  width: 38%;
  height: 55%
}
.curve-two {
  left: -14%;
  bottom: -26%;
  width: 33%;
  height: 50%
}
.benefits {
  border-bottom: 1px solid #cfc5b7;
  background: #fff
}
.benefits-grid {
  min-height: 126px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center
}
.benefits article {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 28px;
  border-right: 1px solid #ddd5ca
}
.benefits article:first-child {
  padding-left: 0
}
.benefits article:last-child {
  border: 0
}
.benefits p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55
}
.line-icon {
  color: var(--gold);
  font: 400 44px/1 var(--serif)
}
.about {
  position: relative;
  overflow: hidden;
  background: #faf8f4
}
.about::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 29%;
  height: 58%;
  background: linear-gradient(135deg, #004231, #002c22);
  clip-path: polygon(0 0, 100% 55%, 82% 100%, 0 100%)
}
.about-texture {
  position: absolute;
  left: 0;
  top: 0;
  width: 28%;
  height: 100%;
  opacity: .16;
  background: repeating-linear-gradient(90deg, #856d51 0, #856d51 2px, transparent 2px, transparent 8px)
}
.about-grid {
  position: relative;
  min-height: 390px;
  display: grid;
  grid-template-columns: 51% 49%;
  align-items: center
}
.union-card {
  position: relative;
  width: 520px;
  height: 264px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #ceb891;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff
}
.union-side {
  display: grid;
  place-items: center;
  padding: 35px
}
.union-green {
  background: linear-gradient(140deg, #00513a, #003023)
}
.union-green img {
  width: 200px;
  mix-blend-mode: screen
}
.union-light img {
  width: 210px
}
.union-plus {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #fff;
  background: #c99350;
  font: 30px var(--serif);
  transform: translate(-50%, -50%)
}
.about-copy {
  padding-left: 35px
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--gold);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .4px
}
.about h2, .section-heading h2 {
  margin: 12px 0 25px;
  color: #17231f;
  font: 500 43px/1.04 var(--serif)
}
.about h2 em {
  font-weight: 500
}
.about-copy p {
  max-width: 520px;
  margin: 0 0 25px;
  font-size: 12px;
  line-height: 1.72
}
.about-copy .button {
  min-height: 45px
}
.services {
  padding: 60px 0 60px;
  background: #fff
}
.section-heading {
  text-align: center
}
.eyebrow-centered {
  justify-content: center
}
.section-heading h2 {
  margin: 6px 0 23px
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px
}
.service-card {
  min-height: 315px;
  padding: 28px 34px 20px;
  text-align: center;
  border: 1px solid #dfc39f;
  border-radius: 17px;
  background: linear-gradient(#fff, #fdfbf8)
}
.service-icon {
  display: grid;
  place-items: center;
  width: 73px;
  height: 73px;
  margin: 0 auto 16px;
  color: var(--green);
  border: 2px solid #c89553;
  border-radius: 40% 60% 42% 58% /50% 40% 60% 50%;
  font: 31px var(--serif)
}
.service-card h3 {
  min-height: 54px;
  margin: 0;
  color: #20231f;
  font: 500 26px/1.02 var(--serif)
}
.service-card i, .service-card b {
  display: block;
  width: 48px;
  height: 2px;
  margin: 13px auto 15px;
  background: var(--gold)
}
.service-card p {
  min-height: 75px;
  margin: 0;
  font-size: 11px;
  line-height: 1.65
}
.service-card b {
  margin-top: 13px
}
.cta-band {
  color: #fff;
  background: linear-gradient(105deg, #003e2e, #002f22 65%, #00503b)
}
.cta-grid {
  min-height: 99px;
  display: grid;
  grid-template-columns: 70px 1.7fr 1.15fr auto;
  align-items: center;
  gap: 25px
}
.cta-shield {
  color: #c48a41;
  font: 50px var(--serif)
}
.cta-band h2 {
  margin: 0;
  font: 500 28px/1.1 var(--serif)
}
.cta-band p {
  padding-left: 30px;
  margin: 0;
  border-left: 1px solid rgba(255, 255, 255, .3);
  font-size: 10px;
  line-height: 1.6
}
.button-gold {
  color: #fff;
  background: #bd8848
}
.footer {
  background: #fbfaf7
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr .78fr 1.15fr;
  gap: 36px;
  padding: 38px 0 31px
}
.footer-grid>div+div {
  padding-left: 34px;
  border-left: 1px solid #ddd5c8
}
.footer-brands {
  display: flex;
  align-items: center;
  gap: 14px
}
.footer-brands img:first-child {
  width: auto;
  height: 40px;
}
.footer-brands img:last-child {
  width: auto;
  height: 40px;
  object-fit: contain
}
.footer-brands span {
  width: 1px;
  height: 43px;
  background: #999
}
.footer-about p {
  max-width: 300px;
  font-size: 11px;
  line-height: 1.55
}
.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 18px;
  color: var(--green)
}
.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  font-size: 11px
}
.footer-column h3 {
  margin: 0 0 8px;
  text-transform: uppercase;
  font-size: 10px
}
.contact-column a, .contact-column p {
  display: flex;
  gap: 12px;
  margin: 0;
  line-height: 1.45
}
.contact-column a span, .contact-column p span {
  overflow-wrap: anywhere
}
.copyright {
  padding: 7px 20px;
  text-align: center;
  color: #fff;
  background: var(--green);
  font-size: 10px
}
@media (max-width:1100px) {
  .container {
    width: min(100% - 48px, 1000px)
  }
  .email-secondary {
    display: none
  }
  .main-nav {
    gap: 20px
  }
  .brand-lockup img:first-child {
    width: 175px
  }
  .brand-lockup img:last-child {
    width: 120px
  }
  .hero-grid {
    grid-template-columns: 52% 48%
  }
  .hero h1 {
    font-size: 48px
  }
  .union-card {
    width: 450px
  }
  .benefits article {
    padding-inline: 18px
  }
  .footer-grid {
    gap: 20px
  }
  .footer-grid>div+div {
    padding-left: 20px
  }
}
@media (max-width:820px) {
  html {
    scroll-padding-top: 78px
  }
  .container {
    width: min(100% - 36px, 720px)
  }
  .topbar {
    height: 38px
  }
  .topbar-contacts {
    gap: 16px
  }
  .topbar-contacts .email-primary {
    display: none
  }
  .navbar {
    height: 78px;
    position: relative
  }
  .brand-lockup {
    height: 58px;
    gap: 12px
  }
  .brand-lockup img:first-child {
    width: 145px
  }
  .brand-lockup img:last-child {
    width: 95px;
    height: 43px
  }
  .brand-divider {
    height: 38px
  }
  .menu-toggle {
    display: block
  }
  .main-nav {
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 18px 20px;
    background: #fff;
    box-shadow: 0 12px 20px rgba(0, 0, 0, .12)
  }
  .main-nav.open {
    display: flex
  }
  .main-nav a {
    padding: 12px 4px
  }
  .main-nav a::after {
    display: none
  }
  .hero-grid {
    min-height: auto;
    display: flex;
    flex-direction: column;
    padding-top: 25px
  }
  .hero-copy {
    width: 100%;
    padding: 30px 0 38px
  }
  .hero h1 {
    font-size: clamp(39px, 8vw, 52px)
  }
  .hero-copy p {
    max-width: 600px
  }
  .hero-media {
    position: relative;
    right: auto;
    top: auto;
    order: 2;
    width: calc(100% + 36px);
    height: 370px;
    align-self: flex-end;
    border-radius: 42% 0 0 0
  }
  .benefits-grid {
    grid-template-columns: 1fr 1fr
  }
  .benefits article {
    min-height: 105px;
    border-bottom: 1px solid #ddd5ca
  }
  .benefits article:nth-child(2) {
    border-right: 0
  }
  .about-grid {
    grid-template-columns: 1fr;
    padding-block: 55px
  }
  .union-card {
    width: min(100%, 550px);
    margin: auto
  }
  .about-copy {
    padding: 45px 0 0
  }
  .service-grid {
    gap: 18px
  }
  .service-card {
    padding-inline: 20px
  }
  .cta-grid {
    grid-template-columns: 60px 1fr auto;
    padding-block: 20px
  }
  .cta-band p {
    display: none
  }
  .footer-grid {
    grid-template-columns: 1.4fr 1fr
  }
  .footer-grid>div:nth-child(3) {
    border-left: 0;
    padding-left: 0
  }
}
@media (max-width:600px) {
  body {
    font-size: 13px
  }
  .container {
    width: calc(100% - 28px)
  }
  .topbar-contacts a:first-child {
    display: none
  }
  .topbar-inner {
    justify-content: center
  }
  .socials {
    margin-left: auto
  }
  .navbar {
    height: 72px
  }
  .brand-lockup img:first-child {
    width: 118px
  }
  .brand-lockup img:last-child {
    width: 80px;
    height: 35px
  }
  .brand-lockup {
    gap: 8px
  }
  .brand-divider {
    height: 32px
  }
  .main-nav {
    top: 72px
  }
  .hero-copy {
    padding-top: 18px
  }
  .hero h1 {
    font-size: 39px;
    line-height: 1.02
  }
  .hero h1 br {
    display: none
  }
  .gold-stroke {
    margin: 24px 0 20px
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px
  }
  .button {
    width: 100%
  }
  .hero-media {
    width: calc(100% + 28px);
    height: 280px;
    border-radius: 36% 0 0
  }
  .benefits-grid {
    grid-template-columns: 1fr
  }
  .benefits article, .benefits article:nth-child(2) {
    min-height: 90px;
    padding: 15px 4px;
    border-right: 0
  }
  .benefits article:last-child {
    border-bottom: 0
  }
  .about::before, .about-texture {
    display: none
  }
  .about-grid {
    padding-block: 38px
  }
  .union-card {
    height: 190px;
    border-radius: 13px
  }
  .union-side {
    padding: 20px 12px
  }
  .union-green img {
    width: 130px
  }
  .union-light img {
    width: 140px
  }
  .union-plus {
    width: 42px;
    height: 42px
  }
  .about-copy {
    padding-top: 32px
  }
  .about h2, .section-heading h2 {
    font-size: 34px
  }
  .services {
    padding-top: 32px
  }
  .service-grid {
    grid-template-columns: 1fr
  }
  .service-card {
    min-height: 285px
  }
  .cta-grid {
    grid-template-columns: 45px 1fr;
    padding-block: 22px
  }
  .cta-band h2 {
    font-size: 23px
  }
  .cta-grid .button {
    grid-column: 1/-1
  }
  .footer-grid {
    grid-template-columns: 1fr
  }
  .footer-grid>div+div, .footer-grid>div:nth-child(3) {
    padding: 22px 0 0;
    border-left: 0;
    border-top: 1px solid #ddd5c8
  }
  .footer-brands img:first-child {
    width: 135px
  }
  .footer-brands img:last-child {
    width: 100px
  }
}

/* Consistência visual e legibilidade: páginas internas e elementos compartilhados */
.topbar-contacts,
.main-nav,
.hero-copy p,
.benefits p,
.eyebrow,
.about-copy p,
.service-card p,
.button,
.cta-band p,
.footer-about p,
.footer-column,
.footer-column h3,
.copyright,
.breadcrumb .container,
.page-hero-inner > p:last-child,
.story-copy > p:not(.eyebrow),
.values-grid p,
.catalog-heading > p,
.catalog-body p,
.catalog-body a,
.contact-intro > p:not(.eyebrow),
.contact-list strong,
.contact-list span,
.form-heading p,
.field label,
.field input,
.field textarea,
.field-error,
.form-status,
.error-page p:not(.eyebrow) {
  font-size: 16px;
}

.topbar-contacts,
.main-nav,
.footer-column,
.contact-list span {
  line-height: 1.55;
}

.breadcrumb .container {
  min-height: 58px;
}

.breadcrumb i {
  font-size: 16px;
}

.angled-media {
  overflow: hidden;
  border-radius: 22px;
}

.angled-media::before {
  inset: 18px -18px -18px 18px;
  border-radius: 22px;
}

.values-grid article,
.catalog-card {
  border-radius: 17px;
}

.catalog-image {
  overflow: hidden;
  border-radius: 17px 17px 0 0;
}

.catalog-body {
  min-height: 330px;
  padding: 40px 30px 30px;
}

.catalog-body h3 {
  min-height: 56px;
  font-size: 22px;
}

.catalog-body p {
  min-height: 118px;
  line-height: 1.65;
}

.catalog-icon {
  border-radius: 5px;
}

.contact-form {
  border-radius: 18px;
}

.field input,
.field textarea {
  min-height: 52px;
  border-radius: 5px;
}

.field textarea {
  min-height: 180px;
}

.field-error {
  min-height: 24px;
}

.values-grid p,
.footer-about p,
.footer-column,
.contact-list span,
.catalog-body p {
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .topbar-contacts,
  .main-nav {
    font-size: 16px;
  }

  .catalog-body {
    min-height: 350px;
  }
}

@media (max-width: 900px) {
  .catalog-body {
    min-height: 315px;
  }
}

@media (max-width: 600px) {
  .catalog-body {
    min-height: 0;
  }

  .catalog-body h3,
  .catalog-body p {
    min-height: 0;
  }

  .angled-media,
  .angled-media::before,
  .values-grid article,
  .catalog-card,
  .contact-form {
    border-radius: 17px;
  }
}

/* Serviços: ritmo vertical mais compacto sem alturas artificiais */
.catalog-body {
  min-height: 0;
  padding: 38px 30px 30px;
}

.catalog-body h3,
.catalog-body p {
  min-height: 0;
}

.catalog-body h3 {
  margin-bottom: 14px;
}

.catalog-body p {
  margin-bottom: 22px;
}

.catalog-body a {
  margin-top: 0;
}

@media (max-width: 600px) {
  .catalog-body {
    padding: 36px 24px 26px;
  }
}

/* Rodapé: indicação visual para links das listas */
.footer-column:not(.contact-column) > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transition: color .2s ease, transform .2s ease;
}

.footer-column:not(.contact-column) > a::before {
  content: "›";
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  color: var(--gold);
  border: 1px solid rgba(183, 121, 43, .48);
  border-radius: 50%;
  font: 700 16px/1 var(--sans);
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.footer-column:not(.contact-column) > a:hover,
.footer-column:not(.contact-column) > a:focus-visible {
  color: var(--green);
  transform: translateX(3px);
}

.footer-column:not(.contact-column) > a:hover::before,
.footer-column:not(.contact-column) > a:focus-visible::before {
  color: #fff;
  border-color: var(--green);
  background: var(--green);
  transform: translateX(2px);
}

/* Rodapé: mais espaço para as listas de navegação */
.footer-grid {
  grid-template-columns: 1.15fr .8fr 1fr 1.35fr;
}

@media (min-width: 821px) and (max-width: 1100px) {
  .footer-grid {
    grid-template-columns: 1.05fr .8fr 1fr 1.25fr;
  }
}

/* Camada responsiva final alinhada aos breakpoints do projeto */
.skip-link {
  font-size: 16px;
}

@media (max-width: 991px) {
  html {
    scroll-padding-top: 78px;
  }

  .navbar {
    position: relative;
    height: 78px;
  }

  .brand-lockup {
    height: 58px;
    gap: 12px;
  }

  .brand-lockup img:first-child {
    width: auto;
    height: 50px;
  }

  .brand-lockup img:last-child {
    width: auto;
    height: 46px;
  }

  .brand-divider {
    height: 42px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    z-index: 20;
    inset: 78px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 24px 22px;
    background: #fff;
    box-shadow: 0 14px 24px rgba(0, 0, 0, .14);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 13px 4px;
  }

  .main-nav a::after {
    display: none;
  }

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

@media (max-width: 767px) {
  .container {
    width: min(100% - 36px, 720px);
  }

  .catalog-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-grid > div + div,
  .footer-grid > div:nth-child(3) {
    padding: 24px 0 0;
    border-top: 1px solid #ddd5c8;
    border-left: 0;
  }
}

@media (max-width: 479px) {
  .container {
    width: calc(100% - 28px);
  }

  .topbar-contacts a:first-child {
    display: none;
  }

  .topbar-inner {
    justify-content: center;
  }

  .socials {
    margin-left: auto;
  }

  .page-hero h1,
  .error-page h1 {
    font-size: 38px;
  }

  .contact-list > div {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }

  .contact-list > div > i {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 375px) {
  .container {
    width: calc(100% - 24px);
  }

  .brand-lockup {
    gap: 7px;
  }

  .brand-lockup img:first-child {
    height: 42px;
  }

  .brand-lockup img:last-child {
    height: 38px;
  }

  .brand-divider {
    height: 34px;
  }

  .page-hero h1,
  .error-page h1 {
    font-size: 35px;
  }

  .page-hero-inner > p:last-child {
    font-size: 16px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .cta-band h2 {
    font-size: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: min(100% - 48px, 1080px);
  }

  .main-nav {
    gap: 18px;
  }

  .footer-grid {
    grid-template-columns: 1.05fr .8fr 1fr 1.25fr;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .container {
    width: min(1160px, calc(100% - 80px));
  }
}

@media (min-width: 1440px) {
  .container {
    width: min(1240px, calc(100% - 96px));
  }

  .hero-grid {
    min-height: 580px;
  }
}

/* Banner interno: painel geométrico integrado à identidade da home */
.page-hero::after {
  inset: 0 0 0 auto;
  width: 43%;
  border: 0;
  border-radius: 0;
  transform: none;
  opacity: 1;
  background:
    linear-gradient(115deg, transparent 0 22%, rgba(201, 145, 78, .34) 22.2%, rgba(201, 145, 78, .34) 22.55%, transparent 22.8%),
    linear-gradient(115deg, transparent 0 24%, rgba(255, 255, 255, .025) 24%, rgba(8, 82, 61, .42) 100%);
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 700px) {
  .page-hero::after {
    width: 55%;
    opacity: .55;
  }
}

/* Banner interno sem elemento decorativo */
.page-hero::after {
  display: none;
}

/* Contato: colunas equilibradas e localização */
.contact-layout {
  align-items: stretch;
}

.contact-intro,
.contact-form {
  height: 100%;
}

.contact-intro {
  display: flex;
  flex-direction: column;
  padding: 42px;
  border: 1px solid #e2d8c9;
  border-radius: 18px;
  background: #fff;
}

.contact-list {
  flex: 1;
  align-content: space-between;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

.contact-form .field-error:empty {
  min-height: 0;
}

.contact-form .field-error:not(:empty) {
  margin-top: 5px;
}

.contact-form .field textarea {
  min-height: 150px;
}

.contact-form .button {
  align-self: flex-start;
  margin-top: auto;
}

.location-section {
  padding: 78px 0 88px;
  background: var(--cream);
}

.location-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 36px;
}

.location-heading h2 {
  margin: 10px 0 0;
  color: var(--green);
  font: 500 clamp(38px, 4vw, 52px)/1.08 var(--serif);
}

.location-heading h2 em {
  color: var(--gold);
  font-weight: 400;
}

.location-address {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 16px;
  align-items: center;
  padding-left: 28px;
  border-left: 1px solid var(--gold);
}

.location-address > i {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--green);
  border: 1px solid var(--gold);
  border-radius: 50%;
  font-size: 21px;
}

.location-address p {
  margin: 0 0 5px;
  color: #5c574f;
  font-size: 16px;
  line-height: 1.6;
}

.location-address a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--gold);
  font-size: 16px;
  font-weight: 700;
}

.map-frame {
  height: 450px;
  overflow: hidden;
  border: 1px solid #e2d8c9;
  border-radius: 18px;
  background: #ddd5c8;
  box-shadow: var(--shadow);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 900px) {
  .contact-intro,
  .contact-form {
    height: auto;
  }

  .location-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .location-address {
    padding: 22px 0 0;
    border-top: 1px solid var(--gold);
    border-left: 0;
  }
}

@media (max-width: 600px) {
  .contact-intro {
    padding: 28px 20px;
    border-radius: 17px;
  }

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

  .location-section {
    padding: 56px 0 64px;
  }

  .location-address {
    grid-template-columns: 44px 1fr;
    column-gap: 12px;
  }

  .location-address > i {
    width: 44px;
    height: 44px;
  }

  .map-frame {
    height: 360px;
    border-radius: 17px;
  }
}

/* Banner interno: painel geométrico integrado à identidade da home */
.page-hero::after {
  inset: 0 0 0 auto;
  width: 43%;
  border: 0;
  border-radius: 0;
  transform: none;
  opacity: 1;
  background:
    linear-gradient(115deg, transparent 0 22%, rgba(201, 145, 78, .34) 22.2%, rgba(201, 145, 78, .34) 22.55%, transparent 22.8%),
    linear-gradient(115deg, transparent 0 24%, rgba(255, 255, 255, .025) 24%, rgba(8, 82, 61, .42) 100%);
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 700px) {
  .page-hero::after {
    width: 55%;
    opacity: .55;
  }
}

/* Páginas internas */
.page-hero{position:relative;isolation:isolate;overflow:hidden;color:#fff;background:linear-gradient(105deg,#003d2b,#002f22 68%,#08523d)}
.page-hero::after{content:"";position:absolute;z-index:-1;inset:-50% -8% -50% auto;width:48%;border:1px solid rgba(201,145,78,.32);border-radius:50%;transform:rotate(-18deg)}
.page-hero-inner{min-height:330px;display:flex;flex-direction:column;justify-content:center;padding-block:55px}
.page-hero .eyebrow{color:#d4a263}
.page-hero h1{max-width:760px;margin:8px 0 18px;font:500 clamp(44px,5vw,68px)/1.02 var(--serif);letter-spacing:-.025em}
.page-hero h1 em,.internal-section h2 em,.error-page h1 em{color:#c9914e;font-weight:400}
.page-hero-inner>p:last-child{max-width:625px;margin:0;color:rgba(255,255,255,.82);font-size:17px}
.breadcrumb{border-bottom:1px solid #e3ddd3;background:#fbfaf7}
.breadcrumb .container{min-height:52px;display:flex;align-items:center;gap:10px;color:#665f56;font-size:13px}
.breadcrumb i{font-size:10px;color:var(--gold)}
.internal-section{padding:88px 0}
.internal-section h2,.catalog-heading h2{margin:10px 0 25px;color:var(--green);font:500 clamp(38px,4vw,52px)/1.08 var(--serif)}
.story-grid{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:85px}
.story-copy>p:not(.eyebrow){color:#524e47;font-size:16px}
.image-placeholder{min-height:380px;position:relative;background:linear-gradient(145deg,#ece6da,#f9f7f2);box-shadow:var(--shadow)}
.image-placeholder img,.catalog-image img{width:100%;height:100%;object-fit:cover}
.angled-media{border-radius:80px 8px 80px 8px}
.angled-media::before{content:"";position:absolute;z-index:-1;inset:22px -22px -22px 22px;border:1px solid var(--gold);border-radius:inherit}
.values-section{padding:76px 0 88px;background:var(--cream)}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:42px}
.values-grid article{padding:38px 35px;border:1px solid #e2d8c9;background:#fff;text-align:center}
.values-grid i{display:grid;place-items:center;width:62px;height:62px;margin:0 auto 18px;color:var(--green);border:1px solid var(--gold);border-radius:50%;font-size:27px}
.values-grid h3{margin:0 0 12px;color:var(--green);font:500 27px var(--serif)}
.values-grid p{margin:0;color:#615b52;font-size:14px}
.catalog-heading{display:grid;grid-template-columns:1.4fr .6fr;align-items:end;gap:60px;margin-bottom:48px}
.catalog-heading h2{margin-bottom:0}
.catalog-heading>p{padding-left:25px;border-left:1px solid var(--gold);color:#5d584f}
.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.catalog-card{overflow:hidden;border:1px solid #e3ddd3;background:#fff;box-shadow:0 12px 28px rgba(39,29,12,.08);transition:transform .25s ease,box-shadow .25s ease}
.catalog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.catalog-image{height:190px;background:linear-gradient(135deg,#e9e3d8,#f9f7f2)}
.catalog-body{position:relative;min-height:275px;padding:37px 28px 28px}
.catalog-icon{position:absolute;top:-27px;display:grid;place-items:center;width:54px;height:54px;color:#fff;background:var(--green);font-size:23px}
.catalog-body h3{min-height:52px;margin:8px 0 12px;color:var(--green);font:600 20px/1.25 var(--serif)}
.catalog-body p{min-height:90px;margin:0 0 18px;color:#615b52;font-size:14px}
.catalog-body a{display:inline-flex;gap:9px;align-items:center;color:var(--gold);font-size:13px;font-weight:700;text-transform:uppercase}
.contact-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px}
.contact-intro h2{margin-bottom:20px}
.contact-intro>p:not(.eyebrow){color:#615b52}
.contact-list{display:grid;align-content:start;gap:28px;margin-top:36px;font-style:normal}
.contact-list>div{display:grid;grid-template-columns:48px 1fr;gap:16px;align-items:start}
.contact-list>div>i{display:grid;place-items:center;width:48px;height:48px;color:var(--green);border:1px solid var(--gold);border-radius:50%;font-size:19px}
.contact-list strong{display:block;margin-bottom:3px;color:var(--green);font-size:13px;text-transform:uppercase}
.contact-list span{color:#5c574f;font-size:14px;overflow-wrap:anywhere}
.contact-social-links{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:5px}
.contact-social-links a{display:inline-flex;align-items:center;gap:6px;color:var(--green);text-decoration:none}
.contact-social-links a>i{font-size:18px}
.contact-social-links a>span{color:inherit;font-size:16px;line-height:1.3}
.contact-social-links a:hover{color:var(--gold)}
.contact-form{padding:42px;background:var(--cream);border-top:4px solid var(--gold);box-shadow:var(--shadow)}
.form-heading h3{margin:0;color:var(--green);font:500 31px var(--serif)}
.form-heading p{margin:3px 0 25px;color:#6b655c;font-size:14px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field{margin-bottom:18px}
.field label{display:block;margin-bottom:6px;color:var(--green);font-size:12px;font-weight:700;text-transform:uppercase}
.field input,.field textarea{width:100%;padding:13px 14px;border:1px solid #d7cfc3;border-radius:0;background:#fff;font:inherit;outline:none;transition:border-color .2s,box-shadow .2s}
.field textarea{resize:vertical}
.field input:focus,.field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(183,121,43,.12)}
.field [aria-invalid="true"]{border-color:#a12828}
.field-error{display:block;min-height:18px;color:#a12828;font-size:12px}
.form-honeypot{position:absolute;left:-9999px}
.form-status{min-height:24px;margin:0 0 12px;color:var(--green);font-size:13px}
.error-page{display:grid;place-items:center;min-height:600px;padding:80px 0;background:radial-gradient(circle at 75% 30%,rgba(183,121,43,.12),transparent 35%),var(--cream)}
.error-content{position:relative;text-align:center}
.error-code{display:block;color:rgba(0,61,43,.08);font:700 clamp(120px,20vw,250px)/.7 var(--serif)}
.error-page h1{margin:25px 0 18px;color:var(--green);font:500 clamp(42px,5vw,62px)/1.05 var(--serif)}
.error-page p:not(.eyebrow){max-width:570px;margin:0 auto;color:#5e584f}
.error-actions{display:flex;justify-content:center;gap:14px;margin-top:30px}
.error-actions .button-outline{border-color:var(--green);color:var(--green)}

@media(max-width:900px){.story-grid,.contact-layout{grid-template-columns:1fr;gap:55px}.catalog-grid{grid-template-columns:1fr 1fr}.catalog-heading{grid-template-columns:1fr;gap:20px}.catalog-heading>p{max-width:600px}.story-grid .image-placeholder{max-width:650px;width:calc(100% - 22px)}.contact-intro{max-width:650px}.page-hero-inner{min-height:290px}}
@media(max-width:600px){.page-hero-inner{min-height:260px;padding-block:42px}.page-hero h1{font-size:42px}.internal-section{padding:58px 0}.story-grid{gap:42px}.image-placeholder{min-height:260px}.values-section{padding:55px 0}.values-grid,.catalog-grid{grid-template-columns:1fr}.values-grid{gap:16px}.catalog-heading{margin-bottom:32px}.catalog-body h3,.catalog-body p{min-height:0}.contact-form{padding:28px 20px}.form-row{grid-template-columns:1fr;gap:0}.error-page{min-height:500px}.error-actions{flex-direction:column}.error-code{font-size:130px}}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }
  *, *::before, *::after {
    transition: none!important
  }
}
/* Ajustes de legibilidade, iconografia e imagem principal */body {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0
}
.topbar {
  height: auto;
  min-height: 50px
}
.topbar-inner {
  min-height: 50px
}
.topbar-contacts {
  gap: 22px;
  font-size: 14px
}
.socials a, .footer-socials a {
  width: 30px;
  height: 30px;
  font-size: 14px
}
.main-nav {
  gap: 30px;
  font-size: 14px;
  letter-spacing: .02em
}
.menu-toggle {
  color: var(--green);
  font-size: 32px;
  line-height: 1
}
.menu-toggle span {
  display: none
}
.hero h1 {
  line-height: 1.08;
  letter-spacing: -.02em
}
.hero-copy p {
  font-size: 16px;
  letter-spacing: .005em
}
.button {
  gap: 18px;
  font-size: 16px;
  letter-spacing: .01em
}
.hero-media {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}
.hero-media img {
  display: none
}
.benefits p {
  font-size: 14px;
  letter-spacing: .005em
}
.line-icon {
  font-family: inherit;
  font-size: 40px;
  line-height: 1
}
.union-plus {
  font-family: inherit;
  font-size: 26px
}
.eyebrow {
  font-size: 14px;
  letter-spacing: .04em
}
.about h2, .section-heading h2 {
  line-height: 1.12
}
.about-copy p {
  font-size: 15px;
  letter-spacing: .005em
}
.service-card {
  min-height: 335px;
  padding-bottom: 24px
}
.service-icon {
  font-family: inherit;
  font-size: 31px
}
.service-card .service-icon i {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  line-height: 1
}

.service-icon-image,
.catalog-icon-image {
  display: block;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: var(--service-icon-image) center / contain no-repeat;
  mask: var(--service-icon-image) center / contain no-repeat;
}

.service-icon-image {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  color: var(--green);
}

.catalog-icon-image {
  width: 38px;
  height: 38px;
  color: #fff;
}
.service-card h3 {
  line-height: 1.12
}
.service-card .card-rule {
  display: block;
  width: 48px;
  height: 2px;
  margin: 13px auto 15px;
  background: var(--gold)
}
.service-card p {
  min-height: 92px;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: .005em
}
.service-card .card-rule-bottom {
  margin-top: 13px
}
.cta-grid {
  min-height: 112px
}
.cta-shield {
  font-family: inherit;
  font-size: 48px
}
.cta-band h2 {
  line-height: 1.18
}
.cta-band p {
  font-size: 14px
}
.footer-about p {
  max-width: 320px;
  font-size: 14px;
  line-height: 1.6
}
.footer-column {
  gap: 9px;
  font-size: 14px;
  line-height: 1.5
}
.footer-column h3 {
  font-size: 14px;
  letter-spacing: .03em
}
.contact-column a, .contact-column p {
  line-height: 1.5
}
.contact-column>a>i, .contact-column>p>i {
  flex: 0 0 18px;
  color: var(--green)
}
.copyright {
  padding-block: 10px;
  font-size: 14px
}
@media (min-width:821px) and (max-width:1100px) {
  .topbar-contacts {
    gap: 14px
  }
  .email-secondary {
    display: none
  }
  .main-nav {
    gap: 18px
  }
  .footer-grid {
    grid-template-columns: 1.2fr .65fr .8fr 1.25fr
  }
}
@media (max-width:820px) {
  .topbar {
    min-height: 44px
  }
  .topbar-inner {
    min-height: 44px
  }
  .topbar-contacts {
    font-size: 14px
  }
  .service-card {
    min-height: 350px
  }
}
@media (max-width:600px) {
  body {
    font-size: 14px
  }
  .topbar-contacts .email-primary, .topbar-contacts .email-secondary {
    display: none
  }
  .hero-copy p, .about-copy p {
    font-size: 15px
  }
  .footer-grid {
    grid-template-columns: 1fr
  }
  .footer-column, .footer-about p, .copyright {
    font-size: 14px
  }
}
/* Hero:a arte já contém o recorte, as curvas e a fotografia */.hero {
  background-color: #f8f5ef;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}
.hero-grid {
  min-height: 545px;
  grid-template-columns: minmax(0, 610px) 1fr
}
.hero-copy {
  padding: 50px 0 54px
}
.hero h1 {
  max-width: 610px;
  font-size: clamp(48px, 3.65vw, 58px);
  line-height: 1.06;
  letter-spacing: -.025em
}
.hero-copy p {
  max-width: 560px
}
.hero-media {
  display: none
}
@media (max-width:1100px) {
  .hero {
    background-position: 45% center
  }
  .hero-grid {
    grid-template-columns: minmax(0, 54%) 1fr
  }
  .hero h1 {
    font-size: 46px;
    letter-spacing: -.03em
  }
}
@media (max-width:820px) {
  .hero {
    background-image: none !important
  }
  .hero-grid {
    display: flex;
    min-height: auto;
    padding-top: 0
  }
  .hero-copy {
    padding: 45px 0 38px
  }
  .hero h1 {
    max-width: 640px;
    font-size: clamp(40px, 7vw, 50px)
  }
  .hero-media {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    order: 2;
    width: calc(100% + 36px);
    height: 360px;
    align-self: flex-end;
    border: 0;
    border-radius: 36% 0 0;
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat
  }
  .hero-media::after, .hero-media .curve {
    display: none
  }
}
@media (max-width:600px) {
  .hero-copy {
    padding: 34px 0
  }
  .hero h1 {
    font-size: 39px;
    line-height: 1.08;
    letter-spacing: -.025em
  }
  .hero h1 br {
    display: block
  }
  .hero-media {
    width: calc(100% + 28px);
    height: 270px;
    background-position: 72% center;
    background-size: auto 100%
  }
}

/* Sobre a união: cartão único sobre a textura original */
.about::before {
  display: none;
}

.about-texture {
  display: block;
  width: 50%;
  height: 100%;
  opacity: 1;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.about-grid {
  min-height: 500px;
  grid-template-columns: 52% 48%;
}

.union-card {
  display: block;
  width: min(540px, 95%);
  height: auto;
  aspect-ratio: 3 / 2;
  overflow: visible;
  border: 0;
  border-radius: 22px;
  background: transparent;
  box-shadow: 0 22px 42px rgba(39, 29, 12, .2);
}

.union-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.union-plus {
  width: 56px;
  height: 56px;
  font-size: 25px;
  box-shadow: 0 8px 18px rgba(68, 43, 13, .2);
}

@media (max-width:1100px) {
  .union-card {
    width: min(470px, 94%);
  }
}

@media (max-width:820px) {
  .about-texture {
    width: 100%;
    background-position: center top;
  }

  .about-grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .union-card {
    width: min(560px, 92%);
    margin-inline: auto;
  }

  .about-copy {
    position: relative;
    margin-top: 38px;
    padding: 34px;
    border-radius: 18px;
    background: rgba(250, 248, 244, .94);
  }
}

@media (max-width:600px) {
  .about-texture {
    display: block;
  }

  .union-card {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }

  .union-plus {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }

  .about-copy {
    padding: 30px 0;
    margin-top: 28px;
    padding: 26px 20px;
  }
}

/* Faixa de chamada final */
.cta-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 40%, rgba(13, 92, 66, .34), transparent 34%),
    linear-gradient(100deg, #003e2e 0%, #002f22 64%, #004b37 100%);
}

.cta-band::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 auto 0 0;
  width: 20px;
  background: linear-gradient(135deg, #d6a35f 0%, #b7792b 48%, rgba(183, 121, 43, 0) 100%);
  clip-path: polygon(0 0, 72% 0, 100% 50%, 72% 100%, 0 100%);
}

.cta-grid {
  padding: 30px 0;
  min-height: 112px;
  grid-template-columns: 68px minmax(360px, 1.65fr) minmax(250px, 1.1fr) 245px;
  gap: 24px;
}

.cta-shield {
  display: grid;
  place-items: center;
  color: #c68a3c;
  font-size: 46px;
}

.cta-band h2 {
  max-width: 500px;
  font-size: 24px;
  line-height: 1.2;
}

.cta-band p {
  max-width: 320px;
  padding: 7px 0 7px 30px;
  border-left-color: rgba(255, 255, 255, .38);
  font-size: 14px;
  line-height: 1.55;
}

.cta-band .button-gold {
  width: 245px;
  min-height: 52px;
  padding-inline: 24px;
  border-radius: 5px;
  background: linear-gradient(135deg, #c9924e, #b87c36);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .1);
}

@media (max-width:1100px) {
  .cta-grid {
    grid-template-columns: 58px minmax(300px, 1.4fr) minmax(215px, 1fr) 220px;
    gap: 18px;
  }

  .cta-band h2 {
    font-size: 26px;
  }

  .cta-band p {
    padding-left: 20px;
  }

  .cta-band .button-gold {
    width: 220px;
  }
}

@media (max-width:820px) {
  .cta-band::before {
    width: 14px;
  }

  .cta-grid {
    grid-template-columns: 54px 1fr auto;
    gap: 18px;
    padding-block: 24px;
  }

  .cta-band p {
    display: none;
  }

  .cta-band .button-gold {
    width: auto;
    min-width: 210px;
  }
}

@media (max-width:600px) {
  .cta-grid {
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 26px 4px 26px 10px;
  }

  .cta-shield {
    font-size: 36px;
  }

  .cta-band h2 {
    font-size: 24px;
  }

  .cta-band .button-gold {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
  }
}

/* Selo recortado dos ícones de serviços */
.service-icon {
  position: relative;
  isolation: isolate;
  width: 78px;
  height: 78px;
  border: 0;
  border-radius: 0;
  background: #c9914e;
  clip-path: polygon(
    50% 0%, 58% 5%, 67% 3%, 73% 9%, 82% 10%, 86% 18%,
    94% 23%, 95% 33%, 100% 42%, 96% 50%, 100% 59%, 95% 67%,
    94% 77%, 86% 82%, 82% 90%, 73% 91%, 67% 97%, 58% 95%,
    50% 100%, 42% 95%, 33% 97%, 27% 91%, 18% 90%, 14% 82%,
    6% 77%, 5% 67%, 0% 59%, 4% 50%, 0% 42%, 5% 33%,
    6% 23%, 14% 18%, 18% 10%, 27% 9%, 33% 3%, 42% 5%
  );
}

.service-icon::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 2px;
  background: #c9914e;
  clip-path: inherit;
}

.service-card .service-icon-image {
  color: #fff;
}

.service-card .service-icon i {
  position: relative;
  z-index: 1;
  font-size: 30px;
}

@media (max-width:600px) {
  .service-icon {
    width: 74px;
    height: 74px;
  }
}

.services-actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.services-actions .button {
  min-width: 230px;
}

@media (max-width:600px) {
  .services-actions {
    margin-top: 26px;
  }

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

/* Organização tipográfica e prevenção de palavras órfãs */
h1,
h2,
h3,
.benefits p,
.button,
.footer-column a {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.button {
  white-space: nowrap;
}

.benefits-grid {
  grid-template-columns: 1.08fr .82fr 1.08fr 1.02fr;
}

.benefits article {
  padding-inline: 22px;
}

.benefits p {
  max-width: 235px;
}

.about-grid {
  grid-template-columns: 50% 50%;
}

.about-copy {
  padding-left: 20px;
}

.about-copy p {
  max-width: 550px;
}

.service-card {
  padding-inline: 26px;
}

.service-card h3,
.service-card p {
  max-width: 290px;
  margin-inline: auto;
}

.footer-grid {
  grid-template-columns: 1.45fr .65fr .85fr 1.35fr;
  gap: 28px;
}

.footer-about p {
  max-width: 350px;
}

.copyright {
  padding: 0;
  text-align: left;
}

.copyright-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.copyright-inner > span {
  text-wrap: pretty;
}

.copyright-inner a {
  flex: 0 0 auto;
}

.copyright-inner img {
  width: auto;
  height: 20px;
  object-fit: contain;
}

@media (max-width:1100px) {
  .benefits-grid {
    grid-template-columns: 1fr 1fr;
  }

  .benefits article:nth-child(2) {
    border-right: 0;
  }

  .footer-grid {
    grid-template-columns: 1.25fr .65fr .85fr 1.35fr;
    gap: 18px;
  }
}

@media (max-width:820px) {
  .about-copy {
    padding: 34px;
  }

  .button {
    white-space: normal;
  }

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

@media (max-width:600px) {
  .benefits-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .benefits p {
    max-width: none;
  }

  .about-copy {
    padding: 26px 20px;
  }

  .copyright-inner {
    min-height: 58px;
    gap: 16px;
  }

  .copyright-inner > span {
    max-width: 270px;
  }
}

/* Garantias finais de escala e raio (mantidas no fim para prevalecer no cascade) */
.topbar-contacts,.main-nav,.hero-copy p,.benefits p,.eyebrow,.about-copy p,.service-card p,.button,.cta-band p,.footer-about p,.footer-column,.footer-column h3,.copyright,.breadcrumb .container,.page-hero-inner>p:last-child,.story-copy>p:not(.eyebrow),.values-grid p,.catalog-heading>p,.catalog-body p,.catalog-body a,.contact-intro>p:not(.eyebrow),.contact-list strong,.contact-list span,.form-heading p,.field label,.field input,.field textarea,.field-error,.form-status,.error-page p:not(.eyebrow){font-size:16px}
.breadcrumb .container{min-height:58px}.breadcrumb i{font-size:16px}
.angled-media{overflow:hidden;border-radius:22px}.angled-media::before{inset:18px -18px -18px 18px;border-radius:22px}
.values-grid article,.catalog-card{border-radius:17px}.catalog-image{overflow:hidden;border-radius:17px 17px 0 0}.catalog-icon{border-radius:5px}
.catalog-body{min-height:330px;padding:40px 30px 30px}.catalog-body h3{min-height:56px;font-size:22px}.catalog-body p{min-height:118px;font-size:16px;line-height:1.65}
.contact-form{border-radius:18px}.field input,.field textarea{min-height:52px;border-radius:5px}.field textarea{min-height:180px}.field-error{min-height:24px}
.footer-about p,.footer-column,.contact-list span,.values-grid p{line-height:1.65}
@media(max-width:1100px){.topbar-contacts,.main-nav{font-size:16px}.catalog-body{min-height:350px}}
@media(max-width:900px){.catalog-body{min-height:315px}}
@media(max-width:600px){.catalog-body,.catalog-body h3,.catalog-body p{min-height:0}.angled-media,.angled-media::before,.values-grid article,.catalog-card,.contact-form{border-radius:17px}}

/* Quem somos: enquadramento integral e moldura assimétrica */
.story-grid .angled-media {
  min-height: 0;
  aspect-ratio: 3 / 2;
  overflow: visible;
  border-radius: 22px 8px 80px 8px;
  background: transparent;
}

.story-grid .angled-media img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}

.story-grid .angled-media::before {
  z-index: 0;
  inset: 18px -18px -18px 18px;
  border-radius: 22px 8px 80px 8px;
}

@media (max-width: 600px) {
  .story-grid .angled-media,
  .story-grid .angled-media img,
  .story-grid .angled-media::before {
    border-radius: 17px 6px 48px 6px;
  }

  .story-grid .angled-media::before {
    inset: 12px -12px -12px 12px;
  }
}

/* Serviços: remove as reservas de altura que afastavam o link */
.catalog-body {
  min-height: 0;
  padding: 38px 30px 30px;
}

.catalog-body h3,
.catalog-body p {
  min-height: 0;
}

.catalog-body h3 {
  margin-bottom: 14px;
}

.catalog-body p {
  margin-bottom: 22px;
}

.catalog-body a {
  margin-top: 0;
}

@media (max-width: 600px) {
  .catalog-body {
    padding: 36px 24px 26px;
  }
}

/* Rodapé: redistribuição final das colunas */
.footer-grid {
  grid-template-columns: 1.15fr .8fr 1fr 1.35fr;
}

@media (min-width: 821px) and (max-width: 1100px) {
  .footer-grid {
    grid-template-columns: 1.05fr .8fr 1fr 1.25fr;
  }
}
