:root {
  --paper:#f6f5ef;
  --ink:#101310;
  --muted:#717479;
  --sage:#587f64;
  --line:#d6d7ce;
  --green:#20d366;
  --dock-height:88px;
  color-scheme:light;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:var(--paper);
  font-synthesis:none;
  scroll-behavior:smooth;
}
* {
  box-sizing:border-box;
}
body {
  margin:0;
}
button,a {
  -webkit-tap-highlight-color:transparent;
}
button {
  font:inherit;
  cursor:pointer;
}
a {
  color:inherit;
  text-decoration:none;
}
button,img {
  vertical-align:middle;
}
button {
  color:inherit;
}
img {
  display:block;
  max-width:100%;
}
button:focus-visible,a:focus-visible,.carousel:focus-visible {
  outline:3px solid var(--sage);
  outline-offset:5px;
}
button:disabled {
  cursor:default;
}
::selection {
  background:#c6d8c4;
}
.wrap {
  width:calc(100% - 112px);
  max-width:1280px;
  margin-inline:auto;
}
.site-header {
  min-height:105px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--line);
  gap:20px;
}
.brand {
  display:inline-flex;
  flex-direction:column;
  gap:10px;
}
.wordmark {
  font-size:23px;
  letter-spacing:2px;
  font-weight:800;
  white-space:nowrap;
}
.wordmark span {
  font-weight:400;
  color:var(--muted);
  margin-left:3px;
  letter-spacing:3px;
}
.brand-caption {
  font-size:9px;
  letter-spacing:2px;
  color:var(--muted);
}
.nav-contact {
  display:flex;
  align-items:center;
  gap:20px;
  font-size:13px;
  letter-spacing:1.7px;
  min-height:44px;
}
.nav-contact:hover {
  color:var(--sage);
}
.hero {
  display:grid;
  grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);
  gap:44px;
  padding-block:48px 42px;
  align-items:stretch;
}
.hero-copy {
  padding-block:14px 0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.eyebrow {
  font-size:10px;
  line-height:1.5;
  letter-spacing:2.5px;
  font-weight:600;
  margin:0 0 27px;
  color:var(--muted);
}
h1 {
  font-size:clamp(49px,5.6vw,78px);
  line-height:.99;
  letter-spacing:-.062em;
  margin:0;
  font-weight:750;
}
h1 span {
  display:block;
}
em {
  font-style:normal;
  color:var(--sage);
}
.lead {
  font-size:16px;
  line-height:1.55;
  color:var(--muted);
  max-width:465px;
  margin:30px 0 22px;
  letter-spacing:-.3px;
}
.whatsapp-button {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  min-height:64px;
  padding:14px 25px;
  border-radius:100px;
  background:var(--green);
  font-size:18px;
  line-height:1.2;
  font-weight:700;
  color:#061b0c;
  transition:background .2s,transform .2s;
  white-space:nowrap;
}
.whatsapp-button:hover {
  background:#18c45c;
  transform:translateY(-2px);
}
.whatsapp-button:active {
  transform:translateY(0);
}
.wa-icon {
  flex-shrink:0;
}
.button-arrow {
  margin-left:10px;
  flex-shrink:0;
}
.micro {
  font-size:8px;
  letter-spacing:1.35px;
  color:var(--muted);
  line-height:1.6;
  margin:23px 0 0;
}
.micro span {
  padding-inline:10px;
}
.mobile-copy {
  display:none;
}
.carousel {
  position:relative;
  min-width:0;
  min-height:590px;
  border-radius:5px;
  overflow:hidden;
  isolation:isolate;
  background:#d8dcd4;
  touch-action:pan-y;
}
.slides,.slide {
  position:absolute;
  inset:0;
}
.slide {
  opacity:0;
  visibility:hidden;
  transition:opacity .45s ease,visibility .45s;
}
.slide.is-active {
  opacity:1;
  visibility:visible;
}
.slide img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  user-select:none;
  -webkit-user-drag:none;
}
.carousel-arrow {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  border:0;
  border-radius:50%;
  background:#fff;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  box-shadow:0 2px 8px #0000000d;
  transition:background .2s;
}
.carousel-arrow:hover {
  background:#e5efdf;
}
.previous {
  left:18px;
}
.next {
  right:18px;
}
.carousel-controls {
  position:absolute;
  bottom:12px;
  left:16px;
  right:16px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  pointer-events:none;
}
.carousel-controls button {
  pointer-events:auto;
}
.pagination {
  background:#2033299c;
  border-radius:20px;
  padding:0 12px 9px;
  text-align:center;
  min-width:108px;
  color:#fff;
}
.dots {
  display:flex;
  justify-content:center;
}
.dot {
  width:28px;
  height:35px;
  padding:0;
  border:0;
  display:grid;
  place-items:center;
  background:none;
}
.dot span {
  width:8px;
  height:8px;
  border:1px solid #fff;
  border-radius:50%;
  opacity:.7;
}
.dot[aria-current=true] span {
  background:#fff;
  opacity:1;
}
.slide-count {
  font-size:11px;
  font-weight:600;
  letter-spacing:2px;
}
.playback {
  position:absolute;
  left:0;
  bottom:0;
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border:0;
  border-radius:50%;
  background:#ffffffdf;
}
.services {
  border-block:1px solid var(--line);
}
.service-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  padding-block:32px 36px;
}
.service {
  padding-inline:38px;
  border-left:1px solid var(--line);
}
.service:first-child {
  padding-left:0;
  border-left:0;
}
.service:last-child {
  padding-right:0;
}
.service-icon {
  margin-bottom:14px;
  filter:invert(44%) sepia(15%) saturate(757%) hue-rotate(87deg) brightness(96%) contrast(88%);
}
h2 {
  margin:0;
  font-size:21px;
  line-height:1.2;
  letter-spacing:-.7px;
}
.service p {
  margin:11px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
  max-width:320px;
  letter-spacing:-.1px;
}
.footer {
  padding-top:31px;
  scroll-margin-top:25px;
}
.footer-top {
  display:flex;
  justify-content:space-between;
  gap:35px;
  padding-bottom:30px;
}
.footer-brand {
  align-self:center;
}
.footer .wordmark {
  font-size:19px;
}
.footer .brand-caption {
  font-size:8px;
  letter-spacing:1.5px;
}
.contact-copy {
  width:345px;
}
.contact-copy .eyebrow {
  color:var(--ink);
  font-size:9px;
  letter-spacing:2px;
  margin:0 0 7px;
}
.contact-copy h2 {
  display:none;
}
.contact-link {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  min-height:44px;
  font-size:12px;
  line-height:1.5;
  color:var(--muted);
}
.contact-link img {
  flex-shrink:0;
}
.contact-link:hover {
  color:var(--ink);
}
.footer-bottom {
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:17px 0 20px;
  font-size:8px;
  letter-spacing:1px;
  color:var(--muted);
  line-height:1.5;
}
.contact-dock-slot {
  display:none;
}
.contact-status {
  position:fixed;
  bottom:110px;
  left:50%;
  transform:translateX(-50%);
  z-index:20;
  background:var(--ink);
  color:white;
  padding:16px 20px;
  border-radius:8px;
  font-size:14px;
  line-height:1.5;
  max-width:400px;
  width:calc(100% - 40px);
  box-shadow:0 4px 20px #0002;
}
.sr-only {
  position:absolute!important;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.skip-link {
  position:fixed;
  left:20px;
  top:10px;
  padding:12px;
  background:#fff;
  z-index:50;
  transform:translateY(-160%);
}
.skip-link:focus {
  transform:translateY(0);
}
@media(min-width:1440px) {
  .hero {
    gap:54px;
  }
  .carousel {
    min-height:650px;
  }
  .hero-copy {
    padding-top:18px;
  }
  h1 {
    font-size:82px;
  }
  .eyebrow {
    margin-bottom:32px;
  }
  .lead {
    margin-top:35px;
  }
  .micro {
    margin-top:28px;
  }
}
@media(max-width:1050px) and (min-width:761px) {
  .wrap {
    width:calc(100% - 64px);
  }
  .hero {
    gap:28px;
  }
  .carousel {
    min-height:520px;
  }
  h1 {
    font-size:clamp(41px,5.5vw,58px);
  }
  .lead {
    font-size:15px;
  }
  .whatsapp-button {
    font-size:16px;
    gap:10px;
    padding-inline:18px;
  }
  .service {
    padding-inline:24px;
  }
}
@media(max-width:760px) {
  :root {
    --dock-height:calc(80px + env(safe-area-inset-bottom,0px));
  }
  .wrap {
    width:calc(100% - 40px);
    max-width:540px;
  }
  .site-header {
    min-height:87px;
    gap:12px;
  }
  .wordmark {
    font-size:20px;
    letter-spacing:1.4px;
  }
  .wordmark span {
    letter-spacing:2px;
  }
  .brand {
    gap:8px;
  }
  .brand-caption {
    font-size:7px;
    letter-spacing:1.2px;
  }
  .nav-contact {
    font-size:11px;
    letter-spacing:1px;
    gap:8px;
  }
  .nav-contact img {
    width:17px;
    height:17px;
  }
  .desktop-word,.desktop-copy,.hero-cta {
    display:none;
  }
  .mobile-copy {
    display:block;
  }
  .hero {
    display:flex;
    flex-direction:column;
    gap:0;
    padding-block:27px 0;
  }
  .hero-copy {
    padding:0;
  }
  .eyebrow {
    font-size:9px;
    letter-spacing:2px;
    margin-bottom:21px;
  }
  h1 {
    font-size:clamp(38px,11.3vw,62px);
    line-height:1.01;
    letter-spacing:-.062em;
  }
  .lead {
    font-size:15px;
    line-height:1.5;
    letter-spacing:-.2px;
    margin:22px 0 25px;
    max-width:100%;
  }
  .carousel {
    width:100%;
    aspect-ratio:1.3;
    min-height:0;
    border-radius:4px;
    flex-shrink:0;
  }
  .carousel-arrow {
    width:44px;
    height:44px;
  }
  .previous {
    left:10px;
  }
  .next {
    right:10px;
  }
  .carousel-arrow img {
    width:18px;
    height:18px;
  }
  .carousel-controls {
    bottom:10px;
    left:10px;
    right:10px;
  }
  .pagination {
    padding-bottom:7px;
    min-width:90px;
  }
  .dot {
    width:26px;
    height:29px;
  }
  .dot span {
    width:7px;
    height:7px;
  }
  .slide-count {
    font-size:10px;
  }
  .playback {
    width:40px;
    height:40px;
  }
  .services {
    border:0;
  }
  .service-grid {
    display:block;
    padding-block:10px 0;
  }
  .service {
    display:grid;
    grid-template-columns:36px minmax(0,1fr);
    gap:17px;
    padding:25px 0!important;
    border-left:0;
    border-bottom:1px solid var(--line);
  }
  .service-icon {
    width:34px;
    height:34px;
    margin-top:3px;
    margin-bottom:0;
  }
  h2 {
    font-size:20px;
    letter-spacing:-.7px;
  }
  .service p {
    font-size:14px;
    line-height:1.48;
    margin-top:7px;
    max-width:none;
  }
  .footer {
    padding-top:24px;
  }
  .footer-top {
    flex-direction:column;
    gap:23px;
    padding-bottom:18px;
  }
  .contact-copy {
    width:100%;
    order:-1;
  }
  .contact-copy .eyebrow {
    font-size:9px;
    margin-bottom:4px;
  }
  .contact-copy h2 {
    display:block;
    font-size:25px;
    letter-spacing:-1px;
  }
  .contact-link {
    font-size:14px;
    line-height:1.45;
    gap:22px;
    margin-top:7px;
    min-height:50px;
  }
  .contact-link img {
    width:25px;
  }
  .footer-brand {
    align-self:stretch;
    border-top:1px solid var(--line);
    padding-top:20px;
  }
  .footer .wordmark {
    font-size:18px;
  }
  .footer-bottom {
    border:0;
    padding:0 0 20px;
    font-size:7px;
    letter-spacing:.55px;
    gap:12px;
  }
  .footer-bottom span:first-child {
    max-width:210px;
  }
  .footer-bottom span:last-child {
    white-space:nowrap;
  }
  .contact-dock-slot {
    display:block;
    position:relative;
    height:var(--dock-height);
  }
  .contact-dock {
    position:fixed;
    z-index:10;
    bottom:0;
    left:0;
    width:100%;
    padding:12px max(20px,env(safe-area-inset-right,0px)) calc(12px + env(safe-area-inset-bottom,0px)) max(20px,env(safe-area-inset-left,0px));
    border-top:1px solid var(--line);
    background:var(--paper);
  }
  .contact-dock.is-docked {
    position:absolute;
  }
  .contact-dock .whatsapp-button {
    max-width:540px;
    min-height:55px;
    margin-inline:auto;
    font-size:17px;
    padding:12px 22px;
    gap:12px;
  }
  .contact-dock .button-arrow {
    margin-left:auto;
    width:21px;
  }
  .contact-dock .wa-icon {
    margin-left:auto;
    width:25px;
  }
  .contact-dock .whatsapp-button:hover {
    transform:none;
  }
}
@media(max-width:350px) {
  .wrap {
    width:calc(100% - 32px);
  }
  .brand-caption {
    font-size:6px;
  }
  .nav-contact {
    font-size:10px;
  }
  .wordmark {
    font-size:18px;
  }
  h1 {
    font-size:37px;
  }
  .contact-dock {
    padding-inline:16px;
  }
  .contact-dock .whatsapp-button {
    font-size:16px;
  }
  .service {
    gap:12px;
  }
}
@media(min-width:1051px) {
  .wrap {
    width:calc(100% - 140px);
  }
  .site-header {
    min-height:97px;
  }
  .hero {
    grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);
    gap:44px;
  }
  .carousel {
    min-height:620px;
  }
  h1 {
    font-size:clamp(70px,6.8vw,96px);
    line-height:.94;
  }
  h1 em {
    display:block;
    font-size:.87em;
    line-height:1.02;
  }
  .service h2 {
    font-size:24px;
  }
  .service p {
    font-size:16px;
  }
  .contact-link {
    font-size:14px;
  }
  .hero-cta {
    font-size:20px;
    min-height:68px;
    padding-inline:29px;
  }
  .eyebrow {
    font-size:11px;
  }
}
@media(prefers-reduced-motion:reduce) {
  :root {
    scroll-behavior:auto;
  }
  *,*::before,*::after {
    transition:none!important;
    animation:none!important;
  }
}

.carousel-controls[hidden],.carousel-arrow[hidden]{display:none}

