:root {
  --ink: #1e2528;
  --muted: #5d686c;
  --paper: #fbfaf7;
  --surface: #ffffff;
  --line: #dce3df;
  --forest: #23483f;
  --sage: #7c9b86;
  --clay: #b76850;
  --gold: #c09b49;
  --whatsapp: #128c4b;
  --shadow: 0 16px 40px rgba(24, 35, 32, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  z-index: 2000;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 230px;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--forest);
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
}

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

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-nav a,
.nav-toggle {
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  padding: 10px 12px;
  text-decoration: none;
}

.main-nav a:hover,
.nav-toggle:hover {
  background: #eef3ef;
}

.main-nav .nav-cta {
  background: var(--forest);
  color: #fff;
}

.nav-toggle {
  display: none;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: min(760px, 92vh);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #19211e;
}

.hero picture,
.hero picture::after,
.hero picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero picture::after {
  content: "";
  background: linear-gradient(90deg, rgba(13, 19, 18, 0.84), rgba(13, 19, 18, 0.48) 52%, rgba(13, 19, 18, 0.18));
  z-index: 1;
}

.hero picture img {
  object-fit: cover;
}

.hero-overlay {
  position: relative;
  z-index: 2;
  width: min(840px, calc(100% - 32px));
  padding: clamp(72px, 12vw, 150px) 0 clamp(44px, 8vw, 82px);
  margin-left: clamp(18px, 6vw, 76px);
  color: #fff;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--clay);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f2d68f;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(36px, 7vw, 72px);
  line-height: 1.02;
}

h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
}

h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 2vw, 21px);
}

.hero-actions,
.footer-links,
.rate-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-actions {
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: var(--clay);
  color: #fff;
}

.button.whatsapp {
  background: var(--whatsapp);
  color: #fff;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.button.full {
  width: 100%;
}

.quick-strip {
  display: flex;
  gap: 8px;
  padding: 12px clamp(18px, 4vw, 56px);
  overflow-x: auto;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.quick-strip a {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--forest);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.section {
  padding: clamp(46px, 7vw, 86px) clamp(18px, 4vw, 56px);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 26px;
}

.section-heading p,
.intro-grid p,
.lead-section p {
  color: var(--muted);
}

.intro-grid,
.lead-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
}

.proof-list {
  display: grid;
  gap: 12px;
}

.proof-list div,
.location-grid article,
.design-card,
details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(26, 38, 35, 0.06);
}

.proof-list div {
  padding: 18px;
}

.proof-list strong,
.proof-list span {
  display: block;
}

.proof-list span {
  margin-top: 5px;
  color: var(--muted);
}

.gallery-section {
  background: #eef4ef;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.design-card {
  overflow: hidden;
}

.design-card img {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  object-fit: cover;
  background: #dfe8e1;
}

.design-card h3,
.design-card p {
  padding-inline: 16px;
}

.design-card h3 {
  padding-top: 16px;
}

.design-card p {
  margin: 8px 0 16px;
  color: var(--muted);
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.location-grid article {
  padding: 20px;
}

.location-grid p {
  color: var(--muted);
}

.location-grid a {
  color: var(--forest);
  font-weight: 800;
}

.contact-panel {
  display: grid;
  gap: 10px;
  padding: 22px;
}

label {
  font-weight: 800;
}

input,
select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #c8d2cd;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 10px 12px;
}

.lead-section {
  background: #f6efe8;
}

.form-note {
  margin: 0;
  font-size: 14px;
}

.contact-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(26, 38, 35, 0.06);
}

.faq-section {
  display: grid;
  gap: 12px;
}

.faq-section .section-heading {
  margin-bottom: 8px;
}

details {
  padding: 18px 20px;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

details p {
  color: var(--muted);
  margin-bottom: 0;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 24px;
  padding: 34px clamp(18px, 4vw, 56px);
  background: var(--ink);
  color: #fff;
}

.site-footer h2,
.site-footer p {
  margin: 0 0 10px;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.78);
}

.footer-links {
  align-content: start;
  justify-content: flex-end;
}

.footer-links a {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 10px 12px;
  text-decoration: none;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1100;
  display: flex;
  gap: 8px;
}

.floating-actions a {
  border-radius: 999px;
  padding: 12px 16px;
  background: var(--forest);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: var(--shadow);
}

.floating-actions a:last-child {
  background: var(--whatsapp);
}

.location-hero {
  min-height: 520px;
}

.compact-hero .hero-overlay {
  padding-top: 100px;
}

@media (max-width: 980px) {
  .main-nav {
    position: fixed;
    inset: 67px 0 auto 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 12px 18px 20px;
  }

  .main-nav.is-open {
    display: grid;
  }

  .main-nav a {
    border-radius: 0;
    border-bottom: 1px solid var(--line);
    padding: 14px 8px;
  }

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

  .intro-grid,
  .lead-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding-inline: 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 620px;
  }

  .hero-overlay {
    width: calc(100% - 28px);
    margin-inline: 14px;
  }

  .hero picture::after {
    background: linear-gradient(0deg, rgba(13, 19, 18, 0.88), rgba(13, 19, 18, 0.2));
  }

  .hero-actions {
    display: grid;
  }

  .gallery-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .design-card img {
    aspect-ratio: 1 / 0.86;
  }

  .floating-actions {
    left: 12px;
    right: 12px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(120%);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .floating-actions a {
    flex: 1;
    text-align: center;
  }

  body.show-sticky-cta .floating-actions {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .quick-strip {
    padding-bottom: 12px;
  }
}
