/* =========================================================
   SRTA. MARSHALL STUDIO
   Arquivo organizado e limpo
========================================================= */

:root {
  --bg-page: #dfe2e6;
  --hero-bg-1: #f8f7f4;
  --hero-bg-2: #f4f1ed;
  --ink: #111111;
  --navy: #23354e;
  --accent: #791b08;
  --about-bg: #ececec;
  --values-bg: #334816;
  --line-white: rgba(255, 255, 255, 0.96);
  --content-max: 1440px;
  --content-gutter: 64px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  background: var(--bg-page);
  font-family: "Telegraf", sans-serif;
  color: var(--ink);
}

img,
svg {
  max-width: 100%;
}

.section-shell {
  width: min(calc(100% - (var(--content-gutter) * 2)), var(--content-max));
  margin-inline: auto;
}

.brand-mark svg,
.about-logo svg,
.values-logo svg {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================================================
   HERO
========================================================= */

.hero-shell {
  width: 100%;
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 28px 0;
  background:
    radial-gradient(circle at 34% 10%, rgba(121, 27, 8, 0.08), transparent 34%),
    linear-gradient(180deg, var(--hero-bg-1) 0%, var(--hero-bg-2) 100%);
}

.hero-shell::before,
.hero-shell::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle at center, rgba(177, 141, 126, 0.2), rgba(177, 141, 126, 0) 70%);
  filter: blur(8px);
  pointer-events: none;
}

.hero-shell::before {
  top: -80px;
  left: 420px;
  opacity: 0.95;
}

.hero-shell::after {
  bottom: -110px;
  left: 560px;
  opacity: 0.65;
}

.content-grid {
  width: min(calc(100% - 128px), var(--content-max));
  min-height: min(820px, calc(100svh - 56px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 41% 59%;
  align-items: stretch;
  position: relative;
  z-index: 2;
}

.left-panel {
  padding: 48px 46px 44px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand-mark {
  width: 78px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.brand-name {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 500;
}

.headline-block {
  max-width: 560px;
  margin: auto 0;
}

.headline {
  margin: 0 0 2px;
  max-width: 560px;
  font-size: clamp(42px, 3.1vw, 62px);
  line-height: 0.96;
  font-weight: 400;
  letter-spacing: -0.055em;
  white-space: normal;
}

.subheadline {
  max-width: 560px;
  margin: 0;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.45;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #132031;
  font-weight: 500;
  white-space: normal;
}

.footer-copy {
  max-width: 560px;
  margin-top: 32px;
  padding: 0;
}

.footer-copy .line-1,
.footer-copy .line-2 {
  font-size: clamp(14px, 0.95vw, 17px);
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #132031;
  font-weight: 500;
  white-space: normal;
}

.footer-copy .line-2 {
  margin-top: 10px;
  padding-left: 64px;
  text-align: left;
}

.right-panel {
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-width: 0;
}

.showcase {
  width: 100%;
  min-height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-top: 16px solid rgba(173, 110, 90, 0.82);
  border-radius: 0 0 28px 28px;
  background: #e8d9cf;
  box-shadow: 0 28px 70px rgba(35, 27, 21, 0.12);
}

.showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: 1;
}

.hero-image-wrap {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.01);
  transition: transform 0.8s ease, filter 0.8s ease;
}

.showcase:hover .hero-image {
  transform: scale(1.045);
  filter: saturate(1.04) contrast(1.02);
}

.script-band {
  min-height: 112px;
  padding: 14px 34px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  overflow: visible;
  background:
    linear-gradient(90deg, rgba(60, 12, 4, 0.18), transparent 42%),
    var(--accent);
  color: #f8eadd;
}

.script-band span {
  width: 100%;
  max-width: 760px;
  display: block;
  font-family: "Allura", cursive;
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: center;
  white-space: nowrap;
  transform: translateY(5px);
}

/* =========================================================
   SOBRE
========================================================= */

.about-section {
  min-height: 760px;
  padding: 72px 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(121, 27, 8, 0.055), transparent 28%),
    var(--about-bg);
}

.about-container {
  min-height: calc(760px - 144px);
  display: flex;
  flex-direction: column;
}

.about-header {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 72px;
}

.about-title {
  font-size: 34px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #101010;
  white-space: nowrap;
}

.about-line {
  flex: 1;
  height: 2px;
  background: #111;
}

.about-content {
  flex: 1;
  display: grid;
  grid-template-columns: 0.85fr 1.25fr 90px;
  gap: 56px;
  align-items: center;
}

.about-intro {
  align-self: start;
  padding-top: 12px;
}

.about-kicker {
  display: block;
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.about-intro h2 {
  margin: 0;
  max-width: 420px;
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -0.055em;
  color: #111;
}

.about-text {
  max-width: 760px;
  font-size: clamp(19px, 1.45vw, 24px);
  line-height: 1.45;
  letter-spacing: -0.015em;
  color: #1a1a1a;
}

.about-text p {
  margin: 0 0 28px;
}

.btn-about {
  min-width: 150px;
  margin-top: 8px;
  padding: 13px 28px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(110, 28, 13, 0.85);
  border-radius: 999px;
  background: #6e1c0d;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(110, 28, 13, 0.14);
  transition: 0.32s ease;
}

.btn-about:hover {
  background: transparent;
  color: #6e1c0d;
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(110, 28, 13, 0.1);
}

.about-logo {
  width: 82px;
  align-self: end;
  opacity: 0.8;
  transition: 0.35s ease;
}

.about-section:hover .about-logo {
  transform: translateY(-6px);
  opacity: 1;
}

/* =========================================================
   VALORES
========================================================= */


.values-section {
  position: relative;
  background: var(--values-bg);
  overflow: hidden;
  min-height: auto;
  padding: 0;
  isolation: isolate;
}

.values-watermark {
  position: absolute;
  inset: 0;
  /*background: url("bg-monograma.png") center center no-repeat;
  background-size: 86%;
  opacity: 0.05;*/
  pointer-events: none;
  animation: valuesWatermarkFloat 14s ease-in-out infinite alternate;
}

.values-wrap {
  position: relative;
  z-index: 2;
  padding-top: 54px;
  padding-bottom: 168px;
  min-height: auto;
}

.values-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 32px;
}

.values-col-left,
.values-col-center,
.values-col-right {
  padding-top: 0;
  display: flex;
  justify-content: center;
}

.values-col-left {
  justify-content: flex-start;
}

.values-col-center {
  justify-content: center;
}

.values-col-right {
  justify-content: flex-end;
}

.value-card {
  position: relative;
  color: #fff;
  text-align: center;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.value-card:hover {
  transform: translateY(-8px);
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.16));
}

.value-card h3 {
  margin: 0 0 40px;
  font-size: clamp(22px, 1.8vw, 26px);
  font-weight: 400;
  line-height: 1.1;
  position: relative;
  z-index: 2;
  transition: letter-spacing 0.35s ease, transform 0.35s ease;
}

