:root {
  --ink: #17120f;
  --ink-2: #0b0908;
  --brown: #2a201a;
  --orange: #f26622;
  --orange-dark: #c8490d;
  --orange-light: #ff9a54;
  --cream: #fff8ef;
  --soft: #f6efe7;
  --white: #ffffff;
  --line: #eaded3;
  --muted: #6f6258;
  --green: #128c7e;
  --green-dark: #0b6f64;
  --shadow: 0 18px 48px rgba(24, 16, 11, 0.12);
  --shadow-strong: 0 28px 72px rgba(0, 0, 0, 0.28);
  --radius: 24px;
  --container: 1180px;
  --header-height: 92px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed;
  left: 12px;
  top: -80px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
  box-shadow: var(--shadow);
}
.skip-link:focus { top: 12px; }

.topbar {
  padding: 9px 20px;
  color: var(--white);
  background: linear-gradient(90deg, var(--ink), var(--orange), var(--ink));
  text-align: center;
  font-size: 14px;
  font-weight: 800;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
}
.header-inner {
  width: min(var(--container), calc(100% - 36px));
  min-height: var(--header-height);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.brand img {
  display: block;
  width: 245px;
  height: auto;
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  font-size: 14px;
  font-weight: 800;
}
.site-nav a {
  text-decoration: none;
  color: var(--ink);
  white-space: nowrap;
}
.site-nav a:not(.button):hover,
.site-nav a[aria-current="page"] { color: var(--orange-dark); }
.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--white);
  color: var(--ink);
}
.menu-toggle svg { width: 24px; height: 24px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 18px;
  border: 0;
  border-radius: 13px;
  text-decoration: none;
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.button:hover { transform: translateY(-1px); }
.button:focus-visible,
.menu-toggle:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(242, 102, 34, 0.35);
  outline-offset: 3px;
}
.button-whatsapp { color: var(--white) !important; background: var(--green); box-shadow: 0 12px 26px rgba(18, 140, 126, 0.22); }
.button-whatsapp:hover { background: var(--green-dark); }
.button-orange { color: var(--white); background: var(--orange); box-shadow: 0 12px 26px rgba(242, 102, 34, 0.22); }
.button-orange:hover { background: var(--orange-dark); }
.button-dark { color: var(--white); background: var(--ink); }
.button-light { color: var(--ink); background: var(--white); border: 1px solid var(--line); box-shadow: none; }
.button-outline-light { color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.42); box-shadow: none; }
.icon-inline { width: 20px; height: 20px; flex: 0 0 20px; }

.container { width: min(var(--container), calc(100% - 36px)); margin: 0 auto; }
.container-wide { width: min(1480px, calc(100% - 36px)); margin: 0 auto; }
.narrow { width: min(850px, calc(100% - 36px)); margin: 0 auto; }
.section { padding: 78px 0; }
.section-soft { background: var(--soft); }
.section-cream { background: var(--cream); }
.section-dark { color: var(--white); background: var(--ink-2); }
.section + .section { border-top: 1px solid rgba(234, 222, 211, 0.55); }
.section-heading { max-width: 870px; margin: 0 0 34px; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.section-dark .eyebrow { color: var(--orange-light); }
h1, h2, h3, h4 { line-height: 1.12; }
h1 { margin: 0 0 20px; font-size: clamp(40px, 6vw, 68px); letter-spacing: -0.035em; }
h2 { margin: 0 0 14px; font-size: clamp(31px, 4vw, 45px); letter-spacing: -0.025em; }
h3 { margin: 0 0 10px; font-size: clamp(22px, 2.4vw, 28px); }
h4 { margin: 0 0 8px; font-size: 18px; }
p { margin: 0 0 18px; }
.lead { font-size: clamp(18px, 2vw, 21px); color: var(--muted); }
.section-dark .lead, .section-dark p { color: #eaded3; }
.muted { color: var(--muted); }
.small { font-size: 14px; }

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 7%, rgba(242, 102, 34, 0.26), transparent 34%),
    linear-gradient(135deg, var(--ink-2), var(--brown));
}
.hero-grid {
  min-height: 630px;
  padding: 64px 0;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 46px;
}
.hero-copy { max-width: 720px; }
.hero-copy h1 span { color: var(--orange-light); }
.hero-copy .lead { color: #fff1e6; }
.hero-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 22px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 9px 16px; padding: 0; margin: 22px 0 0; list-style: none; font-weight: 800; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: var(--orange-light); }
.hero-media {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow-strong);
}
.hero-media img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.hero-media-copy { padding: 19px 22px 22px; }
.hero-media-copy strong { display: block; margin-bottom: 4px; font-size: 22px; }
.hero-media-copy p { margin: 0; color: var(--muted); }

