:root {
  --bg: oklch(0.985 0.006 164);
  --surface: oklch(0.965 0.018 170);
  --surface-strong: oklch(0.91 0.052 170);
  --ink: oklch(0.17 0.04 168);
  --muted: oklch(0.36 0.035 168);
  --primary: oklch(0.38 0.105 166);
  --primary-deep: oklch(0.22 0.078 166);
  --primary-soft: oklch(0.78 0.09 168);
  --jade-black: oklch(0.12 0.055 168);
  --marble: oklch(0.90 0.058 174);
  --accent: oklch(0.72 0.12 72);
  --accent-dark: oklch(0.34 0.082 72);
  --copper: oklch(0.58 0.11 46);
  --blush: oklch(0.72 0.1 22);
  --line: oklch(0.83 0.035 168);
  --white: oklch(1 0 0);
  --shadow: 0 22px 54px oklch(0.13 0.04 168 / 0.18);
  --shadow-rich: 0 30px 70px oklch(0.08 0.04 168 / 0.32);
  --font-body: "Manrope", system-ui, sans-serif;
  --font-display: "Marcellus", Georgia, serif;
  --max: 1180px;
  --header-height: 88px;
  --z-sticky: 20;
  --z-menu: 30;
  --z-float: 40;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 7% 3%, oklch(0.77 0.09 170 / 0.16), transparent 30%),
    radial-gradient(circle at 93% 18%, oklch(0.73 0.12 72 / 0.10), transparent 26%),
    var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

main,
section,
.hero-copy,
.hero-media,
.section-copy,
.salon-frame,
.design-photo,
.hours-card,
.gallery,
.contact-copy,
.map-frame {
  min-width: 0;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.skip-link,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  width: auto;
  height: auto;
  margin: 16px;
  padding: 12px 16px;
  clip: auto;
  background: var(--primary-deep);
  color: var(--white);
  z-index: 100;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: var(--z-sticky);
  background: oklch(0.985 0.006 164 / 0.86);
  border-bottom: 1px solid oklch(0.78 0.04 168 / 0.35);
  backdrop-filter: blur(18px) saturate(1.16);
  transition: background 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  background: oklch(0.985 0.006 164 / 0.96);
  box-shadow: 0 14px 34px oklch(0.13 0.04 168 / 0.12);
}

.nav-shell {
  width: min(var(--max), calc(100% - 36px));
  min-height: var(--header-height);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 auto;
}

.brand-logo {
  width: clamp(158px, 13vw, 198px);
  height: 68px;
  object-fit: contain;
  object-position: center;
  filter: contrast(1.22) saturate(1.28) brightness(0.82) drop-shadow(0 8px 14px oklch(0.1 0.04 166 / 0.18));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.6vw, 24px);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a {
  text-decoration: none;
  color: var(--muted);
}

.nav-links a:hover {
  color: var(--primary-deep);
}

.nav-links .nav-cta {
  color: var(--white);
  background:
    linear-gradient(135deg, var(--primary), var(--primary-deep));
  padding: 0.78rem 1rem;
  border-radius: 999px;
  box-shadow: 0 10px 24px oklch(0.18 0.07 166 / 0.18);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: var(--primary-deep);
  color: var(--white);
  cursor: pointer;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: auto;
  background: currentColor;
  border-radius: 999px;
  transition: transform 220ms ease, opacity 220ms ease;
}

.menu-icon {
  position: relative;
}

.menu-icon::before,
.menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-icon::before {
  top: -7px;
}

.menu-icon::after {
  top: 7px;
}

.menu-toggle[aria-expanded="true"] .menu-icon {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-icon::before {
  transform: translateY(7px) rotate(90deg);
}

.menu-toggle[aria-expanded="true"] .menu-icon::after {
  opacity: 0;
}

.hero {
  min-height: 92svh;
  padding: calc(var(--header-height) + 54px) clamp(18px, 5vw, 72px) 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: clamp(32px, 6vw, 88px);
  overflow: hidden;
}

.marble-surface {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 10% 15%, oklch(0.78 0.11 172 / 0.34), transparent 34%),
    radial-gradient(ellipse at 82% 12%, oklch(0.82 0.10 78 / 0.20), transparent 28%),
    linear-gradient(130deg, var(--surface), var(--white) 42%, var(--marble));
}

