/* Alassans — composição orientada pela referência de 1024 × 1536. */
:root {
  --ink: #080b07;
  --paper: #f5f4ef;
  --gold: #d4b03a;
  --gold-light: #ffe68b;
  --gold-dark: #ac7a20;
  --green: #80a714;
  --gold-gradient: linear-gradient(
    115deg,
    #b78425 0%,
    #ffdf74 32%,
    #edc65a 58%,
    #ad7a21 100%
  );
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --s: clamp(1px, 0.09765625vw, 1.5px);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(66 * var(--s));
}
body {
  margin: 0;
  background: var(--ink);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.dialog-open {
  overflow: hidden;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  color: inherit;
  cursor: pointer;
}
button,
a {
  touch-action: manipulation;
}
button {
  border: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #d7a82b;
  outline-offset: 5px;
}
button:disabled {
  cursor: default;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
h1,
h2 {
  font-family: "Times New Roman", Georgia, serif;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
::selection {
  color: #111;
  background: #e6c55c;
}
.container {
  width: 88%;
  max-width: 1320px;
  margin-inline: auto;
}
.icon-library {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}
.icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  padding: 14px 22px;
  background: var(--gold-light);
  color: #111;
  z-index: 100;
  transform: translateY(-150%);
  border-radius: 6px;
}
.skip-link:focus {
  transform: translateY(0);
}
.eyebrow {
  font-size: calc(9.4 * var(--s));
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: calc(2.8 * var(--s));
}
h2 {
  font-size: calc(28 * var(--s));
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.gold-text {
  color: #ecc45b;
  background: linear-gradient(108deg, #f8d877 8%, #edbe49 55%, #f7db80 97%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gold-rule {
  width: calc(28 * var(--s));
  height: calc(1.5 * var(--s));
  background: var(--gold-gradient);
  transform-origin: left;
}
.button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(10 * var(--s));
  min-height: calc(40 * var(--s));
  padding: calc(10 * var(--s)) calc(18 * var(--s));
  border-radius: calc(7 * var(--s));
  font-size: calc(11.3 * var(--s));
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  transition:
    box-shadow 0.35s ease,
    transform 0.35s var(--ease),
    background-position 0.5s;
}
.button .icon {
  width: calc(19 * var(--s));
  height: calc(19 * var(--s));
}
.button-gold {
  color: #070805;
  background: linear-gradient(
    180deg,
    #ffe990 0%,
    #f6d26b 36%,
    #d6a636 75%,
    #bd8b2b 100%
  );
  box-shadow:
    inset 0 1px 0 #fff0b2,
    inset 0 -1px 0 #d8b14c,
    0 6px 24px #00000012;
}
.button-gold::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -80% -60%;
  background: linear-gradient(
    110deg,
    transparent 36%,
    #fff7cb70 48%,
    #fff7cbba 50%,
    transparent 63%
  );
  transform: translateX(-70%) rotate(10deg);
  transition: transform 0.8s var(--ease);
}
.button-gold:hover {
  transform: translateY(-3px);
  box-shadow:
    0 8px 30px #dab3493d,
    inset 0 1px 0 #fff0b2;
}
.button-gold:hover::after {
  transform: translateX(70%) rotate(10deg);
}
.button:active {
  transform: translateY(0) scale(0.98);
}
.button-outline {
  color: white;
  border: 1px solid transparent;
  background:
    linear-gradient(#080b07de, #080b07de) padding-box,
    var(--gold-gradient) border-box;
}
.button-outline::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, #d4b03a12, #d4b03a40, #60781522);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.35s;
}
.button-outline:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px #d4b03a1a;
}
.button-outline:hover::before {
  opacity: 1;
}

/* Header */
.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  height: calc(64 * var(--s));
  background: linear-gradient(90deg, #030604b3, #020402d9 60%, #080a0680);
  border-bottom: 1px solid #bfb28623;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(18 * var(--s));
}
.brand {
  display: block;
  flex: 0 0 auto;
  width: calc(174 * var(--s));
}
.brand img {
  width: 100%;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: calc(22 * var(--s));
  margin-left: calc(29 * var(--s));
}
.nav-link {
  position: relative;
  background: none;
  padding: calc(10 * var(--s)) 0;
  font-size: calc(9.2 * var(--s));
  white-space: nowrap;
  transition: color 0.25s;
}
.nav-link::after {
  position: absolute;
  content: "";
  height: 1px;
  background: var(--gold-gradient);
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--ease);
}
.nav-link:hover,
.nav-link.is-active {
  color: #f4ce58;
}
.nav-link:hover::after,
.nav-link.is-active::after {
  transform: scaleX(1);
}
.header-cta {
  margin-left: auto;
  min-height: calc(33 * var(--s));
  min-width: calc(160 * var(--s));
  border-radius: calc(24 * var(--s));
  font-size: calc(9.5 * var(--s));
  padding-inline: calc(14 * var(--s));
}
.header-cta .icon {
  width: calc(17 * var(--s));
  height: calc(17 * var(--s));
}
.menu-toggle,
.mobile-nav {
  display: none;
}
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--gold-gradient);
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
  z-index: 50;
}

