:root {
  --navy: #102a38;
  --navy-deep: #0b202b;
  --gold: #b7945d;
  --cream: #f4f0e8;
  --white: #fff;
  --ink: #17303c;
  --muted: #6d797e;
  --line: #d9d8d2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: "Manrope", sans-serif; background: #fbfaf7; }
a { color: inherit; text-decoration: none; }
img { width: 100%; display: block; }
button, input, textarea { font: inherit; }

.header {
  height: 84px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 4vw; background: #fff; position: sticky; top: 0; z-index: 20;
  border-bottom: 1px solid rgba(16,42,56,.08);
}
.brand { display: flex; align-items: center; gap: 11px; font-size: 13px; letter-spacing: .14em; font-weight: 600; }
.brand b { color: var(--gold); font-weight: 600; }
.brand-mark {
  width: 38px; height: 38px; display: grid; place-items: center; color: var(--gold);
  border: 1px solid var(--gold); border-radius: 50%; font-family: "Playfair Display", serif;
  font-size: 23px; font-weight: 600; letter-spacing: 0;
}
.nav { display: flex; gap: 32px; font-size: 13px; font-weight: 600; }
.nav a { transition: color .2s; }
.nav a:hover, .phone:hover, .header-whatsapp:hover { color: var(--gold); }
.header-actions { display: flex; align-items: center; gap: 22px; }
.phone { font-size: 13px; font-weight: 700; }
.header-whatsapp { font-size: 13px; font-weight: 700; color: #1b7e57; }
.button {
  display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 28px;
  background: var(--gold); color: white; border: 1px solid var(--gold); font-size: 13px; font-weight: 700;
  letter-spacing: .03em; cursor: pointer; transition: background .2s, transform .2s;
}
.button:hover { background: #9c7846; transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 19px; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: none; }
.menu-button span { display: block; width: 22px; height: 1px; background: var(--ink); margin: 6px auto; }

.hero {
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  align-items: center;
  gap: clamp(34px, 4.6vw, 76px);
  padding: clamp(52px, 6.5vw, 88px) 8vw;
  position: relative;
  color: white;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 20%, rgba(46, 125, 96, .26), transparent 30%),
    linear-gradient(135deg, #071922 0%, #102a38 48%, #163c37 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(120deg, rgba(0,0,0,.7), transparent 68%);
  pointer-events: none;
}
.hero-content { position: relative; z-index: 1; max-width: 760px; }
.eyebrow { margin: 0 0 24px; color: var(--gold); text-transform: uppercase; letter-spacing: .2em; font-size: 11px; font-weight: 700; }
.eyebrow.light { color: #e5c28c; }
h1, h2 { margin: 0; font-family: "Playfair Display", serif; font-weight: 500; line-height: 1.06; letter-spacing: -.025em; }
h1 { font-size: clamp(56px, 6.1vw, 98px); }
h2 { font-size: clamp(42px, 4.5vw, 68px); }
.hero h1 { max-width: 820px; font-size: clamp(44px, 5.25vw, 78px); }
.hero-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(190px, 1fr));
  gap: 13px 24px;
  max-width: 690px;
  margin: 26px 0 32px;
  padding: 0;
  list-style: none;
}
.hero-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.86);
  font-size: 16px;
  line-height: 1.55;
}
.hero-benefits li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #35c88a;
  box-shadow: 0 0 0 5px rgba(53,200,138,.13);
}
.hero-buttons { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.hero-cta-primary { background: #1fa66c; border-color: #1fa66c; box-shadow: 0 18px 42px rgba(31,166,108,.28); }
.hero-cta-primary:hover { background: #188b5a; }
.hero-cta-secondary { background: #fff; border-color: #fff; color: var(--navy); }
.hero-cta-secondary:hover { background: #eef7f3; border-color: #eef7f3; }
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
  margin-top: 28px;
}
.hero-trust span {
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.07);
  font-size: 12px;
  font-weight: 700;
}
.hero-visual {
  position: relative;
  z-index: 1;
  min-height: 470px;
}
.hero-photo {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.17);
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    linear-gradient(135deg, #d9d2c5, #8f9b91 46%, #223a36);
  box-shadow: 0 34px 90px rgba(0,0,0,.34);
}
.hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,.16), transparent 42%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.11) 0 1px, transparent 1px 72px);
  opacity: .65;
}
.hero-photo span, .hero-photo strong {
  position: absolute;
  left: 24px;
  z-index: 1;
}
.hero-photo span {
  bottom: 58px;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero-photo strong {
  bottom: 26px;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 600;
}
.hero-photo-main {
  inset: 0 42px 64px 0;
  border-radius: 34px;
}
.hero-photo-small {
  right: 0;
  bottom: 0;
  width: 48%;
  height: 42%;
  border-radius: 26px;
}
.hero-photo-small strong { font-size: 20px; }
.hero-photo-card {
  position: absolute;
  top: 28px;
  right: 20px;
  display: grid;
  gap: 3px;
  min-width: 172px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  color: var(--navy);
  box-shadow: 0 24px 60px rgba(0,0,0,.24);
}
.hero-photo-card b { color: #1b7e57; font-family: "Playfair Display", serif; font-size: 31px; font-weight: 600; }
.hero-photo-card span { color: var(--muted); font-size: 12px; font-weight: 700; }
.text-link { font-size: 13px; font-weight: 700; color: var(--ink); border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.text-link span { margin-left: 8px; }
.light-link { color: white; }

.photo-estimate {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: center;
  padding: 82px 8vw;
  background: #f7f5ef;
  border-bottom: 1px solid rgba(16,42,56,.08);
}
.photo-estimate-copy h2 {
  max-width: 620px;
  font-size: clamp(36px, 4vw, 58px);
}
.photo-estimate-copy > p:last-child {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}
.photo-estimate-panel {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(16,42,56,.1);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(16,42,56,.09);
}
.photo-steps {
  display: grid;
  gap: 18px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.photo-steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
}
.photo-steps span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(31,166,108,.12);
  color: #188b5a;
  font-size: 12px;
  font-weight: 800;
}
.photo-steps strong {
  padding-top: 8px;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.45;
}
.photo-whatsapp {
  width: 100%;
  background: #1fa66c;
  border-color: #1fa66c;
  box-shadow: 0 18px 38px rgba(31,166,108,.22);
}
.photo-whatsapp:hover { background: #188b5a; }
.photo-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.before-after {
  padding: 105px 8vw;
  background: #fff;
}
.before-after-heading {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(260px, .65fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
  margin-bottom: 54px;
}
.before-after-heading h2 {
  max-width: 720px;
  font-size: clamp(38px, 4.6vw, 68px);
}
.before-after-heading > p:last-child {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 22px;
}
.project-card {
  overflow: hidden;
  border: 1px solid rgba(16,42,56,.1);
  border-radius: 30px;
  background: #fbfaf7;
  box-shadow: 0 22px 60px rgba(16,42,56,.08);
}
.project-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 260px;
}
.project-placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  min-height: 260px;
  padding: 22px;
  color: white;
  overflow: hidden;
}
.project-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(160deg, rgba(255,255,255,.18), transparent 42%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.12) 0 1px, transparent 1px 46px);
}
.project-placeholder span, .project-placeholder strong {
  position: relative;
  z-index: 1;
}
.project-placeholder span {
  color: rgba(255,255,255,.72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.project-placeholder strong {
  font-family: "Playfair Display", serif;
  font-size: 31px;
  font-weight: 600;
}
.project-placeholder.before {
  background: linear-gradient(135deg, #59646a, #273941);
}
.project-placeholder.after {
  background: linear-gradient(135deg, #d8d2c5, #8a9d90 48%, #173a35);
}
.project-photo-slot {
  background-position: center;
  background-size: cover;
}
.project-photo-slot.has-real-photo span,
.project-photo-slot.has-real-photo strong {
  text-shadow: 0 2px 16px rgba(0,0,0,.45);
}
.case-study-card {
  display: flex;
  flex-direction: column;
}
.case-study-galleries {
  display: grid;
  gap: 1px;
  background: rgba(16,42,56,.1);
}
.case-gallery {
  padding: 14px;
  background: #fff;
}
.case-gallery > p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.case-gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 10px;
}
.case-gallery-grid .project-placeholder {
  min-height: 170px;
  border-radius: 18px;
}
.case-gallery-grid .project-placeholder:nth-child(2) {
  min-height: 170px;
}
.case-gallery-grid .project-placeholder strong {
  font-size: 25px;
}
.project-photo-real {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-photo-slot.has-real-photo span,
.project-photo-slot.has-real-photo strong {
  text-shadow: 0 2px 12px rgba(0,0,0,.38);
}
.project-empty-state {
  grid-column: 1 / -1;
}
.project-info {
  padding: 28px;
}
.project-location {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.project-info h3 {
  min-height: 66px;
  margin-bottom: 20px;
}
.project-info dl {
  display: grid;
  gap: 16px;
  margin: 0 0 24px;
}
.project-info dl div {
  display: grid;
  gap: 4px;
}
.project-info dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.project-info dd {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.65;
}
.case-study-info {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.case-study-meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 18px 0;
  border-top: 1px solid rgba(16,42,56,.1);
  border-bottom: 1px solid rgba(16,42,56,.1);
}
.case-study-detail {
  margin-bottom: 18px;
}
.case-study-detail h4 {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.case-study-detail p {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.65;
}
.case-review {
  margin: auto 0 22px;
  padding: 18px;
  border-left: 3px solid var(--gold);
  background: rgba(198,154,93,.09);
  font-family: "Playfair Display", serif;
  font-size: 21px;
  line-height: 1.45;
}
.case-review span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.renovation-prices {
  padding: 104px 8vw;
  background: var(--cream);
}
.renovation-price-heading {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .6fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
  margin-bottom: 52px;
}
.renovation-price-heading h2 {
  max-width: 700px;
  font-size: clamp(38px, 4.6vw, 68px);
}
.renovation-price-heading > p:last-child {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.renovation-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.renovation-price-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(28px, 3.4vw, 42px);
  border: 1px solid rgba(16,42,56,.1);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(16,42,56,.08);
}
.renovation-price-card.featured {
  background: var(--navy);
  color: #fff;
  transform: translateY(-16px);
}
.renovation-price-label {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.renovation-price-card h3 {
  margin-bottom: 14px;
  font-size: 28px;
}
.renovation-price-copy {
  min-height: 78px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.renovation-price-card.featured .renovation-price-copy {
  color: rgba(255,255,255,.68);
}
.renovation-price-range {
  display: block;
  margin: 0 0 24px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(31,166,108,.1);
  color: #188b5a;
  font-size: 15px;
}
.renovation-price-card.featured .renovation-price-range {
  background: rgba(255,255,255,.1);
  color: #78dfad;
}
.renovation-price-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(16,42,56,.12);
  list-style: none;
}
.renovation-price-card.featured ul {
  border-top-color: rgba(255,255,255,.14);
}
.renovation-price-card li {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.renovation-price-card li::before {
  content: "✓";
  margin-right: 10px;
  color: #1fa66c;
  font-weight: 800;
}
.renovation-price-card.featured li {
  color: rgba(255,255,255,.72);
}
.renovation-price-cta {
  width: 100%;
  margin-top: auto;
  background: #1fa66c;
  border-color: #1fa66c;
}
.renovation-price-card:not(.featured) .renovation-price-cta {
  background: var(--navy);
  border-color: var(--navy);
}
.renovation-price-cta:hover {
  background: #188b5a;
  border-color: #188b5a;
}

.work-process {
  padding: 106px 8vw;
  color: #fff;
  background:
    radial-gradient(circle at 16% 12%, rgba(31,166,108,.24), transparent 28%),
    linear-gradient(135deg, #071922 0%, #102a38 52%, #163c37 100%);
}
.work-process-heading {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .62fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
  margin-bottom: 54px;
}
.work-process-heading h2 {
  max-width: 700px;
  font-size: clamp(38px, 4.6vw, 68px);
}
.work-process-heading > p:last-child {
  margin: 0 0 8px;
  color: rgba(255,255,255,.7);
  font-size: 15px;
  line-height: 1.8;
}
.work-process-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.work-process-steps li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  min-height: 210px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: rgba(255,255,255,.07);
}
.work-process-steps li > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(31,166,108,.18);
  color: #78dfad;
  font-size: 12px;
  font-weight: 800;
}
.work-process-steps h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 23px;
}
.work-process-steps p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.75;
}
.work-process-cta {
  margin-top: 34px;
  background: #1fa66c;
  border-color: #1fa66c;
  box-shadow: 0 18px 38px rgba(31,166,108,.2);
}
.work-process-cta:hover {
  background: #188b5a;
  border-color: #188b5a;
}

.renovation-faq {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(360px, 1.28fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: start;
  padding: 104px 8vw;
  background: #fff;
}
.renovation-faq-heading {
  position: sticky;
  top: 110px;
}
.renovation-faq-heading h2 {
  max-width: 560px;
  font-size: clamp(38px, 4.4vw, 64px);
}
.renovation-faq-heading > p:last-child {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.renovation-faq-list {
  display: grid;
  gap: 14px;
}
.renovation-faq-list article {
  padding: 28px;
  border: 1px solid rgba(16,42,56,.1);
  border-radius: 24px;
  background: #fbfaf7;
}
.renovation-faq-list h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 22px;
}
.renovation-faq-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.trust-section {
  padding: 104px 8vw;
  background: var(--cream);
}
.trust-heading {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .65fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
  margin-bottom: 48px;
}
.trust-heading h2 {
  max-width: 680px;
  font-size: clamp(38px, 4.6vw, 68px);
}
.trust-heading > p:last-child {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.trust-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}
.trust-card-grid article {
  padding: 26px;
  border: 1px solid rgba(16,42,56,.1);
  border-radius: 24px;
  background: #fff;
}
.trust-card-grid span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(31,166,108,.12);
  color: #188b5a;
  font-weight: 900;
}
.trust-card-grid h3 {
  min-height: 58px;
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 22px;
}
.trust-card-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.testimonial-placeholders {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.testimonial-placeholders article {
  padding: 30px;
  border-radius: 28px;
  background: var(--navy);
  color: #fff;
}
.testimonial-note {
  margin: 0 0 22px;
  color: #78dfad;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.55;
  text-transform: uppercase;
}
.testimonial-placeholders blockquote {
  margin: 0 0 24px;
  font-family: "Playfair Display", serif;
  font-size: 25px;
  line-height: 1.42;
}
.testimonial-placeholders div {
  display: grid;
  gap: 5px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
}
.testimonial-placeholders strong {
  color: #fff;
  font-size: 14px;
}
.trust-cta {
  margin-top: 34px;
  background: #1fa66c;
  border-color: #1fa66c;
  box-shadow: 0 18px 38px rgba(31,166,108,.2);
}
.trust-cta:hover {
  background: #188b5a;
  border-color: #188b5a;
}

.section { padding: 120px 8vw; }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: end; }
.intro-copy { padding-bottom: 4px; }
.intro-copy p, .section-heading > p, .contact-copy > p {
  margin: 0 0 30px; color: var(--muted); font-size: 16px; line-height: 1.9; max-width: 560px;
}
.services { background: var(--cream); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 70px; }
.section-heading > p { margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cbc8c0; }
.service-grid article { padding: 28px 30px 10px 0; border-right: 1px solid #cbc8c0; min-height: 310px; position: relative; }
.service-grid article:not(:first-child) { padding-left: 30px; }
.service-grid article:last-child { border-right: 0; }
.service-grid article > span { font-size: 10px; color: var(--gold); }
.service-icon { margin: 45px 0 28px; font-size: 31px; color: var(--gold); font-family: serif; }
h3 { margin: 0 0 15px; font-family: "Playfair Display", serif; font-size: 23px; font-weight: 600; }
.service-grid p, .steps p { color: var(--muted); font-size: 13px; line-height: 1.8; margin: 0; }

.process { padding: 0; display: grid; grid-template-columns: .85fr 1.15fr; background: white; }
.process-panel { background: var(--navy); color: white; padding: 115px 8vw; }
.process-panel .button { margin-top: 48px; }
.outline { background: transparent; border-color: rgba(255,255,255,.5); }
.steps { margin: 0; padding: 70px 8vw 70px 6vw; list-style: none; }
.steps li { display: grid; grid-template-columns: 55px 1fr; gap: 25px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--gold); font-size: 12px; padding-top: 6px; }
.steps h3 { font-size: 21px; margin-bottom: 9px; }

.works { background: #fbfaf7; }
.compact { align-items: center; }
.gallery { display: grid; grid-template-columns: 1.18fr .82fr; gap: 24px; align-items: end; }
.gallery figure { margin: 0; }
.gallery img { aspect-ratio: 4/3; object-fit: cover; }
.gallery-large img { aspect-ratio: 5/4; }
.gallery figcaption { padding: 18px 0; display: flex; flex-direction: column; gap: 4px; }
.gallery figcaption span { color: var(--gold); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.gallery figcaption strong { font-family: "Playfair Display", serif; font-size: 22px; }

.prices { background: var(--cream); }
.price-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-cards article { padding: 42px; background: #fff; border: 1px solid transparent; }
.price-cards .featured { background: var(--navy); color: white; transform: translateY(-18px); }
.price-label { font-size: 11px; text-transform: uppercase; color: var(--gold); letter-spacing: .12em; }
.price-cards h3 { font-size: 32px; margin: 25px 0; }
.price-cards ul { padding: 22px 0 25px; margin: 0; list-style: none; border-top: 1px solid rgba(120,120,120,.25); }
.price-cards li { padding: 9px 0; font-size: 13px; color: var(--muted); }
.price-cards li::before { content: "✓"; color: var(--gold); margin-right: 10px; }
.featured li { color: rgba(255,255,255,.7); }
.price-cards a { font-size: 12px; font-weight: 700; color: var(--gold); }

.testimonial { text-align: center; max-width: 1050px; margin: auto; }
.quote-mark { color: var(--gold); font-family: "Playfair Display", serif; font-size: 74px; height: 55px; }
blockquote { margin: 20px auto 32px; font-family: "Playfair Display", serif; font-size: clamp(26px, 3vw, 42px); line-height: 1.42; }
.testimonial > p { display: flex; flex-direction: column; gap: 4px; font-size: 12px; }
.testimonial > p span { color: var(--muted); }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; background: white; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 25px 0; display: flex; justify-content: space-between; border: 0; background: none; color: var(--ink); text-align: left; cursor: pointer; font-weight: 700; }
.faq-item button b { color: var(--gold); font-size: 20px; font-weight: 400; }
.faq-item p { display: none; color: var(--muted); font-size: 13px; line-height: 1.8; margin: -7px 0 25px; padding-right: 50px; }
.faq-item.open p { display: block; }

.contact { background: var(--navy-deep); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.final-lead { align-items: center; position: relative; overflow: hidden; }
.final-lead::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(198, 154, 93, .16), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.05), transparent 42%);
  pointer-events: none;
}
.final-lead > * { position: relative; z-index: 1; }
.contact-copy > p { color: rgba(255,255,255,.65); margin-top: 30px; }
.final-lead .contact-copy > p { max-width: 540px; font-size: 17px; line-height: 1.75; }
.contact-details { margin-top: 45px; display: flex; flex-direction: column; gap: 10px; font-size: 15px; }
.final-lead .contact-details { margin-top: 34px; color: rgba(255,255,255,.78); }
.contact-form { background: white; color: var(--ink); padding: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.final-lead-form { border-radius: 30px; box-shadow: 0 28px 90px rgba(0,0,0,.28); gap: 22px; }
.contact-form label { display: flex; flex-direction: column; gap: 9px; font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.contact-form label:nth-child(4) { grid-column: 1 / -1; }
.final-lead-form label:nth-of-type(4) { grid-column: 1 / -1; }
.final-lead-form input[type="hidden"] { display: none; }
.contact-form input, .contact-form textarea { border: 0; border-bottom: 1px solid var(--line); padding: 8px 0 12px; outline: none; resize: none; color: var(--ink); text-transform: none; letter-spacing: 0; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); }
.contact-form .button { grid-column: 1 / -1; margin-top: 5px; }
.final-lead-form .button { min-height: 58px; width: 100%; }
.lead-form-note { grid-column: 1 / -1; margin: -4px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; text-align: center; }
.form-status { grid-column: 1/-1; margin: 0; font-size: 12px; color: var(--gold); text-align: center; min-height: 16px; }

.footer { padding: 70px 8vw 35px; background: #071922; color: rgba(255,255,255,.65); display: grid; grid-template-columns: 1.3fr .9fr .55fr .55fr 1fr; gap: 36px; font-size: 12px; }
.footer-brand { color: white; align-self: start; }
.footer p { margin: 0; line-height: 1.8; }
.footer > div { display: flex; flex-direction: column; gap: 12px; }
.footer-contacts a { color: rgba(255,255,255,.78); font-weight: 700; }
.footer a:hover { color: var(--gold); }
.footer small { grid-column: 1 / -1; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.1); margin-top: 30px; font-size: 10px; }

.mobile-sticky-cta { display: none; }

@media (max-width: 1050px) {
  .nav, .phone, .header-whatsapp { display: none; }
  .menu-button { display: block; }
  .nav.open { display: flex; position: absolute; top: 84px; left: 0; right: 0; padding: 25px 4vw; background: white; flex-direction: column; gap: 20px; box-shadow: 0 12px 25px rgba(0,0,0,.08); }
  .hero { grid-template-columns: 1fr; padding-top: 76px; }
  .hero-visual { min-height: 430px; max-width: 680px; width: 100%; }
  .hero-photo-card { top: auto; right: auto; left: -8px; bottom: 36px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid article:nth-child(2) { border-right: 0; }
  .service-grid article:nth-child(-n+2) { border-bottom: 1px solid #cbc8c0; }
  .process { grid-template-columns: 1fr; }
  .process-panel { padding: 90px 8vw; }
  .price-cards article { padding: 30px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 74px; }
  .header { height: 70px; padding: 0 20px; }
  .brand { font-size: 11px; }
  .brand-mark { width: 34px; height: 34px; }
  .button-small { display: none; }
  .nav.open { top: 70px; padding: 25px 20px; }
  .hero {
    min-height: auto;
    padding: 56px 20px 70px;
    gap: 34px;
  }
  .hero h1 { font-size: clamp(43px, 12vw, 58px); line-height: 1.02; }
  .hero-benefits { grid-template-columns: 1fr; gap: 10px; margin: 24px 0 30px; }
  .hero-benefits li { font-size: 15px; }
  .hero-buttons { align-items: stretch; flex-direction: column; gap: 12px; }
  .hero-buttons .button { width: 100%; min-height: 56px; padding: 0 18px; text-align: center; }
  .hero-trust { gap: 8px; margin-top: 22px; }
  .hero-trust span { width: calc(50% - 4px); padding: 9px 10px; font-size: 11px; }
  .hero-visual { min-height: 330px; }
  .hero-photo-main { inset: 0 0 58px 0; border-radius: 26px; }
  .hero-photo-small { width: 55%; height: 38%; border-radius: 20px; }
  .hero-photo span, .hero-photo strong { left: 18px; }
  .hero-photo span { bottom: 49px; }
  .hero-photo strong { bottom: 21px; font-size: 22px; }
  .hero-photo-small strong { font-size: 17px; }
  .hero-photo-card { left: 12px; bottom: 22px; min-width: 142px; padding: 16px; border-radius: 18px; }
  .hero-photo-card b { font-size: 25px; }
  .photo-estimate { grid-template-columns: 1fr; gap: 28px; padding: 64px 20px; }
  .photo-estimate-copy h2 { font-size: 38px; }
  .photo-estimate-copy > p:last-child { font-size: 15px; line-height: 1.7; }
  .photo-estimate-panel { padding: 24px 20px; border-radius: 24px; }
  .photo-steps { gap: 16px; }
  .photo-steps li { grid-template-columns: 40px 1fr; gap: 12px; }
  .photo-steps span { width: 36px; height: 36px; }
  .photo-steps strong { padding-top: 5px; font-size: 15px; }
  .photo-whatsapp { min-height: 56px; }
  .before-after { padding: 72px 20px; }
  .before-after-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 36px; }
  .before-after-heading h2 { font-size: 40px; }
  .before-after-heading > p:last-child { font-size: 14px; line-height: 1.7; }
  .project-grid { grid-template-columns: 1fr; gap: 20px; }
  .project-card { border-radius: 24px; }
  .project-images, .project-placeholder { min-height: 210px; }
  .case-gallery { padding: 12px; }
  .case-gallery-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .case-gallery-grid .project-placeholder { min-height: 150px; border-radius: 16px; }
  .project-placeholder { padding: 18px; }
  .project-placeholder strong { font-size: 25px; }
  .project-info { padding: 24px 20px; }
  .project-info h3 { min-height: 0; }
  .case-study-meta { grid-template-columns: 1fr; gap: 13px; }
  .case-review { font-size: 20px; }
  .renovation-prices { padding: 72px 20px; }
  .renovation-price-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 34px; }
  .renovation-price-heading h2 { font-size: 40px; }
  .renovation-price-heading > p:last-child { font-size: 14px; line-height: 1.7; }
  .renovation-price-grid { grid-template-columns: 1fr; gap: 18px; }
  .renovation-price-card { padding: 26px 20px; border-radius: 24px; }
  .renovation-price-card.featured { transform: none; }
  .renovation-price-card h3 { font-size: 24px; }
  .renovation-price-copy { min-height: 0; }
  .renovation-price-cta { min-height: 56px; }
  .work-process { padding: 72px 20px; }
  .work-process-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 34px; }
  .work-process-heading h2 { font-size: 40px; }
  .work-process-heading > p:last-child { font-size: 14px; line-height: 1.7; }
  .work-process-steps { grid-template-columns: 1fr; gap: 14px; }
  .work-process-steps li { grid-template-columns: 42px 1fr; gap: 12px; min-height: auto; padding: 22px 18px; border-radius: 22px; }
  .work-process-steps li > span { width: 36px; height: 36px; }
  .work-process-steps h3 { font-size: 21px; }
  .work-process-cta { width: 100%; min-height: 56px; margin-top: 24px; }
  .renovation-faq { grid-template-columns: 1fr; gap: 28px; padding: 72px 20px; }
  .renovation-faq-heading { position: static; }
  .renovation-faq-heading h2 { font-size: 40px; }
  .renovation-faq-heading > p:last-child { font-size: 14px; line-height: 1.7; }
  .renovation-faq-list article { padding: 22px 18px; border-radius: 22px; }
  .renovation-faq-list h3 { font-size: 20px; }
  .renovation-faq-list p { font-size: 13px; }
  .trust-section { padding: 72px 20px; }
  .trust-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 34px; }
  .trust-heading h2 { font-size: 40px; }
  .trust-heading > p:last-child { font-size: 14px; line-height: 1.7; }
  .trust-card-grid, .testimonial-placeholders { grid-template-columns: 1fr; gap: 16px; }
  .trust-card-grid article, .testimonial-placeholders article { padding: 24px 20px; border-radius: 22px; }
  .trust-card-grid h3 { min-height: 0; font-size: 21px; }
  .testimonial-placeholders blockquote { font-size: 23px; }
  .trust-cta { width: 100%; min-height: 56px; margin-top: 24px; }
  h1 { font-size: 49px; }
  h2 { font-size: 40px; }
  .section { padding: 80px 20px; }
  .intro, .faq, .contact { grid-template-columns: 1fr; gap: 45px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 30px; margin-bottom: 45px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article:not(:first-child) { padding: 28px 0; border-right: 0; border-bottom: 1px solid #cbc8c0; min-height: auto; }
  .service-icon { margin: 30px 0 18px; }
  .process-panel { padding: 80px 20px; }
  .steps { padding: 45px 20px; }
  .steps li { grid-template-columns: 38px 1fr; gap: 12px; }
  .gallery { grid-template-columns: 1fr; gap: 30px; }
  .gallery img, .gallery-large img { aspect-ratio: 4/3; }
  .price-cards { grid-template-columns: 1fr; }
  .price-cards .featured { transform: none; }
  .testimonial { padding-left: 20px; padding-right: 20px; }
  .final-lead { padding-top: 76px; padding-bottom: 76px; }
  .final-lead .contact-copy > p { font-size: 15px; line-height: 1.7; }
  .contact-form { padding: 28px 22px; grid-template-columns: 1fr; }
  .final-lead-form { border-radius: 24px; gap: 20px; }
  .contact-form label, .contact-form label:nth-child(4), .final-lead-form label:nth-of-type(4), .contact-form .button, .lead-form-note, .form-status { grid-column: 1; }
  .footer { padding: 60px 20px 30px; grid-template-columns: 1fr 1fr; }
  .footer .footer-brand, .footer > p, .footer small { grid-column: 1 / -1; }
  .footer-contacts { grid-column: 1 / -1; padding-top: 10px; }
  .mobile-sticky-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 7px;
    border: 1px solid rgba(16,42,56,.12);
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 48px rgba(16,42,56,.22);
    backdrop-filter: blur(10px);
  }
  .mobile-sticky-cta a {
    min-height: 48px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: var(--navy);
    font-size: 12px;
    font-weight: 800;
  }
  .mobile-sticky-cta a:nth-child(2) {
    background: #1fa66c;
    color: white;
  }
  .mobile-sticky-cta a:nth-child(3) {
    background: var(--gold);
    color: white;
  }
}