.marble-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.42;
  background:
    linear-gradient(112deg, transparent 0 18%, oklch(0.66 0.08 170 / 0.26) 20%, transparent 24% 46%, oklch(0.78 0.11 74 / 0.22) 48%, transparent 53%),
    linear-gradient(28deg, transparent 0 30%, oklch(0.62 0.055 172 / 0.18) 34%, transparent 42% 100%);
  filter: blur(1px);
}

.hero.marble-surface {
  color: var(--white);
  background:
    radial-gradient(circle at 74% 24%, oklch(0.58 0.12 170 / 0.28), transparent 30%),
    radial-gradient(circle at 16% 86%, oklch(0.66 0.12 78 / 0.14), transparent 28%),
    linear-gradient(130deg, var(--jade-black), var(--primary-deep) 46%, oklch(0.19 0.075 180));
}

.hero.marble-surface::before {
  opacity: 0.5;
  background:
    linear-gradient(118deg, transparent 0 22%, oklch(0.72 0.12 176 / 0.28) 24%, transparent 30% 58%, oklch(0.8 0.12 78 / 0.18) 60%, transparent 65%),
    linear-gradient(22deg, transparent 0 36%, oklch(0.56 0.09 168 / 0.24) 39%, transparent 46% 100%);
}

.hero-copy {
  max-width: 670px;
}

.hero-kicker,
.section-kicker {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: 0.88rem;
  font-weight: 800;
}

.hero h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(4rem, 10vw, 6rem);
  color: var(--primary-deep);
}

.hero .hero-kicker {
  color: var(--accent);
}

.hero h1 {
  color: var(--white);
  text-shadow: 0 18px 44px oklch(0 0 0 / 0.22);
}

.hero-copy > p:not(.hero-kicker) {
  max-width: 58ch;
  margin: 24px 0 0;
  color: oklch(0.9 0.02 166);
  font-size: clamp(1.06rem, 2vw, 1.25rem);
  text-wrap: pretty;
}

.hero-actions,
.booking-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  max-width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.78rem 1.08rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background:
    linear-gradient(135deg, oklch(0.48 0.13 166), var(--primary));
  color: var(--white);
  box-shadow: 0 14px 28px oklch(0.14 0.06 166 / 0.22);
}

.button-quiet {
  background: oklch(1 0 0 / 0.92);
  color: var(--primary-deep);
  box-shadow: inset 0 0 0 1px oklch(0.72 0.05 166 / 0.5);
}

.button-gold {
  background:
    linear-gradient(135deg, var(--accent), oklch(0.62 0.13 68));
  color: var(--jade-black);
  box-shadow: 0 14px 28px oklch(0.26 0.08 72 / 0.18);
}

.hero-media {
  position: relative;
  min-height: 520px;
}

.hero-media img {
  width: 100%;
  height: min(68vh, 660px);
  min-height: 480px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid oklch(0.95 0.02 166 / 0.32);
  box-shadow: var(--shadow-rich);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  border: 1px solid oklch(0.78 0.12 72 / 0.54);
  border-radius: 16px;
  pointer-events: none;
}

.status-card {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--primary-deep);
  background: oklch(1 0 0 / 0.9);
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blush);
}

.status-dot.is-open {
  background: oklch(0.68 0.16 145);
}

.section-band,
.services,
.price-section,
.design-upload,
.booking,
.hours-contact,
.recent-work,
.contact-section {
  padding: clamp(70px, 10vw, 132px) clamp(18px, 5vw, 72px);
}

.intro,
.design-upload {
  background:
    linear-gradient(180deg, oklch(1 0 0), oklch(0.965 0.02 170));
}

.section-grid,
.contact-grid,
.hours-contact {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1fr);
  align-items: center;
  gap: clamp(32px, 6vw, 84px);
}

.section-grid.reverse {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);
}

.section-grid.reverse .section-copy {
  order: 2;
}

.section-copy h2,
.section-heading h2,
.booking h2,
.hours-card h2,
.contact-copy h2 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  color: var(--primary-deep);
}

.section-copy p,
.section-heading p,
.booking p,
.contact-copy p,
.contact-copy address {
  max-width: 68ch;
  color: var(--muted);
  text-wrap: pretty;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.feature-list span {
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, oklch(0.95 0.036 170), oklch(0.88 0.06 175));
  color: var(--primary-deep);
  font-weight: 800;
}