/* Hero: fundo, alvo e técnico em camadas independentes. */
.hero {
  height: calc(452 * var(--s));
  position: relative;
  isolation: auto;
  overflow: hidden;
  background: #070a06;
}
.hero-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("assets/herosection-background.webp") center center / cover
    no-repeat;
  transform: translateY(var(--hero-drift, 0px)) scale(1.025);
  will-change: transform;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, #0009 0%, #0008 32%, #0001 64%, #0007 100%),
    linear-gradient(0deg, #000b 0%, transparent 65%);
}
.hero-content {
  position: relative;
  width: 86.4%;
  z-index: 3;
  pointer-events: none;
}
.hero-copy {
  padding-top: calc(106 * var(--s));
  width: calc(476 * var(--s));
}
.hero-copy > * {
  pointer-events: auto;
}
.hero .eyebrow {
  color: #fff;
  letter-spacing: calc(3 * var(--s));
  font-size: calc(9.5 * var(--s));
  font-weight: 600;
}
.hero .eyebrow span {
  color: #e6c24c;
}
.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: calc(40.6 * var(--s));
  letter-spacing: -0.025em;
  font-weight: 400;
  line-height: 0.975;
  margin-top: calc(7 * var(--s));
}
.hero h1 > .gold-text {
  display: inline-block;
  transform: scaleX(1.06);
  transform-origin: left;
}
.hero-control {
  -webkit-text-fill-color: #fafaf7;
}
.hero-last-line {
  font-weight: 400;
  color: #fafaf7;
}
.hero-description {
  font-size: calc(12 * var(--s));
  line-height: 1.3;
  margin-top: calc(11 * var(--s));
  font-weight: 500;
}
.hero-actions {
  display: flex;
  gap: calc(16 * var(--s));
  margin-top: calc(20 * var(--s));
}
.hero-actions .button-gold {
  min-width: calc(181 * var(--s));
}
.hero-actions .button-outline {
  min-width: calc(177 * var(--s));
  font-size: calc(10.8 * var(--s));
}
.hero-benefits {
  display: flex;
  align-items: center;
  gap: calc(25 * var(--s));
  margin-top: calc(29 * var(--s));
}
.hero-benefits li {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--s));
  font-size: calc(10 * var(--s));
  line-height: 1.3;
  white-space: nowrap;
}
.hero-benefits .icon {
  color: #e6bd49;
  width: calc(22 * var(--s));
  height: calc(25 * var(--s));
}
.hero-technician {
  position: absolute;
  z-index: 21;
  left: 42%;
  top: calc(34 * var(--s));
  width: calc(645 * var(--s));
  transform: translateY(var(--technician-drift, 0px));
  pointer-events: none;
}
.hero-technician img {
  max-width: none;
  width: 100%;
  height: auto;
  filter: drop-shadow(-12px 8px 20px #0004);
  animation: technician-arrive 1.7s var(--ease) both;
}
.hero-target {
  position: absolute;
  z-index: 2;
  width: calc(348 * var(--s));
  height: calc(348 * var(--s));
  left: 46.5%;
  top: calc(128 * var(--s));
  color: #d3b04c;
  opacity: 0.28;
  transform: translateY(var(--target-drift, 0px));
}
.target-outer {
  position: absolute;
  inset: 0;
  border: calc(6 * var(--s)) solid #c6a046;
  border-radius: 50%;
  border-top-color: #d9b85570;
  border-bottom-color: #d9b85570;
  animation: target-turn 65s linear infinite;
}
.target-inner {
  position: absolute;
  inset: 11%;
  border: 1px solid #d7b25175;
  border-radius: 50%;
}
.hero-target i {
  position: absolute;
  height: calc(6 * var(--s));
  width: 12%;
  top: 50%;
  left: -3%;
  background: currentColor;
}
.hero-target i:nth-of-type(2) {
  left: 91%;
}
.hero-target i:nth-of-type(3) {
  top: 0;
  left: 45%;
  transform: rotate(90deg);
}
.hero-target i:nth-of-type(4) {
  top: 100%;
  left: 45%;
  transform: rotate(90deg);
}
.hero-side-note {
  position: absolute;
  z-index: 3;
  top: calc(95 * var(--s));
  right: 4.2%;
  font-size: calc(10.4 * var(--s));
  line-height: 1.8;
  text-transform: uppercase;
}
.hero-side-note strong {
  font-weight: 700;
}
.hero-side-note .gold-rule {
  margin-top: calc(21 * var(--s));
}
.hero-quality {
  position: absolute;
  z-index: 22;
  right: 3.3%;
  bottom: 0;
  width: calc(109 * var(--s));
  height: calc(153 * var(--s));
  padding: calc(19 * var(--s)) calc(18 * var(--s));
  background: linear-gradient(130deg, #070b01f2, #000e);
  border: 1px solid #e1ca5914;
  border-bottom: 0;
  border-radius: calc(8 * var(--s)) calc(8 * var(--s)) 0 0;
}
.hero-quality .icon {
  width: calc(24 * var(--s));
  height: calc(25 * var(--s));
  color: #e5bf4b;
  margin-bottom: calc(7 * var(--s));
}
.hero-quality p {
  text-transform: uppercase;
  font-size: calc(10.5 * var(--s));
  line-height: 1.6;
}
.hero-quality .gold-rule {
  margin-top: calc(20 * var(--s));
}

/* Superfícies claras e cartões com bordas em gradiente. */
.light-section {
  position: relative;
  color: #0c0d0a;
  background-color: var(--paper);
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%237a765a' opacity='.055' filter='url(%23n)' d='M0 0h180v180H0z'/%3E%3C/svg%3E"),
    radial-gradient(ellipse at 45% 0%, #fff8, transparent 80%);
}
.light-section .eyebrow {
  color: #a97515;
  margin-bottom: calc(3 * var(--s));
}
.services {
  padding: calc(21 * var(--s)) 0 calc(18 * var(--s));
  min-height: calc(394 * var(--s));
}
.services-heading {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: calc(49 * var(--s));
  align-items: center;
  padding-inline: calc(9 * var(--s));
  margin-bottom: calc(11 * var(--s));
}
.services-heading h2 {
  font-size: calc(29 * var(--s));
}
.services-intro {
  font-size: calc(11.8 * var(--s));
  line-height: 1.4;
  padding-top: calc(7 * var(--s));
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: calc(10 * var(--s));
}
.gradient-border {
  position: relative;
  isolation: isolate;
  border: 1px solid transparent;
}
.gradient-border::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: -1px;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(
    130deg,
    #cdb88650,
    #c6bd9a12 36%,
    #dcc7832e 66%,
    #bcb59950
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.3s;
}
.gradient-border::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: -1px;
  padding: 1px;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(
    var(--border-angle, 120deg),
    #94702422,
    #bf922c 18%,
    #ffe690 36%,
    #8d781c55 60%,
    #c99d30 80%,
    #ffe7a0
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.45s;
}
.gradient-border:hover::after,
.gradient-border:focus-visible::after {
  opacity: 1;
}
.service-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  text-align: left;
  border-radius: calc(9 * var(--s));
  padding: calc(12 * var(--s));
  min-height: calc(168 * var(--s));
  background:
    radial-gradient(
      circle at var(--mouse-x, 50%) var(--mouse-y, 0%),
      #f6e1a410,
      transparent 70%
    ),
    #ffffff12;
  box-shadow: 0 2px 8px #181b0a00;
  transition:
    transform 0.55s var(--ease),
    box-shadow 0.4s,
    background-color 0.4s;
}
.service-card:hover {
  transform: translateY(-5px);
  background-color: #fff7;
  box-shadow: 0 13px 30px #6b591016;
}
.service-image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: calc(76 * var(--s));
  flex-shrink: 0;
  margin: 0 0 calc(10 * var(--s));
  overflow: hidden;
  border-radius: calc(6 * var(--s));
}
.service-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  transition: filter 0.5s;
}
.service-card:hover .service-image img {
  filter: brightness(1.04);
}
.photo-image img {
  object-fit: cover;
}
.service-info {
  display: flex;
  flex-direction: column;
  gap: calc(4 * var(--s));
  padding-right: calc(4 * var(--s));
}
.service-info strong {
  min-height: calc(27.2 * var(--s));
  font-size: calc(11.4 * var(--s));
  line-height: 1.19;
  letter-spacing: -0.018em;
}
.service-info > span {
  padding-right: calc(27 * var(--s));
  font-size: calc(9.5 * var(--s));
  line-height: 1.23;
  color: #2e3029;
}
.round-arrow {
  position: absolute;
  right: calc(13 * var(--s));
  bottom: calc(13 * var(--s));
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(25 * var(--s));
  height: calc(25 * var(--s));
  color: #fff;
  border: 1px solid #fff9;
  border-radius: 50%;
  background: linear-gradient(135deg, #efd47b, #bf8d23 70%);
  transition:
    transform 0.5s var(--ease),
    box-shadow 0.35s;
}
.round-arrow .icon {
  width: calc(16 * var(--s));
  height: calc(16 * var(--s));
  stroke-width: 1.4;
}
.service-card:hover .round-arrow {
  transform: rotate(-35deg);
  box-shadow: 0 0 18px #c99e4250;
}

/* Diferenciais e imersão botânica. */
.dark-botanical {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #050903;
}
.botanical-background {
  position: absolute;
  inset: -58% 0%;
  z-index: -2;
  background: url("assets/section3.webp") center / 100% 100% no-repeat;
  transform: translateY(var(--leaf-drift, 0px)) scale(1.025);
}
.dark-botanical::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(
    ellipse at var(--light-x, 50%) 50%,
    #d6b9480b,
    transparent 65%
  );
  pointer-events: none;
}
.differentials {
  min-height: calc(154 * var(--s));
  display: flex;
  align-items: center;
  padding-block: calc(27 * var(--s)) calc(23 * var(--s));
}
.differentials-inner {
  display: grid;
  grid-template-columns: calc(346 * var(--s)) 1fr;
  gap: calc(25 * var(--s));
  align-items: center;
}
.differentials-title {
  padding-left: calc(14 * var(--s));
}
.differentials .eyebrow {
  margin-bottom: calc(7 * var(--s));
  font-size: calc(9.4 * var(--s));
  font-weight: 600;
  line-height: 1.25;
}
.differentials .eyebrow span {
  color: #e9c345;
}
.differentials h2 {
  font-size: calc(31 * var(--s));
  line-height: 1.02;
}
.difference-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: calc(14 * var(--s));
}
.difference-card {
  min-height: calc(104 * var(--s));
  border-radius: calc(7 * var(--s));
  background: #05080288;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(10 * var(--s));
  text-align: center;
  transition:
    transform 0.5s var(--ease),
    background 0.4s;
}
.difference-card::before {
  background: linear-gradient(125deg, #c5b77755, #d8c58016 42%, #d8c5802b 100%);
}
.difference-card .icon {
  color: #e8bd50;
  width: calc(31 * var(--s));
  height: calc(31 * var(--s));
  stroke-width: 1.8;
  transition: transform 0.55s var(--ease);
}
.difference-card p {
  font-size: calc(11.5 * var(--s));
  line-height: 1.2;
}
.difference-card:hover {
  transform: translateY(-4px);
  background: #afa43a14;
}
.difference-card:hover .icon {
  transform: translateY(-3px) scale(1.1);
}

/* Três ambientes, fotografias sem intervalos, conforme a referência. */
.environments {
  display: grid;
  grid-template-columns: 1.035fr 0.945fr 1.02fr;
  overflow: hidden;
}
.environment-card {
  position: relative;
  height: calc(174 * var(--s));
  overflow: hidden;
  isolation: isolate;
  text-align: left;
  background: #111;
  padding: 0;
}
.environment-card + .environment-card {
  border-left: 1px solid #d9ca8733;
}
.environment-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 47%;
  transition:
    transform 1.3s var(--ease),
    filter 0.8s;
}
.environment-card::before {
  content: "";
  z-index: 1;
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #000f, #000b 21%, #0000 75%);
  transition: opacity 0.4s;
}
.environment-card::after {
  content: "";
  z-index: 3;
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--gold-gradient);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s var(--ease);
}
.environment-content {
  position: absolute;
  z-index: 2;
  bottom: calc(14 * var(--s));
  left: calc(58 * var(--s));
  right: calc(16 * var(--s));
  display: flex;
  gap: calc(13 * var(--s));
  align-items: flex-start;
  transition: transform 0.65s var(--ease);
}
.environment-card:first-child .environment-content {
  left: calc(70 * var(--s));
}
.environment-content > .icon {
  width: calc(29 * var(--s));
  height: calc(30 * var(--s));
  color: #ebc24e;
}
.environment-content strong {
  display: block;
  text-transform: uppercase;
  font-size: calc(11.5 * var(--s));
  margin-bottom: calc(7 * var(--s));
}
.environment-content > span > span {
  display: block;
  font-size: calc(11.5 * var(--s));
  line-height: 1.35;
}
.environment-content .environment-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(19 * var(--s));
  opacity: 0;
  transform: translateX(-8px);
  transition:
    opacity 0.4s,
    transform 0.5s;
}
.environment-card:hover > img {
  transform: scale(1.07);
  filter: saturate(1.08);
}
.environment-card:hover .environment-content {
  transform: translateY(-4px);
}
.environment-card:hover::after {
  transform: scaleX(1);
}
.environment-card:hover .environment-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Etapas do atendimento. */
.process {
  min-height: calc(151 * var(--s));
  padding: calc(20 * var(--s)) 0 calc(19 * var(--s));
}
.process > .container {
  width: 86.4%;
}
.process h2 {
  font-size: calc(28 * var(--s));
}
.process-steps {
  display: grid;
  grid-template-columns: 1.02fr 1.12fr 1.11fr 0.84fr;
  gap: calc(30 * var(--s));
  margin-top: calc(20 * var(--s));
}
.process-step {
  position: relative;
  display: flex;
  gap: calc(7 * var(--s));
  align-items: flex-start;
}
.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  width: calc(16 * var(--s));
  height: 1px;
  background: #c19227;
  top: calc(23 * var(--s));
  right: calc(-15 * var(--s));
}
.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: calc(46 * var(--s));
  height: calc(46 * var(--s));
  color: #c2972b;
  border: 1px solid #be9025;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #fff8;
}
.step-icon .icon {
  width: calc(29 * var(--s));
  height: calc(29 * var(--s));
}
.step-number {
  color: #bc891c;
  font-size: calc(14 * var(--s));
  font-weight: 700;
  padding-top: calc(8 * var(--s));
}
.process-step h3 {
  font-size: calc(10.8 * var(--s));
  margin-block: calc(8 * var(--s)) calc(4 * var(--s));
  white-space: nowrap;
}
.process-step p {
  font-size: calc(9.1 * var(--s));
  line-height: 1.35;
  white-space: nowrap;
}
.process-step .final-step {
  margin-right: calc(3 * var(--s));
}
.final-step .icon {
  fill: #bf942b;
  stroke: var(--paper);
  width: calc(30 * var(--s));
  height: calc(30 * var(--s));
}

