:root {
  --ink: #19302e;
  --muted: #60706e;
  --brand: #153f3b;
  --brand-2: #235d57;
  --accent: #d5a85c;
  --tint: #edf7f5;
  --paper: #ffffff;
  --line: #dbe5e3;
  --shadow: 0 22px 55px rgba(21, 63, 59, .11);
  --radius: 18px;
}

* { 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.65;
}
a { color: inherit; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(219,229,227,.9);
  backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.15; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--accent); color: var(--brand); font-weight: 800; letter-spacing: -.04em; }
.brand strong, .brand small { display: block; }
.brand small { margin-top: 4px; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { color: var(--muted); text-decoration: none; font-size: .92rem; font-weight: 650; }
.site-nav a:hover { color: var(--brand); }
.site-nav .nav-cta { padding: 10px 16px; color: white; background: var(--brand); border-radius: 10px; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: white; border-radius: 10px; }
.menu-button span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--brand); }

.hero { position: relative; overflow: hidden; padding: 105px 0 98px; background: linear-gradient(135deg, #f4fbfa 0%, #e5f4f1 100%); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(35,93,87,.11); border-radius: 50%; right: -130px; top: -210px; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 80px; }
.eyebrow { margin: 0 0 12px; color: var(--brand-2); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 720px; margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 5.4vw, 5.2rem); font-weight: 500; }
h2 { margin-bottom: 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.8vw, 3.6rem); font-weight: 500; }
h3 { margin-bottom: 10px; font-size: 1.05rem; }
.hero-text { max-width: 650px; color: var(--muted); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 10px; cursor: pointer; text-decoration: none; font-weight: 750; }
.button-primary { color: white; background: var(--brand); }
.button-primary:hover { background: var(--brand-2); }
.button-secondary { color: var(--brand); border-color: var(--brand); background: transparent; }
.hero-visual { display: flex; justify-content: center; }
.drawing-card { position: relative; width: min(430px, 100%); aspect-ratio: 1/.86; overflow: hidden; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); transform: rotate(2deg); }
.plan-grid { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 24px 24px; }
.plan-room { position: absolute; border: 3px solid var(--brand); }
.room-one { inset: 15% 45% 42% 10%; }
.room-two { inset: 15% 10% 60% 55%; }
.room-three { inset: 47% 15% 12% 38%; }
.measure { position: absolute; color: var(--brand-2); font-size: .7rem; letter-spacing: .12em; }
.measure-a { left: 16%; top: 10%; }
.measure-b { right: 19%; bottom: 7%; }
.monogram { position: absolute; right: 8%; bottom: 12%; color: var(--brand); font-family: Georgia, serif; font-size: 3.6rem; }
.monogram span { display: block; font-family: inherit; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; }

.section { padding: 96px 0; }
.section-tint { background: var(--tint); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.body-copy { color: var(--muted); font-size: 1.05rem; }
.body-copy p:first-child { margin-top: 0; }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading > p:last-child { color: var(--muted); }
.cards { display: grid; gap: 18px; margin-top: 54px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.cards.four { grid-template-columns: repeat(4, 1fr); }
.card, .service-card { padding: 28px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.card-number { display: block; margin-bottom: 34px; color: var(--accent); font-family: Georgia, serif; font-size: 1.6rem; }
.card p, .service-card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }
.service-card > span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 28px; color: var(--brand); background: var(--tint); border-radius: 12px; font-size: 1.3rem; }

.contact-section { background: var(--brand); color: white; }
.contact-section .eyebrow { color: #b8d8d4; }
.contact-section h2 { color: white; }
.contact-section p { color: #d6e5e3; }
.contact-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 86px; align-items: start; }
.contact-list { display: grid; gap: 22px; margin-top: 34px; font-style: normal; }
.contact-list a, .contact-list div { display: grid; gap: 2px; color: white; text-decoration: none; }
.contact-list span { color: #d6e5e3; }
.contact-form { display: grid; padding: 30px; color: var(--ink); background: white; border-radius: var(--radius); }
.contact-form label { margin: 14px 0 6px; font-size: .82rem; font-weight: 750; }
.contact-form label:first-child { margin-top: 0; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 14px; color: var(--ink); border: 1px solid var(--line); border-radius: 9px; background: #fbfdfd; }
.contact-form textarea { resize: vertical; }
.contact-form .button { margin-top: 18px; }
.contact-form .form-note { margin: 12px 0 0; color: var(--muted); font-size: .77rem; }

.site-footer { padding: 56px 0 24px; background: #0f2826; color: white; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; }
.footer-grid p, .footer-bottom p { color: #aec3c0; font-size: .86rem; }
.footer-grid nav { display: flex; flex-wrap: wrap; gap: 20px; align-items: start; }
.footer-grid nav a { color: #d9e5e3; font-size: .86rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 15; padding: 12px 17px; color: white; background: #168b58; border-radius: 999px; box-shadow: 0 12px 25px rgba(0,0,0,.2); text-decoration: none; font-size: .84rem; font-weight: 800; }

.legal-main { min-height: 70vh; padding: 72px 0 90px; }
.legal-header { padding: 52px 0; background: var(--tint); }
.legal-header h1 { max-width: none; margin: 0; font-size: clamp(2.3rem, 4.5vw, 4.2rem); }
.legal-content { max-width: 820px; }
.legal-content h2 { margin-top: 42px; margin-bottom: 12px; font-family: inherit; font-size: 1.45rem; font-weight: 800; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content a { color: var(--brand-2); font-weight: 700; }
.legal-callout { margin: 34px 0; padding: 24px; border-left: 4px solid var(--accent); background: var(--tint); border-radius: 0 12px 12px 0; }

@media (max-width: 900px) {
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero { padding: 76px 0; }
  .hero-copy { max-width: 760px; }
  .hero-visual { justify-content: flex-start; }
  .drawing-card { max-width: 520px; }
  .cards.four { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { gap: 52px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1120px); }
  .nav-wrap { min-height: 68px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand small { display: none; }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 20px; flex-direction: column; align-items: stretch; gap: 4px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(21,63,59,.08); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 11px 14px; }
  .site-nav .nav-cta { margin-top: 6px; text-align: center; }
  h1 { font-size: clamp(2.5rem, 13vw, 4rem); }
  .section { padding: 70px 0; }
  .cards.three, .cards.four { grid-template-columns: 1fr; margin-top: 36px; }
  .hero-actions .button { width: 100%; }
  .contact-form { padding: 22px; }
  .footer-grid, .footer-bottom { flex-direction: column; }
  .footer-grid nav { flex-direction: column; gap: 10px; }
  .whatsapp-float { right: 12px; bottom: 12px; }
}

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