.value-card:hover h3 {
  letter-spacing: 0.08em;
  transform: translateY(-3px);
}

.value-card p {
  margin: 0;
  font-size: clamp(22px, 1.8vw, 26px);
  font-weight: 400;
  line-height: 1.52;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 2;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.value-card:hover p {
  opacity: 0.92;
  transform: translateY(3px);
}

.value-card-left {
  width: 320px;
  padding-top: 104px;
  margin-left: 18px;
}

.value-card-left p {
  width: 220px;
  margin-left: 16px;
}

.value-card-center {
  width: 312px;
  padding-top: 106px;
}

.value-card-center p {
  width: 226px;
  margin: 0 auto;
}

.value-card-right {
  width: 338px;
  padding-top: 104px;
  margin-right: 6px;
}

.value-card-right h3 {
  text-align: right;
  padding-right: 18px;
  margin-bottom: 46px;
}

.value-card-right p {
  width: 286px;
  margin-left: auto;
}

.corner-top-right,
.corner-bottom-left {
  position: absolute;
  display: block;
  border-color: var(--line-white);
  border-style: solid;
  pointer-events: none;
  z-index: 1;
  transition: transform 0.45s ease, opacity 0.45s ease, border-color 0.45s ease;
}

.value-card:hover .corner-top-right {
  transform: translate(6px, -6px);
  border-color: rgba(255, 255, 255, 1);
}

.value-card:hover .corner-bottom-left {
  transform: translate(-6px, 6px);
  border-color: rgba(255, 255, 255, 1);
}

.value-card-left .corner-top-right {
  width: 132px;
  height: 248px;
  top: 0;
  right: -8px;
  border-width: 4px 4px 0 0;
  border-top-right-radius: 140px;
}

.value-card-left .corner-bottom-left {
  width: 130px;
  height: 242px;
  top: 220px;
  left: -18px;
  border-width: 0 0 4px 4px;
  border-bottom-left-radius: 140px;
}

.value-card-center .corner-top-right {
  width: 130px;
  height: 248px;
  top: 0;
  right: -10px;
  border-width: 4px 4px 0 0;
  border-top-right-radius: 140px;
}

.value-card-center .corner-bottom-left {
  width: 128px;
  height: 244px;
  top: 218px;
  left: -10px;
  border-width: 0 0 4px 4px;
  border-bottom-left-radius: 140px;
}

.value-card-right .corner-top-right {
  width: 132px;
  height: 248px;
  top: 0;
  right: -16px;
  border-width: 4px 4px 0 0;
  border-top-right-radius: 140px;
}

.value-card-right .corner-bottom-left {
  width: 130px;
  height: 244px;
  top: 220px;
  left: 24px;
  border-width: 0 0 4px 4px;
  border-bottom-left-radius: 140px;
}

.values-logo {
  position: absolute;
  right: 48px;
  bottom: 32px;
  width: 72px;
  z-index: 2;
  opacity: 0.9;
}

.values-section:hover .values-logo {
  transform: translateY(-6px) scale(1.04);
  opacity: 0.95;
}

@keyframes valuesWatermarkFloat {
  from {
    transform: scale(1) translateY(0);
    opacity: 0.045;
  }

  to {
    transform: scale(1.04) translateY(-12px);
    opacity: 0.075;
  }
}

.value-card-left {
  animation: valueFadeUp 0.8s ease both;
}

.value-card-center {
  animation: valueFadeUp 0.8s ease 0.12s both;
}

.value-card-right {
  animation: valueFadeUp 0.8s ease 0.24s both;
}

@keyframes valueFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================================
   FRASE COM IMAGEM
========================================================= */

.split-hero {
  position: relative;
  width: 100%;
  min-height: 820px;
  background: url("./fundo-sessao.png") center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}

.split-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 10, 5, 0.18), rgba(18, 10, 5, 0.42)),
    rgba(36, 17, 6, 0.38);
  z-index: 1;
}

.split-line {
  position: absolute;
  left: 50%;
  width: 2px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0.9;
}

.split-line-top {
  top: 0;
  height: calc(50% - 110px);
}

.split-line-bottom {
  bottom: 0;
  height: calc(50% - 110px);
}

.split-content {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 120px), 1200px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.split-content p {
  margin: 0;
  max-width: 980px;
  padding: 0 40px;
  text-align: center;
  font-size: clamp(34px, 2.7vw, 52px);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #fff;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
  animation: splitFadeUp 1s ease both;
}

@keyframes splitFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================================
   SERVIÇOS
========================================================= */

.services-section-modern {
  background: #ececec;
  padding: 86px 0;
}

.services-header-modern {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 32px;
  margin-bottom: 64px;
}

.services-header-modern h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #111;
}

.services-header-modern p {
  margin: 14px 0 0;
  max-width: 420px;
  font-size: 17px;
  line-height: 1.45;
  color: #555;
}

.services-line-modern {
  height: 2px;
  background: #111;
  margin-top: 19px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.service-card {
  min-height: 270px;
  padding: 32px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #111;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: 0.35s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(121, 27, 8, 0.08), rgba(255, 255, 255, 0) 45%);
  opacity: 0;
  transition: 0.35s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(121, 27, 8, 0.055);
  transition: 0.35s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(121, 27, 8, 0.28);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.07);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card:hover::after {
  transform: scale(1.25);
  background: rgba(121, 27, 8, 0.09);
}

.service-number,
.service-card h3,
.service-card p,
.service-link {
  position: relative;
  z-index: 2;
}

.service-number {
  margin-bottom: 26px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: var(--accent);
}

.service-card h3 {
  margin: 0 0 18px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.service-card p {
  margin: 0;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.55;
  color: #4a4a4a;
}

.service-link {
  margin-top: auto;
  padding-top: 28px;
  font-size: 14px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 0.02em;
  opacity: 0.8;
  transition: 0.3s ease;
}

.service-card:hover .service-link {
  opacity: 1;
  transform: translateX(4px);
}

.service-card-wide {
  grid-column: 1 / -1;
  min-height: 250px;
}

.service-card-wide h3 {
  max-width: 760px;
}

.service-card-wide p {
  max-width: 720px;
}

/* =========================================================
   CLIENTES
========================================================= */

.clients-section {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #e7dccd;
  isolation: isolate;
}

.clients-bg {
  position: absolute;
  inset: 0;
  background-image: url("./fundo-clientes.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  transform: scale(1.02);
}

.clients-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(245, 238, 227, 0.76), rgba(245, 238, 227, 0.58));
  z-index: 2;
}

.clients-inner {
  position: relative;
  z-index: 3;
  min-height: 760px;
  padding-top: 110px;
  padding-bottom: 90px;
  display: flex;
  flex-direction: column;
}

.clients-header {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 130px;
}

.clients-title {
  margin: 0;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.035em;
  color: #111;
  white-space: nowrap;
}

.clients-line {
  flex: 1;
  height: 2px;
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(2px);
}

.clients-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
  margin-top: auto;
}