/* Faixa final e rodapé. */
.contact {
  min-height: calc(104 * var(--s));
  border-bottom: 1px solid #cbba7129;
}
.contact .botanical-background {
  background-image: url("assets/section6.webp");
  background-position: center 52%;
}
.contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(30 * var(--s));
  padding: calc(20 * var(--s)) calc(112 * var(--s)) calc(15 * var(--s));
}
.contact h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: calc(21 * var(--s));
  line-height: 1.04;
  letter-spacing: -0.025em;
}
.contact p {
  font-size: calc(11.3 * var(--s));
  line-height: 1.4;
  margin-top: calc(5 * var(--s));
  white-space: nowrap;
}
.contact .gold-rule {
  margin-top: calc(3 * var(--s));
  width: calc(23 * var(--s));
}
.contact .button {
  min-width: calc(210 * var(--s));
}
.site-footer {
  background: #020402;
}
.site-footer .container {
  width: 90%;
  max-width: 1380px;
}
.footer-main {
  display: flex;
  align-items: center;
  gap: calc(25 * var(--s));
  min-height: calc(72 * var(--s));
}
.footer-brand {
  width: calc(155 * var(--s));
}
.footer-nav {
  display: flex;
  align-items: center;
  gap: calc(21 * var(--s));
  margin-left: calc(37 * var(--s));
}
.footer-nav a,
.footer-nav button {
  font-size: calc(8.6 * var(--s));
  white-space: nowrap;
  padding: 9px 0;
  background: none;
  transition: color 0.2s;
}
.footer-nav a:hover,
.footer-nav button:hover {
  color: #e0bc51;
}
.socials {
  margin-left: auto;
}
.socials > span {
  display: block;
  font-size: calc(8.6 * var(--s));
  margin-bottom: calc(5 * var(--s));
}
.socials > div {
  display: flex;
  align-items: center;
  gap: calc(6 * var(--s));
}
.socials button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  color: #c6c8c3;
  transition:
    color 0.2s,
    transform 0.35s;
}
.socials button:hover {
  color: #eac75c;
  transform: translateY(-3px);
}
.socials .icon {
  width: calc(15 * var(--s));
  height: calc(15 * var(--s));
}
.footer-promise {
  display: flex;
  align-items: center;
  gap: calc(11 * var(--s));
  margin-left: calc(28 * var(--s));
  padding-left: calc(35 * var(--s));
  border-left: 1px solid #acac8333;
  height: calc(40 * var(--s));
}
.footer-promise .icon {
  width: calc(25 * var(--s));
  height: calc(28 * var(--s));
  color: #e9c24e;
}
.footer-promise p {
  font-size: calc(9.2 * var(--s));
  line-height: 1.4;
  white-space: nowrap;
}
.footer-promise p span {
  color: #e6be48;
}
.footer-bottom {
  min-height: calc(35 * var(--s));
  border-top: 1px solid #afa8732b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: #b8bbb2;
  font-size: calc(7.7 * var(--s));
}
.footer-bottom > div {
  display: flex;
  align-items: center;
  gap: calc(9 * var(--s));
}
.footer-bottom button {
  padding: 7px 0;
  background: none;
  font-size: inherit;
  color: inherit;
}
.footer-bottom button:hover {
  color: #eac45a;
}

