:root {
  --orange: #f58200;
  --orange-dark: #cc6900;
  --ink: #202324;
  --ink-soft: #44494b;
  --paper: #ffffff;
  --mist: #f4f5f5;
  --line: #dfe2e3;
  --success: #146c43;
  --error: #a02727;
  --shadow: 0 20px 50px rgba(25, 28, 29, 0.12);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
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: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 18px; top: -100px; z-index: 1000; padding: 12px 18px; color: #fff; background: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 18px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(32,35,36,.08); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: block; width: min(300px, 52vw); }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { text-decoration: none; font-size: .95rem; font-weight: 700; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--orange-dark); }
.main-nav .nav-call { padding: 10px 16px; border: 1px solid var(--ink); border-radius: 999px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s ease; }

.hero { position: relative; min-height: 690px; overflow: hidden; background: var(--ink); isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(23,25,26,.97) 0%, rgba(23,25,26,.90) 44%, rgba(23,25,26,.25) 76%, rgba(23,25,26,.18) 100%); }
.hero-photo { position: absolute; inset: 0; z-index: -2; background: url("lonas.webp") center/cover no-repeat; transform: scale(1.015); }
.hero-grid { min-height: 690px; display: grid; align-items: center; }
.hero-copy { max-width: 760px; padding: 100px 0; color: #fff; }
.eyebrow { margin: 0 0 14px; color: var(--orange); font-size: .82rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(2.8rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.055em; }
.hero-lead { max-width: 690px; margin: 28px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 2vw, 1.27rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid rgba(245,130,0,.35); outline-offset: 3px; }
.button-primary { color: #fff; background: var(--orange); }
.button-primary:hover { background: var(--orange-dark); }
.button-light { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
.button-light:hover { background: rgba(255,255,255,.16); }
.button-dark { color: #fff; background: var(--ink); }
.hero-points { display: flex; flex-wrap: wrap; gap: 16px 30px; margin: 44px 0 0; padding: 0; list-style: none; }
.hero-points li { position: relative; padding-left: 17px; font-size: .92rem; font-weight: 700; }
.hero-points li::before { content: ""; position: absolute; left: 0; top: .7em; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }

.service-strip { color: #fff; background: var(--orange); }
.service-strip-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.service-strip span { padding: 22px 12px; text-align: center; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; border-right: 1px solid rgba(255,255,255,.25); }
.service-strip span:last-child { border-right: 0; }
.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; margin-bottom: 50px; }
.section-heading h2, .contact-copy h2, .location-banner h2, .about-copy h2 { margin: 0; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p { margin: 0; color: var(--ink-soft); }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 270px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-number { color: var(--orange); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.service-card h3 { margin: 45px 0 12px; font-size: 1.45rem; line-height: 1.2; }
.service-card p { margin: 0; color: var(--ink-soft); }
.service-card-accent { color: #fff; background: var(--ink); }
.service-card-accent h3 { margin-top: 28px; }
.service-card-accent p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.service-card-accent a { display: inline-block; margin-top: 26px; color: var(--orange); font-weight: 800; text-decoration: none; }

.section-dark { color: #fff; background: var(--ink); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.about-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.about-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 42px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.16); }
.about-facts strong, .about-facts span { display: block; }
.about-facts strong { color: var(--orange); font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1; }
.about-facts span { margin-top: 8px; color: rgba(255,255,255,.62); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.about-image { margin: 0; }
.about-image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-image figcaption { margin-top: 12px; color: rgba(255,255,255,.58); font-size: .85rem; }

.work-featured { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 520px; margin-bottom: 24px; overflow: hidden; color: #fff; background: var(--ink); border-radius: var(--radius); }
.work-featured > img { width: 100%; height: 100%; min-height: 520px; object-fit: contain; object-position: center; background: #303435; }
.work-featured > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 5vw, 68px); }
.work-featured h3 { margin: 0; font-size: clamp(2rem, 3.8vw, 3.6rem); line-height: 1.04; letter-spacing: -.04em; }
.work-featured p:not(.work-meta) { margin: 24px 0 0; color: rgba(255,255,255,.72); }
.work-meta { margin: 0 0 13px; color: var(--orange); font-size: .74rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.work-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; }
.work-tags li { padding: 7px 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font-size: .78rem; font-weight: 800; }
.work-grid { column-count: 3; column-gap: 24px; }
.work-card { display: inline-block; width: 100%; margin: 0 0 24px; overflow: hidden; break-inside: avoid; background: var(--mist); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.work-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.work-card img { width: 100%; height: auto; }
.work-card-copy { padding: 27px 28px 30px; }
.work-card-copy h3 { margin: 0; font-size: 1.3rem; line-height: 1.2; letter-spacing: -.02em; }
.work-card-copy p:last-child { margin: 13px 0 0; color: var(--ink-soft); font-size: .94rem; }
.work-footer { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 24px; padding: 32px 36px; background: #fff5e9; border-radius: 16px; }
.work-footer p { max-width: 760px; margin: 0; }
.work-footer a { flex: 0 0 auto; color: var(--orange-dark); font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 5px; }

.reviews-section { background: var(--mist); }
.rating { color: var(--ink) !important; font-weight: 700; }
.rating span { display: block; color: var(--orange); letter-spacing: .12em; }
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.reviews-grid blockquote { margin: 0; padding: 34px; background: #fff; border-radius: 18px; box-shadow: 0 10px 30px rgba(30,35,37,.06); }
.reviews-grid blockquote::before { content: "“"; color: var(--orange); font: 700 3.2rem/1 Georgia, serif; }
.reviews-grid p { margin: 4px 0 24px; }
.reviews-grid footer { color: var(--ink-soft); font-size: .9rem; font-weight: 800; }

.contact-section { color: #fff; background: #111314; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.contact-list { margin-top: 36px; border-top: 1px solid rgba(255,255,255,.14); }
.contact-list a { display: block; padding: 18px 0; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.14); }
.contact-list span, .contact-list strong { display: block; }
.contact-list span { color: var(--orange); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-list strong { margin-top: 4px; font-size: 1.02rem; }
.hours { margin-top: 30px; }
.hours h3 { margin-bottom: 4px; }
.hours p { margin: 0; color: rgba(255,255,255,.66); }
.contact-form { padding: 40px; color: var(--ink); background: #fff; border-radius: var(--radius); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 7px; font-size: .9rem; font-weight: 800; }
.field input, .field textarea { width: 100%; border: 1px solid #cdd1d2; border-radius: 10px; padding: 13px 14px; color: var(--ink); background: #fff; }
.field textarea { resize: vertical; min-height: 150px; }
.field input:focus, .field textarea:focus { border-color: var(--orange); outline: 3px solid rgba(245,130,0,.12); }
.checkbox { display: flex; gap: 10px; align-items: flex-start; font-size: .9rem; }
.checkbox input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 3px; accent-color: var(--orange); }
.checkbox a { color: var(--orange-dark); }
.submit-button { width: 100%; margin-top: 24px; border: 0; }
.form-note { margin: 14px 0 0; color: #697072; font-size: .78rem; }
.form-status { margin-bottom: 20px; padding: 13px 15px; border-radius: 10px; font-weight: 700; }
.form-status.success { color: var(--success); background: #e7f5ed; }
.form-status.error { color: var(--error); background: #fbecec; }
.trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.location-banner { padding: 0 0 110px; color: var(--ink); background: #111314; }
.location-grid { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 470px; overflow: hidden; background: var(--orange); border-radius: var(--radius); }
.location-grid > div { padding: 58px; align-self: center; }
.location-grid .eyebrow { color: #fff; }
.location-grid p:not(.eyebrow) { max-width: 520px; }
.location-grid img { width: 100%; height: 100%; object-fit: cover; }

.site-footer { padding: 70px 0 25px; background: var(--mist); }
.footer-grid { display: grid; grid-template-columns: 1.7fr .65fr .65fr; gap: 60px; }
.footer-grid > div:first-child { max-width: 440px; }
.footer-grid img { width: min(300px, 100%); height: auto; }
.footer-grid p { color: var(--ink-soft); }
.footer-grid h2 { margin: 0 0 16px; font-size: .86rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a { display: block; margin: 7px 0; color: var(--ink-soft); text-decoration: none; }
.footer-grid a:hover { color: var(--orange-dark); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid var(--line); color: #687073; font-size: .82rem; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 18px; }
.floating-whatsapp { position: fixed; z-index: 40; right: 20px; bottom: 20px; padding: 12px 18px; color: #fff; background: #157347; border-radius: 999px; box-shadow: 0 8px 24px rgba(0,0,0,.2); text-decoration: none; font-size: .88rem; font-weight: 900; }
.legal-copy { max-width: 820px; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; padding: 22px 20px 28px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 15px 30px rgba(0,0,0,.08); }
  .main-nav.open { display: grid; }
  .main-nav .nav-call { text-align: center; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .section-heading, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-grid { gap: 50px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .work-grid { column-count: 2; }
  .work-featured { grid-template-columns: 1fr; }
  .work-featured > img { min-height: 430px; }
  .work-footer { align-items: flex-start; flex-direction: column; gap: 18px; }
  .location-grid { grid-template-columns: 1fr; }
  .location-grid img { max-height: 420px; }
  .footer-grid { grid-template-columns: 1.3fr .7fr .7fr; gap: 30px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { min-height: 72px; }
  .main-nav { top: 72px; }
  .brand { width: min(255px, 72vw); }
  .hero, .hero-grid { min-height: 640px; }
  .hero::after { background: linear-gradient(180deg, rgba(23,25,26,.80), rgba(23,25,26,.94)); }
  .hero-photo { background-position: 60% center; }
  .hero-copy { padding: 78px 0; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; gap: 8px; }
  .service-strip-grid { grid-template-columns: repeat(2,1fr); }
  .service-strip span:nth-child(2) { border-right: 0; }
  .service-strip span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.25); }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 34px; }
  .services-grid { grid-template-columns: 1fr; }
  .work-grid { column-count: 1; }
  .service-card { min-height: 230px; padding: 28px; }
  .work-featured > img { min-height: 0; aspect-ratio: 1/1; }
  .work-featured > div { padding: 34px 26px; }
  .work-footer { padding: 27px 26px; }
  .about-facts { gap: 8px; }
  .about-facts strong { font-size: 1.5rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 26px 20px; }
  .location-banner { padding-bottom: 78px; }
  .location-grid > div { padding: 38px 26px; }
  .location-grid img { min-height: 280px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom nav { margin-top: 12px; }
}

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