.client-logo {
  min-height: 180px;
  padding: 34px 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s ease;
  backdrop-filter: blur(6px);
}

.client-logo:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(121, 27, 8, 0.16);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
}

.client-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: brightness(0);
  opacity: 0.88;
  transition: 0.35s ease;
}

.client-logo:hover img {
  opacity: 1;
  transform: scale(1.035);
}

.logo-radtek img {
  max-height: 72px;
}

.logo-appco img {
  max-height: 78px;
}

.logo-edgetech img {
  max-height: 70px;
}

.logo-iseevis img {
  max-height: 86px;
}

/* =========================================================
   CONTATO
========================================================= */

.contact-section {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #f3efec;
  isolation: isolate;
}

.contact-bg {
  position: absolute;
  inset: 0;
  background-image: url("./fundo-contato.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  transform: scale(1.02);
}

.contact-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.58) 45%, rgba(255, 255, 255, 0.28) 100%);
  z-index: 2;
}

.contact-inner {
  position: relative;
  z-index: 3;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-content {
  width: min(100%, 520px);
  max-width: 520px;
  padding: 56px 44px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.contact-content h2 {
  margin: 0 0 40px;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.035em;
  color: #111;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.contact-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-item p {
  margin: 0;
  font-size: 17px;
  line-height: 1.4;
  color: #111;
  letter-spacing: 0.01em;
}

.contact-icon {
  width: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--accent);
}

.instagram-icon {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.contact-footer {
  position: absolute;
  right: 0;
  bottom: 36px;
  text-align: right;
  font-size: 11px;
  line-height: 1.6;
  color: #111;
  letter-spacing: 0.04em;
  opacity: 0.82;
}

.contact-footer p {
  margin: 0;
}

/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 1399.98px) {
  :root {
    --content-gutter: 48px;
  }

  .content-grid {
    width: min(calc(100% - 96px), 1320px);
    min-height: 720px;
    grid-template-columns: 40% 60%;
  }

  .left-panel {
    padding-right: 34px;
  }

  .headline,
  .headline-block,
  .subheadline,
  .footer-copy {
    max-width: 560px;
  }

  .headline {
    font-size: clamp(40px, 3.1vw, 56px);
  }

  .script-band {
    min-height: 112px;
  }

  .script-band span {
    max-width: 760px;
    font-size: clamp(42px, 5.2vw, 68px);
  }

  .split-hero {
    min-height: 720px;
  }

  .split-content {
    width: min(calc(100% - 90px), 1000px);
  }

  .split-content p {
    max-width: 860px;
    font-size: clamp(30px, 2.5vw, 42px);
  }

  .split-line-top,
  .split-line-bottom {
    height: calc(50% - 90px);
  }
}

@media (max-width: 1199.98px) {
  :root {
    --content-gutter: 40px;
  }

  .section-shell {
    width: min(calc(100% - 80px), var(--content-max));
  }

  .hero-shell {
    min-height: auto;
    padding: 0;
  }

  .content-grid {
    width: 100%;
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .left-panel {
    width: min(calc(100% - 80px), 900px);
    min-height: 420px;
    margin-inline: auto;
    padding: 44px 0 36px;
  }

  .headline-block {
    margin: 64px 0;
  }

  .headline {
    max-width: 760px;
  }

  .subheadline,
  .footer-copy {
    max-width: 620px;
  }

  .right-panel {
    width: min(calc(100% - 80px), 900px);
    margin-inline: auto;
    padding-bottom: 48px;
  }

  .showcase {
    border-radius: 0 0 24px 24px;
  }

  .hero-image-wrap {
    min-height: 520px;
  }

  .script-band span {
    white-space: normal;
  }

  .about-section,
  .values-section,
  .clients-section,
  .contact-section {
    min-height: auto;
  }

  .about-section {
    padding: 64px 0;
  }

  .about-container,
  .values-wrap,
  .clients-inner,
  .contact-inner {
    min-height: auto;
  }

  .about-content {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-header {
    margin-bottom: 48px;
  }

  .about-intro {
    padding-top: 0;
  }

  .about-intro h2 {
    max-width: 760px;
  }

  .about-text {
    max-width: 900px;
  }

  .about-logo {
    justify-self: end;
    align-self: auto;
  }

  .values-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .values-col-left,
  .values-col-center,
  .values-col-right {
    justify-content: center;
  }

  .value-card-left,
  .value-card-center,
  .value-card-right {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 96px;
  }

  .value-card-right h3,
  .value-card-right p {
    text-align: center;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .value-card-left p,
  .value-card-center p,
  .value-card-right p {
    width: 100%;
    max-width: 280px;
  }

  .values-logo {
    right: 28px;
    bottom: 24px;
    width: 74px;
  }

  .split-hero {
    min-height: 620px;
  }

  .split-content {
    width: min(calc(100% - 60px), 760px);
  }

  .split-content p {
    max-width: 680px;
    padding: 0 20px;
    font-size: clamp(24px, 4vw, 34px);
    line-height: 1.28;
  }

  .split-line-top,
  .split-line-bottom {
    height: calc(50% - 80px);
  }

  .services-header-modern {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .services-line-modern {
    margin-top: 0;
  }

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

  .service-card,
  .service-card-wide {
    min-height: auto;
  }

  .service-card-wide {
    grid-column: auto;
  }

  .clients-inner {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .clients-header {
    margin-bottom: 72px;
  }

  .clients-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
  }

  .client-logo {
    min-height: 160px;
  }

  .contact-inner {
    padding: 80px 0 100px;
  }

  .contact-content {
    width: min(100%, 620px);
    max-width: 100%;
    padding: 44px 38px;
  }

  .contact-footer {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 48px;
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  :root {
    --content-gutter: 20px;
  }

  .section-shell {
    width: min(calc(100% - 40px), var(--content-max));
  }

  .hero-shell {
    background:
      radial-gradient(circle at 20% 5%, rgba(121, 27, 8, 0.1), transparent 42%),
      linear-gradient(180deg, var(--hero-bg-1) 0%, var(--hero-bg-2) 100%);
  }

  .left-panel {
    width: min(calc(100% - 40px), 520px);
    min-height: auto;
    padding: 28px 0 26px;
  }

  .brand-wrap {
    gap: 12px;
  }

  .brand-mark {
    width: 58px;
    height: 44px;
  }

  .brand-name {
    font-size: 11px;
    letter-spacing: 0.11em;
  }

  .headline-block {
    max-width: 100%;
    margin: 48px 0 36px;
  }

  .headline,
  .subheadline,
  .footer-copy {
    max-width: 100%;
  }

  .headline {
    margin-bottom: 18px;
    font-size: clamp(38px, 11.5vw, 52px);
    line-height: 0.98;
  }

  .subheadline {
    font-size: 12.5px;
    line-height: 1.5;
    letter-spacing: 0.075em;
  }

  .footer-copy .line-1,
  .footer-copy .line-2 {
    font-size: 12px;
    line-height: 1.45;
    letter-spacing: 0.07em;
  }

  .footer-copy .line-2 {
    padding-left: 0;
  }

  .right-panel {
    width: min(calc(100% - 32px), 520px);
    padding-bottom: 34px;
  }

  .showcase {
    border-top-width: 16px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 18px 44px rgba(35, 27, 21, 0.14);
  }

  .hero-image-wrap {
    min-height: 430px;
  }

  .script-band {
    min-height: 92px;
    padding: 12px 18px 16px;
  }

  .script-band span {
    max-width: 100%;
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1;
    text-align: center;
  }

  .about-section {
    padding: 46px 0 54px;
  }

  .about-header {
    gap: 16px;
    margin-bottom: 36px;
  }

  .about-title {
    font-size: 24px;
  }

  .about-content {
    gap: 28px;
  }

  .about-kicker {
    margin-bottom: 16px;
    font-size: 11px;
    letter-spacing: 0.16em;
  }

  .about-intro h2 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.04;
  }

  .about-text {
    font-size: 17px;
    line-height: 1.62;
    letter-spacing: -0.01em;
  }

  .about-text p {
    margin-bottom: 22px;
  }

  .btn-about {
    width: 100%;
    max-width: 220px;
    padding: 14px 24px;
    font-size: 13px;
  }

  .about-logo {
    width: 62px;
    justify-self: end;
    margin-top: 4px;
  }

  .values-section {
    min-height: auto;
    padding: 0;
  }

  .values-wrap {
    padding: 48px 0 152px;
  }

  .values-row {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .value-card-left,
  .value-card-center,
  .value-card-right {
    max-width: 300px;
    padding-top: 72px;
  }

  .value-card h3 {
    margin-bottom: 26px;
    font-size: 22px;
    letter-spacing: 0.05em;
  }

  .value-card p {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.48;
    text-align: center;
  }

  .value-card-right h3 {
    text-align: center;
    padding-right: 0;
  }

  .value-card-left .corner-top-right,
  .value-card-center .corner-top-right,
  .value-card-right .corner-top-right {
    width: 96px;
    height: 166px;
    top: 0;
    right: 18px;
    border-width: 3px 3px 0 0;
    border-top-right-radius: 120px;
  }

  .value-card-left .corner-bottom-left,
  .value-card-center .corner-bottom-left,
  .value-card-right .corner-bottom-left {
    width: 96px;
    height: 166px;
    top: 164px;
    left: 18px;
    border-width: 0 0 3px 3px;
    border-bottom-left-radius: 120px;
  }

  .values-logo {
    width: 58px;
    right: 20px;
    bottom: 22px;
  }

  .values-watermark {
    background-size: 220%;
    background-position: center center;
    opacity: 0.045;
  }

  .split-hero {
    min-height: 520px;
    background-position: center center;
  }

  .split-overlay {
    background:
      linear-gradient(180deg, rgba(18, 10, 5, 0.24), rgba(18, 10, 5, 0.52)),
      rgba(36, 17, 6, 0.42);
  }

  .split-content {
    width: min(calc(100% - 36px), 520px);
  }

  .split-content p {
    max-width: 100%;
    padding: 0;
    font-size: clamp(20px, 6.2vw, 28px);
    line-height: 1.35;
  }

  .split-line {
    width: 1.5px;
  }

  .split-line-top {
    height: calc(50% - 120px);
  }

  .split-line-bottom {
    height: calc(50% - 120px);
  }

  .services-section-modern {
    padding: 58px 0;
  }

  .services-header-modern {
    margin-bottom: 36px;
  }

  .services-header-modern h2 {
    font-size: 24px;
  }

  .services-header-modern p {
    font-size: 15px;
  }

  .service-card {
    padding: 24px;
    border-radius: 18px;
  }

  .service-number {
    margin-bottom: 18px;
  }

  .service-card h3 {
    font-size: 22px;
  }

  .service-card p {
    font-size: 15px;
  }

  .clients-inner {
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .clients-bg {
    transform: scale(1.08);
  }

  .clients-overlay {
    background: rgba(245, 238, 227, 0.72);
  }

  .clients-header {
    gap: 16px;
    margin-bottom: 40px;
  }

  .clients-title {
    font-size: 24px;
    white-space: normal;
  }

  .clients-line {
    min-width: 48px;
  }

  .clients-logos {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .client-logo {
    min-height: 118px;
    padding: 26px 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.54);
  }

  .logo-radtek img,
  .logo-appco img,
  .logo-edgetech img,
  .logo-iseevis img {
    max-height: 58px;
    max-width: 78%;
  }

  .contact-bg {
    transform: scale(1.08);
  }

  .contact-overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.62));
  }

  .contact-inner {
    display: block;
    min-height: auto;
    padding: 52px 0 42px;
  }

  .contact-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 28px 22px;
    border-radius: 18px;
    backdrop-filter: blur(6px);
  }

  .contact-content h2 {
    margin-bottom: 26px;
    font-size: 24px;
  }

  .contact-items {
    gap: 0;
  }

  .contact-item {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 12px;
    align-items: center;
    padding: 15px 0;
  }

  .contact-item p {
    font-size: 14px;
    line-height: 1.35;
    word-break: break-word;
  }

  .contact-icon {
    width: 22px;
    min-width: 22px;
    font-size: 15px;
  }

  .instagram-icon {
    width: 17px;
    height: 17px;
  }

  .contact-footer {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 100%;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    text-align: left;
    font-size: 9.5px;
    line-height: 1.45;
  }
}

@media (max-width: 420px) {
  .hero-image-wrap {
    min-height: 360px;
  }

  .split-hero {
    min-height: 460px;
  }

  .split-content p {
    font-size: 19px;
    line-height: 1.4;
  }

  .split-line-top {
    height: calc(50% - 105px);
  }

  .split-line-bottom {
    height: calc(50% - 105px);
  }
}

@media (prefers-reduced-motion: reduce) {

  .values-watermark,
  .value-card-left,
  .value-card-center,
  .value-card-right,
  .split-content p {
    animation: none;
  }

  .hero-image,
  .value-card,
  .corner-top-right,
  .corner-bottom-left,
  .value-card h3,
  .value-card p,
  .values-logo,
  .service-card,
  .service-card::before,
  .service-card::after,
  .service-link,
  .client-logo,
  .client-logo img,
  .btn-about,
  .about-logo {
    transition: none;
  }
}



/* ==============================
   PÁGINA SOBRE
================================ */

.inner-page-hero {
  background: linear-gradient(180deg, #f8f7f4 0%, #ececec 100%);
  padding: 86px 0 76px;
}

.inner-page-header,
.text-section-header {
  display: flex;
  align-items: center;
  gap: 28px;
}

.inner-page-header h1,
.text-section-header h2 {
  margin: 0;
  font-family: "Telegraf", sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.035em;
  color: #111;
  white-space: nowrap;
}

.inner-page-header div,
.text-section-header div {
  flex: 1;
  height: 2px;
  background: #111;
}

.inner-page-intro {
  margin-top: 110px;
  max-width: 820px;
  margin-left: auto;
}

.inner-page-intro span {
  display: block;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #791b08;
}

.inner-page-intro p {
  margin: 0;
  font-size: clamp(34px, 3.4vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.055em;
  color: #111;
}

.text-section {
  background: #ececec;
  padding: 82px 0;
}

.text-section-alt {
  background: #f3efec;
}

.text-section-header {
  margin-bottom: 70px;
}

.text-section-grid {
  display: grid;
  grid-template-columns: 0.55fr 1.35fr 90px;
  gap: 56px;
  align-items: end;
}

.text-section-content {
  max-width: 820px;
}

.text-section-content p {
  margin: 0 0 22px;
  font-size: clamp(20px, 1.45vw, 25px);
  line-height: 1.42;
  letter-spacing: 0.01em;
  color: #111;
}

.page-logo {
  width: 78px;
  opacity: 0.88;
  align-self: end;
}

.page-logo svg {
  width: 100%;
  height: auto;
  display: block;
}

.values-page-section {
  background: #ececec;
  padding: 82px 0 96px;
}

.values-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.value-page-card {
  min-height: 230px;
  padding: 32px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  transition: 0.35s ease;
}

.value-page-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(121, 27, 8, 0.055);
  transition: 0.35s ease;
}

.value-page-card:hover {
  transform: translateY(-6px);
  border-color: rgba(121, 27, 8, 0.22);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.07);
}

.value-page-card:hover::after {
  transform: scale(1.18);
}

.value-page-card span {
  display: block;
  margin-bottom: 28px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #791b08;
  position: relative;
  z-index: 2;
}

.value-page-card h3 {
  margin: 0 0 16px;
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.045em;
  color: #111;
  position: relative;
  z-index: 2;
}

.value-page-card p {
  margin: 0;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.55;
  color: #444;
  position: relative;
  z-index: 2;
}

.value-page-card-wide {
  grid-column: 1 / -1;
}

/* Tablet */
@media (max-width: 1199px) {
  .inner-page-hero {
    padding: 72px 0;
  }

  .inner-page-intro {
    margin-top: 80px;
    margin-left: 0;
  }

  .text-section-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .page-logo {
    justify-self: end;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .inner-page-hero {
    padding: 52px 0 58px;
  }

  .inner-page-header,
  .text-section-header {
    gap: 16px;
  }

  .inner-page-header h1,
  .text-section-header h2 {
    font-size: 24px;
  }

  .inner-page-intro {
    margin-top: 58px;
  }

  .inner-page-intro span {
    font-size: 11px;
    margin-bottom: 14px;
  }

  .inner-page-intro p {
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.05;
  }

  .text-section,
  .values-page-section {
    padding: 54px 0;
  }

  .text-section-header {
    margin-bottom: 36px;
  }

  .text-section-content p {
    font-size: 17px;
    line-height: 1.62;
    letter-spacing: -0.01em;
    margin-bottom: 18px;
  }

  .page-logo {
    width: 58px;
  }

  .values-page-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .value-page-card,
  .value-page-card-wide {
    grid-column: auto;
    min-height: auto;
    padding: 26px 22px;
    border-radius: 18px;
  }

  .value-page-card span {
    margin-bottom: 20px;
  }

  .value-page-card h3 {
    font-size: 28px;
  }

  .value-page-card p {
    font-size: 16px;
    line-height: 1.55;
  }
}

/* ==============================
   TOP BAR INTERNA
================================ */

.page-topbar {
  background: #f8f7f4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 18px 0;
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
}

.page-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar-logo {
  width: 52px;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}

.topbar-logo:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}

.topbar-logo svg {
  width: 100%;
  height: auto;
  display: block;
}

.topbar-breadcrumb {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Telegraf", sans-serif;
}

.topbar-breadcrumb a,
.topbar-breadcrumb p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.topbar-breadcrumb a {
  color: #666;
  transition: 0.3s ease;
}

.topbar-breadcrumb a:hover {
  color: #791b08;
}

.topbar-breadcrumb span {
  color: #999;
  font-size: 13px;
}

.topbar-breadcrumb p {
  color: #111;
  font-weight: 500;
}

/* Mobile */

@media (max-width: 767px) {
  .page-topbar {
    padding: 14px 0;
  }

  .topbar-logo {
    width: 42px;
  }

  .topbar-breadcrumb {
    gap: 10px;
  }

  .topbar-breadcrumb a,
  .topbar-breadcrumb p {
    font-size: 12px;
  }
}



/* ==============================
   PÁGINA SERVIÇO — ORGANIZAÇÃO
================================ */

.service-page {
  background: #ececec;
}

.service-hero {
  background: linear-gradient(180deg, #f8f7f4 0%, #ececec 100%);
  padding: 72px 0 84px;
}

.service-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: stretch;
}

.service-hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 0;
}

.service-kicker {
  display: block;
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #791b08;
}

.service-hero-text h1 {
  margin: 0 0 28px;
  font-size: clamp(48px, 5vw, 82px);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: -0.06em;
  color: #111;
}

.service-hero-text p {
  margin: 0;
  max-width: 560px;
  font-size: clamp(20px, 1.5vw, 25px);
  line-height: 1.45;
  letter-spacing: -0.015em;
  color: #222;
}

.service-hero-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 0 0 32px 32px;
  box-shadow: 0 28px 70px rgba(35, 27, 21, 0.12);
  background: #ddd;
}

.service-hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

/*.service-image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.18)),
    rgba(255, 255, 255, 0.12);
}*/

.service-hero-logo {
  position: absolute;
  right: 34px;
  top: 34px;
  width: 72px;
  opacity: 0.72;
}

.service-hero-logo svg {
  width: 100%;
  height: auto;
  display: block;
}

.service-content-section {
  background: #ececec;
  padding: 78px 0;
}

.service-content-grid {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 72px;
}

.service-section-title {
  display: flex;
  align-items: center;
  gap: 24px;
}

.service-section-title h2 {
  margin: 0;
  font-size: clamp(28px, 2.5vw, 40px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.035em;
  color: #111;
  white-space: nowrap;
}

.service-section-title div {
  flex: 1;
  height: 2px;
  background: #111;
}

.service-copy {
  max-width: 860px;
}

.service-copy p {
  margin: 0 0 24px;
  font-size: clamp(20px, 1.45vw, 25px);
  line-height: 1.48;
  letter-spacing: -0.01em;
  color: #111;
}

.service-copy p:last-child {
  margin-bottom: 0;
}

.service-benefits-section {
  background: #f3efec;
  padding: 78px 0 92px;
}

.service-benefits-section .service-section-title {
  margin-bottom: 56px;
}

.service-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-benefit-card {
  min-height: 250px;
  padding: 32px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  transition: 0.35s ease;
}

.service-benefit-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(121, 27, 8, 0.055);
  transition: 0.35s ease;
}

.service-benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(121, 27, 8, 0.22);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.07);
}