.developer-credit {
  display: flex;
  justify-content: center;
  padding: 4px 20px;
  background: #020402;
  border-top: 1px solid #ffffff08;
}
.developer-credit a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 47px;
  color: #afc1cc;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  border-radius: 4px;
  transition: color 0.25s ease;
}
.developer-credit strong {
  color: #e2eaf0;
  font-weight: 700;
}
.developer-credit img {
  display: block;
  width: 68px;
  height: auto;
  flex-shrink: 0;
  mix-blend-mode: screen;
  transition: filter 0.25s ease;
}
.developer-credit a:hover,
.developer-credit a:focus-visible {
  color: #fff;
}
.developer-credit a:hover img {
  filter: brightness(1.2);
}
@media (max-width: 360px) {
  .developer-credit { padding-inline: 12px; }
  .developer-credit a { font-size: 12px; gap: 8px; }
  .developer-credit img { width: 58px; }
}

/* Entradas por direção de rolagem; nunca bloqueiam a navegação. */
.motion-ready [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 27px, 0);
  transition:
    opacity 0.8s var(--ease),
    transform 0.95s var(--ease);
  transition-delay: calc(var(--stagger, 0) * 65ms);
}
.motion-ready [data-reveal].from-above {
  transform: translate3d(0, -23px, 0);
}
.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.motion-ready .service-card.is-visible:hover {
  transform: translateY(-5px);
  transition-delay: 0ms;
}
.motion-ready .difference-card.is-visible:hover {
  transform: translateY(-4px);
  transition-delay: 0ms;
}
.hero-entrance {
  animation: hero-arrive 1.25s var(--ease) both;
  animation-delay: var(--delay, 0ms);
}
@keyframes hero-arrive {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes technician-arrive {
  from {
    opacity: 0;
    transform: translate3d(24px, 8px, 0) scale(1.025);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes target-turn {
  to {
    transform: rotate(360deg);
  }
}

/* Janelas complementares preservam a composição da página. */
.detail-dialog {
  position: fixed;
  width: min(620px, calc(100% - 32px));
  max-height: min(88dvh, 850px);
  border: 1px solid #d8b54d66;
  padding: 45px;
  color: #20221a;
  background: var(--paper);
  border-radius: 16px;
  box-shadow: 0 35px 100px #0009;
  overflow: auto;
  overscroll-behavior: contain;
}
.detail-dialog::backdrop {
  background: #020601bb;
  backdrop-filter: blur(12px);
}
.detail-dialog[open] {
  animation: dialog-in 0.35s var(--ease);
}
@keyframes dialog-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: #dedbcd80;
  border-radius: 50%;
  transition:
    background 0.2s,
    transform 0.3s;
}
.dialog-close:hover {
  background: #dac07788;
  transform: rotate(90deg);
}
.dialog-close .icon {
  width: 20px;
  height: 20px;
}
.dialog-eyebrow {
  color: #957014;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.detail-dialog h2 {
  font-size: 34px;
  line-height: 1.06;
  margin-bottom: 18px;
  padding-right: 10px;
}
.detail-dialog p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.detail-dialog .button {
  min-height: 48px;
  padding: 14px 20px;
  font-size: 14px;
  margin-top: 8px;
}
.detail-dialog .button .icon {
  width: 22px;
  height: 22px;
}
.dialog-service-image {
  width: 100%;
  height: 200px;
  object-fit: contain;
  margin: -12px auto 15px;
  border-radius: 8px;
}
.dialog-service-image.is-photo {
  object-fit: cover;
}
.dialog-logo {
  width: 150px;
  margin: 0 auto 24px;
}
.dialog-contact-icon {
  width: 60px;
  height: 60px;
  padding: 14px;
  color: #a67d25;
  border: 1px solid #c2a348;
  border-radius: 50%;
  margin-bottom: 22px;
}
.contact-notice {
  border-left: 2px solid #cba13d;
  background: #e3ddc640;
  padding: 15px 18px;
  margin-top: 22px;
}
.contact-notice p {
  margin: 0;
  font-size: 14px;
}
.faq-list {
  margin-top: 24px;
}
.faq-list details {
  border-bottom: 1px solid #c6bb982f;
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  padding: 18px 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.45;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "+";
  color: #aa831f;
  font-size: 23px;
  font-weight: 400;
}
.faq-list details[open] summary::after {
  content: "−";
}
.faq-list details p {
  font-size: 14px;
  color: #505346;
  padding-right: 20px;
}

@media (min-width: 1537px) {
  .hero-technician {
    left: calc(50% - 123px);
  }
  .hero-side-note {
    right: max(4.2%, calc((100% - 1430px) / 2));
  }
  .hero-quality {
    right: max(3.3%, calc((100% - 1430px) / 2));
  }
  .hero-target {
    left: calc(50% - 52px);
  }
}
@media (max-width: 1100px) and (min-width: 901px) {
  .desktop-nav {
    gap: 19px;
    margin-left: 20px;
  }
  .footer-main {
    gap: 20px;
  }
  .footer-nav {
    margin-left: 35px;
    gap: 20px;
  }
  .footer-promise {
    margin-left: 22px;
    padding-left: 26px;
  }
}
@media (max-width: 900px) {
  :root {
    --s: 1px;
  }
  .container,
  .hero-content,
  .process > .container {
    width: 88%;
  }
  .site-header {
    height: 78px;
  }
  .header-inner {
    gap: 20px;
  }
  .brand {
    width: 182px;
  }
  .desktop-nav {
    display: none;
  }
  .header-cta {
    min-height: 40px;
    font-size: 11px;
    margin-left: auto;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 44px;
    width: 44px;
    background: #14200a55;
    border: 1px solid #d1bc6544;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .menu-toggle span {
    width: 18px;
    height: 1px;
    background: #e3c15e;
    transition: transform 0.3s;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .mobile-nav {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 77px;
    left: 0;
    right: 0;
    padding: 25px 6% 32px;
    background: #060b05fa;
    backdrop-filter: blur(20px);
    gap: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition:
      opacity 0.3s,
      transform 0.3s,
      visibility 0.3s;
    border-bottom: 1px solid #cfb85c66;
    box-shadow: 0 20px 35px #0006;
  }
  .mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .mobile-nav > a,
  .mobile-nav > button:not(.button) {
    padding: 12px 0;
    font-size: 15px;
    text-align: left;
    background: none;
  }
  .mobile-nav .button {
    font-size: 14px;
    min-height: 48px;
    margin-top: 14px;
  }
  .hero {
    height: 595px;
  }
  .hero-copy {
    padding-top: 143px;
    width: 440px;
  }
  .hero h1 {
    font-size: 40px;
  }
  .hero-technician {
    z-index: 1;
    left: 38%;
    top: 115px;
    width: 670px;
    opacity: 0.85;
  }
  .hero-shade {
    z-index: 2;
    background:
      linear-gradient(90deg, #000d, #0008 49%, transparent 90%),
      linear-gradient(0deg, #000b, transparent 70%);
  }
  .hero-content {
    z-index: 3;
  }
  .hero-side-note,
  .hero-quality {
    display: none;
  }
  .hero-target {
    z-index: 1;
    left: 45%;
    top: 180px;
  }
  .hero-description {
    font-size: 14px;
    max-width: 405px;
    line-height: 1.5;
  }
  .desktop-break {
    display: none;
  }
  .hero-benefits {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 20px 32px;
    margin-top: 28px;
  }
  .hero-benefits li {
    font-size: 12px;
  }
  .hero-actions .button {
    font-size: 12px;
    min-height: 46px;
  }
  .services {
    padding: 38px 0;
  }
  .services-heading {
    grid-template-columns: 1.25fr 1fr;
    gap: 24px;
    padding: 0;
    margin-bottom: 24px;
  }
  .services-heading h2 {
    font-size: 28px;
  }
  .services-heading h2 br {
    display: none;
  }
  .services-intro {
    font-size: 14px;
  }
  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
  .service-card {
    min-height: 214px;
    padding: 14px;
  }
  .service-image {
    height: 95px;
  }
  .service-info strong {
    font-size: 14px;
    min-height: 34px;
  }
  .service-info > span {
    font-size: 12px;
  }
  .round-arrow {
    width: 29px;
    height: 29px;
    bottom: 17px;
    right: 12px;
  }
  .service-card:last-child {
    grid-column: 2;
  }
  .differentials {
    padding: 34px 0;
  }
  .differentials-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .differentials-title {
    padding: 0;
    text-align: center;
  }
  .differentials .eyebrow br {
    display: none;
  }
  .differentials h2 {
    font-size: 31px;
  }
  .differentials h2 br {
    display: none;
  }
  .difference-card {
    min-height: 126px;
  }
  .difference-card p {
    font-size: 14px;
  }
  .difference-card .icon {
    width: 34px;
    height: 34px;
  }
  .environments {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .environment-card {
    height: 235px;
  }
  .environment-content,
  .environment-card:first-child .environment-content {
    left: 20px;
    right: 12px;
    bottom: 21px;
    flex-direction: column;
    gap: 10px;
  }
  .environment-content strong {
    font-size: 13px;
  }
  .environment-content > span > span {
    font-size: 12px;
  }
  .environment-content br {
    display: none;
  }
  .process {
    padding: 32px 0;
  }
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 26px;
    margin-top: 26px;
  }
  .process-step {
    gap: 10px;
  }
  .process-step h3 {
    font-size: 14px;
  }
  .process-step p {
    font-size: 12px;
  }
  .process-step:not(:last-child)::after {
    display: none;
  }
  .step-icon {
    width: 48px;
    height: 48px;
  }
  .contact-inner {
    padding: 30px 0;
    gap: 30px;
  }
  .contact h2 {
    font-size: 26px;
  }
  .contact p {
    font-size: 13px;
    white-space: normal;
  }
  .contact .button {
    min-width: 210px;
    min-height: 48px;
    font-size: 12px;
  }
  .footer-main {
    flex-wrap: wrap;
    padding: 24px 0;
    gap: 24px;
    justify-content: space-between;
  }
  .footer-nav {
    order: 4;
    width: 100%;
    margin-left: 0;
    justify-content: center;
    gap: 25px;
  }
  .footer-nav a,
  .footer-nav button {
    font-size: 12px;
  }
  .footer-brand {
    width: 168px;
  }
  .socials {
    margin-left: auto;
  }
  .socials > span {
    font-size: 12px;
  }
  .socials .icon {
    width: 20px;
    height: 20px;
  }
  .socials > div {
    gap: 12px;
  }
  .footer-promise {
    padding-left: 22px;
    margin-left: 0;
  }
  .footer-promise p {
    font-size: 12px;
  }
  .footer-bottom {
    font-size: 10px;
    min-height: 50px;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 18px;
  }
  .container,
  .hero-content,
  .process > .container {
    width: calc(100% - 40px);
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 2.7px;
  }
  .site-header {
    height: 78px;
  }
  .header-inner {
    width: calc(100% - 36px);
  }
  .brand {
    width: 169px;
  }
  .header-cta {
    display: none;
  }
  .hero {
    height: auto;
    min-height: 815px;
  }
  .hero-background {
    background-position: 61% top;
    background-size: auto 80%;
    background-repeat: no-repeat;
  }
  .hero-shade {
    background:
      linear-gradient(
        0deg,
        #060a05 0%,
        #060a05eb 12%,
        #060a0580 42%,
        #0003 66%,
        #0009
      ),
      linear-gradient(90deg, #0008, transparent 95%);
  }
  .hero-copy {
    padding-top: 110px;
    width: 100%;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 2.8px;
  }
  .hero h1 {
    font-size: clamp(30px, 8vw, 45px);
    line-height: 1.02;
    margin-top: 12px;
    letter-spacing: -0.035em;
  }
  .hero h1 > .gold-text {
    transform: none;
  }
  .hero-description {
    font-size: 14px;
    line-height: 1.45;
    margin-top: 18px;
    max-width: 360px;
  }
  .hero-technician {
    left: 5%;
    top: 332px;
    width: 520px;
    opacity: 0.95;
  }
  .hero-target {
    width: 290px;
    height: 290px;
    left: 21%;
    top: 400px;
    opacity: 0.23;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 22px;
  }
  .hero-actions .button {
    font-size: 12px;
    min-height: 46px;
    min-width: 213px;
  }
  .hero-actions .button-outline {
    min-height: 44px;
    background:
      linear-gradient(#040803a3, #040803a3) padding-box,
      var(--gold-gradient) border-box;
  }
  .hero-benefits {
    position: relative;
    margin-top: 244px;
    margin-bottom: 27px;
    gap: 17px 20px;
    grid-template-columns: 1fr 1fr;
  }
  .hero-benefits li {
    font-size: 12px;
    gap: 10px;
  }
  .hero-benefits .icon {
    width: 24px;
    height: 27px;
  }
  .services {
    padding: 34px 0 36px;
  }
  .services-heading {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }
  .services-heading h2 {
    font-size: 30px;
    line-height: 1.07;
  }
  .services-intro {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
  }
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .service-card {
    min-height: 224px;
    padding: 12px 12px 44px;
    border-radius: 10px;
  }
  .service-card:last-child {
    grid-column: auto;
  }
  .service-image {
    height: 86px;
    margin-bottom: 10px;
  }
  .service-info {
    gap: 6px;
    padding: 0;
  }
  .service-info strong {
    font-size: 13px;
    line-height: 1.25;
  }
  .service-info > span {
    font-size: 12px;
    line-height: 1.35;
    padding-right: 0;
  }
  .round-arrow {
    bottom: 10px;
    right: 12px;
    width: 26px;
    height: 26px;
  }
  .differentials {
    padding: 35px 0;
  }
  .differentials-title {
    text-align: left;
  }
  .differentials h2 {
    font-size: 31px;
    line-height: 1.03;
    margin-top: 12px;
  }
  .differentials h2 br {
    display: initial;
  }
  .differentials .eyebrow {
    font-size: 9px;
    letter-spacing: 2.5px;
  }
  .differentials .botanical-background {
    background-size: auto 46%;
    background-position: 16% center;
  }
  .difference-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .difference-card {
    min-height: 128px;
    gap: 14px;
  }
  .difference-card p {
    font-size: 14px;
  }
  .environments {
    grid-template-columns: 1fr;
  }
  .environment-card {
    height: 240px;
  }
  .environment-card + .environment-card {
    border-left: 0;
    border-top: 1px solid #e2c36842;
  }
  .environment-content,
  .environment-card:first-child .environment-content {
    bottom: 24px;
    left: 25px;
    right: 25px;
    flex-direction: row;
    gap: 15px;
  }
  .environment-content strong {
    font-size: 14px;
  }
  .environment-content > span > span {
    font-size: 14px;
    line-height: 1.4;
  }
  .environment-content br {
    display: initial;
  }
  .environment-content .environment-arrow {
    opacity: 1;
    transform: none;
    bottom: 6px;
  }
  .environment-card > img {
    object-position: center 48%;
  }
  .process {
    padding: 35px 0 37px;
  }
  .process h2 {
    font-size: 31px;
    line-height: 1.04;
    max-width: 310px;
  }
  .process-steps {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 28px;
  }
  .process-step {
    gap: 12px;
  }
  .step-icon {
    width: 54px;
    height: 54px;
  }
  .step-number {
    font-size: 16px;
    padding-top: 7px;
    min-width: 22px;
  }
  .process-step h3 {
    font-size: 15px;
    margin-top: 7px;
    margin-bottom: 6px;
  }
  .process-step p {
    font-size: 13px;
    line-height: 1.4;
  }
  .process-step:not(:last-child)::after {
    display: block;
    width: 1px;
    height: 19px;
    top: 60px;
    left: 27px;
    background: linear-gradient(#c29b3c, #c29b3c33);
  }
  .process-step:last-child > div {
    margin-left: 30px;
  }
  .contact .botanical-background {
    background-position: 42% center;
    inset: 0% 0%;
  }
  .contact-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 36px 0;
    gap: 23px;
  }
  .contact h2 {
    font-size: 28px;
    line-height: 1.03;
  }
  .contact h2 br {
    display: none;
  }
  .contact p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .contact .gold-rule {
    margin-top: 13px;
    width: 31px;
  }
  .contact .button {
    width: 100%;
    font-size: 14px;
    min-height: 49px;
  }
  .site-footer .container {
    width: calc(100% - 40px);
  }
  .footer-main {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 27px 0;
    gap: 23px 15px;
  }
  .footer-brand {
    width: 164px;
  }
  .socials > div {
    gap: 10px;
  }
  .footer-nav {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    grid-column: 1 / -1;
    justify-content: space-between;
    gap: 8px 16px;
    order: 0;
  }
  .footer-nav a,
  .footer-nav button {
    font-size: 11px;
    text-align: left;
  }
  .footer-promise {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid #cfb66a22;
    padding: 22px 0 0;
    height: auto;
    gap: 12px;
  }
  .footer-promise p {
    font-size: 12px;
  }
  .footer-bottom {
    padding: 18px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 9px;
    line-height: 1.5;
  }
  .footer-bottom > div {
    font-size: 10px;
  }
  .detail-dialog {
    padding: 38px 24px 28px;
    border-radius: 12px;
  }
  .detail-dialog h2 {
    font-size: 29px;
  }
  .dialog-service-image {
    height: 160px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
  .motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
  .hero-background,
  .hero-technician,
  .hero-target,
  .botanical-background {
    transform: none !important;
  }
}
