:root {
  --yellow: #f7c800;
  --yellow-dark: #c99f00;
  --green: #159447;
  --green-dark: #0f7939;
  --ink: #171813;
  --text: #34362f;
  --muted: #696c64;
  --cream: #fffcf1;
  --soft: #f6f5ef;
  --line: #e5e3da;
  --white: #ffffff;
}

* { box-sizing: border-box; }

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

main { width: 100%; overflow: clip; }
a { color: inherit; text-decoration: none; }
a { -webkit-tap-highlight-color: transparent; }
img, svg { max-width: 100%; }

.section-shell {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.header-inner {
  width: min(1120px, calc(100% - 40px));
  min-height: 74px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand { display: flex; align-items: center; gap: 11px; min-width: 0; }
.brand img { width: 52px; height: 46px; object-fit: contain; flex: 0 0 auto; }
.brand > span { display: grid; gap: 3px; line-height: 1.1; }
.brand strong { font-size: 16px; letter-spacing: -.01em; }
.brand small { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.header-contact { display: flex; align-items: center; gap: 25px; }
.open-badge { display: inline-flex; align-items: center; gap: 8px; color: #4f524a; font-size: 13px; font-weight: 700; }
.open-badge i, .photo-status i { width: 8px; height: 8px; border-radius: 50%; background: #22a95a; box-shadow: 0 0 0 4px #22a95a1a; }
.header-contact > a { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 0 15px; border-radius: 10px; background: var(--yellow); font-size: 14px; font-weight: 800; }

.hero {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: clamp(42px, 6vw, 76px);
  padding-block: 62px 70px;
}

.hero-copy { min-width: 0; }
.location-label {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 20px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff7c6;
  color: #655400;
  font-size: 12px;
  font-weight: 750;
}

h1, h2, h3, p { overflow-wrap: anywhere; }
h1 {
  max-width: 650px;
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(52px, 5.5vw, 72px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
h1 span, h1 em { display: block; }
h1 em {
  color: var(--yellow);
  font-style: normal;
  -webkit-text-stroke: 0;
  text-shadow: 3px 3px 0 var(--ink);
}

.hero-actions { display: flex; gap: 12px; margin-top: 28px; }
.action-button {
  min-width: 0;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 11px 18px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 800;
  transition: transform .18s ease, filter .18s ease;
}
.action-button:hover { transform: translateY(-1px); filter: brightness(.98); }
.action-button:focus-visible, .brand:focus-visible, .header-contact a:focus-visible, .mobile-contact-bar a:focus-visible { outline: 3px solid #2563eb; outline-offset: 3px; }
.action-button span { display: grid; gap: 2px; line-height: 1.15; }
.action-button small { font-size: 9px; font-weight: 800; letter-spacing: .1em; opacity: .7; }
.phone-button { background: var(--yellow); color: #15150f; }
.whatsapp-button { background: var(--green); color: #fff; }
.whatsapp-button:hover { background: var(--green-dark); filter: none; }

.hero-points { max-width: 590px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-top: 20px; }
.hero-points span {
  min-width: 0;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid #ddd8bf;
  border-radius: 12px;
  background: linear-gradient(145deg, #fff, #fffaf0);
  color: #565950;
  font-size: 11px;
  font-weight: 750;
  text-align: center;
  box-shadow: inset 0 0 0 1px #ffffff, 0 6px 18px #282a2209;
}
.hero-points svg { color: #9b7d00; flex: 0 0 auto; }

.hero-art {
  position: relative;
  min-width: 0;
  padding: 0 12px 17px 19px;
}
.hero-art::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 28px 0 0 37px;
  border-radius: 28px;
  background: var(--yellow);
  transform: rotate(1.6deg);
}
.hero-photo {
  position: relative;
  z-index: 1;
  height: 530px;
  min-width: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #eee;
  box-shadow: 0 18px 52px #1f241922;
}
.hero-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.photo-status {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: #fffffff0;
  color: #2f322c;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 8px 24px #0000001a;
  backdrop-filter: blur(10px);
}
.photo-checkers {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 27px;
  width: 112px;
  height: 42px;
  border: 5px solid #fff;
  border-radius: 5px;
  background: conic-gradient(from 90deg, var(--ink) 25%, var(--yellow) 0 50%, var(--ink) 0 75%, var(--yellow) 0) 0 0 / 22px 22px;
  box-shadow: 0 8px 18px #00000018;
  animation: gentle-float 3.2s ease-in-out infinite;
}
.photo-note {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 36px;
  display: grid;
  gap: 2px;
  min-width: 176px;
  padding: 15px 18px;
  border-left: 5px solid var(--yellow);
  border-radius: 0 12px 12px 0;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 14px 32px #0000002b;
}
.photo-note span { color: #bbbdb6; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.photo-note strong { font-size: 20px; }

@keyframes gentle-float {
  0%, 100% { transform: translateY(0) rotate(1deg); }
  50% { transform: translateY(-7px) rotate(-1deg); }
}

.area-band { width: 100%; background: var(--ink); color: #fff; }
.area-inner {
  width: min(1120px, calc(100% - 40px));
  min-height: 94px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  overflow: hidden;
}
.area-inner > strong { color: var(--yellow); font-size: 15px; white-space: nowrap; }
.area-marquee {
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.area-track { width: max-content; display: flex; animation: area-scroll 22s linear infinite; }
.area-group { display: flex; align-items: center; gap: 10px; padding-right: 10px; }
.area-group span {
  padding: 10px 16px;
  border: 1px solid #ffffff2d;
  border-radius: 999px;
  background: #ffffff0b;
  color: #f2f2ed;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
@keyframes area-scroll { to { transform: translateX(-50%); } }

.services { padding-block: 88px 96px; }
.section-intro { max-width: 650px; margin: 0 auto 38px; text-align: center; }
.section-intro > span, .section-label, .contact-cta-inner > div:first-child > span { color: #8a7000; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.section-intro h2, .coverage-content h2, .contact-cta h2 {
  margin: 10px 0 0;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.035em;
}
.section-intro p { margin: 13px 0 0; color: var(--muted); font-size: 15px; line-height: 1.6; }

.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.service-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: start;
  gap: 17px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 13px; background: #fff4b5; color: #806800; }
.service-icon.green { background: #e5f7ec; color: var(--green-dark); }
.service-card h3 { margin: 2px 0 7px; font-size: 18px; line-height: 1.25; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.coverage {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: stretch;
  gap: 0;
  margin-bottom: 96px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--cream);
  border: 1px solid #eee5b3;
}
.coverage-photo { min-width: 0; min-height: 510px; }
.coverage-photo img { width: 100%; height: 100%; object-fit: cover; }
.coverage-content { min-width: 0; padding: 54px; }
.coverage-content h2 { max-width: 560px; font-size: clamp(32px, 3.7vw, 44px); }
.coverage-content > p { max-width: 570px; margin: 18px 0 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.coverage-list { display: grid; gap: 10px; margin: 28px 0; }
.coverage-list span { display: flex; align-items: center; gap: 10px; min-width: 0; color: #404239; font-size: 14px; font-weight: 700; }
.coverage-list svg { color: #9a7b00; flex: 0 0 auto; }
.coverage-actions { display: flex; gap: 10px; }
.coverage-actions .action-button { min-height: 52px; }

.contact-cta { width: 100%; padding-block: 60px; background: var(--ink); color: #fff; }
.contact-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.contact-cta-inner > div:first-child > span { color: var(--yellow); }
.contact-cta h2 { margin-top: 8px; font-size: clamp(30px, 3.6vw, 42px); }
.contact-cta p { margin: 10px 0 0; color: #b8bbb3; font-size: 14px; }
.cta-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.cta-actions .action-button { min-width: 190px; }

footer { width: 100%; background: #0d0e0c; color: #fff; border-top: 1px solid #ffffff12; }
.footer-inner { min-height: 108px; display: flex; align-items: center; gap: 28px; }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.footer-brand img { width: 52px; height: 46px; object-fit: contain; }
.footer-brand > span { display: grid; gap: 3px; }
.footer-brand strong { font-size: 14px; }
.footer-brand small { color: #92958e; font-size: 10px; }
.footer-inner > a { display: inline-flex; align-items: center; gap: 7px; color: var(--yellow); font-size: 14px; font-weight: 800; }
.copyright { color: #72766f; font-size: 10px; }

.mobile-contact-bar { display: none; }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .hero-photo { height: 520px; }
  .area-inner { grid-template-columns: 1fr; align-items: start; gap: 13px; padding-block: 18px; }
  .coverage { grid-template-columns: 1fr; }
  .coverage-photo { min-height: 440px; }
  .contact-cta-inner { align-items: flex-start; flex-direction: column; }
  .cta-actions { width: 100%; }
  .cta-actions .action-button { flex: 1; }
}

@media (max-width: 640px) {
  body { padding-bottom: calc(74px + env(safe-area-inset-bottom)); }
  .section-shell, .header-inner, .area-inner { width: calc(100% - 28px); }
  .header-inner { min-height: 66px; }
  .brand { gap: 7px; }
  .brand img { width: 42px; height: 37px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 8px; }
  .open-badge { display: none; }
  .header-contact { gap: 0; }
  .header-contact > a { width: 42px; min-height: 42px; padding: 0; justify-content: center; border-radius: 50%; font-size: 0; }

  .hero { gap: 30px; padding-block: 36px 44px; }
  .location-label { margin-bottom: 16px; font-size: 11px; }
  h1 { font-size: clamp(42px, 12vw, 52px); line-height: .99; letter-spacing: -.02em; }
  h1 em { text-shadow: 2px 2px 0 var(--ink); }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 9px; margin-top: 25px; }
  .action-button { width: 100%; min-height: 56px; }
  .hero-points { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; margin-top: 15px; }
  .hero-points span { min-height: 72px; flex-direction: column; gap: 5px; padding: 7px 3px; border-radius: 10px; font-size: 9px; line-height: 1.2; }
  .hero-points svg { width: 20px; height: 20px; }

  .hero-art { width: 100%; padding: 0 8px 12px 12px; }
  .hero-art::before { inset: 21px 0 0 23px; border-radius: 21px; transform: rotate(1deg); }
  .hero-photo { width: 100%; height: 410px; border-radius: 19px; }
  .hero-photo > img { object-position: 50% 37%; }
  .photo-status { top: 11px; left: 11px; padding: 8px 10px; font-size: 9px; }
  .photo-checkers { top: 10px; right: 18px; width: 88px; height: 36px; border-width: 4px; background-size: 18px 18px; }
  .photo-note { left: 0; bottom: 27px; min-width: 157px; padding: 13px 15px; }
  .photo-note strong { font-size: 18px; }

  .area-inner { width: 100%; gap: 12px; padding-block: 18px 20px; }
  .area-inner > strong { padding-inline: 14px; font-size: 15px; }
  .area-marquee { width: 100%; }
  .area-group { gap: 8px; padding-right: 8px; }
  .area-group span { padding: 10px 15px; font-size: 13px; }

  .services { padding-block: 66px 72px; }
  .section-intro { margin-bottom: 27px; text-align: left; }
  .section-intro h2, .coverage-content h2, .contact-cta h2 { font-size: 29px; line-height: 1.2; }
  .section-intro p { font-size: 14px; }
  .service-grid { grid-template-columns: 1fr; gap: 10px; }
  .service-card { grid-template-columns: 46px 1fr; gap: 13px; padding: 18px; border-radius: 14px; }
  .service-icon { width: 46px; height: 46px; border-radius: 11px; }
  .service-card h3 { margin-top: 0; font-size: 16px; }
  .service-card p { font-size: 13px; line-height: 1.5; }

  .coverage { margin-bottom: 70px; border-radius: 18px; }
  .coverage-photo { min-height: 315px; }
  .coverage-content { padding: 30px 20px 24px; }
  .coverage-content > p { font-size: 14px; line-height: 1.58; }
  .coverage-list { margin: 22px 0; }
  .coverage-list span { font-size: 13px; }
  .coverage-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .coverage-actions .action-button { padding-inline: 10px; font-size: 13px; }

  .contact-cta { padding-block: 48px; }
  .contact-cta-inner { gap: 28px; }
  .cta-actions { display: grid; grid-template-columns: 1fr; }
  .cta-actions .action-button { min-width: 0; }

  .footer-inner { min-height: 170px; flex-wrap: wrap; align-content: center; gap: 16px; }
  .footer-brand { width: 100%; }
  .footer-inner > a { margin-right: auto; }

  .mobile-contact-bar {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(68px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 -8px 24px #00000012;
  }
  .mobile-contact-bar a { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 10px; color: #fff; font-size: 13px; font-weight: 800; }
  .mobile-contact-bar span { min-width: 0; display: grid; gap: 2px; line-height: 1.05; }
  .mobile-contact-bar small { font-size: 8px; letter-spacing: .06em; opacity: .82; }
  .mobile-whatsapp { background: var(--green); }
  .mobile-phone { background: var(--yellow); color: #111 !important; }
}

@media (max-width: 360px) {
  .section-shell, .header-inner, .area-inner { width: calc(100% - 20px); }
  .brand strong { font-size: 13px; }
  h1 { font-size: 40px; }
  .hero-photo { height: 360px; }
  .area-inner { width: 100%; }
  .hero-points span { font-size: 8.5px; }
  .mobile-contact-bar a { font-size: 12px; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .action-button { transition: none; }
  .photo-checkers, .area-track { animation: none; }
}