.service-benefit-card:hover::after {
  transform: scale(1.18);
}

.service-benefit-card span {
  display: block;
  margin-bottom: 28px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #791b08;
  position: relative;
  z-index: 2;
}

.service-benefit-card h3 {
  margin: 0 0 16px;
  font-size: clamp(28px, 2.4vw, 36px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.045em;
  color: #111;
  position: relative;
  z-index: 2;
}

.service-benefit-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  color: #444;
  position: relative;
  z-index: 2;
}

.service-cta {
  margin-top: 56px;
  padding: 34px 38px;
  border-radius: 26px;
  background: #791b08;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.service-cta p {
  margin: 0;
  max-width: 720px;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.service-cta a {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.06em;
  transition: 0.3s ease;
}

.service-cta a:hover {
  background: #fff;
  color: #791b08;
}

/* Tablet */
@media (max-width: 1199px) {
  .service-hero-grid {
    grid-template-columns: 1fr;
  }

  .service-hero-image {
    min-height: 520px;
  }

  .service-content-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .service-benefits-grid {
    grid-template-columns: 1fr;
  }

  .service-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .service-hero {
    padding: 48px 0 54px;
  }

  .service-hero-grid {
    gap: 34px;
  }

  .service-hero-text {
    padding: 0;
  }

  .service-kicker {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .service-hero-text h1 {
    font-size: clamp(42px, 12vw, 58px);
    margin-bottom: 20px;
  }

  .service-hero-text p {
    font-size: 17px;
    line-height: 1.6;
  }

  .service-hero-image {
    min-height: 380px;
    border-radius: 0 0 22px 22px;
  }

  .service-hero-logo {
    width: 54px;
    right: 20px;
    top: 20px;
  }

  .service-content-section,
  .service-benefits-section {
    padding: 54px 0;
  }

  .service-section-title {
    gap: 16px;
  }

  .service-section-title h2 {
    font-size: 24px;
    white-space: normal;
  }

  .service-copy p {
    font-size: 17px;
    line-height: 1.62;
  }

  .service-benefits-section .service-section-title {
    margin-bottom: 36px;
  }

  .service-benefit-card {
    min-height: auto;
    padding: 26px 22px;
    border-radius: 18px;
  }

  .service-benefit-card span {
    margin-bottom: 20px;
  }

  .service-benefit-card h3 {
    font-size: 28px;
  }

  .service-benefit-card p {
    font-size: 16px;
  }

  .service-cta {
    margin-top: 34px;
    padding: 26px 22px;
    border-radius: 20px;
  }

  .service-cta p {
    font-size: 24px;
  }

  .service-cta a {
    width: 100%;
    text-align: center;
  }
}


/* ==============================
   PÁGINA PROJETO DE INTERIORES
================================ */

.interiores-page {
  background: #ececec;
}

.interior-block {
  min-height: 640px;
  padding: 86px 0;
  position: relative;
  overflow: hidden;
}

.interior-grid {
  min-height: 470px;
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: 70px;
  align-items: center;
}

.interior-left {
  min-height: 470px;
  display: flex;
  flex-direction: column;
}

.interior-title-line {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 96px;
  margin-bottom: 72px;
}

.interior-title-line h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.interior-title-line div {
  height: 2px;
  width: 190px;
  background: currentColor;
}

.interior-left p {
  max-width: 560px;
  margin: 0;
  font-size: clamp(19px, 1.45vw, 24px);
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.interior-left a {
  width: fit-content;
  margin-top: auto;
  padding: 10px 22px;
  border: 2px solid currentColor;
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s ease;
}

.interior-left a:hover {
  background: currentColor;
  color: #fff;
  transform: translateY(-3px);
}

.interior-right img {
  width: 100%;
  height: 470px;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Variações de cor */
.interior-dark {
  background: #6f1e12;
  color: #fff;
}

.interior-green {
  background: #31441f;
  color: #fff;
}

.interior-light {
  background: #f7f7f5;
  color: #111;
}

.interior-light .interior-left a:hover {
  background: #111;
  color: #fff;
}

/* Responsivo */
@media (max-width: 1199px) {
  .interior-block {
    min-height: auto;
    padding: 72px 0;
  }

  .interior-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .interior-left {
    min-height: auto;
  }

  .interior-title-line {
    gap: 42px;
    margin-bottom: 42px;
  }

  .interior-left p {
    max-width: 760px;
  }

  .interior-left a {
    margin-top: 38px;
  }

  .interior-right img {
    height: 520px;
  }
}

@media (max-width: 767px) {
  .interior-block {
    padding: 54px 0;
  }

  .interior-grid {
    gap: 32px;
  }

  .interior-title-line {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 32px;
  }

  .interior-title-line h2 {
    font-size: 32px;
  }

  .interior-title-line div {
    width: 120px;
  }

  .interior-left p {
    font-size: 17px;
    line-height: 1.6;
  }

  .interior-left a {
    margin-top: 30px;
    width: 100%;
    max-width: 240px;
    text-align: center;
    padding: 13px 18px;
  }

  .interior-right img {
    height: 330px;
  }
}


/* =====================================================
   PÁGINA ARRANJOS FLORAIS — ETAPA 1
===================================================== */

.arranjos-page {
  background: #f2f2f2;
}

/* HERO */

.arranjos-hero {
  padding: 70px 0 90px;
  position: relative;
}

.arranjos-hero::before,
.arranjos-hero::after {
  content: "";
  position: absolute;
  height: 3px;
  background: #5b1830;
  width: 220px;
  top: 110px;
}

.arranjos-hero::before {
  left: 0;
}

.arranjos-hero::after {
  right: 0;
}

.arranjos-hero-card {
  position: relative;
  background: #f2f2f2;
}

.arranjos-side-title {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
  z-index: 3;
}

.arranjos-side-title span {
  font-size: 64px;
  font-weight: 300;
  letter-spacing: -0.04em;
  color: #555;
}

.arranjos-hero-image img {
  width: 100%;
  display: block;
  height: 550px;
  object-fit: cover;
}

.arranjos-hero-title {
  position: absolute;
  top: 24px;
  right: 36px;
  z-index: 2;
}

.arranjos-hero-title h1 {
  margin: 0;
  font-size: 58px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.03em;
}

.arranjos-hero-logo {
  position: absolute;
  right: 36px;
  bottom: 34px;
  width: 62px;
}

/* SOBRE */

.arranjos-about {
  padding: 80px 0 100px;
}

.arranjos-about-box {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  border: 4px solid #5b1830;
  border-right: none;
  border-radius: 0 260px 260px 0;
  overflow: hidden;
  background: #f2f2f2;
}

.arranjos-about-image img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  display: block;
}

.arranjos-about-content {
  padding: 60px 60px 60px 50px;
}

.arranjos-about-content h2 {
  font-size: 52px;
  font-weight: 300;
  margin-bottom: 32px;
  color: #5b1830;
  letter-spacing: -0.03em;
}

.arranjos-about-content p {
  font-size: 22px;
  line-height: 1.55;
  color: #4a372f;
  margin-bottom: 18px;
  font-weight: 400;
}

/* RESPONSIVO */

@media (max-width: 991px) {
  .arranjos-side-title {
    display: none;
  }

  .arranjos-hero-title h1 {
    font-size: 42px;
  }

  .arranjos-about-box {
    grid-template-columns: 1fr;
    border-radius: 40px;
    border-right: 4px solid #5b1830;
  }

  .arranjos-about-image img {
    height: 420px;
  }

  .arranjos-about-content {
    padding: 40px;
  }

  .arranjos-about-content h2 {
    font-size: 38px;
  }

  .arranjos-about-content p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .arranjos-hero {
    padding: 40px 0 60px;
  }

  .arranjos-hero::before,
  .arranjos-hero::after {
    display: none;
  }

  .arranjos-hero-image img {
    height: 320px;
  }

  .arranjos-hero-title {
    right: 20px;
    top: 20px;
  }

  .arranjos-hero-title h1 {
    font-size: 34px;
  }

  .arranjos-about {
    padding: 50px 0 70px;
  }

  .arranjos-about-content {
    padding: 28px;
  }

  .arranjos-about-content h2 {
    font-size: 30px;
  }

  .arranjos-about-content p {
    font-size: 16px;
    line-height: 1.7;
  }
}


/* =====================================================
ARRANJOS FLORAIS — ETAPA 2
QUEM FAZ + COMO ACONTECE
===================================================== */

/* TÍTULO PADRÃO */

.arranjos-section-title {
  margin-bottom: 42px;
}

.arranjos-section-title h2 {
  margin: 0;
  font-size: 56px;
  font-weight: 300;
  color: #5b1830;
  letter-spacing: -0.03em;
}


/* =====================================================
QUEM FAZ
===================================================== */

.arranjos-quem-faz {
  padding: 90px 0 110px;
  background: #fff!important;
}

body.arranjos {
  background: #fff!important;
}

.arranjos-quem-grid {
  display: grid;
  gap: 40px;
}

.arranjos-quem-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 10px;
}

.arranjos-quem-images img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

.arranjos-quem-text {
  /*max-width: 1000px;*/
}

.arranjos-quem-text p {
  font-size: 22px;
  line-height: 1.65;
  color: #4a372f;
  margin-bottom: 18px;
}


/* =====================================================
COMO ACONTECE
===================================================== */

.arranjos-como {
  padding: 20px 0 110px;
}

.arranjos-como-box {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  border: 4px solid #5b1830;
  border-left: none;
  border-radius: 260px 0 0 260px;
  overflow: hidden;
  background: #f2f2f2;
}

.arranjos-como-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
}

.arranjos-como-content {
  padding: 60px 60px 60px 55px;
}

.arranjos-como-content h2 {
  font-size: 52px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #5b1830;
  letter-spacing: -0.03em;
}

.arranjos-como-content p {
  font-size: 22px;
  line-height: 1.6;
  color: #4a372f;
  margin-bottom: 18px;
}


/* =====================================================
RESPONSIVO
===================================================== */

@media (max-width: 991px) {

  .arranjos-section-title h2 {
    font-size: 40px;
  }

  .arranjos-quem-images {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .arranjos-quem-images img {
    height: 360px;
  }

  .arranjos-quem-text p {
    font-size: 18px;
  }

  .arranjos-como-box {
    grid-template-columns: 1fr;
    border-radius: 40px;
    border-left: 4px solid #5b1830;
  }

  .arranjos-como-image img {
    height: 420px;
  }

  .arranjos-como-content {
    padding: 40px;
  }

  .arranjos-como-content h2 {
    font-size: 38px;
  }

  .arranjos-como-content p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {

  .arranjos-quem-faz {
    padding: 60px 0 70px;
  }

  .arranjos-como {
    padding: 10px 0 70px;
  }

  .arranjos-section-title h2 {
    font-size: 30px;
  }

  .arranjos-quem-images img {
    height: 280px;
  }

  .arranjos-quem-text p,
  .arranjos-como-content p {
    font-size: 16px;
    line-height: 1.75;
  }

  .arranjos-como-content {
    padding: 28px;
  }

  .arranjos-como-content h2 {
    font-size: 30px;
  }
}


/* =====================================================
ARRANJOS FLORAIS — ETAPA 3
FRASE + GALERIA + DESIGN INOVADOR
===================================================== */


/* =====================================================
FRASE
===================================================== */

.arranjos-quote {
  padding: 40px 0 70px;
}

.arranjos-quote h2 {
  margin: 0;
  text-align: center;
  font-size: 42px;
  line-height: 1.5;
  font-weight: 300;
  color: #5b1830;
  max-width: 1300px;
  margin-inline: auto;
}

.arranjos-quote h2 span {
  font-weight: 500;
}


/* =====================================================
GALERIA
===================================================== */

.arranjos-gallery {
  padding: 20px 0 110px;
}

.arranjos-gallery-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.3fr 0.85fr;
  gap: 28px;
  align-items: start;
}

.gallery-side {
  display: grid;
  gap: 24px;
}

.gallery-side img,
.gallery-center img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.gallery-side img:nth-child(1) {
  height: 330px;
}

.gallery-side img:nth-child(2) {
  height: 260px;
}

.gallery-side img:nth-child(3) {
  height: 260px;
}

.gallery-center img {
  height: 890px;
}


/* =====================================================
DESIGN INOVADOR
===================================================== */

.arranjos-design {
  padding: 40px 0 120px;
}

.arranjos-design-box {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  align-items: center;
  gap: 70px;
}

.arranjos-design-content {
  padding-right: 20px;
}

.arranjos-design-content h2 {
  font-size: 54px;
  font-weight: 300;
  margin-bottom: 38px;
  color: #5b1830;
  letter-spacing: -0.03em;
  line-height: 1;
}

.arranjos-design-content p {
  font-size: 21px;
  line-height: 1.75;
  color: #4a372f;
  margin-bottom: 18px;
  max-width: 560px;
}

.arranjos-design-image {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.arranjos-design-image::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -60px;
  top: 70px;
  border: 3px solid #5b1830;
  border-radius: 280px 0 0 0;
  z-index: 20;
}

.arranjos-design-image img {
  width: 620px;
  max-width: 100%;
  height: 620px;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
}


/* =====================================================
RESPONSIVO
===================================================== */

@media (max-width: 991px) {

  .arranjos-quote h2 {
    font-size: 28px;
  }

  .arranjos-gallery-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .gallery-center img {
    height: 520px;
  }

  .gallery-side img {
    height: 280px !important;
  }

  .arranjos-design-box {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .arranjos-design-content h2 {
    font-size: 38px;
  }

  .arranjos-design-content p {
    font-size: 18px;
    max-width: 100%;
  }

  .arranjos-design-image {
    justify-content: center;
  }

  .arranjos-design-image::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 20px;
    border-radius: 60px 0 0 0;
  }

  .arranjos-design-image img {
    width: 100%;
    height: 460px;
  }
}

@media (max-width: 767px) {

  .arranjos-quote {
    padding: 10px 0 50px;
  }

  .arranjos-quote h2 {
    font-size: 20px;
    line-height: 1.7;
  }

  .arranjos-gallery {
    padding: 10px 0 70px;
  }

  .gallery-center img {
    height: 360px;
  }

  .gallery-side img {
    height: 220px !important;
  }

  .arranjos-design {
    padding: 10px 0 70px;
  }

  .arranjos-design-content h2 {
    font-size: 30px;
  }

  .arranjos-design-content p {
    font-size: 16px;
    line-height: 1.75;
  }

  .arranjos-design-image img {
    height: 320px;
  }
}


/* =====================================================
ARRANJOS FLORAIS — ETAPA 4
DEPOIMENTOS + PACOTES + CONTATO
===================================================== */


/* =====================================================
DEPOIMENTOS
===================================================== */

.arranjos-testimonials {
  padding: 60px 0 120px;
}

.arranjos-testimonials-header {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 50px;
}

.arranjos-testimonials-header span {
  font-size: 90px;
  color: #c5c5c5;
  line-height: 1;
}

.arranjos-testimonials-header h2 {
  margin: 0;
  font-size: 52px;
  font-weight: 300;
  color: #111;
}

.arranjos-testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.testimonial-card {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 18px;
  padding: 34px;
}

.testimonial-card h3 {
  font-size: 28px;
  margin-bottom: 18px;
  font-weight: 400;
}

.testimonial-card p {
  font-size: 19px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 14px;
}

.testimonial-card strong {
  font-size: 18px;
  font-weight: 500;
}


/* =====================================================
PACOTES
===================================================== */

.arranjos-pacotes {
  padding: 20px 0 120px;
}

.arranjos-pacotes-box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.arranjos-pacotes-content h2 {
  font-size: 72px;
  font-weight: 300;
  color: #5b1830;
  margin-bottom: 36px;
}

.arranjos-pacotes-content p {
  font-size: 21px;
  line-height: 1.75;
  color: #4a372f;
  margin-bottom: 18px;
}

.arranjos-pacotes-image {
  position: relative;
}

.arranjos-pacotes-image::before {
  content: "";
  position: absolute;
  inset: 40px 40px 40px -80px;
  border: 3px solid #5b1830;
  border-radius: 320px 0 0 0;
  z-index: 20;
}

.arranjos-pacotes-image img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
}


/* =====================================================
CONTATO
===================================================== */

.arranjos-contact {
  padding: 10px 0 120px;
}

.arranjos-contact-box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.arranjos-contact-content h2 {
  font-size: 72px;
  font-weight: 300;
  color: #5b1830;
  margin-bottom: 34px;
}

.arranjos-contact-content>p {
  font-size: 22px;
  line-height: 1.7;
  color: #4a372f;
  margin-bottom: 42px;
}

.arranjos-contact-info {
  margin-bottom: 60px;
}

.arranjos-contact-info p {
  font-size: 20px;
  margin-bottom: 14px;
}

.arranjos-footer strong {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}

.arranjos-footer span {
  font-size: 13px;
  color: #555;
}

.arranjos-contact-image {
  position: relative;
}

.arranjos-contact-image::before {
  content: "";
  position: absolute;
  inset: 20px 60px 20px -80px;
  border: 3px solid #5b1830;
  border-radius: 320px 0 0 0;
  z-index: 20;
}

.arranjos-contact-image img {
  width: 100%;
  height: 680px;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
}

/* RESPONSIVO — ETAPA 4 ARRANJOS */

@media (max-width: 991px) {
  .arranjos-testimonials {
    padding: 50px 0 80px;
  }

  .arranjos-testimonials-header {
    gap: 18px;
    align-items: flex-start;
  }

  .arranjos-testimonials-header span {
    font-size: 58px;
  }

  .arranjos-testimonials-header h2 {
    font-size: 38px;
    line-height: 1.15;
  }

  .arranjos-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .arranjos-pacotes-box,
  .arranjos-contact-box {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .arranjos-pacotes-image::before,
  .arranjos-contact-image::before {
    inset: 20px;
    border-radius: 60px 0 0 0;
  }

  .arranjos-pacotes-image img,
  .arranjos-contact-image img {
    height: 460px;
  }
}

@media (max-width: 767px) {
  .arranjos-testimonials {
    padding: 44px 0 64px;
  }

  .arranjos-testimonials-header {
    margin-bottom: 32px;
  }

  .arranjos-testimonials-header span {
    font-size: 44px;
  }

  .arranjos-testimonials-header h2 {
    font-size: 30px;
    line-height: 1.18;
  }

  .testimonial-card {
    padding: 26px 22px;
    border-radius: 16px;
  }

  .testimonial-card h3 {
    font-size: 23px;
  }

  .testimonial-card p,
  .testimonial-card strong {
    font-size: 16px;
  }

  .arranjos-pacotes,
  .arranjos-contact {
    padding: 20px 0 70px;
  }

  .arranjos-pacotes-content h2,
  .arranjos-contact-content h2 {
    font-size: 42px;
  }

  .arranjos-pacotes-content p,
  .arranjos-contact-content > p,
  .arranjos-contact-info p {
    font-size: 16px;
    line-height: 1.65;
  }

  .arranjos-pacotes-image img,
  .arranjos-contact-image img {
    height: 330px;
  }

  .arranjos-pacotes-image::before,
  .arranjos-contact-image::before {
    display: none;
  }

  .arranjos-footer span {
    display: block;
    line-height: 1.5;
  }
}