.salon-frame img,
.design-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.salon-frame img {
  aspect-ratio: 1 / 1;
}

.section-heading {
  width: min(820px, 100%);
  margin: 0 auto clamp(34px, 6vw, 58px);
  text-align: center;
}

.section-heading p:last-child {
  margin-inline: auto;
}

.service-layout {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

.service-panel {
  min-height: 230px;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 16px;
  background:
    linear-gradient(145deg, var(--primary-deep), var(--jade-black));
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.service-panel:nth-child(2) {
  background:
    linear-gradient(145deg, var(--primary), oklch(0.25 0.09 178));
}

.service-panel:nth-child(3) {
  background: var(--accent);
  color: var(--primary-deep);
}

.service-panel h3 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.service-panel p {
  margin: 16px 0 0;
}

.price-section {
  overflow: hidden;
}

.price-tabs {
  width: min(var(--max), 100%);
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  overflow-x: auto;
  padding: 6px 2px 14px;
  scrollbar-width: thin;
}

.tab-button {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  background: var(--white);
  color: var(--primary-deep);
  font: 800 0.95rem var(--font-body);
  cursor: pointer;
  box-shadow: inset 0 0 0 1px var(--line);
}

.tab-button.active {
  background: var(--primary);
  color: var(--white);
  box-shadow: none;
}

.price-board {
  width: min(920px, 100%);
  margin: 0 auto;
  border-radius: 18px;
  background:
    linear-gradient(180deg, oklch(1 0 0), oklch(0.965 0.018 170));
  border: 1px solid oklch(0.82 0.04 166 / 0.65);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.price-panel {
  padding: clamp(24px, 4vw, 42px);
}

.price-panel h3 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--primary-deep);
}

.panel-subtitle {
  margin: 0 0 22px;
  color: var(--primary);
  font-size: 1.08rem;
  font-weight: 900;
}

.price-list {
  margin: 0;
}

.price-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.price-list div:last-child {
  border-bottom: 0;
}

.price-list dt {
  color: var(--ink);
  font-weight: 700;
}

.duration,
.service-note {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
}

.service-note {
  max-width: 62ch;
  margin-top: 5px;
}

.price-list dd {
  margin: 0;
  color: var(--primary-deep);
  font-weight: 900;
}

.price-list .price-important {
  margin: 8px -12px 0;
  padding: 13px 12px;
  border: 1px solid oklch(0.72 0.08 158 / 0.5);
  border-radius: 10px;
  background: oklch(0.95 0.035 158);
}

.price-list .price-important dt,
.price-list .price-important dd {
  color: var(--primary-deep);
}

.guarantee-box {
  width: min(920px, 100%);
  margin: 20px auto 0;
  padding: 20px clamp(20px, 4vw, 32px);
  border-radius: 16px;
  background: var(--primary-deep);
  color: var(--white);
}

.guarantee-box p {
  margin: 0;
}

.guarantee-box p + p {
  margin-top: 6px;
}

.booking {
  text-align: center;
}

.booking-inner {
  width: min(760px, 100%);
  margin: 0 auto;
}

.booking-actions {
  justify-content: center;
}

.hours-contact {
  align-items: start;
}

.hours-card {
  padding: clamp(24px, 4vw, 38px);
  border-radius: 18px;
  background:
    linear-gradient(150deg, var(--jade-black), var(--primary-deep) 58%, oklch(0.28 0.095 176));
  color: var(--white);
  box-shadow: var(--shadow-rich);
}

.hours-card .section-kicker,
.hours-card h2 {
  color: var(--white);
}

.hours-card h2 {
  max-width: 100%;
  font-size: clamp(2.9rem, 4.2vw, 3.45rem);
  letter-spacing: -0.015em;
}

.hours-heading {
  display: grid;
  justify-items: start;
  gap: 16px;
  margin-bottom: 28px;
}

.open-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  padding: 10px 12px;
  border-radius: 999px;
  background: oklch(1 0 0 / 0.12);
  font-weight: 800;
}

.hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hours-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid oklch(1 0 0 / 0.16);
  color: oklch(0.93 0.02 158);
}

