:root {
  --navy: #08263d;
  --navy-soft: #123e5b;
  --copper: #176fa6;
  --copper-light: #2692c7;
  --gold: #4aa98c;
  --cream: #edf6f8;
  --paper: #ffffff;
  --ink: #142c3b;
  --muted: #526a77;
  --line: rgba(8, 38, 61, .13);
  --radius: 26px;
  --shadow: 0 26px 70px rgba(25, 18, 12, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; line-height: 1.65; }
img { max-width: 100%; }
h1, h2 { margin: 0; font-family: "Fraunces", serif; line-height: 1.06; letter-spacing: -.045em; }
h1 { font-size: clamp(3.1rem, 6.5vw, 7rem); }
h1 em { color: var(--copper); font-style: normal; }
h2 { font-size: clamp(2.3rem, 4vw, 4.4rem); }
h3, p { margin-top: 0; }
.eyebrow { margin-bottom: 1rem; color: var(--copper); font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.light { color: #f0c676; }

.site-header { position: sticky; top: 0; z-index: 20; height: 86px; padding: 0 clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,253,249,.94); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(145deg, var(--copper-light), var(--copper)); box-shadow: 0 7px 20px rgba(23,111,166,.22); font: 700 1rem "Fraunces"; }
.brand strong, .brand small { display: block; }
.brand small { color: var(--muted); font-size: .72rem; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { color: var(--navy); font-size: .9rem; font-weight: 700; text-decoration: none; }
.nav-cta { padding: 11px 18px; border-radius: 999px; color: white; background: var(--navy); }
.menu-button { display: none; padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: white; font-weight: 700; }

.hero { min-height: 730px; padding: 85px clamp(24px, 7vw, 120px); display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.55fr); gap: clamp(45px, 7vw, 110px); align-items: center; background: radial-gradient(circle at 82% 14%, #d8eef4 0, transparent 30%), linear-gradient(135deg, #ffffff, var(--cream)); }
.lead { max-width: 760px; margin: 28px 0; color: var(--muted); font-size: clamp(1.08rem, 1.6vw, 1.35rem); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; font: 800 .91rem "DM Sans"; text-decoration: none; cursor: pointer; }
.primary { color: white; background: linear-gradient(135deg, var(--copper-light), var(--copper)); box-shadow: 0 12px 24px rgba(23,111,166,.2); }
.quiet { border: 1px solid var(--navy); color: var(--navy); background: transparent; }
.trust-line { margin-top: 34px; display: flex; gap: 12px 24px; flex-wrap: wrap; font-size: .82rem; font-weight: 800; }
.trust-line span::before { content: "✓"; margin-right: 7px; color: var(--copper); }
.hero-card { padding: 22px; overflow: hidden; border-radius: var(--radius); color: white; background: var(--navy); box-shadow: var(--shadow); }
.portrait-placeholder { aspect-ratio: 1; max-height: 330px; overflow: hidden; border-radius: 18px; background: var(--cream); }
.portrait-placeholder img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-card blockquote { margin: 25px 8px 18px; font: 600 1.35rem/1.35 "Fraunces"; }
.hero-card p { margin: 0 8px 4px; color: #dbe5eb; }

.strip { padding: 75px 24px; text-align: center; color: white; background: linear-gradient(125deg, var(--navy), var(--copper)); }
.strip h2 { margin-bottom: 15px; }
.strip p { max-width: 720px; margin: 0 auto 10px; }
.visual-proof { padding: 90px clamp(24px, 7vw, 120px); display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(34px, 6vw, 90px); align-items: center; background: #fff; }
.visual-proof-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.visual-proof img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }

.section { padding: 110px clamp(24px, 7vw, 120px); }
.section-heading { margin-bottom: 54px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 65px; align-items: end; }
.section-heading > p { color: var(--muted); font-size: 1.06rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service { min-height: 330px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.service.featured { border-color: transparent; background: #dff1f4; }
.service-number { margin-bottom: auto; color: var(--copper); font: 700 1rem "Fraunces"; }
.service h3 { font: 700 1.55rem/1.15 "Fraunces"; }
.service p { color: var(--muted); }
.service small { padding-top: 16px; border-top: 1px solid var(--line); font-weight: 700; }

.story { padding: 110px clamp(24px, 7vw, 120px); display: grid; grid-template-columns: .35fr 1fr 1fr; gap: 6vw; color: white; background: var(--navy); }
.story-accent { width: 150px; height: 150px; display: grid; place-items: center; border: 1px solid #f0c676; border-radius: 50%; color: #f0c676; text-align: center; font-weight: 800; transform: rotate(-7deg); }
.story-text { color: #dbe5eb; font-size: 1.04rem; }
.signature { margin-top: 25px; color: #f0c676; font: 700 3rem "Fraunces"; transform: rotate(-5deg); }
.reassurance { text-align: center; background: var(--cream); }
.steps { max-width: 1050px; margin: 55px auto 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; list-style: none; text-align: left; }
.steps li { padding: 25px; display: flex; gap: 16px; border-radius: 18px; background: white; }
.steps span { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--copper); font-weight: 800; }
.steps h3 { margin-bottom: 5px; }
.steps p { margin: 0; color: var(--muted); font-size: .9rem; }
.area { padding: 100px clamp(24px, 7vw, 120px); display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
.area p { max-width: 620px; color: var(--muted); }
.towns { display: flex; gap: 10px; flex-wrap: wrap; }
.towns a, .towns span { padding: 12px 18px; border-radius: 999px; color: var(--navy); background: #edf0eb; font-weight: 700; text-decoration: none; }

.reviews { padding: 85px clamp(24px, 7vw, 120px); display: grid; grid-template-columns: .7fr 1fr .75fr; gap: 5vw; align-items: center; color: white; background: linear-gradient(130deg, var(--navy), var(--navy-soft)); }
.stars { margin: 12px 0 0; color: #f0c676; font-size: 1.5rem; letter-spacing: .15em; }
.reviews blockquote { margin: 0; font: 600 clamp(1.45rem, 2.3vw, 2.2rem)/1.35 "Fraunces"; }
.review-actions { display: flex; flex-direction: column; gap: 15px; align-items: flex-start; }
.light-button { border-color: white; color: white; }
.review-link { color: #f0c676; font-weight: 800; }

.contact { padding: 105px clamp(24px, 7vw, 120px); display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; color: white; background: linear-gradient(125deg, var(--navy), var(--copper)); }
.contact > div > p { color: #f8e6db; }
.phone { margin: 28px 0 10px; display: block; color: #d8fff2; font: 700 clamp(2rem, 4vw, 4rem) "Fraunces"; text-decoration: none; }
.whatsapp { display: block; margin-top: 8px; color: white; font-weight: 800; }
form { padding: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; border-radius: var(--radius); color: var(--ink); background: white; box-shadow: var(--shadow); }
label { font-size: .82rem; font-weight: 800; }
input, textarea, select { width: 100%; margin-top: 7px; padding: 13px; display: block; border: 1px solid var(--line); border-radius: 10px; background: #fcfaf6; font: inherit; }
.full { grid-column: 1 / -1; }
form small { color: var(--muted); text-align: center; }
.website-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
footer { padding: 48px clamp(24px, 7vw, 120px); display: flex; align-items: center; justify-content: space-between; }
footer p { margin: 0; text-align: right; font-size: .8rem; }
.floating-contact { position: fixed; right: 20px; bottom: 20px; z-index: 25; padding: 13px 19px; border-radius: 999px; color: white; background: #22a060; box-shadow: 0 10px 28px #0003; font-weight: 800; text-decoration: none; }

@media (max-width: 960px) {
  .menu-button { display: block; }
  nav { position: absolute; top: 86px; left: 0; right: 0; padding: 22px; display: none; flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); background: var(--paper); }
  nav.open { display: flex; }
  .hero, .visual-proof, .section-heading, .story, .area, .reviews, .contact { grid-template-columns: 1fr; }
  .hero-card { max-width: 580px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .story-accent { display: none; }
  .steps { grid-template-columns: 1fr; }
  .review-actions { flex-direction: row; align-items: center; flex-wrap: wrap; }
}

@media (max-width: 600px) {
  .site-header { height: 74px; }
  .brand small { display: none; }
  nav { top: 74px; }
  .hero { min-height: auto; padding: 58px 21px 72px; }
  .hero-actions .button { width: 100%; }
  .section, .visual-proof, .story, .area, .reviews, .contact { padding: 76px 21px; }
  .services-grid { grid-template-columns: 1fr; }
  .service { min-height: 295px; }
  .section-heading { gap: 20px; margin-bottom: 38px; }
  form { grid-template-columns: 1fr; padding: 22px; }
  form label { grid-column: 1 / -1; }
  footer { gap: 26px; align-items: flex-start; flex-direction: column; }
  footer p { text-align: left; }
  .floating-contact { right: 12px; bottom: 12px; }
}
