@font-face {
  font-family: Figtree;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/figtree-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Figtree;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/figtree-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Unbounded;
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("../fonts/unbounded-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Unbounded;
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("../fonts/unbounded-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --paper: #f3eee6;
  --paper-2: #e8e0d4;
  --ink: #161412;
  --muted: #5c574f;
  --line: rgba(22, 20, 18, 0.14);
  --accent: #c41e3a;
  --accent-2: #9b1730;
  --accent-soft: #f3c5cc;
  --dark: #12100e;
  --max: 1120px;
  --pad: clamp(1.1rem, 4vw, 2.1rem);
  --header: 4.5rem;
  --display: Unbounded, Figtree, "Avenir Next", "Segoe UI", sans-serif;
  --body: Figtree, "Segoe UI", sans-serif;
  --shadow: 0 16px 40px rgba(22, 20, 18, 0.08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 1.08rem;
  line-height: 1.62;
  color: var(--ink);
  background: var(--paper);
  text-rendering: optimizeLegibility;
  padding-bottom: 4.6rem;
}
main { padding-top: 5.6rem; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 {
  font-family: var(--display);
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin: 0 0 0.65em;
  font-weight: 700;
  text-wrap: balance;
}
h1 { font-size: clamp(1.85rem, 4.4vw, 2.85rem); }
h2 { font-size: clamp(1.45rem, 3vw, 2.05rem); }
h3 { font-size: clamp(1.12rem, 2vw, 1.3rem); letter-spacing: -0.01em; font-weight: 650; }
p { margin: 0 0 1rem; }
ul { margin: 0; padding: 0; list-style: none; }

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--accent);
  color: #fff;
  padding: 0.6rem 1rem;
  z-index: 100;
}
.skip:focus { left: 0.6rem; top: 0.6rem; }

.wrap {
  width: min(var(--max), calc(100% - var(--pad) * 2));
  margin-inline: auto;
}
.lede { font-size: 1.18rem; line-height: 1.65; color: var(--muted); max-width: 40rem; }
.eyebrow, .kicker {
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 0.65rem;
  color: var(--accent);
}
.note {
  color: var(--muted);
  max-width: 46rem;
  margin-bottom: 1.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.7rem 1.15rem;
  text-decoration: none;
  border: 1px solid var(--ink);
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: -0.01em;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.btn svg { width: 1.15rem; height: 1.15rem; flex-shrink: 0; }
.btn-accent { background: var(--accent); border-color: var(--accent); color: #fff; }
.btn-accent:hover { background: var(--accent-2); border-color: var(--accent-2); }
.btn-call { background: var(--ink); border-color: var(--ink); color: #fff; }
.btn-call:hover { background: #000; }
.btn-whatsapp { background: #1f8f4a; border-color: #1f8f4a; color: #fff; }
.btn-whatsapp:hover { background: #18753c; border-color: #18753c; }
.btn-dark { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1.35rem; }

.site-header {
  position: fixed;
  top: 0.7rem;
  left: 0;
  right: 0;
  z-index: 50;
  pointer-events: none;
}
.header-inner {
  pointer-events: auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: min(1180px, calc(100% - 1.4rem));
  margin-inline: auto;
  min-height: var(--header);
  padding: 0.28rem 0.35rem 0.28rem 1rem;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(22, 20, 18, 0.1);
  border-radius: 999px;
  box-shadow: 0 14px 40px rgba(22, 20, 18, 0.08);
}
.site-header .brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.site-header .brand img {
  display: block;
  height: 52px;
  width: auto;
  max-width: min(260px, 62vw);
}
@media (max-width: 979px) {
  .site-header .brand img {
    height: 40px;
    max-width: min(168px, 44vw);
  }
}
.footer-brand .brand { display: flex; align-items: center; }
.footer-brand .brand img { height: 3.2rem; width: auto; max-width: min(18rem, 100%); }
.nav { display: none; margin-left: auto; align-items: center; gap: 0.05rem; }
.nav-link {
  text-decoration: none;
  padding: 0.5rem 0.62rem;
  font-weight: 550;
  font-size: 0.92rem;
  color: var(--ink);
  opacity: 0.78;
}
.nav-link:hover, .nav-link.is-active { opacity: 1; }
.nav-item { position: relative; }
.nav-item.has-sub > .nav-link::after {
  content: "";
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.28rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.45;
}
.subnav {
  display: none;
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 0;
  min-width: 16rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: var(--shadow);
  padding: 0.5rem;
  z-index: 20;
}
.subnav a { display: block; padding: 0.55rem 0.7rem; text-decoration: none; border-radius: 0.55rem; }
.subnav a:hover { background: var(--paper-2); }
.nav-item:hover .subnav, .nav-item:focus-within .subnav { display: block; }
.header-contact {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
  flex-shrink: 0;
}
.header-contact-btn {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(22, 20, 18, 0.16);
  transition: transform 0.15s;
}
.header-contact-btn svg { width: 1.15rem; height: 1.15rem; }
.header-contact-btn.is-call { background: var(--accent); }
.header-contact-btn.is-whatsapp { background: #25d366; }
.header-contact-btn:hover { transform: translateY(-1px); }
.header-cta {
  display: none;
  min-height: 2.55rem;
  padding: 0.45rem 1.05rem;
  border-radius: 999px;
}
.nav-toggle {
  margin-left: 0.15rem;
  width: 2.45rem;
  height: 2.45rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  display: grid;
  place-items: center;
  gap: 6px;
  padding: 0;
}
.nav-toggle span { display: block; width: 16px; height: 1.5px; background: var(--ink); }
body.nav-open .header-inner { border-radius: 1.6rem; }
body.nav-open .nav {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 0.55rem);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  box-shadow: var(--shadow);
  padding: 0.7rem 0.85rem 1rem;
  align-items: stretch;
}
body.nav-open .subnav { position: static; display: grid; box-shadow: none; border: 0; background: transparent; padding: 0 0 0.4rem 0.5rem; }
@media (min-width: 980px) {
  .nav { display: flex; }
  .header-contact { margin-left: 0.25rem; }
  .header-cta { display: inline-flex; margin-left: 0.15rem; }
  .nav-toggle { display: none; }
  body { padding-bottom: 0; }
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 1.6rem 0 2.6rem;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(ellipse 55% 70% at 88% 42%, rgba(196, 30, 58, 0.16), transparent 68%),
    radial-gradient(ellipse 40% 50% at 12% 18%, rgba(196, 30, 58, 0.07), transparent 70%);
}
.hero-layout {
  display: grid;
  gap: 1.4rem;
  align-items: center;
}
.hero-badge, .page-hero .hero-badge {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  margin: 0 0 0.9rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}
.hero-badge strong { color: var(--accent); }
.hero-frame, .frame {
  position: relative;
  background: var(--paper-2);
}
.hero-frame img, .frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.hero-frame::before, .hero-frame::after, .frame::before, .frame::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid var(--accent);
  z-index: 1;
  pointer-events: none;
}
.hero-frame::before, .frame::before { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.hero-frame::after, .frame::after { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }

.hero-stage {
  position: relative;
  isolation: isolate;
  min-height: 22rem;
  display: grid;
  place-items: center;
  perspective: 1400px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
}
.hero-stage-glow {
  position: absolute;
  width: min(92%, 28rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 40%, rgba(255, 255, 255, 0.6), transparent 42%),
    radial-gradient(circle at 50% 55%, rgba(200, 184, 158, 0.42), transparent 64%);
  filter: blur(2px);
  z-index: 0;
  pointer-events: none;
}
.hero-stage-ring {
  position: absolute;
  width: min(78%, 22rem);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(140, 120, 90, 0.18);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.35),
    0 0 0 12px rgba(200, 184, 158, 0.08);
  z-index: 0;
  pointer-events: none;
  animation: stage-spin 28s linear infinite;
}
@keyframes stage-spin {
  to { transform: rotate(360deg); }
}
.hero-shirt {
  position: relative;
  z-index: 2;
  width: min(100%, 22rem);
  transform:
    translate3d(0, 0, 0)
    rotateX(calc(var(--tilt-x) + 6deg))
    rotateY(calc(var(--tilt-y) - 12deg));
  transform-style: preserve-3d;
  animation: shirt-float 5.8s ease-in-out infinite;
  transition: transform 0.18s ease-out;
  will-change: transform;
  filter: drop-shadow(0 22px 28px rgba(22, 20, 18, 0.18));
}
.hero-shirt img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  pointer-events: none;
}
@keyframes shirt-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -14px; }
}
.hero-stage-shadow {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 48%;
  height: 1.1rem;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(22, 20, 18, 0.22), transparent 72%);
  filter: blur(8px);
  z-index: 1;
  pointer-events: none;
  animation: shadow-breathe 5.8s ease-in-out infinite;
}
@keyframes shadow-breathe {
  0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.85; }
  50% { transform: translateX(-50%) scale(0.86); opacity: 0.55; }
}
.hero-float {
  position: absolute;
  z-index: 3;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(22, 20, 18, 0.1);
  box-shadow: 0 12px 28px rgba(22, 20, 18, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--ink);
  animation: chip-bob 4.8s ease-in-out infinite;
}
.hero-float.is-a {
  left: 4%;
  top: 22%;
  color: var(--accent);
  animation-delay: 0.2s;
}
.hero-float.is-b {
  right: 2%;
  top: 34%;
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  animation-delay: 0.8s;
}
.hero-float.is-c {
  left: 10%;
  bottom: 18%;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0;
  animation-delay: 1.3s;
}
@keyframes chip-bob {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); }
  50% { transform: translate3d(6px, -10px, 0) rotate(2deg); }
}
@media (min-width: 900px) {
  .hero { padding: 2.2rem 0 3.2rem; }
  .hero-layout { grid-template-columns: 1.05fr 0.95fr; gap: 1.8rem; }
  .hero-stage { min-height: 30rem; }
  .hero-shirt { width: min(100%, 26rem); }
}

