:root {
  --ink: #111827;
  --muted: #5d6675;
  --line: #dde3ea;
  --paper: #ffffff;
  --soft: #f6f7f9;
  --warm: #fff7e1;
  --brand: #c91f2e;
  --brand-dark: #8d1420;
  --electric: #f4c430;
  --teal: #0f766e;
  --teal-soft: #e6f4f1;
  --steel: #283443;
  --shadow: 0 20px 48px rgba(17, 24, 39, 0.14);
}

* {
  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;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 6vw;
  border-bottom: 1px solid rgba(221, 227, 234, 0.86);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.brand img {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  line-height: 1;
  font-size: 1rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.site-nav a {
  padding: 0.7rem 0.82rem;
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 750;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
  background: var(--soft);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: clamp(520px, 72svh, 680px);
  padding: clamp(2.4rem, 4vw, 3.6rem) 6vw;
  overflow: hidden;
  color: var(--paper);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, 0.86) 0%, rgba(17, 24, 39, 0.64) 44%, rgba(17, 24, 39, 0.18) 100%),
    linear-gradient(0deg, rgba(17, 24, 39, 0.34), rgba(17, 24, 39, 0.04)),
    url("assets/storefront-day.jpg") center / cover;
}

.hero-copy {
  max-width: 860px;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.contact-copy .eyebrow {
  color: var(--electric);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 1.1rem;
  max-width: 10ch;
  font-size: clamp(3.1rem, 7vw, 5.05rem);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 1rem;
  max-width: 18ch;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.55rem;
  font-size: 1.08rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.lead {
  max-width: 62ch;
  color: #f0f4f8;
  font-size: clamp(1.02rem, 1.7vw, 1.17rem);
}

.hero-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.15rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  gap: 0.55rem;
  padding: 0.85rem 1rem;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button.primary {
  color: var(--ink);
  background: var(--electric);
  box-shadow: 0 12px 28px rgba(244, 196, 48, 0.3);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: #ffd84d;
}

.button.whatsapp {
  color: var(--paper);
  background: var(--teal);
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.48);
  color: var(--paper);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  max-width: 1060px;
  margin: 1.05rem 0 0;
}

.hero-facts div {
  min-width: 0;
  padding: 0.72rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.hero-facts dt {
  color: #dbe4ee;
  font-size: 0.74rem;
  font-weight: 800;
}

.hero-facts dd {
  margin: 0.25rem 0 0;
  font-weight: 850;
  line-height: 1.35;
}

.intro,
.section {
  padding: clamp(3.5rem, 7vw, 6rem) 6vw;
}

.intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1.1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  padding-top: clamp(2rem, 4vw, 3.5rem);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.intro p:last-child {
  margin: 2.15rem 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.section-heading {
  max-width: 940px;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1.1fr);
  gap: 2rem;
  align-items: end;
  max-width: none;
}

.split-heading p:last-child {
  color: var(--muted);
  font-size: 1.03rem;
}

.services {
  background: var(--soft);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.service-card,
.project-card,
.trust-grid article,
.timeline li,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.service-card {
  padding: 1.35rem;
}

.service-card p,
.project-card p,
.trust-grid p,
.timeline p {
  margin-bottom: 0;
  color: var(--muted);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1.2rem;
  border-radius: 8px;
  color: var(--brand);
  background: #ffe9ec;
}

.work {
  background: var(--paper);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.project-card {
  overflow: hidden;
}

.project-card.featured {
  grid-column: span 2;
}

.project-card img {
  height: 250px;
  object-fit: cover;
  object-position: center;
  background: var(--steel);
}

.project-card.featured img {
  height: 370px;
}

.project-card img.focus-top {
  object-position: center 18%;
}

.project-card img.focus-storefront {
  object-position: center 16%;
}

.project-card img.focus-panel {
  object-position: center 8%;
}

.project-content {
  padding: 1.25rem;
}

.project-content span {
  display: inline-flex;
  margin-bottom: 0.65rem;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.trust {
  background:
    linear-gradient(120deg, rgba(255, 247, 225, 0.9), rgba(230, 244, 241, 0.78)),
    var(--warm);
}

.trust h2 {
  max-width: 16ch;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.trust-grid article {
  padding: 1.35rem;
}

.trust-grid strong {
  display: inline-flex;
  margin-bottom: 1.2rem;
  color: var(--teal);
  font-weight: 950;
}

.process {
  background: #f8fafc;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  padding: 1.25rem;
}

.timeline span {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--brand);
  font-weight: 950;
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  padding: clamp(3.5rem, 7vw, 6rem) 6vw;
  color: var(--paper);
  background:
    linear-gradient(120deg, rgba(17, 24, 39, 0.96), rgba(40, 52, 67, 0.98)),
    var(--steel);
}

.contact-copy {
  max-width: 680px;
}

.contact-copy p {
  color: #d6dee8;
}

.contact-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.6rem;
}

.contact-list > a,
.contact-list > div {
  display: grid;
  gap: 0.18rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-list span {
  color: #d6dee8;
  font-size: 0.82rem;
  font-weight: 800;
}

.contact-list strong {
  font-size: 1.02rem;
}

.contact-list small {
  color: #d6dee8;
  font-size: 0.88rem;
  line-height: 1.45;
}

.business-hours {
  gap: 0.75rem;
}

.business-hours dl {
  display: grid;
  gap: 0.48rem;
  margin: 0.35rem 0 0;
}

.business-hours dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.48rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.business-hours dl div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.business-hours dt {
  color: #d6dee8;
  font-weight: 750;
}

.business-hours dd {
  margin: 0;
  color: var(--paper);
  font-weight: 900;
  text-align: right;
}

.contact-copy address {
  margin-top: 1.6rem;
  color: #edf2f7;
  font-style: normal;
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 0.42rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--brand);
  outline: 3px solid rgba(201, 31, 46, 0.14);
}

.form-actions {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 0.25rem;
}

.form-submit {
  width: 100%;
}

.map-section {
  height: 410px;
  border-top: 1px solid var(--line);
  background: var(--soft);
}

.map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.92) contrast(1.03);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 6vw;
  color: #d7dee8;
  background: var(--ink);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--electric);
  font-weight: 850;
}

@media (max-width: 1080px) {
  .intro,
  .split-heading,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .project-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 68px;
    padding: 0 1rem;
  }

  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: fixed;
    inset: 68px 1rem auto 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.7rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.9rem;
  }

  .hero,
  .intro,
  .section,
  .contact-band {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .hero {
    min-height: 560px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(3.2rem, 18vw, 5rem);
  }

  h2 {
    max-width: 100%;
    font-size: clamp(1.9rem, 10vw, 2.8rem);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero-facts,
  .service-grid,
  .project-grid,
  .trust-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .hero-facts {
    display: none;
  }

  .project-card.featured {
    grid-column: auto;
  }

  .project-card img,
  .project-card.featured img {
    height: 250px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (max-width: 480px) {
  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 540px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero-backdrop {
    background-position: 61% center;
  }

  .hero-facts div {
    padding: 0.9rem;
  }
}
