:root {
  --ink: #174a35;
  --ink-soft: #276247;
  --gold: #e2a900;
  --gold-dark: #986600;
  --cream: #f6f4ea;
  --paper: #fffefa;
  --muted: #657269;
  --line: rgba(23, 74, 53, 0.16);
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}
h2 { font-size: clamp(2.35rem, 4.6vw, 4.35rem); }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 999;
  background: var(--gold);
  color: var(--ink);
  padding: .75rem 1rem;
  font-weight: 700;
}
.skip-link:focus { top: 1rem; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, .95);
  color: var(--ink);
  backdrop-filter: blur(18px);
  border-bottom: 3px solid var(--gold);
}
.nav-wrap {
  width: min(var(--max), calc(100% - 3rem));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
.wordmark { text-decoration: none; display: inline-flex; flex-direction: column; line-height: 1; }
.wordmark-main { font-size: 1.25rem; letter-spacing: .025em; font-weight: 800; }
.wordmark-main strong { color: var(--gold); }
.wordmark-sub { margin-top: .3rem; font-family: Georgia, serif; font-size: .72rem; letter-spacing: .16em; color: #5f7166; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 1.7rem; }
.main-nav a { color: #375d49; text-decoration: none; font-size: .9rem; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--gold); }
.nav-cta {
  text-decoration: none;
  border: 1px solid var(--gold);
  color: var(--gold-dark);
  padding: .65rem 1rem;
  font-size: .84rem;
  font-weight: 750;
}
.menu-button { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.hero-content {
  width: min(var(--max), calc(100% - 3rem));
  margin: 0 auto;
  padding: 3rem 0 2.2rem;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: stretch;
  gap: 3.5rem;
}
.hero-copy { padding: 1.5rem 0; display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .section-kicker, .card-label {
  color: var(--gold-dark);
  text-transform: uppercase;
  letter-spacing: .17em;
  font-size: .75rem;
  font-weight: 800;
}
.eyebrow { color: var(--gold-dark); }
.hero h1 { max-width: 720px; margin-bottom: 1.45rem; font-size: clamp(3rem, 5.2vw, 5.5rem); }
.hero h1 em { color: var(--gold); font-weight: 400; }
.hero-lead { max-width: 710px; color: #496454; font-size: 1.1rem; }
.hero-pillars { margin-top: .7rem; display: flex; flex-wrap: wrap; gap: .55rem; }
.hero-pillars span { padding: .45rem .7rem; color: #355e48; background: #edf3eb; border: 1px solid rgba(23,74,53,.12); font-size: .76rem; font-weight: 750; }
.hero-actions { margin-top: 1.7rem; display: flex; flex-wrap: wrap; gap: .8rem; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: .8rem 1.25rem;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  font-size: .92rem;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--ink); }
.button-primary:hover { background: #f2bd1f; }
.button-ghost { border-color: rgba(23,74,53,.4); color: var(--ink); }
.button-ghost:hover { border-color: var(--ink); background: rgba(255,255,255,.65); }
.hero-media { position: relative; min-height: 540px; overflow: hidden; background: #e8efe8; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(10,46,31,.5)); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-capacity { position: absolute; left: 1.25rem; right: 1.25rem; bottom: 1.25rem; z-index: 1; padding: 1rem 1.1rem; color: white; background: rgba(23,74,53,.9); backdrop-filter: blur(8px); }
.hero-capacity span { display: block; margin-bottom: .2rem; color: #f3c33a; font-size: .69rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.hero-capacity strong { display: block; max-width: 430px; line-height: 1.35; }
.hero-capacity small { display: block; margin-top: .35rem; color: #c9d9ce; font-size: .69rem; }
.metric-strip {
  width: min(var(--max), calc(100% - 3rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}
.metric-strip article { padding: 1.55rem 1.5rem 1.8rem; border-right: 1px solid var(--line); }
.metric-strip article:first-child { padding-left: 0; }
.metric-strip article:last-child { border-right: 0; }
.metric-strip strong { display: block; color: var(--gold-dark); font-family: Georgia, serif; font-size: clamp(2rem, 3.5vw, 3.15rem); font-weight: 400; }
.metric-strip span { display: block; max-width: 210px; color: #577061; font-size: .85rem; line-height: 1.4; }

.section { padding: 6.7rem max(1.5rem, calc((100% - var(--max))/2)); }
.story { background: var(--cream); }
.story-grid { margin-top: 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: start; }
.story-grid h2 { max-width: 670px; }
.story-copy { padding-top: 1rem; font-size: 1.03rem; color: #47443f; }
.story-copy p + p { margin-top: 1.4rem; }
.territory-grid { margin-top: 5rem; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.territory-card { min-height: 300px; padding: 2rem; background: var(--paper); }
.territory-card.featured { background: var(--gold); }
.territory-number { display: block; margin-bottom: 3.2rem; color: var(--muted); font-size: .75rem; font-weight: 800; }
.territory-card.featured .territory-number, .territory-card.featured .card-label { color: rgba(16,16,17,.65); }
.territory-card h3 { margin-bottom: 1rem; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.territory-card p:last-child { color: #555149; }

.services { color: var(--ink); background: #e8f0e5; }
.section-kicker.light { color: var(--gold); }
.services .section-kicker.light, .events .section-kicker.light { color: var(--gold-dark); }
.services-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 7vw; align-items: end; }
.services-heading h2 { margin-bottom: 0; }
.services-heading > p { margin-bottom: .75rem; color: #52675b; }
.service-grid { margin-top: 4rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(23,74,53,.15); }
.service-card { min-height: 340px; padding: 2rem; display: flex; flex-direction: column; background: #fffdf8; transition: background .2s ease, transform .2s ease; }
.service-card:hover { background: #fff6cf; transform: translateY(-4px); }
.service-card span { color: var(--gold); font-size: .75rem; font-weight: 800; }
.service-card h3 { margin-top: 3.4rem; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.service-card p { color: #53675c; font-size: .93rem; }
.service-card a { margin-top: auto; color: var(--gold-dark); font-size: .84rem; font-weight: 800; text-decoration: none; }
.service-card a::after { content: " →"; }
.service-card:first-child { color: white; background: var(--ink); }
.service-card:first-child p { color: #d6e2d9; }
.service-card:first-child a, .service-card:first-child span { color: #f3c33a; }
.service-card:first-child:hover { background: #205b42; }

.enterprise-showcase { margin-top: 4rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.enterprise-card { overflow: hidden; background: var(--paper); box-shadow: 0 18px 48px rgba(23,74,53,.1); }
.enterprise-card img { width: 100%; aspect-ratio: 1.6; object-fit: cover; }
.enterprise-card > div { padding: 2rem; }
.enterprise-card h3 { margin: .5rem 0 1rem; font-family: Georgia, serif; font-size: 1.9rem; font-weight: 400; }
.enterprise-card p:last-child { color: #53675c; }
.quality-band {
  margin-top: 1.4rem;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 4rem;
  align-items: center;
  background: #fff3c6;
  border-left: 6px solid var(--gold);
}
.quality-band h3 { margin: .45rem 0 0; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.quality-band ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem 2rem; list-style: none; }
.quality-band li { position: relative; padding-left: 1.2rem; color: #355844; }
.quality-band li::before { content: ""; position: absolute; left: 0; top: .7em; width: 6px; height: 6px; border-radius: 50%; background: var(--ink); }

.operations { background: var(--paper); }
.operations-intro {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 8vw;
  align-items: end;
}
.operations-intro h2 { max-width: 740px; margin-bottom: 0; }
.operations-intro > div:last-child { color: #555149; }
.operations-intro > div:last-child p:last-child { margin-bottom: .55rem; }
.full-catering-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}
.full-catering-grid article { min-height: 245px; padding: 2rem; background: #f7f8ed; }
.full-catering-grid article:nth-child(2),
.full-catering-grid article:nth-child(5) { background: #eef4e9; }
.full-catering-grid span { color: var(--gold-dark); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.full-catering-grid h3 { margin: 3.1rem 0 .8rem; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; }
.full-catering-grid p { margin-bottom: 0; color: #56695d; font-size: .91rem; }
.camp-visual-grid {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 285px;
  gap: 1rem;
}
.visual-card { position: relative; overflow: hidden; margin: 0; background: var(--ink); }
.visual-card-wide { grid-column: span 2; }
.visual-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.visual-card:hover img { transform: scale(1.025); filter: brightness(.88); }
.visual-card figcaption,
.event-card figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 3.4rem 1.25rem 1.2rem;
  color: white;
  background: linear-gradient(transparent, rgba(15,62,42,.92));
  font-family: Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.25;
}
.visual-card figcaption span,
.event-card figcaption span {
  display: block;
  margin-bottom: .25rem;
  color: #f3c33a;
  font-family: Inter, sans-serif;
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.camp-food-gallery { margin-top: 1rem; }
.operations-gallery {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  grid-template-rows: repeat(2, 240px);
  gap: 1rem;
}
.operation-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: var(--ink);
}
.operation-image-main { grid-row: 1 / 3; }
.operation-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease, filter .55s ease;
}
.operation-image:hover img { transform: scale(1.025); filter: brightness(.9); }
.operation-image figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 3.3rem 1.3rem 1.25rem;
  color: #fff;
  background: linear-gradient(transparent, rgba(15,62,42,.9));
  font-family: Georgia, serif;
  font-size: 1.12rem;
  line-height: 1.25;
}
.market-block {
  margin-top: 7.5rem;
  padding: 5rem;
  color: var(--ink);
  background: #e9f0e4;
}
.market-heading {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 7vw;
  align-items: end;
}
.market-heading h2 { margin-bottom: 0; }
.market-heading > p { margin-bottom: .65rem; color: #52675b; }
.market-gallery { grid-template-columns: .65fr 1.35fr; }
.market-gallery .operation-image-main { grid-column: 2; }
.market-gallery .operation-image:nth-child(2) { grid-column: 1; grid-row: 1; }
.market-gallery .operation-image:nth-child(3) { grid-column: 1; grid-row: 2; }
.market-facts {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(23,74,53,.14);
}
.market-facts div { padding: 1.4rem; background: #fffdf8; }
.market-facts strong { display: block; color: var(--gold); font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.market-facts span { display: block; color: #5a6d61; font-size: .82rem; line-height: 1.35; }
.image-note { margin: 1rem 0 0; color: #827d75; font-size: .75rem; text-align: right; }

.cuisine { background: var(--paper); }
.cuisine-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 7vw; align-items: end; }
.cuisine-intro h2 { margin-bottom: 0; }
.cuisine-intro > p { color: #57534d; }
.gallery { margin-top: 4rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.gallery-item { margin: 0; position: relative; overflow: hidden; background: var(--ink); aspect-ratio: .76; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.gallery-item:hover img { transform: scale(1.025); filter: brightness(.82); }
.gallery-item figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 3.2rem 1.3rem 1.2rem;
  color: white;
  font-family: Georgia, serif;
  font-size: 1.1rem;
  background: linear-gradient(transparent, rgba(15,62,42,.9));
}
.gallery-item figcaption span { display: block; color: var(--gold); font-family: Inter, sans-serif; font-size: .67rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.food-gallery { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 315px; }
.food-gallery .gallery-item { aspect-ratio: auto; }
.food-gallery .gallery-wide { grid-column: span 2; }

.events { color: var(--ink); background: #e7f0e5; }
.events-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 7vw; align-items: end; }
.events-intro h2 { margin-bottom: 0; }
.events-intro > p { margin-bottom: .75rem; color: #52675b; }
.events-grid { margin-top: 4rem; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1rem; }
.event-card { position: relative; overflow: hidden; min-height: 430px; margin: 0; background: var(--ink); }
.event-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.event-card:hover img { transform: scale(1.025); filter: brightness(.88); }
.event-card-food { grid-row: span 1; }

.trust { text-align: center; background: var(--cream); }
.trust h2 { max-width: 900px; margin: 1.2rem auto 3rem; font-size: clamp(2.2rem, 4.5vw, 4.1rem); }
.trust-groups { display: grid; grid-template-columns: .85fr 1.15fr; gap: 1rem; text-align: left; }
.trust-groups article { padding: 2rem; background: var(--paper); border: 1px solid var(--line); }
.client-list { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.2rem; }
.client-list span { padding: .75rem 1rem; color: var(--ink); background: #edf3eb; font-family: Georgia, serif; font-size: 1.05rem; }
.trust-note { max-width: 760px; margin: 3rem auto 0; color: #5a5650; }

.contact { padding: 6.7rem max(1.5rem, calc((100% - var(--max))/2)); color: white; background: var(--ink); }
.contact-inner { display: grid; grid-template-columns: .78fr 1.22fr; gap: 5rem; align-items: start; }
.contact h2 { max-width: 720px; margin-bottom: 1.2rem; }
.contact-copy > p { max-width: 650px; color: #cbdacf; }
.contact .section-kicker { color: #f3c33a; }
.contact-details { margin-top: 2rem; display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.contact-details a { color: white; font-size: 1.03rem; font-weight: 750; }
.contact-details span { color: #b8cbbd; }
.lead-form { padding: 2rem; color: var(--ink); background: var(--paper); box-shadow: 0 24px 70px rgba(4,24,15,.25); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.lead-form label { display: block; margin-bottom: 1rem; color: #355a46; font-size: .82rem; font-weight: 800; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; margin-top: .42rem; padding: .78rem .85rem; color: #173d2c; background: white; border: 1px solid rgba(23,74,53,.24); border-radius: 0; font: inherit; font-weight: 450; }
.lead-form textarea { resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { outline: 3px solid rgba(226,169,0,.24); border-color: var(--gold-dark); }
.lead-form .button { width: 100%; cursor: pointer; }
.form-note { margin: .9rem 0 0; color: #66766c; font-size: .75rem; line-height: 1.45; }
.form-status { min-height: 1.4em; margin: .45rem 0 0; color: var(--gold-dark); font-size: .82rem; font-weight: 750; }
.footer {
  min-height: 150px;
  padding: 2.5rem max(1.5rem, calc((100% - var(--max))/2));
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #ddd8cf;
  background: var(--ink);
}
.footer p { margin: 0 0 0 auto; font-size: .82rem; color: #aaa69f; }
.footer p + p { margin-left: 0; }
.floating-whatsapp { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 45; padding: .75rem 1rem; color: white; background: var(--ink); border: 2px solid #f3c33a; box-shadow: 0 12px 30px rgba(5,34,21,.28); font-size: .82rem; font-weight: 850; text-decoration: none; }
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { color: var(--ink); background: #f3c33a; }

@media (max-width: 980px) {
  .nav-wrap { min-height: 70px; }
  .nav-cta { display: none; }
  .menu-button {
    margin-left: auto;
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    padding: .7rem;
    border: 0;
    background: transparent;
  }
  .menu-button span:not(.sr-only) { width: 24px; height: 2px; background: var(--ink); }
  .main-nav {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: 70px;
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    background: #fffdf8;
    border-top: 1px solid var(--line);
  }
  .main-nav.open { display: flex; }
  .hero-content { padding-top: 2.5rem; grid-template-columns: 1fr; gap: 1.5rem; }
  .hero-copy { padding: 0; }
  .hero-media { min-height: 430px; }
  .metric-strip { grid-template-columns: repeat(2, 1fr); }
  .metric-strip article:nth-child(2) { border-right: 0; }
  .story-grid, .services-heading, .quality-band, .operations-intro, .market-heading, .cuisine-intro, .events-intro, .contact-inner { grid-template-columns: 1fr; gap: 2rem; }
  .territory-grid { grid-template-columns: 1fr; }
  .territory-card { min-height: auto; }
  .territory-number { margin-bottom: 1.8rem; }
  .service-grid, .enterprise-showcase, .gallery, .full-catering-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:first-child { grid-column: 1 / 3; }
  .camp-visual-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 270px; }
  .food-gallery .gallery-wide { grid-column: span 1; }
  .events-grid { grid-template-columns: 1fr 1fr; }
  .event-card-food { grid-column: 1 / 3; }
  .operations-gallery { grid-template-rows: repeat(2, 190px); }
  .market-block { padding: 3.5rem 2rem; }
  .trust-groups { grid-template-columns: 1fr; }
  .footer { flex-wrap: wrap; }
  .footer p { margin-left: 0; }
}

@media (max-width: 620px) {
  .nav-wrap, .hero-content, .metric-strip { width: min(100% - 2rem, var(--max)); }
  .wordmark-main { font-size: 1.1rem; }
  .hero-content { padding: 2.25rem 0 2rem; }
  .hero h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-pillars { flex-direction: column; align-items: flex-start; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-media { min-height: 320px; }
  .hero-capacity { left: .8rem; right: .8rem; bottom: .8rem; }
  .metric-strip { grid-template-columns: 1fr; }
  .metric-strip article { padding: 1.6rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .service-grid, .enterprise-showcase, .gallery, .full-catering-grid, .camp-visual-grid, .events-grid { grid-template-columns: 1fr; }
  .service-card:first-child { grid-column: auto; }
  .full-catering-grid article { min-height: 220px; }
  .camp-visual-grid { grid-auto-rows: 280px; }
  .visual-card-wide, .event-card-food { grid-column: auto; }
  .event-card { min-height: 360px; }
  .operations-gallery, .market-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .operation-image, .operation-image-main,
  .market-gallery .operation-image-main,
  .market-gallery .operation-image:nth-child(2),
  .market-gallery .operation-image:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
    min-height: 260px;
  }
  .market-block { margin-inline: -1.5rem; padding: 4rem 1.5rem; }
  .market-facts { grid-template-columns: 1fr; }
  .quality-band ul { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .lead-form { padding: 1.35rem; }
  .service-card { min-height: 260px; }
  .gallery-item { aspect-ratio: .83; }
  .contact { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .footer { align-items: flex-start; flex-direction: column; }
  .floating-whatsapp { right: .8rem; bottom: .8rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