.page-hero {
  color: var(--white);
  background:
    radial-gradient(circle at 78% 14%, rgba(242,102,34,.25), transparent 33%),
    linear-gradient(135deg, var(--ink-2), var(--brown));
}
.page-hero .container { padding-top: 58px; padding-bottom: 58px; }
.page-hero-copy { max-width: 900px; }
.page-hero .lead { color: #f2e6dc; }
.breadcrumbs { margin: 0 0 20px; color: #e1d5ca; font-size: 14px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 7px; opacity: .7; }
.breadcrumbs a { color: var(--white); }

.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.card-accent::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--orange), var(--ink), var(--orange));
}
.card p:last-child, .card ul:last-child { margin-bottom: 0; }
.card-link { display: flex; flex-direction: column; height: 100%; text-decoration: none; }
.card-link .card-more { margin-top: auto; padding-top: 16px; color: var(--orange-dark); font-weight: 900; }
.card-link:hover { border-color: #edb18c; transform: translateY(-2px); }
.service-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  color: var(--orange-dark);
  background: #fff0e7;
  font-size: 25px;
  font-weight: 900;
}
.check-list { padding: 0; margin: 16px 0 0; list-style: none; }
.check-list li { position: relative; padding: 5px 0 5px 25px; color: #4c423b; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange-dark); font-weight: 900; }
.section-dark .check-list li { color: #f1e7df; }

.answer-box {
  margin: 20px 0 26px;
  padding: 20px 22px;
  border: 1px solid #f0b48e;
  border-left: 6px solid var(--orange);
  border-radius: 16px;
  background: var(--cream);
}
.answer-box p { margin: 0; color: #3f342d; font-size: 18px; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 40px; align-items: start; }
.prose { max-width: 790px; }
.prose h2 { margin-top: 46px; }
.prose h3 { margin-top: 30px; }
.prose p, .prose li { color: #423832; }
.prose ul, .prose ol { padding-left: 23px; }
.prose li { margin-bottom: 8px; }
.sidebar { position: sticky; top: calc(var(--header-height) + 24px); }
.sidebar .card + .card { margin-top: 18px; }
.quick-links { padding: 0; margin: 0; list-style: none; }
.quick-links li + li { border-top: 1px solid var(--line); }
.quick-links a { display: block; padding: 11px 0; color: var(--orange-dark); font-weight: 800; }

.steps { counter-reset: steps; display: grid; gap: 16px; }
.step {
  position: relative;
  padding: 22px 22px 22px 76px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}
.step::before {
  counter-increment: steps;
  content: counter(steps);
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-weight: 900;
}
.step h3 { font-size: 21px; }
.step p { margin: 0; color: var(--muted); }

.faq-list { display: grid; gap: 12px; }
details {
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--white);
  box-shadow: 0 9px 25px rgba(24,16,11,.05);
}
summary {
  position: relative;
  padding: 19px 52px 19px 20px;
  list-style: none;
  font-weight: 900;
  cursor: pointer;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--orange-dark);
  font-size: 25px;
}
details[open] summary::after { content: "−"; }
details .faq-answer { padding: 0 20px 19px; color: var(--muted); }
details .faq-answer p:last-child { margin-bottom: 0; }

.cta-band {
  padding: 38px;
  border-radius: 28px;
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), #33251c);
  box-shadow: var(--shadow-strong);
}
.cta-band-grid { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta-band h2 { font-size: clamp(28px, 3.5vw, 40px); }
.cta-band p { max-width: 720px; margin-bottom: 0; color: #eaded3; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; flex: 0 0 auto; }

.photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.work-gallery .photo-grid { gap: 30px; }
.work-gallery .section-heading { max-width: none; }
.photo-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
.photo-card img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.photo-card-copy { padding: 20px 22px 22px; }
.photo-card-copy p { margin: 0; color: var(--muted); }

.office-card address { margin-bottom: 14px; font-style: normal; font-weight: 800; }
.office-meta { display: grid; gap: 8px; margin: 16px 0 0; }
.office-meta span { display: block; color: var(--muted); }
.link-row { display: flex; flex-wrap: wrap; gap: 10px; }

.calcwrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 22px; align-items: start; }
.box { padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: block; margin-bottom: 6px; font-size: 14px; font-weight: 900; }
input, select, textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: var(--ink);
  background: var(--white);
  font-size: 15px;
}
textarea { min-height: 116px; resize: vertical; }
.help-text { margin: 7px 0 0; color: #74675d; font-size: 13px; line-height: 1.35; }
.result { margin-top: 18px; padding: 24px; border-radius: 22px; color: var(--white); background: linear-gradient(135deg, var(--ink), #2b211b); }
.result small { color: #f5c4a5; text-transform: uppercase; font-weight: 900; }
.price { margin: 4px 0; color: var(--orange-light); font-size: 42px; font-weight: 900; }
.calc-alert { margin: 12px 0 16px; padding: 13px 15px; border: 2px solid var(--orange); border-radius: 14px; color: #2b211b; background: #fff0e7; font-weight: 900; box-shadow: 0 8px 22px rgba(242,102,34,.18); }
.price-list { padding: 0; margin: 14px 0 0; list-style: none; }
.price-list li { padding: 10px 0; border-bottom: 1px solid var(--line); color: #4b5563; }
.calc-small-note { margin-top: 16px; padding: 12px 14px; border: 1px solid #f2b08b; border-radius: 14px; color: #5d5047; background: var(--cream); font-size: 14px; }
.form-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }

.article-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.article-callout { margin: 30px 0; padding: 24px; border-radius: 20px; background: var(--soft); border: 1px solid var(--line); }
.article-callout h2, .article-callout h3 { margin-top: 0; }

.site-footer { padding: 46px 0 96px; color: #d9d1ca; background: #0e0b09; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1.15fr 1fr; gap: 30px; }
.site-footer h2, .site-footer h3, .site-footer h4 { color: var(--white); font-size: 18px; }
.site-footer p { margin: 0 0 9px; }
.site-footer a { color: var(--white); }
.footer-links { padding: 0; margin: 0; list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: 14px; }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 14px; }

.mobile-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  gap: 8px;
  padding: 9px max(10px, env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.98);
  box-shadow: 0 -8px 28px rgba(0,0,0,.10);
}
.mobile-cta .button:first-child { flex: 1.7; }
.mobile-cta .button:last-child { flex: 1; }

.legal-page { background: var(--soft); }
.legal-card { width: min(980px, calc(100% - 36px)); margin: 34px auto 72px; padding: clamp(24px, 4vw, 44px); border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.legal-card h2 { margin-top: 36px; font-size: 29px; }
.legal-card h3 { margin-top: 24px; font-size: 20px; }
.legal-contact { margin: 22px 0; padding: 20px; border-radius: 18px; color: var(--white); background: var(--ink); }
.legal-contact a { color: var(--white); }

@media (max-width: 1080px) {
  .site-nav { gap: 13px; font-size: 13px; }
  .brand img { width: 210px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 850px; }
  .hero-media { max-width: 780px; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .sidebar .card + .card { margin-top: 0; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  :root { --header-height: 78px; }
  .header-inner { min-height: var(--header-height); }
  .brand img { width: 188px; }
  .menu-toggle { display: inline-flex; }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 10px 18px 18px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 18px 28px rgba(0,0,0,.10);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a:not(.button) { padding: 13px 4px; border-bottom: 1px solid var(--line); }
  .site-nav .button { margin-top: 12px; }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .calcwrap { grid-template-columns: 1fr; }
  .cta-band-grid { align-items: flex-start; flex-direction: column; }
  .cta-actions { width: 100%; }
  .mobile-cta { display: flex; }
}

@media (max-width: 650px) {
  .topbar { font-size: 12px; }
  .container, .narrow { width: min(100% - 28px, var(--container)); }
  .header-inner { width: calc(100% - 24px); gap: 10px; }
  .brand img { width: 165px; }
  .hero-grid { padding: 42px 0 46px; gap: 28px; }
  .hero-kicker { font-size: 11px; }
  .hero-actions, .form-actions { flex-direction: column; }
  .hero-actions .button, .form-actions .button, .cta-actions .button, .link-row .button { width: 100%; }
  .section { padding: 54px 0; }
  .page-hero .container { padding-top: 42px; padding-bottom: 42px; }
  .grid-2, .grid-3, .grid-4, .photo-grid, .fields, .footer-grid, .sidebar { grid-template-columns: 1fr; }
  .card, .box { padding: 22px; border-radius: 20px; }
  .cta-band { padding: 27px 22px; border-radius: 22px; }
  .step { padding-left: 68px; }
  .site-footer { padding-bottom: 112px; }
  .footer-legal { flex-direction: column; }
}

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

/* Cookie consent */
.cookie-consent {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 22px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  color: #fff;
  background: #17110e;
  box-shadow: 0 18px 48px rgba(0,0,0,.28);
}
.cookie-copy { max-width: 720px; }
.cookie-copy strong { display: block; margin-bottom: 6px; font-size: 18px; }
.cookie-copy p { margin: 0 0 7px; color: #e7ddd6; line-height: 1.5; }
.cookie-copy a, .cookie-small a { color: #fff; text-decoration: underline; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }
.cookie-btn {
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 12px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.cookie-btn-primary { color: #fff; background: #3e9386; }
.cookie-btn-secondary { color: #fff; border-color: rgba(255,255,255,.35); background: transparent; }
.cookie-btn-link { color: #fff; padding-inline: 7px; background: transparent; text-decoration: underline; }
.cookie-preferences {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0,0,0,.48);
}
.cookie-panel {
  width: min(560px, 100%);
  padding: 26px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}
.cookie-panel h2 { margin-top: 0; }
.cookie-switch { display: flex; gap: 10px; align-items: center; margin: 20px 0; font-weight: 800; }
.cookie-switch input { width: 20px; height: 20px; }
.cookie-small { font-size: 14px; }
.cookie-small a { color: #17110e; }
.cookie-manage-button {
  position: fixed;
  left: 14px;
  bottom: 14px;
  z-index: 150;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid #d7ccc4;
  border-radius: 999px;
  color: #17110e;
  background: rgba(255,255,255,.96);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  cursor: pointer;
}
@media (max-width: 760px) {
  .cookie-consent { left: 10px; right: 10px; bottom: 76px; flex-direction: column; align-items: stretch; gap: 14px; padding: 18px; }
  .cookie-actions { width: 100%; }
  .cookie-actions .cookie-btn { flex: 1 1 auto; }
  .cookie-manage-button { bottom: 78px; }
}