.marquee {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--accent);
  color: #fff;
}
.marquee-track { display: flex; width: max-content; animation: marquee 32s linear infinite; }
.marquee-group { display: flex; gap: 1.8rem; padding: 0.7rem 1.8rem; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; font-weight: 700; }
.marquee-group span::after { content: " · "; color: rgba(255, 255, 255, 0.55); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 3.2rem 0; }
.section-tint { background: color-mix(in srgb, var(--paper-2) 70%, #fff); }
.section-head { margin-bottom: 1.6rem; }
.page-hero { padding: 2.2rem 0 1.6rem; }
.page-hero-grid { display: grid; gap: 1.4rem; }
@media (min-width: 880px) {
  .page-hero-grid { grid-template-columns: 1.1fr 0.9fr; align-items: center; }
}

.trust {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
.trust div { border-top: 2px solid var(--accent); padding-top: 0.7rem; }
.trust strong { display: block; font-family: var(--display); font-size: 1.25rem; }
.trust span { color: var(--muted); font-size: 0.92rem; }
@media (min-width: 800px) { .trust { grid-template-columns: repeat(4, 1fr); } }

.compare { border: 1px solid var(--line); background: #fff; }
.compare-head, .compare-row {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
}
.compare-head { background: var(--ink); color: #fff; font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; }
.compare-row { border-top: 1px solid var(--line); }
.compare-row .is-us { font-weight: 700; }
.compare-cta { margin: 1.4rem 0 0; }

.cards { display: grid; gap: 1rem; }
.cols-3 { grid-template-columns: 1fr; }
.cols-4 { grid-template-columns: 1fr; }
@media (min-width: 700px) {
  .cols-3 { grid-template-columns: repeat(3, 1fr); }
  .cols-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 980px) { .cols-4 { grid-template-columns: repeat(4, 1fr); } }
.card, .service, .case {
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.2rem;
  text-decoration: none;
  color: inherit;
  display: block;
}
.card p, .service p, .case p { color: var(--muted); }
.service img, .case-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 0.9rem;
}
.more { color: var(--accent); font-weight: 700; font-size: 0.92rem; }

.service-list { display: grid; gap: 0.7rem; }
.service-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: center;
  padding: 0.85rem;
  background: #fff;
  border: 1px solid var(--line);
  text-decoration: none;
}
.service-row img {
  width: 5.4rem;
  height: 4rem;
  object-fit: cover;
}
.service-num {
  font-family: var(--display);
  color: var(--accent);
  font-weight: 800;
}
.service-row strong { display: block; font-family: var(--display); font-size: 1.15rem; }
.service-row em { font-style: normal; color: var(--muted); }
.service-row .more { display: none; }
@media (min-width: 760px) {
  .service-row { grid-template-columns: auto auto 1fr auto; }
  .service-row .more { display: inline; }
}

.split { display: grid; gap: 1.4rem; }
@media (min-width: 860px) { .split { grid-template-columns: 1fr 1fr; align-items: start; } }
.list-check li { padding-left: 1.15rem; position: relative; margin: 0.45rem 0; }
.list-check li::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  background: var(--accent);
  position: absolute;
  left: 0;
  top: 0.55rem;
}

.faq-item { border-top: 1px solid var(--line); }
.faq-item summary {
  cursor: pointer;
  padding: 0.95rem 0;
  font-weight: 700;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-body { padding: 0 0 1rem; color: var(--muted); }

.cta-band { background: var(--ink); color: #fff; padding: 3rem 0; }
.cta-band .eyebrow { color: var(--accent-soft); }
.cta-band .lede { color: rgba(255,255,255,0.78); }
.cta-band-inner { display: grid; gap: 1.2rem; }
@media (min-width: 860px) {
  .cta-band-inner { grid-template-columns: 1.2fr 0.8fr; align-items: center; }
}

.case { padding: 0; overflow: hidden; }
.case-body { padding: 1.1rem 1.15rem 1.25rem; }
.case-media { background: var(--paper-2); overflow: hidden; }
.cases-detail { display: grid; gap: 1.4rem; }
.case-detail {
  display: grid;
  gap: 1rem;
  background: #fff;
  border: 1px solid var(--line);
  padding: 1rem;
}
@media (min-width: 860px) {
  .case-detail { grid-template-columns: 1.05fr 0.95fr; }
}

.form {
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.2rem;
}
.form-grid { display: grid; gap: 0.85rem; }
@media (min-width: 700px) { .form-grid { grid-template-columns: 1fr 1fr; } }
.form label { display: grid; gap: 0.35rem; font-weight: 650; font-size: 0.92rem; }
.form .full { grid-column: 1 / -1; }
.form input, .form select, .form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 0.7rem 0.75rem;
}
.form textarea { resize: vertical; min-height: 8rem; }
.check { display: flex; gap: 0.7rem; align-items: flex-start; margin: 1rem 0; font-size: 0.92rem; }
.check input { margin-top: 0.25rem; }
.form-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: center; }
.form-note, .form-status { color: var(--muted); font-size: 0.9rem; margin: 0; }
.form-status.is-err { color: var(--accent); }
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }

.contact-grid { display: grid; gap: 1.4rem; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 0.8fr 1.2fr; } }
.info-box { background: var(--dark); color: #fff; padding: 1.5rem; }
.info-box a { color: #fff; }
.info-box .eyebrow { color: var(--accent-soft); }
.info-box .btn-row { margin-top: 1rem; }

.article { padding-top: 1.3rem; padding-bottom: 3rem; }
.prose { max-width: 46rem; }
.prose a { color: var(--accent); }
.prose h2 { margin-top: 1.8rem; }

.site-footer {
  background: var(--dark);
  color: #ece7df;
  padding: 3rem 0 6.5rem;
}
.footer-grid { display: grid; gap: 1.6rem; }
@media (min-width: 860px) { .footer-grid { grid-template-columns: 1.3fr 0.8fr 0.8fr 1.1fr; } }
.footer-title { font-family: var(--display); letter-spacing: -0.015em; margin: 0 0 0.7rem; font-weight: 700; }
.footer-brand p, .footer-meta { color: rgba(255,255,255,0.72); }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer li { margin: 0.35rem 0; }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 2rem;
  padding-top: 1rem;
  font-size: 0.82rem;
}

.contact-dock {
  position: fixed;
  z-index: 55;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: var(--ink);
  padding-bottom: env(safe-area-inset-bottom);
}
.contact-dock.cols-1 { grid-template-columns: 1fr; }
.contact-dock.cols-2 { grid-template-columns: 1fr 1fr; }
.contact-dock a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.5rem;
  padding: 0.65rem 0.45rem;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.contact-dock svg { width: 1.25rem; height: 1.25rem; flex-shrink: 0; }
.contact-dock span { display: flex; flex-direction: column; line-height: 1.15; }
.contact-dock strong { font-size: 0.88rem; }
.contact-dock em { font-style: normal; font-weight: 550; font-size: 0.68rem; opacity: 0.88; }
.contact-dock .is-whatsapp { background: #1f8f4a; }
.contact-dock .is-call { background: var(--accent); }
.contact-dock .is-form { background: var(--ink); }
@media (min-width: 980px) { .contact-dock { display: none; } .site-footer { padding-bottom: 3rem; } }

.cookie {
  position: fixed;
  z-index: 60;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 5.4rem;
  background: #fff;
  border: 1px solid var(--ink);
  padding: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  box-shadow: var(--shadow);
}
.cookie[hidden] { display: none; }
.cookie p { margin: 0; font-size: 0.88rem; }
@media (min-width: 980px) { .cookie { bottom: 1rem; left: 1rem; max-width: 36rem; right: auto; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track, .btn, .hero-shirt, .hero-stage-ring, .hero-stage-shadow, .hero-float {
    animation: none;
    transition: none;
  }
}