.hours-list li:last-child {
  border-bottom: 0;
}

.hours-list .is-today {
  color: var(--white);
  font-weight: 900;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 190px;
  gap: 14px;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.gallery img {
  grid-column: span 3;
}

.recent-work {
  background: var(--primary-deep);
  color: var(--white);
}

.recent-work-heading {
  width: min(var(--max), 100%);
  margin: 0 auto clamp(34px, 5vw, 58px);
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: clamp(24px, 5vw, 72px);
}

.recent-work-heading .section-kicker {
  color: var(--accent);
}

.recent-work-heading h2 {
  max-width: 10ch;
  font-size: clamp(2.8rem, 6vw, 5rem);
  color: var(--white);
}

.recent-work-heading > p {
  max-width: 58ch;
  margin: 0;
  color: oklch(0.9 0.025 165);
  text-wrap: pretty;
}

.recent-gallery {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.recent-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 14px;
  background: oklch(0.18 0.05 168);
}

.contact-copy address {
  font-style: normal;
  font-weight: 800;
  color: var(--ink);
}

.contact-actions {
  gap: 10px;
}

.map-frame {
  min-height: 430px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
}

.site-footer {
  background:
    radial-gradient(circle at 12% 12%, oklch(0.45 0.11 168 / 0.35), transparent 28%),
    linear-gradient(135deg, var(--jade-black), var(--primary-deep));
  color: var(--white);
  padding: 34px clamp(18px, 5vw, 72px);
}

.footer-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.footer-brand .brand-logo {
  filter: drop-shadow(0 10px 18px oklch(0 0 0 / 0.22));
}

.footer-inner p {
  margin: 0;
  color: oklch(0.92 0.024 158);
  text-align: center;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-socials a,
.floating-whatsapp,
.back-to-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-decoration: none;
  font-weight: 900;
}

.footer-socials a {
  background: oklch(1 0 0 / 0.12);
  color: var(--accent);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: var(--z-float);
  background: oklch(0.68 0.16 145);
  color: var(--white);
  box-shadow: 0 8px 24px oklch(0.18 0.05 145 / 0.28);
}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 74px;
  z-index: var(--z-float);
  border: 0;
  background: var(--primary-deep);
  color: var(--white);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

.js .reveal {
  opacity: 1;
  transform: translateY(18px);
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1020px) {
  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: fixed;
    inset: var(--header-height) 14px auto;
    z-index: var(--z-menu);
    display: grid;
    gap: 0;
    padding: 14px;
    border-radius: 18px;
    background: var(--white);
    box-shadow: var(--shadow);
    transform: translateY(-18px);
    opacity: 0;
    pointer-events: none;
    transition: transform 220ms ease, opacity 220ms ease;
  }

  .nav-links.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a {
    padding: 13px 10px;
  }

  .nav-links .nav-cta {
    margin-top: 8px;
    text-align: center;
  }

  .hero,
  .section-grid,
  .section-grid.reverse,
  .contact-grid,
  .hours-contact,
  .recent-work-heading {
    grid-template-columns: minmax(0, 1fr);
  }

  .section-grid.reverse .section-copy {
    order: 0;
  }

  .hero {
    padding-top: calc(var(--header-height) + 34px);
  }

  .hero h1 {
    max-width: 9ch;
  }

  .recent-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  :root {
    --header-height: 76px;
  }

  .nav-shell {
    width: min(100% - 24px, var(--max));
  }

  .brand-logo {
    width: 142px;
    height: 58px;
  }

  .hero {
    min-height: auto;
    padding-inline: 18px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 18vw, 4.4rem);
  }

  .hero-actions,
  .booking-actions,
  .contact-actions {
    display: grid;
  }

  .price-tabs {
    justify-content: flex-start;
  }

  .button {
    width: 100%;
  }

  .hero-media {
    min-height: 0;
  }

  .hero-media img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .hero-media::before {
    inset: -10px 10px 10px -10px;
  }

  .status-card {
    left: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
  }

  .footer-inner {
    display: grid;
    justify-items: start;
  }

  .gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .gallery img,
  .gallery img:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 4 / 5;
  }

  .recent-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .price-list div,
  .hours-list li {
    gap: 12px;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 360px;
  }

  .floating-whatsapp,
  .back-to-top {
    right: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
