:root {
  --ink: #17201c;
  --ink-2: #27342e;
  --forest: #31463b;
  --paper: #f5f1ea;
  --paper-2: #ece5da;
  --white: #fffdf9;
  --wood: #b8784f;
  --wood-dark: #815033;
  --olive: #87917b;
  --stone: #c9c0b4;
  --line: rgba(23, 32, 28, .16);
  --line-light: rgba(255, 255, 255, .2);
  --shadow: 0 24px 70px rgba(23, 32, 28, .13);
  --radius: 2px;
  --container: 1240px;
  --display-h1: clamp(3.35rem, 4.35vw, 4.9rem);
  --display-h2: clamp(2.45rem, 3.55vw, 4rem);
  --display-h1-mobile: clamp(2.85rem, 12.5vw, 3.65rem);
  --display-h2-mobile: clamp(2.25rem, 9.5vw, 3rem);
}

/* Professionals and studio pages */
.professionals-page .breadcrumbs,
.about-page .breadcrumbs {
  color: rgba(255,255,255,.62);
  background: #0d1d18;
  border-color: rgba(255,255,255,.1);
}
.professionals-page .breadcrumbs a,
.about-page .breadcrumbs a { color: rgba(255,255,255,.62); }
.professionals-page .breadcrumbs [aria-current="page"],
.about-page .breadcrumbs [aria-current="page"] { color: #fff; }

.professionals-hero {
  color: #fff;
  background: #10231d;
  padding: clamp(42px, 6vw, 92px) 0 clamp(54px, 7vw, 104px);
}
.professionals-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: clamp(50px, 7vw, 118px);
}
.professionals-hero-copy h1,
.about-studio-copy h1 {
  max-width: 820px;
  margin: 26px 0 30px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: var(--display-h1);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.05em;
  text-wrap: balance;
}
.professionals-hero-copy > p,
.about-studio-copy > p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.65;
}
.professionals-hero-actions,
.about-studio-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}
.professionals-hero-visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
}
.professionals-hero-visual::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(180deg, transparent 56%, rgba(8,18,15,.82));
}
.professionals-hero-visual img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.professionals-hero-caption {
  position: absolute;
  z-index: 1;
  right: 34px;
  bottom: 30px;
  left: 34px;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  align-items: start;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.35);
}
.professionals-hero-caption span,
.professionals-direct-cta-shell > div:first-child > span,
.about-direct-cta-shell > div:first-child > span {
  color: #b97851;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.professionals-hero-caption strong {
  max-width: 430px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
}

.professionals-direct-cta,
.about-direct-cta {
  background: #f6efdf;
  border-bottom: 1px solid rgba(17,39,31,.12);
}
.professionals-direct-cta-shell,
.about-direct-cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 34px;
}
.professionals-direct-cta h2,
.about-direct-cta h2 {
  margin: 6px 0 4px;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(25px, 2.1vw, 38px);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.professionals-direct-cta p,
.about-direct-cta p { margin: 0; color: #65716c; }
.professionals-direct-cta-actions,
.about-direct-cta-actions { display: flex; gap: 10px; }

.professionals-heading { align-items: end; }
.professionals-heading h2,
.about-heading h2,
.about-approach-heading h2,
.professionals-scope-intro h2,
.about-editorial-image-copy h2,
.about-principles-copy h2 {
  margin-top: 22px;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-size: var(--display-h2);
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.professionals-value { padding-top: clamp(86px, 9vw, 150px); }
.professionals-value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(48px, 6vw, 86px);
  border-top: 1px solid #cfd2cd;
  border-bottom: 1px solid #cfd2cd;
}
.professionals-value-grid article {
  min-height: 310px;
  padding: 30px clamp(22px, 2.3vw, 42px) 40px;
  border-right: 1px solid #cfd2cd;
}
.professionals-value-grid article:last-child { border-right: 0; }
.professionals-value-grid article > span,
.professionals-audience-grid > article > span,
.about-approach-grid article > span,
.about-process-grid li > span {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #a85e37;
  border: 1px solid rgba(168,94,55,.36);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}
.professionals-value-grid h3 {
  margin: 72px 0 20px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 400;
  line-height: 1.15;
}
.professionals-value-grid p,
.professionals-audience-grid p,
.about-approach-grid p,
.about-process-grid p { color: #68736e; line-height: 1.65; }

.professionals-audiences { background: #ebe3d5; }
.professionals-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 58px;
}
.professionals-audience-grid > article {
  display: flex;
  min-height: 500px;
  padding: 30px;
  color: #12251e;
  background: #f8f4ed;
  border: 1px solid rgba(17,39,31,.14);
  flex-direction: column;
}
.professionals-audience-grid h3 {
  max-width: 300px;
  margin: 44px 0 16px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(25px, 2vw, 32px);
  font-weight: 400;
  line-height: 1.12;
}
.professionals-audience-points {
  display: grid;
  gap: 0;
  margin: auto 0 0;
  padding: 22px 0 0;
  list-style: none;
  border-top: 1px solid rgba(17,39,31,.13);
}
.professionals-audience-points li {
  position: relative;
  padding: 11px 0 11px 20px;
  color: #314039;
  border-bottom: 1px solid rgba(17,39,31,.09);
  font-size: 14px;
  line-height: 1.4;
}
.professionals-audience-points li:last-child { border-bottom: 0; }
.professionals-audience-points li::before {
  position: absolute;
  top: 12px;
  left: 0;
  color: #b66d45;
  content: '＋';
  font-size: 12px;
  font-weight: 800;
}
.professionals-audiences-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  margin-top: 18px;
  padding: 34px 36px;
  color: #fff;
  background: #183228;
}
.professionals-audiences-note strong {
  display: block;
  margin: 8px 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(23px, 2vw, 31px);
  font-weight: 400;
}
.professionals-audiences-note p {
  max-width: 820px;
  margin: 0;
  color: rgba(255,255,255,.62);
  line-height: 1.55;
}

.professionals-workflow,
.about-principles {
  color: #fff;
  background: #10231d;
  padding: clamp(86px, 9vw, 145px) 0;
}
.professionals-heading-dark h2 { color: #fff; }
.professionals-heading-dark > p { color: rgba(255,255,255,.62); }
.professionals-workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 70px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.2);
}
.professionals-workflow-grid li {
  min-height: 270px;
  padding: 28px 30px;
  border-right: 1px solid rgba(255,255,255,.16);
}
.professionals-workflow-grid li:last-child { border-right: 0; }
.professionals-workflow-grid li > span { color: #df9368; font-size: 13px; font-weight: 800; }
.professionals-workflow-grid strong,
.about-process-grid strong {
  display: block;
  margin: 72px 0 18px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 400;
  line-height: 1.16;
}
.professionals-workflow-grid p { color: rgba(255,255,255,.58); line-height: 1.65; }

.professionals-scope-layout,
.about-approach-layout,
.about-principles-layout {
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(520px, 1.22fr);
  gap: clamp(70px, 9vw, 150px);
  align-items: start;
}
.professionals-scope-intro { position: sticky; top: 120px; }
.professionals-scope-intro p,
.about-approach-heading p,
.about-principles-copy p { color: #67736d; font-size: 18px; line-height: 1.7; }
.professionals-scope-list,
.about-principles-list { border-top: 1px solid #cfd2cd; }
.professionals-scope-list > div,
.about-principles-list > div {
  display: grid;
  grid-template-columns: 54px minmax(180px,.65fr) 1fr;
  gap: 22px;
  padding: 30px 0;
  border-bottom: 1px solid #cfd2cd;
}
.professionals-scope-list span,
.about-principles-list span { color: #b66d45; font-size: 12px; font-weight: 800; }
.professionals-scope-list strong,
.about-principles-list strong { font-family: Georgia, 'Times New Roman', serif; font-size: 22px; font-weight: 400; }
.professionals-scope-list p,
.about-principles-list p { margin: 0; color: #68736e; line-height: 1.6; }
.professionals-faq,
.about-faq { background: #f5f0e8; }
.professionals-bottom-cta,
.about-bottom-cta { border-top: 1px solid rgba(17,39,31,.12); }

.about-studio-hero {
  color: #fff;
  background: radial-gradient(circle at 82% 30%, rgba(133,91,58,.3), transparent 33%), #0d1d18;
  padding: clamp(70px, 8vw, 132px) 0 clamp(82px, 9vw, 150px);
}
.about-studio-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(450px, .9fr);
  gap: clamp(80px, 10vw, 170px);
  align-items: end;
}
.about-studio-summary { border-top: 1px solid rgba(255,255,255,.2); }
.about-studio-summary > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0 22px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.about-studio-summary span { grid-row: 1 / 3; color: #df9368; font-size: 12px; font-weight: 800; }
.about-studio-summary strong { font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 400; }
.about-studio-summary p { margin: 10px 0 0; color: rgba(255,255,255,.58); line-height: 1.55; }

.about-approach { padding-top: clamp(90px, 10vw, 160px); }
.about-approach-heading h2 { max-width: 600px; }
.about-approach-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #cfd2cd;
  border-left: 1px solid #cfd2cd;
}
.about-approach-grid article {
  min-height: 280px;
  padding: 28px;
  border-right: 1px solid #cfd2cd;
  border-bottom: 1px solid #cfd2cd;
}
.about-approach-grid h3 {
  margin: 70px 0 14px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 30px;
  font-weight: 400;
}
.about-editorial-image { padding: 0 0 clamp(90px, 10vw, 160px); }
.about-editorial-image-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  min-height: 660px;
  padding: 0;
  background: #10231d;
}
.about-editorial-image img { width: 100%; height: 100%; min-height: 660px; object-fit: cover; }
.about-editorial-image-copy { align-self: end; padding: clamp(42px, 5vw, 78px); color: #fff; }
.about-editorial-image-copy h2 { font-size: var(--display-h2); }
.about-editorial-image-copy p { color: rgba(255,255,255,.62); font-size: 18px; line-height: 1.7; }
.about-editorial-image-copy .text-link { display: inline-block; margin-top: 24px; }
.about-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 66px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cfd2cd;
  border-bottom: 1px solid #cfd2cd;
}
.about-process-grid li { min-height: 320px; padding: 28px; border-right: 1px solid #cfd2cd; }
.about-process-grid li:last-child { border-right: 0; }
.about-principles-copy p { color: rgba(255,255,255,.62); }
.about-principles-copy .button { margin-top: 26px; }
.about-principles-list { border-color: rgba(255,255,255,.2); }
.about-principles-list > div { border-color: rgba(255,255,255,.18); }
.about-principles-list strong { color: #fff; }
.about-principles-list p { color: rgba(255,255,255,.58); }
.about-project-types { background: #ebe3d5; }
.about-project-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 58px;
  border-top: 1px solid rgba(17,39,31,.22);
  border-left: 1px solid rgba(17,39,31,.22);
}
.about-project-links a {
  display: flex;
  min-height: 126px;
  padding: 26px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  color: #12251e;
  border-right: 1px solid rgba(17,39,31,.22);
  border-bottom: 1px solid rgba(17,39,31,.22);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  transition: color .2s ease, background .2s ease;
}
.about-project-links a:hover { color: #fff; background: #183228; }
.about-project-links span { color: #b66d45; }

.about-project-brief {
  color: #fff;
  background: radial-gradient(circle at 82% 18%, rgba(184,120,79,.2), transparent 28%), #1b342a;
  padding: clamp(84px, 9vw, 145px) 0;
}
.about-project-brief-grid {
  display: grid;
  grid-template-columns: minmax(320px,.78fr) minmax(540px,1.22fr);
  gap: clamp(70px,9vw,150px);
  align-items: start;
}
.about-project-brief-heading h2,
.about-local-grid h2 {
  max-width: 680px;
  margin: 22px 0 24px;
  font-family: Georgia,'Times New Roman',serif;
  font-size: var(--display-h2);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
  text-wrap: balance;
}
.about-project-brief-heading p {
  max-width: 600px;
  margin: 0;
  color: rgba(255,255,255,.64);
  font-size: 18px;
  line-height: 1.68;
}
.about-project-brief-columns {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  border-top: 1px solid rgba(255,255,255,.2);
  border-left: 1px solid rgba(255,255,255,.18);
}
.about-project-brief-columns > div {
  min-height: 430px;
  padding: 31px;
  border-right: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.about-project-brief-columns > div > span {
  display: block;
  min-height: 90px;
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(24px,2vw,31px);
  line-height: 1.1;
}
.about-project-brief-columns ul { margin: 34px 0 0; padding: 0; list-style: none; }
.about-project-brief-columns li {
  position: relative;
  padding: 15px 0 15px 23px;
  color: rgba(255,255,255,.66);
  border-top: 1px solid rgba(255,255,255,.14);
  line-height: 1.5;
}
.about-project-brief-columns li::before { position: absolute; left: 0; color: #df9368; content: '+'; font-weight: 800; }

.about-project-cards { gap: 14px; border: 0; }
.about-project-cards a {
  position: relative;
  z-index: 0;
  min-height: 390px;
  overflow: hidden;
  padding: 28px;
  align-items: flex-start;
  justify-content: flex-end;
  color: #fff;
  background: #183228;
  border: 0;
  flex-direction: column;
  isolation: isolate;
}
.about-project-cards a::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: '';
  background: var(--project-image) center/cover no-repeat;
  transition: transform .45s ease;
}
.about-project-cards a::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: '';
  background: linear-gradient(180deg,rgba(7,18,14,.06) 28%,rgba(7,18,14,.9) 100%);
}
.about-project-cards a:hover { color: #fff; background: #183228; }
.about-project-cards a:hover::before { transform: scale(1.035); }
.about-project-cards a > span { color: #fff; font-size: clamp(24px,2vw,31px); line-height: 1.06; }
.about-project-cards a small { max-width: 330px; margin-top: 12px; color: rgba(255,255,255,.7); font-family: Inter,Arial,sans-serif; font-size: 14px; line-height: 1.55; }
.about-project-cards a b { margin-top: 22px; color: #f0a274; font-family: Inter,Arial,sans-serif; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }

.about-local { color: #fff; background: linear-gradient(105deg,#0d1d18 0%,#0d1d18 56%,#29362c 100%); padding: clamp(82px,9vw,135px) 0; }
.about-local-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr); gap: clamp(60px,9vw,145px); align-items: center; }
.about-local-grid h2 { margin-bottom: 0; }
.about-local-grid p { max-width: 690px; margin: 0; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.72; }
.about-local-grid .text-link { display: inline-block; margin-top: 27px; }

@media (max-width: 1100px) {
  .professionals-hero-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .professionals-hero-visual,
  .professionals-hero-visual img { min-height: 560px; height: 560px; }
  .professionals-value-grid,
  .professionals-workflow-grid,
  .about-process-grid { grid-template-columns: repeat(2, 1fr); }
  .professionals-value-grid article:nth-child(2),
  .professionals-workflow-grid li:nth-child(2),
  .about-process-grid li:nth-child(2) { border-right: 0; }
  .professionals-value-grid article:nth-child(-n+2),
  .professionals-workflow-grid li:nth-child(-n+2),
  .about-process-grid li:nth-child(-n+2) { border-bottom: 1px solid #cfd2cd; }
  .professionals-workflow-grid li:nth-child(-n+2) { border-bottom-color: rgba(255,255,255,.16); }
  .professionals-audience-grid { grid-template-columns: repeat(2, 1fr); }
  .professionals-scope-layout,
  .about-approach-layout,
  .about-principles-layout { grid-template-columns: .8fr 1.2fr; gap: 54px; }
  .about-studio-hero-grid { grid-template-columns: 1fr .8fr; gap: 56px; }
  .about-editorial-image-grid { grid-template-columns: 1.15fr .85fr; }
  .about-project-brief-grid { grid-template-columns: .78fr 1.22fr; gap: 54px; }
  .about-project-cards { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .professionals-hero,
  .about-studio-hero { padding: 46px 0 64px; }
  .professionals-hero-grid,
  .about-studio-hero-grid,
  .professionals-scope-layout,
  .about-approach-layout,
  .about-principles-layout { grid-template-columns: 1fr; gap: 46px; }
  .professionals-hero-copy h1,
  .about-studio-copy h1 { margin: 20px 0 22px; font-size: var(--display-h1-mobile); line-height: .98; }
  .professionals-hero-copy > p,
  .about-studio-copy > p { font-size: 17px; line-height: 1.55; }
  .professionals-hero-actions,
  .about-studio-actions { display: grid; margin-top: 28px; }
  .professionals-hero-actions .button,
  .about-studio-actions .button { width: 100%; }
  .professionals-hero-visual,
  .professionals-hero-visual img { min-height: 380px; height: 380px; }
  .professionals-hero-caption { right: 20px; bottom: 18px; left: 20px; grid-template-columns: 1fr; gap: 8px; }
  .professionals-hero-caption strong { font-size: 18px; }
  .professionals-direct-cta-shell,
  .about-direct-cta-shell { grid-template-columns: 1fr; gap: 22px; padding-top: 28px; padding-bottom: 28px; }
  .professionals-direct-cta-actions,
  .about-direct-cta-actions { display: grid; width: 100%; }
  .professionals-direct-cta-actions .button,
  .about-direct-cta-actions .button { width: 100%; }
  .professionals-heading h2,
  .about-heading h2,
  .about-approach-heading h2,
  .professionals-scope-intro h2,
  .about-editorial-image-copy h2,
  .about-principles-copy h2 { font-size: var(--display-h2-mobile); line-height: 1.02; }
  .professionals-value-grid,
  .professionals-audience-grid,
  .professionals-workflow-grid,
  .about-approach-grid,
  .about-process-grid,
  .about-project-links { grid-template-columns: 1fr; }
  .professionals-value-grid article,
  .professionals-value-grid article:nth-child(2),
  .professionals-workflow-grid li,
  .professionals-workflow-grid li:nth-child(2),
  .about-process-grid li,
  .about-process-grid li:nth-child(2) { min-height: 0; border-right: 0; border-bottom: 1px solid #cfd2cd; }
  .professionals-workflow-grid li,
  .professionals-workflow-grid li:nth-child(2) { border-bottom-color: rgba(255,255,255,.16); }
  .professionals-value-grid h3,
  .professionals-workflow-grid strong,
  .about-process-grid strong { margin-top: 38px; }
  .professionals-audience-grid > article { min-height: 0; }
  .professionals-audience-points { margin-top: 26px; }
  .professionals-audiences-note { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; }
  .professionals-audiences-note .button { width: 100%; }
  .professionals-scope-intro { position: static; }
  .professionals-scope-list > div,
  .about-principles-list > div { grid-template-columns: 40px 1fr; gap: 12px 18px; }
  .professionals-scope-list p,
  .about-principles-list p { grid-column: 2; }
  .about-studio-summary > div { grid-template-columns: 36px 1fr; }
  .about-editorial-image { padding-bottom: 80px; }
  .about-editorial-image-grid { display: flex; min-height: 0; flex-direction: column; }
  .about-editorial-image img { min-height: 380px; height: 380px; }
  .about-editorial-image-copy { padding: 38px 24px 46px; }
  .about-project-links { border-left: 0; }
  .about-project-links a { min-height: 100px; border-left: 1px solid rgba(17,39,31,.22); }
  .about-project-brief-grid,
  .about-local-grid { grid-template-columns: 1fr; gap: 42px; }
  .about-project-brief-heading h2,
  .about-local-grid h2 { font-size: var(--display-h2-mobile); line-height: 1.02; }
  .about-project-brief-heading p,
  .about-local-grid p { font-size: 16px; }
  .about-project-brief-columns { grid-template-columns: 1fr; }
  .about-project-brief-columns > div { min-height: 0; padding: 25px 22px; }
  .about-project-brief-columns > div > span { min-height: 0; }
  .about-project-cards { grid-template-columns: 1fr; gap: 10px; }
  .about-project-cards a { min-height: 330px; padding: 24px; border: 0; }
}

/* Materials guide */
.materials-guide-page { background: var(--paper); }
.materials-guide-page .breadcrumbs { background: var(--forest); color: rgba(255,255,255,.58); }
.materials-guide-page .breadcrumbs a { color: rgba(255,255,255,.64); }
.materials-guide-page .breadcrumbs span,
.materials-guide-page .breadcrumbs-inner span[aria-current="page"] { color: rgba(255,255,255,.58); }
.materials-hero { overflow: hidden; border-top: 1px solid rgba(255,255,255,.08); padding: clamp(58px,5.5vw,84px) 0; background: radial-gradient(circle at 80% 22%,rgba(184,120,79,.2),transparent 30%),linear-gradient(135deg,#203129,#101b16); color: var(--white); }
.materials-hero-layout { display: grid; min-height: 520px; grid-template-columns: minmax(0,1.2fr) minmax(330px,.72fr); gap: clamp(58px,8vw,120px); align-items: center; }
.materials-hero-copy { max-width: 880px; }
.materials-hero-copy h1 { max-width: 760px; margin: 27px 0 25px; font-size: clamp(3.2rem,4.2vw,4.45rem); line-height: .96; letter-spacing: -.045em; text-wrap: balance; }
.materials-hero-copy > p { max-width: 720px; margin: 0; color: rgba(255,255,255,.72); font-size: clamp(1.05rem, 1.35vw, 1.32rem); line-height: 1.62; }
.materials-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.materials-hero-note { position: relative; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.16); padding: 32px 0 8px; background: transparent; }
.materials-hero-note::before { position: absolute; top: 0; left: 0; width: 78px; height: 3px; background: var(--wood); content: ""; }
.materials-hero-note > span { display: block; margin-bottom: 20px; color: #e9aa7f; font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.materials-hero-note h2 { max-width: 430px; margin: 0 0 17px; font-size: clamp(1.85rem,2.1vw,2.35rem); line-height: 1.05; }
.materials-hero-note p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.65; }
.materials-hero-note ul { margin: 22px 0 0; padding: 0; list-style: none; }
.materials-hero-note li { border-top: 1px solid rgba(255,255,255,.12); padding: 12px 0 12px 23px; color: rgba(255,255,255,.86); font-size: .8rem; }
.materials-hero-note li::before { display: inline-block; width: 23px; margin-left: -23px; color: var(--wood); content: "+"; }
.materials-criteria { padding-block: clamp(80px, 9vw, 150px); }
.materials-criteria-layout { display: grid; grid-template-columns: minmax(300px,.75fr) minmax(0,1.25fr); gap: clamp(60px, 8vw, 130px); }
.materials-criteria-heading { max-width: 560px; }
.materials-criteria-heading h2 { margin: 28px 0 26px; font-size: var(--display-h2); line-height: 1; letter-spacing: -.045em; text-wrap: balance; }
.materials-criteria-heading p { max-width: 500px; margin: 0; color: var(--muted); line-height: 1.72; }
.materials-criteria-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.materials-criteria-grid article { min-height: 230px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: clamp(26px, 3vw, 42px); }
.materials-criteria-grid article > span,
.materials-family-card > span { color: var(--wood-dark); font-size: .68rem; font-weight: 800; letter-spacing: .06em; }
.materials-criteria-grid h3 { margin: 48px 0 13px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem,1.65vw,1.75rem); font-weight: 400; }
.materials-criteria-grid p { margin: 0; color: var(--muted); line-height: 1.62; }
.materials-inline-cta { border-top: 1px solid rgba(23,32,28,.08); border-bottom: 1px solid rgba(23,32,28,.1); background: linear-gradient(100deg,#f8f1df 0%,#fbf7eb 58%,#f5eddc 100%); }
.materials-inline-cta .landing-direct-cta-shell { display: grid; min-height: 176px; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 56px; padding-top: 32px; padding-bottom: 32px; }
.materials-inline-cta .landing-direct-cta-copy { max-width: 760px; }
.materials-inline-cta .landing-direct-cta-kicker { display: block; margin-bottom: 7px; color: #a45f34; font-size: .69rem; font-weight: 800; letter-spacing: .025em; line-height: 1.4; }
.materials-inline-cta h2 { margin: 0 0 5px; font-family: Inter,"Segoe UI",Arial,sans-serif; font-size: clamp(2rem,2.65vw,2.7rem); font-weight: 760; letter-spacing: -.045em; line-height: 1.08; text-wrap: balance; }
.materials-inline-cta p { margin: 0; color: #66706a; font-size: .86rem; }
.materials-inline-cta .landing-direct-cta-actions { display: flex; align-items: center; justify-content: flex-end; gap: 11px; }
.materials-inline-cta .landing-direct-cta-actions .button { min-width: 205px; min-height: 54px; white-space: nowrap; }
.materials-inline-cta .landing-direct-cta-actions .button-dark { border-color: #2f6749; background: #2f6749; color: #fff; }
.materials-inline-cta .landing-direct-cta-actions .button-dark:hover { border-color: #25563c; background: #25563c; }
.materials-inline-cta .landing-direct-cta-actions .button-whatsapp { border-color: rgba(47,103,73,.42); background: rgba(255,255,255,.38); color: #245b40; }
.materials-inline-cta .landing-direct-cta-actions .button-whatsapp .whatsapp-icon { color: #2f7652; }
.materials-inline-cta .landing-direct-cta-actions .button-whatsapp:hover { border-color: #2f6749; background: #2f6749; color: #fff; }
.materials-families { border-top: 1px solid var(--line); background: #ede5d9; }
.materials-section-heading { margin-bottom: clamp(50px, 6vw, 84px); }
.materials-section-heading > div { max-width: 760px; }
.materials-section-heading h2 { max-width: 740px; }
.materials-section-heading > p { max-width: 570px; }
.materials-family-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid rgba(23,32,28,.16); border-left: 1px solid rgba(23,32,28,.16); }
.materials-family-card { display: grid; grid-template-columns: 52px 1fr; gap: 24px; min-height: 305px; border-right: 1px solid rgba(23,32,28,.16); border-bottom: 1px solid rgba(23,32,28,.16); padding: clamp(30px,4vw,58px); background: rgba(255,255,255,.17); transition: background .25s ease; }
.materials-family-card:hover { background: rgba(255,255,255,.42); }
.materials-family-card h3 { max-width: 480px; margin: -5px 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.75rem,2vw,2.25rem); font-weight: 400; line-height: 1.05; }
.materials-family-card p { max-width: 600px; margin: 0; color: #5e6863; line-height: 1.68; }
.materials-family-card small { display: block; max-width: 570px; border-top: 1px solid rgba(23,32,28,.13); margin-top: 30px; padding-top: 18px; color: var(--wood-dark); font-size: .72rem; font-weight: 750; line-height: 1.5; }
.materials-advice { background: var(--forest); color: var(--white); }
.materials-advice .materials-section-heading > p { color: rgba(255,255,255,.64); }
.materials-advice-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); list-style: none; }
.materials-advice-grid li { min-height: 300px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); padding: clamp(26px,3vw,42px); }
.materials-advice-grid li > span { color: #e8a87e; font-size: .7rem; font-weight: 800; }
.materials-advice-grid strong { display: block; margin: 64px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem,1.65vw,1.9rem); font-weight: 500; line-height: 1.08; }
.materials-advice-grid p { margin: 0; color: rgba(255,255,255,.63); line-height: 1.62; }
.materials-faq { background: var(--white); }
.materials-faq .faq-layout > div:first-child { max-width: 540px; }
.materials-faq .faq-layout h2 { font-size: var(--display-h2); line-height: 1; letter-spacing: -.045em; }
.materials-faq .faq-layout > div:first-child p { color: var(--muted); line-height: 1.65; }

@media (max-width: 980px) {
  .materials-hero-layout,
  .materials-criteria-layout { grid-template-columns: 1fr; }
  .materials-hero-layout { gap: 48px; }
  .materials-hero-note { max-width: 680px; }
  .materials-criteria-layout { gap: 52px; }
  .materials-criteria-heading { max-width: 720px; }
  .materials-advice-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .materials-inline-cta .landing-direct-cta-shell { grid-template-columns: 1fr; gap: 23px; padding-top: 36px; padding-bottom: 38px; }
  .materials-inline-cta .landing-direct-cta-actions { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .materials-hero { padding: 48px 0 58px; }
  .materials-hero-layout { min-height: 0; }
  .materials-hero-layout { gap: 38px; }
  .materials-hero-copy h1 { margin: 24px 0 22px; font-size: clamp(2.65rem,11.5vw,3.35rem); line-height: .97; }
  .materials-hero-copy > p { font-size: .98rem; }
  .materials-hero-actions { display: grid; margin-top: 30px; }
  .materials-hero-actions .button { width: 100%; }
  .materials-hero-note { padding: 28px 0 5px; }
  .materials-hero-note h2 { font-size: 1.9rem; }
  .materials-inline-cta .landing-direct-cta-shell { gap: 21px; padding-top: 33px; padding-bottom: 35px; }
  .materials-inline-cta .landing-direct-cta-kicker { font-size: .64rem; line-height: 1.55; }
  .materials-inline-cta h2 { font-size: clamp(1.85rem,8.5vw,2.25rem); }
  .materials-inline-cta p { font-size: .82rem; line-height: 1.55; }
  .materials-inline-cta .landing-direct-cta-actions { display: grid; grid-template-columns: 1fr; width: 100%; gap: 9px; }
  .materials-inline-cta .landing-direct-cta-actions .button { width: 100%; min-width: 0; }
  .materials-criteria { padding-block: 72px; }
  .materials-criteria-heading h2,
  .materials-faq .faq-layout h2 { font-size: var(--display-h2-mobile); }
  .materials-criteria-grid,
  .materials-family-grid,
  .materials-advice-grid { grid-template-columns: 1fr; }
  .materials-criteria-grid article { min-height: auto; padding: 28px 24px; }
  .materials-criteria-grid h3 { margin-top: 34px; }
  .materials-section-heading { margin-bottom: 42px; }
  .materials-family-card { grid-template-columns: 36px 1fr; gap: 12px; min-height: auto; padding: 30px 22px; }
  .materials-family-card h3 { font-size: 1.65rem; }
  .materials-family-card small { margin-top: 24px; }
  .materials-advice-grid li { min-height: auto; padding: 28px 24px; }
  .materials-advice-grid strong { margin-top: 40px; }
}

/* Services overview */
.services-overview-page { background: var(--paper); }
.services-overview-page .breadcrumbs { background: var(--forest); color: rgba(255,255,255,.6); }
.services-overview-page .breadcrumbs a,
.services-overview-page .breadcrumbs span,
.services-overview-page .breadcrumbs-inner span[aria-current="page"] { color: rgba(255,255,255,.62); }
.services-overview-hero { overflow: hidden; padding: clamp(54px,7vw,104px) 0 clamp(70px,8vw,125px); background: var(--forest); color: var(--white); }
.services-overview-hero-grid { display: grid; grid-template-columns: minmax(0,.88fr) minmax(470px,1.12fr); gap: clamp(54px,7vw,110px); align-items: center; }
.services-overview-copy h1 { max-width: 680px; margin: 28px 0; font-size: var(--display-h1); line-height: .95; letter-spacing: -.045em; text-wrap: balance; }
.services-overview-copy > p { max-width: 640px; margin: 0; color: rgba(255,255,255,.7); font-size: clamp(1.04rem,1.25vw,1.25rem); line-height: 1.65; }
.services-overview-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.services-overview-visual { position: relative; min-height: clamp(470px,48vw,650px); }
.services-overview-visual > img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
.services-overview-visual::after { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(12,18,15,.45),transparent 52%); content: ""; }
.services-overview-visual-note { position: absolute; right: 0; bottom: 0; z-index: 1; width: min(390px,75%); padding: 27px 30px; background: rgba(18,28,23,.92); }
.services-overview-visual-note span { display: block; margin-bottom: 9px; color: #e5a77d; font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.services-overview-visual-note strong { display: block; font-family: Georgia,"Times New Roman",serif; font-size: 1.25rem; font-weight: 400; line-height: 1.25; }
.services-anchor-nav { position: sticky; top: 74px; z-index: 25; overflow: hidden; border-bottom: 1px solid var(--line); background: rgba(255,253,249,.96); backdrop-filter: blur(12px); }
.services-anchor-inner { display: flex; min-height: 66px; align-items: center; gap: 28px; overflow-x: auto; scrollbar-width: none; }
.services-anchor-inner::-webkit-scrollbar { display: none; }
.services-anchor-inner > span { flex: 0 0 auto; color: var(--wood-dark); font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.services-anchor-inner a { flex: 0 0 auto; border-bottom: 1px solid transparent; padding: 22px 0 18px; color: #52605a; font-size: .76rem; font-weight: 700; transition: color .2s,border-color .2s; }
.services-anchor-inner a:hover { border-color: var(--wood); color: var(--ink); }
.services-overview-heading { margin-bottom: clamp(48px,6vw,82px); }
.services-overview-heading > div { max-width: 770px; }
.services-overview-heading > p { max-width: 550px; }
.services-featured { background: #eee7dc; }
.services-featured-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.services-featured-card { position: relative; min-height: 420px; overflow: hidden; color: var(--white); }
.services-featured-card-large { min-height: 550px; grid-row: span 2; }
.services-featured-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.services-featured-card::after { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(10,17,14,.85) 0%,rgba(10,17,14,.18) 65%,rgba(10,17,14,.08)); content: ""; }
.services-featured-card:hover > img { transform: scale(1.025); }
.services-featured-card > div { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: clamp(28px,4vw,52px); }
.services-featured-card small { display: block; margin-bottom: 10px; color: #efb18b; font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.services-featured-card h3 { max-width: 550px; margin: 0 0 14px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(2rem,3vw,3.25rem); font-weight: 400; line-height: 1; }
.services-featured-card p { max-width: 520px; margin: 0 0 20px; color: rgba(255,255,255,.72); line-height: 1.55; }
.services-featured-card strong { font-size: .72rem; letter-spacing: .02em; }
.services-featured-card strong b { margin-left: 8px; color: #efb18b; }
.services-card-index { position: absolute; top: 25px; left: 28px; z-index: 2; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: .62rem; font-weight: 800; }
.services-category-section { scroll-margin-top: 140px; border-bottom: 1px solid var(--line); padding: clamp(88px,9vw,145px) 0; background: var(--white); }
.services-category-layout { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: clamp(60px,8vw,135px); align-items: start; }
.services-category-intro { position: sticky; top: 165px; }
.services-category-intro h2 { margin: 27px 0 24px; font-size: var(--display-h2); line-height: 1; letter-spacing: -.045em; text-wrap: balance; }
.services-category-intro p { max-width: 500px; margin: 0 0 28px; color: var(--muted); line-height: 1.7; }
.services-link-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.services-link-grid a { display: flex; min-height: 116px; align-items: center; justify-content: space-between; gap: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 25px 28px; transition: background .2s,color .2s; }
.services-link-grid a:hover { background: var(--forest); color: var(--white); }
.services-link-grid strong { font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.15rem,1.5vw,1.48rem); font-weight: 400; line-height: 1.2; }
.services-link-grid a > span { flex: 0 0 auto; color: var(--wood-dark); }
.services-link-grid a:hover > span { color: #efb18b; }
.services-category-with-image { position: relative; overflow: hidden; background: #e9e1d5; }
.services-category-with-image .services-category-image { position: absolute; inset: 0 50% 0 0; opacity: .08; }
.services-category-with-image .services-category-image img { width: 100%; height: 100%; object-fit: cover; }
.services-category-with-image .container { position: relative; }
.services-category-pair { padding: clamp(80px,9vw,145px) 0; background: #eee7dc; }
.services-category-pair-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.services-category-panel { scroll-margin-top: 140px; padding: clamp(38px,5vw,68px); background: var(--white); }
.services-category-panel-dark { background: var(--forest); color: var(--white); }
.services-category-panel h2 { max-width: 560px; margin: 28px 0 22px; font-size: clamp(2.5rem,3.4vw,3.75rem); line-height: 1; letter-spacing: -.045em; }
.services-category-panel > p { min-height: 78px; margin: 0 0 38px; color: var(--muted); line-height: 1.65; }
.services-category-panel-dark > p { color: rgba(255,255,255,.64); }
.services-panel-links { border-top: 1px solid var(--line); }
.services-category-panel-dark .services-panel-links { border-color: rgba(255,255,255,.14); }
.services-panel-links a { display: flex; min-height: 62px; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); font-family: Georgia,"Times New Roman",serif; font-size: 1.08rem; }
.services-category-panel-dark .services-panel-links a { border-color: rgba(255,255,255,.14); }
.services-panel-links a span { color: var(--wood); }
.services-special { background: var(--paper); }
.services-special-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.services-special-grid a { min-height: 330px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: clamp(26px,3vw,40px); transition: background .25s,color .25s; }
.services-special-grid a:hover { background: var(--forest); color: var(--white); }
.services-special-grid a > span { color: var(--wood-dark); font-size: .66rem; font-weight: 800; }
.services-special-grid h3 { margin: 78px 0 18px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.5rem,1.9vw,2rem); font-weight: 400; line-height: 1.05; }
.services-special-grid p { min-height: 100px; margin: 0; color: var(--muted); line-height: 1.62; }
.services-special-grid a:hover p { color: rgba(255,255,255,.65); }
.services-special-grid strong { display: block; margin-top: 25px; color: var(--wood-dark); font-size: .68rem; }
.services-special-grid a:hover strong { color: #efb18b; }
.services-carpentry { background: #e9e1d5; }
.services-more { border-top: 1px solid var(--line); background: var(--paper); }
.services-more-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.services-more-links a { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px 24px; font-family: Georgia,"Times New Roman",serif; font-size: 1.05rem; transition: background .2s,color .2s; }
.services-more-links a:hover { background: var(--forest); color: var(--white); }
.services-more-links a span { color: var(--wood-dark); }
.services-more-links a:hover span { color: #efb18b; }
.services-professional { scroll-margin-top: 140px; padding: clamp(90px,10vw,160px) 0; background: #101814; color: var(--white); }
.services-professional-layout { display: grid; grid-template-columns: minmax(300px,.76fr) minmax(0,1.24fr); gap: clamp(60px,9vw,145px); align-items: start; }
.services-professional-copy h2 { margin: 28px 0 26px; font-size: var(--display-h2); line-height: 1; letter-spacing: -.045em; text-wrap: balance; }
.services-professional-copy p { max-width: 510px; margin: 0 0 32px; color: rgba(255,255,255,.65); line-height: 1.7; }
.services-professional-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.services-professional-links a { display: flex; min-height: 94px; align-items: center; justify-content: space-between; gap: 20px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); padding: 23px 26px; font-family: Georgia,"Times New Roman",serif; font-size: 1.16rem; transition: background .2s; }
.services-professional-links a:hover { background: rgba(255,255,255,.06); }
.services-professional-links a span { color: #efb18b; }
.services-process { background: var(--white); }
.services-process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.services-process-grid li { min-height: 285px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: clamp(26px,3vw,40px); }
.services-process-grid li > span { color: var(--wood-dark); font-size: .66rem; font-weight: 800; }
.services-process-grid strong { display: block; margin: 67px 0 17px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.45rem,1.8vw,1.85rem); font-weight: 400; }
.services-process-grid p { margin: 0; color: var(--muted); line-height: 1.58; }
.services-final-cta { border-top: 1px solid #e5d9c8; border-bottom: 1px solid #e5d9c8; }

@media (max-width: 1050px) {
  .services-overview-hero-grid { grid-template-columns: 1fr; }
  .services-overview-copy { max-width: 820px; }
  .services-overview-visual { min-height: 560px; }
  .services-category-layout,
  .services-professional-layout { grid-template-columns: 1fr; }
  .services-category-intro { position: static; max-width: 780px; }
  .services-category-pair-grid { grid-template-columns: 1fr; }
  .services-category-panel > p { min-height: 0; }
  .services-more-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .services-special-grid,
  .services-process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 680px) {
  .services-overview-hero { padding: 48px 0 64px; }
  .services-overview-hero-grid { gap: 45px; }
  .services-overview-copy h1 { font-size: var(--display-h1-mobile); }
  .services-overview-actions { display: grid; }
  .services-overview-actions .button { width: 100%; }
  .services-overview-visual { min-height: 430px; }
  .services-overview-visual-note { width: calc(100% - 24px); padding: 23px 24px; }
  .services-anchor-nav { top: 68px; }
  .services-anchor-inner { gap: 22px; }
  .services-featured-grid { grid-template-columns: 1fr; }
  .services-featured-card,
  .services-featured-card-large { min-height: 420px; grid-row: auto; }
  .services-featured-card h3 { font-size: 2.25rem; }
  .services-category-section { padding: 76px 0; }
  .services-category-intro h2,
  .services-professional-copy h2 { font-size: var(--display-h2-mobile); }
  .services-link-grid,
  .services-professional-links,
  .services-more-links,
  .services-special-grid,
  .services-process-grid { grid-template-columns: 1fr; }
  .services-link-grid a { min-height: 88px; padding: 21px 20px; }
  .services-category-with-image .services-category-image { inset: 0; opacity: .045; }
  .services-category-pair { padding: 72px 0; }
  .services-category-panel { padding: 34px 24px; }
  .services-category-panel h2 { font-size: var(--display-h2-mobile); }
  .services-special-grid a { min-height: auto; padding: 28px 24px; }
  .services-special-grid h3 { margin-top: 48px; }
  .services-special-grid p { min-height: 0; }
  .services-professional { padding: 80px 0; }
  .services-process-grid li { min-height: auto; padding: 28px 24px; }
  .services-process-grid strong { margin-top: 44px; }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 1000; background: var(--white); padding: 12px 16px; }
.skip-link:focus { top: 20px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.02;
}
h1 { font-size: var(--display-h1); }
h2 { font-size: var(--display-h2); }
h3 { line-height: 1.25; }
em { color: #d59b73; font-weight: 400; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--wood-dark);
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before { width: 34px; height: 1px; background: currentColor; content: ""; }
.eyebrow-light { color: #e5b48f; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid transparent;
  padding: 12px 21px;
  background: transparent;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 720;
  letter-spacing: .055em;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(0); }
.button:focus-visible { outline: 2px solid #e2ad84; outline-offset: 3px; }
.button-small { min-height: 43px; padding: 9px 16px; }
.button-dark { border-color: rgba(255,255,255,.08); background: var(--ink); color: var(--white); }
.button-dark:hover { border-color: rgba(255,255,255,.16); background: var(--forest); }
.button-accent { border-color: rgba(255,255,255,.12); background: #a66d4a; color: #fff; }
.button-accent:hover { border-color: rgba(255,255,255,.22); background: #925d3f; box-shadow: 0 10px 28px rgba(23,32,28,.13); }
.button-whatsapp { border-color: rgba(49,70,59,.5); background: transparent; color: var(--forest); }
.button-whatsapp:hover { border-color: var(--forest); background: var(--forest); color: #fff; }
.button-whatsapp.is-placeholder { cursor: pointer; }
.whatsapp-icon { width: 18px; height: 18px; flex: 0 0 18px; opacity: .9; }
.whatsapp-toast { position: fixed; right: 24px; bottom: 24px; z-index: 300; max-width: min(390px, calc(100vw - 32px)); border-left: 3px solid #3aa978; padding: 15px 18px; background: #fff; color: var(--ink); box-shadow: var(--shadow); font-size: .78rem; font-weight: 700; }
.button-outline-light { border-color: rgba(255,255,255,.3); color: #fff; }
.button-outline-light:hover { background: #fff; color: var(--ink); }
.button-wide { width: 100%; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  font-size: .82rem;
  font-weight: 750;
  letter-spacing: .05em;
}
.text-link-light { color: #fff; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 76px;
  border-bottom: 1px solid rgba(255,255,255,.15);
  background: rgba(23, 32, 28, .94);
  color: #fff;
  backdrop-filter: blur(18px);
}
.nav-shell { display: flex; height: 76px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 185px; }
.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid currentColor;
  font-family: Georgia, serif;
  font-size: .78rem;
  letter-spacing: .12em;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.brand-copy small { margin-top: 4px; opacity: .65; font-size: .59rem; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 18px; }
.nav-link { border: 0; padding: 26px 0; background: transparent; color: rgba(255,255,255,.84); cursor: pointer; font-size: .88rem; font-weight: 650; white-space: nowrap; }
.nav-link:hover { color: #fff; }
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { display: inline-flex; align-items: center; gap: 7px; }
.nav-chevron {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  opacity: .72;
  transform: rotate(45deg);
  transition: transform .2s ease, opacity .2s ease;
}
.nav-dropdown:hover .nav-chevron,
.nav-dropdown:focus-within .nav-chevron { opacity: 1; transform: translateY(3px) rotate(225deg); }
.mega-menu {
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  display: grid;
  visibility: hidden;
  width: 530px;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  padding: 30px;
  background: var(--white);
  color: var(--ink);
  opacity: 0;
  box-shadow: var(--shadow);
  transform: translate(-50%, 10px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.nav-dropdown:hover .mega-menu, .nav-dropdown:focus-within .mega-menu { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.mega-menu > div { display: flex; flex-direction: column; }
.mega-kicker { margin-bottom: 12px; color: var(--wood-dark); font-size: .64rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.mega-menu a { padding: 7px 0; font-family: Georgia, serif; font-size: 1.08rem; }
.mega-menu a:hover { color: var(--wood-dark); }
.mega-feature { display: flex; justify-content: space-between; margin-top: 12px; border-top: 1px solid var(--line); font-family: inherit !important; font-size: .78rem !important; font-weight: 750; }
.mega-menu-wide { width: min(780px, calc(100vw - 40px)); grid-template-columns: repeat(3, 1fr); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.desktop-whatsapp { gap: 8px; padding-right: 13px; padding-left: 13px; }
.site-header .button-whatsapp { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.055); color: rgba(255,255,255,.9); }
.site-header .button-whatsapp .whatsapp-icon { color: #a8c0b1; }
.site-header .button-whatsapp:hover { border-color: rgba(229,180,143,.55); background: rgba(255,255,255,.1); }
.site-header .desktop-cta { border-color: rgba(255,255,255,.16); background: rgba(7,13,10,.28); }
.site-header .desktop-cta:hover { border-color: rgba(229,180,143,.45); background: rgba(255,255,255,.08); }
.menu-toggle { display: none; width: 46px; height: 46px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.3); background: transparent; }
.menu-toggle > span:not(.sr-only) { width: 18px; height: 1px; background: #fff; transition: transform .2s ease, opacity .2s ease; }
.mobile-menu { display: none; }

/* Home hero */
.hero-home { position: relative; min-height: calc(100svh - 76px); overflow: hidden; background: #1c241f; color: #fff; }
.hero-home-image { position: absolute; inset: 0; background: url('/assets/images/hero-muebles-valencia.webp') center center / cover no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,21,18,.94) 0%, rgba(15,21,18,.72) 40%, rgba(15,21,18,.1) 77%, rgba(15,21,18,.2) 100%), linear-gradient(0deg, rgba(15,21,18,.55), transparent 45%); }
.hero-content { position: relative; display: flex; min-height: calc(100svh - 76px); align-items: center; justify-content: space-between; gap: 40px; padding-top: 60px; padding-bottom: 74px; }
.hero-copy { max-width: 780px; }
.hero-copy h1 { margin-bottom: 32px; font-size: clamp(4.1rem, 8vw, 8.5rem); }
.hero-copy p { max-width: 610px; margin-bottom: 38px; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.8vw, 1.32rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; }
.hero-actions .button-accent { box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 12px 34px rgba(8,13,11,.13); }
.hero-home .button-whatsapp,
.seo-landing-hero .button-whatsapp,
.integral-hero .button-whatsapp,
.simple-hero-dark .button-whatsapp,
.local-card .button-whatsapp {
  border-color: rgba(255,255,255,.24);
  background: rgba(12,22,18,.42);
  color: rgba(255,255,255,.92);
  backdrop-filter: blur(9px);
}
.hero-home .button-whatsapp .whatsapp-icon,
.seo-landing-hero .button-whatsapp .whatsapp-icon,
.integral-hero .button-whatsapp .whatsapp-icon,
.simple-hero-dark .button-whatsapp .whatsapp-icon,
.local-card .button-whatsapp .whatsapp-icon { color: #aec4b6; }
.hero-home .button-whatsapp:hover,
.seo-landing-hero .button-whatsapp:hover,
.integral-hero .button-whatsapp:hover,
.simple-hero-dark .button-whatsapp:hover,
.local-card .button-whatsapp:hover { border-color: rgba(229,180,143,.55); background: rgba(255,255,255,.1); }
.hero-note { position: absolute; right: 0; bottom: 50px; display: flex; max-width: 330px; gap: 18px; padding: 20px 0 0 24px; border-top: 1px solid rgba(255,255,255,.38); }
.hero-note-number { color: #dfa77e; font-size: .7rem; font-weight: 800; }
.hero-note div { display: flex; flex-direction: column; }
.hero-note strong { font-family: Georgia, serif; font-size: 1.1rem; font-weight: 400; }
.hero-note small { margin-top: 4px; color: rgba(255,255,255,.55); }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { display: flex; min-height: 92px; align-items: center; gap: 15px; border-right: 1px solid var(--line); padding: 18px 26px; }
.trust-grid div:first-child { border-left: 1px solid var(--line); }
.trust-grid span { color: var(--wood-dark); font-size: .65rem; font-weight: 800; }
.trust-grid strong { font-family: Georgia, serif; font-size: 1rem; font-weight: 400; }

.section-heading { margin-bottom: 54px; }
.section-heading h2 { max-width: 780px; margin-bottom: 0; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.split-heading > p { max-width: 480px; margin-bottom: 8px; color: #5f6964; font-size: 1.04rem; }
.split-heading.light { color: #fff; }
.split-heading.light > p { color: rgba(255,255,255,.62); }

/* Service grid */
.services-section { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 320px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px; transition: background .3s ease, color .3s ease; }
.service-card:hover { background: var(--ink); color: #fff; }
.service-index { color: var(--wood-dark); font-size: .68rem; font-weight: 800; }
.service-icon { display: block; width: 46px; height: 46px; margin: 35px 0 30px; }
.service-icon svg { width: 100%; height: 100%; }
.service-card h3 { margin-bottom: 14px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; }
.service-card p { max-width: 310px; margin-bottom: 0; color: #68716c; font-size: .88rem; }
.service-card:hover p { color: rgba(255,255,255,.63); }
.card-arrow { position: absolute; top: 28px; right: 28px; font-size: 1.15rem; transition: transform .25s ease; }
.service-card:hover .card-arrow { transform: translate(4px, -4px); }

/* Projects */
.project-showcase { background: var(--ink); color: #fff; }
.project-mosaic { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 365px); gap: 18px; }
.project-card { position: relative; overflow: hidden; background: #263129; color: #fff; }
.project-card-large { grid-row: span 2; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.project-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,12,10,.78), transparent 55%); content: ""; }
.project-card:hover img { transform: scale(1.035); }
.project-tag { position: absolute; z-index: 1; top: 22px; left: 22px; padding: 7px 10px; background: rgba(23,32,28,.78); font-size: .6rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(12px); }
.project-card > div { position: absolute; z-index: 1; right: 26px; bottom: 22px; left: 26px; }
.project-card h2, .project-card h3 { margin-bottom: 3px; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.project-card p { margin-bottom: 0; color: rgba(255,255,255,.65); font-size: .82rem; }
.showcase-link { margin-top: 36px; }

/* Process */
.process-section { background: var(--white); }
.process-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; align-items: start; }
.process-sticky { position: sticky; top: 130px; }
.process-sticky h2 { margin-bottom: 30px; }
.process-sticky p { max-width: 450px; margin-bottom: 34px; color: #66706b; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; border-top: 1px solid var(--line); padding: 32px 0; }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list span { color: var(--wood-dark); font-size: .68rem; font-weight: 800; }
.process-list h3 { margin-bottom: 8px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; }
.process-list p { max-width: 520px; margin-bottom: 0; color: #68716c; font-size: .9rem; }

/* Materials */
.material-section { display: grid; min-height: 750px; grid-template-columns: 1fr 1fr; background: var(--forest); color: #fff; }
.material-image { min-height: 680px; overflow: hidden; }
.material-image img { width: 100%; height: 100%; object-fit: cover; }
.material-content { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(40px, 7vw, 120px); }
.material-content h2 { margin-bottom: 28px; }
.material-content > p { max-width: 570px; color: rgba(255,255,255,.66); }
.swatch-row { display: flex; gap: 12px; margin: 30px 0; }
.swatch { width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.28); }
.swatch.walnut { background: linear-gradient(120deg,#6f4129,#a46c47 35%,#56301f 72%,#8a5638); }
.swatch.oak { background: linear-gradient(120deg,#b79870,#ddc39e 40%,#a5835f 70%,#caaa80); }
.swatch.sand { background: #c8b69f; }
.swatch.olive { background: #737b65; }
.swatch.stone { background: #d3cdc2; }
.material-points { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; margin: 0 0 34px; padding: 24px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); list-style: none; }
.material-points li { color: rgba(255,255,255,.78); font-size: .8rem; }
.material-points li::before { margin-right: 8px; color: #e1a881; content: "＋"; }

/* Price and local */
.price-preview { background: var(--paper); }
.price-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.price-copy h2 { margin-bottom: 28px; }
.price-copy p { margin-bottom: 34px; color: #65706a; }
.price-factors { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.price-factors div { min-height: 205px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px; }
.price-factors span { color: var(--wood-dark); font-size: .65rem; font-weight: 800; }
.price-factors strong { display: block; margin: 34px 0 8px; font-family: Georgia, serif; font-size: 1.2rem; font-weight: 400; }
.price-factors p { margin: 0; color: #6b746f; font-size: .82rem; }
.local-section { padding-top: 0; background: var(--paper); }
.local-card { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 70px; background: var(--ink-2); color: #fff; }
.local-card h2 { margin-bottom: 24px; font-size: clamp(2.7rem, 4vw, 4.5rem); }
.local-card p { max-width: 530px; color: rgba(255,255,255,.6); }
.local-areas { display: flex; align-content: center; align-items: center; flex-wrap: wrap; gap: 10px; }
.local-areas span { border: 1px solid rgba(255,255,255,.25); padding: 10px 14px; color: rgba(255,255,255,.78); font-size: .78rem; }

/* FAQ */
.faq-section { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }
.faq-layout h2 { margin-bottom: 24px; }
.faq-layout > div:first-child p { max-width: 420px; color: #68716c; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-family: Georgia, serif; font-size: 1.2rem; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--wood-dark); font-family: Arial, sans-serif; font-size: 1.2rem; transition: transform .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 670px; padding: 0 50px 25px 0; color: #66706b; font-size: .9rem; }

/* Quote */
.quote-section { padding: 112px 0; background: var(--ink); color: #fff; }
.quote-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.quote-intro { position: sticky; top: 130px; }
.quote-intro h2 { margin-bottom: 30px; }
.quote-intro > p { color: rgba(255,255,255,.62); }
.quote-checklist { margin: 40px 0 0; padding: 0; list-style: none; }
.quote-checklist li { display: flex; gap: 16px; border-top: 1px solid var(--line-light); padding: 17px 0; color: rgba(255,255,255,.78); font-size: .84rem; }
.quote-checklist li:last-child { border-bottom: 1px solid var(--line-light); }
.quote-checklist span { color: #d99e74; font-size: .64rem; font-weight: 800; }
.quote-form { padding: 42px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.form-submit-actions { display: grid; gap: 10px; }
.simple-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.quote-form label { display: block; }
.quote-form label > span:first-child { display: block; margin-bottom: 8px; font-size: .7rem; font-weight: 750; letter-spacing: .04em; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid rgba(23,32,28,.22); border-radius: 0; padding: 13px 14px; outline: none; background: #fff; color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--wood); box-shadow: 0 0 0 3px rgba(184,120,79,.13); }
.form-full { grid-column: 1 / -1; }
.file-field { position: relative; display: flex !important; overflow: hidden; min-height: 120px; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed rgba(23,32,28,.3); padding: 20px; text-align: center; cursor: pointer; }
.file-field input { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.file-field:focus-within { outline: 2px solid var(--wood); outline-offset: 2px; }
.file-field .file-icon { margin-bottom: 4px !important; color: var(--wood-dark); font-family: Georgia, serif; font-size: 1.6rem; }
.file-field strong { font-family: Georgia, serif; font-size: 1rem; font-weight: 400; }
.file-field small { color: #6b746f; font-size: .68rem; }
.consent { display: grid !important; grid-template-columns: 18px 1fr; gap: 10px; margin: 20px 0; color: #626c67; font-size: .72rem; }
.consent input { width: 16px; height: 16px; margin-top: 3px; }
.consent a { text-decoration: underline; }
.form-status { min-height: 24px; margin: 14px 0 0; font-size: .78rem; font-weight: 700; }
.form-status.success { color: #2e7954; }
.form-status.error { color: #a63e34; }
.honeypot { position: absolute; left: -9999px; }

/* Dedicated request page: the form is the primary content, not a secondary footer block */
.quote-request-page .breadcrumbs { border-color: rgba(255,255,255,.1); background: #132019; color: rgba(255,255,255,.64); }
.quote-request-page .breadcrumbs a { color: rgba(255,255,255,.64); }
.quote-request-page .breadcrumbs [aria-current="page"] { color: rgba(255,255,255,.88); }
.quote-request-section { padding: 0 0 104px; background: radial-gradient(circle at 88% 4%, rgba(184,120,79,.12), transparent 26%), var(--paper-2); color: var(--ink); }
.quote-request-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); align-items: end; gap: clamp(55px, 8vw, 120px); padding-top: 58px; padding-bottom: 48px; }
.quote-request-heading h1 { max-width: 880px; margin: 22px 0 20px; font-size: clamp(3.35rem, 4.35vw, 4.9rem); line-height: .97; text-wrap: balance; }
.quote-request-heading > div > p { max-width: 720px; margin: 0; color: #626c67; font-size: 1rem; line-height: 1.7; }
.quote-request-alternative { border: 1px solid rgba(255,255,255,.11); border-radius: 8px; padding: 30px; background: linear-gradient(145deg, #203129, #14211b); color: #fff; box-shadow: 0 24px 65px rgba(23,32,28,.13); }
.quote-request-alternative > span { display: block; margin-bottom: 10px; color: #e2aa80; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quote-request-alternative strong { display: block; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; line-height: 1.2; }
.quote-request-alternative p { margin: 14px 0 22px; color: rgba(255,255,255,.63); font-size: .8rem; line-height: 1.55; }
.quote-request-alternative .button-whatsapp { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.055); color: #fff; }
.quote-request-alternative .button-whatsapp .whatsapp-icon { color: #a8c0b1; }
.quote-request-page .quote-layout { grid-template-columns: minmax(280px, .58fr) minmax(0, 1.42fr); gap: 30px; }
.quote-request-page .quote-intro { top: 100px; border-radius: 8px; padding: 38px 34px; background: linear-gradient(145deg, #203129, #14211b); color: #fff; box-shadow: 0 22px 55px rgba(23,32,28,.11); }
.quote-request-page .quote-intro h2 { margin: 22px 0 18px; font-size: clamp(2.25rem, 3.2vw, 3.35rem); line-height: 1; }
.quote-request-page .quote-intro > p { color: rgba(255,255,255,.64); font-size: .86rem; line-height: 1.65; }
.quote-request-page .quote-checklist { margin-top: 30px; }
.quote-request-page .quote-form { border: 1px solid rgba(23,32,28,.11); border-radius: 8px; padding: clamp(30px, 4vw, 52px); box-shadow: 0 28px 75px rgba(23,32,28,.1); }
.quote-form-heading { margin-bottom: 34px; border-bottom: 1px solid var(--line); padding-bottom: 25px; }
.quote-form-heading > span { display: block; margin-bottom: 9px; color: var(--wood-dark); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.quote-form-heading h2 { margin: 0 0 8px; font-size: clamp(2rem, 3vw, 3rem); }
.quote-form-heading p { margin: 0; color: #6b746f; font-size: .78rem; }
.quote-request-page .form-submit-actions { grid-template-columns: 1fr 1fr; gap: 12px; }
.quote-request-page .form-submit-actions .button { min-height: 56px; }
.quote-request-page .form-submit-actions .button-whatsapp { border-color: rgba(47,103,73,.35); color: #286144; }

@media (max-width: 980px) {
  .quote-request-heading { grid-template-columns: 1fr; gap: 32px; }
  .quote-request-alternative { max-width: 560px; }
  .quote-request-page .quote-layout { grid-template-columns: 1fr; }
  .quote-request-page .quote-intro { position: static; }
}

@media (max-width: 600px) {
  .quote-request-section { padding-bottom: 70px; }
  .quote-request-heading { gap: 25px; padding-top: 42px; padding-bottom: 30px; }
  .quote-request-heading h1 { margin: 17px 0 16px; font-size: clamp(2.85rem, 12.5vw, 3.65rem); }
  .quote-request-heading > div > p { font-size: .9rem; line-height: 1.6; }
  .quote-request-alternative { padding: 24px 20px; }
  .quote-request-page .quote-intro { padding: 28px 22px; }
  .quote-request-page .quote-form { padding: 28px 18px; }
  .quote-request-page .form-submit-actions { grid-template-columns: 1fr; }
}

/* Contact page */
.contact-page .breadcrumbs { border-color: rgba(255,255,255,.1); background: #101b16; color: rgba(255,255,255,.64); }
.contact-page .breadcrumbs a { color: rgba(255,255,255,.64); }
.contact-page .breadcrumbs [aria-current="page"] { color: rgba(255,255,255,.88); }
.contact-page-hero { overflow: hidden; background: radial-gradient(circle at 80% 22%, rgba(184,120,79,.2), transparent 30%), linear-gradient(135deg, #203129, #101b16); color: #fff; }
.contact-page-hero-grid { display: grid; min-height: 610px; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); align-items: center; gap: clamp(70px, 9vw, 145px); padding-top: 76px; padding-bottom: 78px; }
.contact-page-hero-copy h1 { max-width: 780px; margin: 28px 0 26px; font-size: clamp(4rem, 6vw, 6.7rem); line-height: .93; text-wrap: balance; }
.contact-page-hero-copy > p { max-width: 680px; color: rgba(255,255,255,.66); font-size: 1rem; line-height: 1.7; }
.contact-page-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 34px; }
.contact-page-hero-actions .button { min-width: 210px; }
.contact-page-hero-actions .button-whatsapp { border-color: rgba(255,255,255,.25); color: #fff; }
.contact-page-hero-actions .button-whatsapp .whatsapp-icon { color: #abc1b3; }
.contact-page-summary { border-top: 1px solid rgba(255,255,255,.18); }
.contact-page-summary > div { display: grid; grid-template-columns: 42px 1fr; gap: 6px 18px; border-bottom: 1px solid rgba(255,255,255,.16); padding: 27px 0; }
.contact-page-summary span { grid-row: span 2; padding-top: 5px; color: #e2aa80; font-size: .65rem; font-weight: 800; }
.contact-page-summary strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.contact-page-summary p { margin: 0; color: rgba(255,255,255,.56); font-size: .78rem; line-height: 1.55; }
.contact-channel-section { background: var(--paper-2); }
.contact-channel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.contact-channel-card { display: flex; min-height: 335px; flex-direction: column; align-items: flex-start; border: 1px solid rgba(23,32,28,.12); border-radius: 7px; padding: 31px; background: rgba(255,255,255,.66); }
.contact-channel-card > span { color: var(--wood-dark); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-channel-card h3 { margin: 70px 0 15px; font-size: 2rem; }
.contact-channel-card p { margin: 0 0 24px; color: #65706a; font-size: .86rem; line-height: 1.65; }
.contact-channel-link { display: inline-flex; align-items: center; gap: 12px; margin-top: auto; border-bottom: 1px solid currentColor; padding-bottom: 5px; color: var(--wood-dark); font-size: .77rem; font-weight: 800; overflow-wrap: anywhere; }
.contact-channel-link b { font-size: 1rem; }
.contact-channel-featured { border-color: transparent; background: linear-gradient(145deg, #203129, #14211b); color: #fff; }
.contact-channel-featured > span { color: #e2aa80; }
.contact-channel-featured p { color: rgba(255,255,255,.6); }
.contact-channel-featured .button { margin-top: auto; }
.contact-form-section { background: var(--ink); color: #fff; }
.contact-form-layout { display: grid; grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr); gap: clamp(55px, 8vw, 115px); align-items: start; }
.contact-form-intro { position: sticky; top: 110px; }
.contact-form-intro h2 { margin: 27px 0 22px; font-size: clamp(3rem, 4.5vw, 5rem); line-height: .96; }
.contact-form-intro > p { max-width: 500px; color: rgba(255,255,255,.62); line-height: 1.7; }
.contact-form-intro ul { margin: 35px 0 0; padding: 0; list-style: none; }
.contact-form-intro li { border-top: 1px solid rgba(255,255,255,.14); padding: 15px 0; color: rgba(255,255,255,.76); font-size: .8rem; }
.contact-form-intro li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.contact-short-form { border-radius: 8px; box-shadow: 0 28px 75px rgba(0,0,0,.17); }
.contact-short-form .form-submit-actions { grid-template-columns: 1fr 1fr; gap: 11px; }
.contact-short-form .form-submit-actions .button { min-height: 56px; }
.contact-short-form .button-whatsapp { border-color: rgba(47,103,73,.36); color: #286144; }

@media (max-width: 980px) {
  .contact-page-hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 50px; }
  .contact-page-summary { max-width: 680px; }
  .contact-channel-grid { grid-template-columns: 1fr 1fr; }
  .contact-channel-featured { grid-column: 1 / -1; min-height: 280px; }
  .contact-form-layout { grid-template-columns: 1fr; }
  .contact-form-intro { position: static; }
}

@media (max-width: 620px) {
  .contact-page-hero-grid { gap: 38px; padding-top: 58px; padding-bottom: 58px; }
  .contact-page-hero-copy h1 { margin: 22px 0 20px; font-size: clamp(3.4rem, 15vw, 4.6rem); }
  .contact-page-hero-copy > p { font-size: .9rem; }
  .contact-page-hero-actions { align-items: stretch; flex-direction: column; }
  .contact-page-hero-actions .button { width: 100%; min-width: 0; }
  .contact-channel-grid { grid-template-columns: 1fr; }
  .contact-channel-featured { grid-column: auto; }
  .contact-channel-card { min-height: 285px; padding: 26px 22px; }
  .contact-channel-card h3 { margin-top: 48px; }
  .contact-form-intro h2 { font-size: clamp(3rem, 13vw, 4rem); }
  .contact-short-form { padding: 28px 18px; }
  .contact-short-form .form-submit-actions { grid-template-columns: 1fr; }
}

/* Service pages */
.service-hero { padding: 90px 0 70px; background: var(--paper); }
.service-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.back-link { display: block; margin-bottom: 70px; color: #68716c; font-size: .75rem; font-weight: 700; }
.service-hero h1 { max-width: 670px; margin-bottom: 28px; font-size: clamp(3.6rem, 6vw, 6.5rem); }
.service-hero-copy > p { max-width: 580px; margin-bottom: 36px; color: #626d67; font-size: 1.08rem; }
.service-hero-image { position: relative; margin: 0; overflow: hidden; box-shadow: var(--shadow); }
.service-hero-image img { width: 100%; aspect-ratio: 1.08; object-fit: cover; }
.service-hero-image figcaption { position: absolute; right: 0; bottom: 0; padding: 11px 16px; background: rgba(23,32,28,.85); color: rgba(255,255,255,.78); font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }
.service-highlights { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.highlight-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.highlight-grid div { display: flex; min-height: 100px; align-items: center; gap: 18px; border-right: 1px solid var(--line); padding: 22px 36px; }
.highlight-grid div:first-child { border-left: 1px solid var(--line); }
.highlight-grid span { color: var(--wood-dark); font-size: .65rem; font-weight: 800; }
.highlight-grid strong { font-family: Georgia, serif; font-size: 1.06rem; font-weight: 400; }
.service-solutions { background: var(--white); }
.solution-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.solution-card { min-height: 280px; padding: 32px; background: var(--paper); }
.solution-card > span { color: var(--wood-dark); font-size: .65rem; font-weight: 800; }
.solution-card h3 { margin: 70px 0 16px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; }
.solution-card p { color: #66706b; font-size: .9rem; }
.service-detail-band { background: var(--forest); color: #fff; }
.detail-band-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 690px; }
.detail-band-image { min-width: 0; margin-left: calc((100vw - min(calc(100vw - 40px), var(--container))) / -2); }
.detail-band-image img { width: 100%; height: 100%; object-fit: cover; }
.detail-band-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 80px 0 80px 90px; }
.detail-band-copy h2 { margin-bottom: 28px; font-size: clamp(2.6rem,4vw,4.3rem); }
.detail-band-copy > p { color: rgba(255,255,255,.65); }
.detail-band-copy ul { margin: 24px 0 34px; padding: 22px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); list-style: none; }
.detail-band-copy li { padding: 6px 0; color: rgba(255,255,255,.78); font-size: .82rem; }
.detail-band-copy li::before { margin-right: 10px; color: #e2aa80; content: "＋"; }
.aparador-material-options { margin: 28px 0 22px; border-top: 1px solid var(--line-light); }
.aparador-material-options > div { display: grid; grid-template-columns: 128px 1fr; gap: 22px; border-bottom: 1px solid var(--line-light); padding: 17px 0; }
.aparador-material-options strong { font-family: Georgia, serif; font-size: 1rem; font-weight: 400; }
.aparador-material-options span { color: rgba(255,255,255,.62); font-size: .78rem; line-height: 1.55; }
.detail-band-copy .aparador-material-note { margin: 0 0 28px; color: rgba(255,255,255,.76); font-size: .78rem; }
.compact-process { background: var(--paper); }
.compact-process-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.compact-process-grid div { min-height: 140px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px; }
.compact-process-grid span { display: block; margin-bottom: 48px; color: var(--wood-dark); font-size: .62rem; font-weight: 800; }
.compact-process-grid strong { font-family: Georgia, serif; font-size: .95rem; font-weight: 400; }
.service-faq { background: var(--white); }

/* Inner pages */
.simple-hero { padding: 120px 0; background: var(--white); }
.simple-hero-dark { background: var(--ink); color: #fff; }
.simple-hero-sand { background: var(--paper-2); }
.simple-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.simple-hero h1 { max-width: 800px; margin-bottom: 0; font-size: clamp(3.8rem,6vw,6.8rem); }
.simple-hero-grid > p, .simple-hero-grid > div:last-child > p { max-width: 560px; margin-bottom: 10px; color: #69726d; font-size: 1.08rem; }
.simple-hero-dark .simple-hero-grid > p { color: rgba(255,255,255,.62); }
.simple-hero-dark .simple-hero-grid > div:last-child > p { color: rgba(255,255,255,.66); }
.breadcrumbs { border-bottom: 1px solid var(--line); background: var(--white); }
.breadcrumbs-inner { display: flex; min-height: 48px; align-items: center; gap: 9px; overflow: hidden; color: #66706b; font-size: .68rem; white-space: nowrap; }
.breadcrumbs-inner a:hover { color: var(--wood-dark); }
.breadcrumbs-inner span[aria-current="page"] { overflow: hidden; color: var(--ink); text-overflow: ellipsis; }
.seo-hero { padding-top: 104px; padding-bottom: 104px; }
.seo-hero h1 { font-size: clamp(3.5rem, 5.8vw, 6.4rem); }
.seo-hero-aside p { margin-bottom: 28px !important; }
.seo-landing-hero { position: relative; min-height: 720px; overflow: hidden; background: var(--ink); color: #fff; }
.seo-landing-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.seo-landing-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,21,18,.94) 0%, rgba(15,21,18,.76) 46%, rgba(15,21,18,.18) 82%), linear-gradient(0deg, rgba(15,21,18,.55), transparent 55%); }
.seo-landing-hero-content { position: relative; display: flex; min-height: 720px; align-items: center; justify-content: space-between; gap: 60px; padding-top: 70px; padding-bottom: 90px; }
.seo-landing-copy { max-width: 880px; }
.seo-landing-copy h1 { max-width: 900px; margin-bottom: 30px; font-size: clamp(4rem, 7vw, 7.2rem); }
.seo-landing-copy > p { max-width: 660px; margin-bottom: 36px; color: rgba(255,255,255,.76); font-size: 1.12rem; }
.landing-value-section { border-top: 1px solid rgba(255,255,255,.11); background: var(--ink); color: #fff; }
.landing-value-layout { display: grid; grid-template-columns: .78fr 2.22fr; gap: 76px; padding-top: 78px; padding-bottom: 78px; }
.landing-value-heading h2 { max-width: 440px; margin: 17px 0 21px; font-size: clamp(2.7rem, 4vw, 4.5rem); }
.landing-value-heading p { max-width: 450px; margin: 0; color: rgba(255,255,255,.6); font-size: .92rem; }
.landing-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.landing-value-item { min-height: 260px; border-left: 1px solid rgba(255,255,255,.14); padding: 25px 28px 12px; }
.landing-value-item:first-child { border-left: 0; }
.landing-value-item > span { color: #dfa77e; font-size: .65rem; font-weight: 800; }
.landing-value-item h3 { margin: 58px 0 15px; font-family: Georgia, serif; font-size: 1.42rem; font-weight: 400; line-height: 1.25; }
.landing-value-item p { margin: 0; color: rgba(255,255,255,.56); font-size: .82rem; }
@media (min-width: 1051px) {
  .aparador-prototype-page .landing-value-layout { grid-template-columns: .95fr 2.05fr; gap: 64px; }
  .aparador-prototype-page .landing-value-heading h2 { max-width: 510px; }
}
@media (min-width: 761px) {
  .aparador-prototype-page .landing-value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); border-left: 1px solid rgba(255,255,255,.2); }
  .aparador-prototype-page .landing-value-item { min-height: 235px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); border-left: 0; padding: 25px 30px 24px; }
  .aparador-prototype-page .landing-value-item h3 { margin-top: 44px; }
}
.landing-process-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.landing-process-shell { display: grid; grid-template-columns: .78fr 2.22fr; align-items: center; gap: 76px; padding-top: 38px; padding-bottom: 38px; }
.landing-process-heading h2 { margin: 7px 0 2px; font-size: 2.2rem; }
.landing-process-heading p { margin: 0; color: #6a736e; font-size: .78rem; }
.landing-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.landing-process-grid li { display: flex; min-height: 110px; align-items: center; gap: 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 20px; }
.landing-process-grid span { flex: 0 0 auto; color: var(--wood-dark); font-size: .62rem; font-weight: 800; }
.landing-process-grid strong { font-family: Georgia, serif; font-size: .98rem; font-weight: 400; line-height: 1.35; }
.seo-landing-process { background: var(--paper); }
.aparador-config-section { background: var(--paper); }
.aparador-config-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.aparador-config-card { display: grid; min-height: 235px; grid-template-columns: 34px 1fr; gap: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px 26px; background: rgba(255,253,249,.72); }
.aparador-config-card > span { color: var(--wood-dark); font-size: .63rem; font-weight: 800; }
.aparador-config-card h3 { margin: 48px 0 13px; font-family: Georgia, serif; font-size: 1.42rem; font-weight: 400; line-height: 1.25; }
.aparador-config-card p { margin: 0; color: #69726d; font-size: .84rem; }
.aparador-technical-section { background: var(--white); }
.aparador-technical-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.aparador-technical-grid article { display: grid; min-height: 235px; grid-template-columns: 38px 1fr; gap: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px; }
.aparador-technical-grid article > span { color: var(--wood-dark); font-size: .63rem; font-weight: 800; }
.aparador-technical-grid h3 { margin: 44px 0 12px; font-family: Georgia, serif; font-size: 1.4rem; font-weight: 400; line-height: 1.25; }
.aparador-technical-grid p { margin: 0; color: #69726d; font-size: .84rem; }
.aparador-prototype-page .seo-use-case-section { padding: 96px 0; background: var(--ink-2); color: #fff; }
.aparador-prototype-page .seo-use-case-card { padding: 0; background: transparent; }
.aparador-case-section { overflow: hidden; padding: 104px 0 96px; background: var(--paper-2); }
.aparador-case-heading { align-items: end; margin-bottom: 54px; }
.aparador-case-heading h2 { max-width: 760px; margin: 16px 0 0; font-size: clamp(3rem, 5vw, 5.35rem); }
.aparador-case-heading > p { max-width: 560px; margin: 0 0 8px; color: #66706b; }
.aparador-case-visual { position: relative; width: 100%; min-height: 560px; aspect-ratio: 1750 / 899; overflow: hidden; background: var(--ink); }
.aparador-case-visual::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,14,11,.66), transparent 38%); content: ""; }
.aparador-case-visual img { width: 100%; height: 100%; object-fit: cover; }
.aparador-case-caption { position: absolute; z-index: 1; right: 0; bottom: 32px; left: 0; }
.aparador-case-caption span { display: inline-block; max-width: 760px; border: 1px solid rgba(255,255,255,.25); padding: 12px 16px; background: rgba(14,20,17,.74); color: rgba(255,255,255,.84); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.aparador-case-details { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.aparador-case-details article { display: grid; min-height: 218px; grid-template-columns: 38px 1fr; gap: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px; background: rgba(255,255,255,.56); }
.aparador-case-details article > span { color: var(--wood-dark); font-size: .63rem; font-weight: 800; }
.aparador-case-details h3 { margin: 34px 0 12px; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; line-height: 1.25; }
.aparador-case-details p { margin: 0; color: #68716c; font-size: .83rem; }
.aparador-case-action { display: flex; justify-content: flex-end; padding-top: 30px; }
.aparador-quote-requirements { background: var(--paper-2); }
.aparador-requirements-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.aparador-requirements-grid article { display: grid; min-height: 250px; grid-template-columns: 38px 1fr; column-gap: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px; }
.aparador-requirements-grid article > span { color: var(--wood-dark); font-size: .63rem; font-weight: 800; }
.aparador-requirements-grid h3 { margin: 46px 0 13px; font-family: Georgia, serif; font-size: 1.42rem; font-weight: 400; line-height: 1.25; }
.aparador-requirements-grid p { grid-column: 2; margin: 0; color: #68716c; font-size: .84rem; }
.aparador-quote-stages { margin-top: 54px; padding: 50px 0; background: var(--ink); color: #fff; }
.aparador-quote-stages-inner { display: grid; grid-template-columns: .76fr 1.16fr .78fr; gap: 48px; align-items: start; }
.aparador-quote-stages-intro h3 { margin: 15px 0 0; font-family: Georgia, serif; font-size: 2.1rem; font-weight: 400; line-height: 1.15; }
.aparador-stage-list { border-top: 1px solid var(--line-light); }
.aparador-stage-list > div { display: grid; grid-template-columns: 34px 1fr; gap: 10px 16px; border-bottom: 1px solid var(--line-light); padding: 19px 0; }
.aparador-stage-list span { color: #e2aa80; font-size: .62rem; font-weight: 800; }
.aparador-stage-list strong { font-family: Georgia, serif; font-size: 1.08rem; font-weight: 400; }
.aparador-stage-list p { grid-column: 2; margin: 0; color: rgba(255,255,255,.6); font-size: .76rem; }
.aparador-quote-actions { display: flex; flex-direction: column; gap: 12px; }
.aparador-quote-actions p { margin: 0 0 10px; color: rgba(255,255,255,.66); font-size: .8rem; }
.aparador-quote-actions .button { width: 100%; min-width: 0; }
.aparador-reviews-section { background: var(--paper-2); }
.aparador-review-demo-note { display: grid; grid-template-columns: 270px 1fr; gap: 34px; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: -8px 0 30px; padding: 20px 0; }
.aparador-review-demo-note strong { color: var(--wood-dark); font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.aparador-review-demo-note p { max-width: 760px; margin: 0; color: #626c67; font-size: .76rem; }
.aparador-reviews-layout.has-rating { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 16px; align-items: stretch; }
.aparador-rating-card { display: flex; min-height: 420px; flex-direction: column; padding: 30px; background: var(--ink); color: #fff; }
.aparador-rating-label { color: #e2ad84; font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.aparador-rating-score { display: flex; align-items: baseline; gap: 7px; margin: 24px 0 2px; }
.aparador-rating-score strong { font-family: Georgia, "Times New Roman", serif; font-size: 5rem; font-weight: 400; letter-spacing: -.06em; line-height: .95; }
.aparador-rating-score small { color: rgba(255,255,255,.55); font-size: .85rem; font-weight: 800; }
.aparador-review-stars { color: #b8784f; font-size: .92rem; letter-spacing: .12em; line-height: 1; }
.aparador-rating-card > p { margin: 11px 0 26px; color: rgba(255,255,255,.65); font-size: .72rem; }
.aparador-rating-distribution { display: grid; gap: 7px; margin-top: auto; }
.aparador-rating-distribution > div { display: grid; grid-template-columns: 27px 1fr 32px; gap: 9px; align-items: center; }
.aparador-rating-distribution span,
.aparador-rating-distribution small { color: rgba(255,255,255,.58); font-size: .62rem; font-weight: 700; }
.aparador-rating-distribution small { text-align: right; }
.aparador-rating-distribution meter { width: 100%; height: 5px; border: 0; background: rgba(255,255,255,.13); }
.aparador-rating-distribution meter::-webkit-meter-bar { border: 0; border-radius: 0; background: rgba(255,255,255,.13); }
.aparador-rating-distribution meter::-webkit-meter-optimum-value { background: #c8895f; }
.aparador-rating-distribution meter::-moz-meter-bar { background: #c8895f; }
.aparador-rating-disclaimer { margin-top: 22px; border-top: 1px solid rgba(255,255,255,.14); padding-top: 16px; color: rgba(255,255,255,.48); font-size: .58rem; font-weight: 700; letter-spacing: .04em; line-height: 1.5; text-transform: uppercase; }
.aparador-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.aparador-review-card { display: flex; min-width: 0; min-height: 420px; flex-direction: column; border: 1px solid var(--line); padding: 28px 25px; background: var(--white); }
.aparador-review-badge { align-self: flex-start; margin-bottom: 22px; color: var(--wood-dark); font-size: .56rem; font-weight: 800; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }
.aparador-review-card .aparador-review-stars { margin-bottom: 22px; font-size: .78rem; }
.aparador-review-card blockquote { margin: 0 0 auto; font-family: Georgia, serif; font-size: 1.17rem; line-height: 1.44; }
.aparador-review-card-meta { display: flex; flex-direction: column; gap: 4px; border-top: 1px solid var(--line); margin-top: 28px; padding-top: 18px; }
.aparador-review-card-meta strong { font-size: .72rem; }
.aparador-review-card-meta span,
.aparador-review-card > a { color: #68716c; font-size: .64rem; }
.aparador-review-card > a { margin-top: 16px; color: var(--wood-dark); font-weight: 800; }
.aparador-review-empty { display: grid; grid-template-columns: .42fr 1.58fr; gap: 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 38px 0; }
.aparador-review-empty > span { align-self: start; color: var(--wood-dark); font-size: .65rem; font-weight: 800; letter-spacing: .1em; line-height: 1.6; text-transform: uppercase; }
.aparador-review-empty h3 { margin: 0 0 13px; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; }
.aparador-review-empty p { max-width: 760px; margin: 0 0 20px; color: #626c67; }
.reviews-widget-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); margin-top: 30px; padding-top: 28px; }
.reviews-widget-cta p { max-width: 650px; margin: 0; color: #626c67; font-size: .9rem; line-height: 1.65; }
.reviews-widget-cta .button { flex: 0 0 auto; }
.reviews-collection-page .breadcrumbs { border-color: rgba(255,255,255,.09); background: #101914; }
.reviews-collection-page .breadcrumbs-inner { color: rgba(255,255,255,.52); }
.reviews-collection-page .breadcrumbs-inner a:hover,
.reviews-collection-page .breadcrumbs-inner span[aria-current="page"] { color: rgba(255,255,255,.88); }
.reviews-editorial-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 80% 24%, rgba(184,120,79,.22), transparent 32%), linear-gradient(135deg, #1f3028 0%, #111c17 68%, #0d1612 100%); color: #fff; }
.reviews-editorial-hero::after { position: absolute; top: -90px; right: 2vw; color: rgba(255,255,255,.035); content: "“"; font-family: Georgia, serif; font-size: 34rem; line-height: 1; pointer-events: none; }
.reviews-hero-layout { position: relative; z-index: 1; display: grid; min-height: 575px; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: clamp(70px, 9vw, 150px); align-items: center; padding-top: 88px; padding-bottom: 72px; }
.reviews-hero-copy h1 { max-width: 790px; margin: 0 0 28px; font-size: clamp(4.4rem, 6.3vw, 7.1rem); line-height: .95; letter-spacing: -.045em; text-wrap: balance; }
.reviews-hero-copy > p { max-width: 650px; margin: 0; color: rgba(255,255,255,.72); font-size: 1.05rem; line-height: 1.72; }
.reviews-hero-demo { display: inline-flex; margin-top: 30px; border: 1px solid rgba(226,170,128,.35); padding: 9px 13px; color: #e7b28b; font-size: .58rem; font-weight: 800; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }
.reviews-hero-rating { position: relative; z-index: 1; display: flex; min-height: 355px; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.17); padding: 42px; background: rgba(255,255,255,.055); box-shadow: 0 30px 80px rgba(0,0,0,.2); backdrop-filter: blur(8px); }
.reviews-hero-rating > span { color: #e2aa80; font-size: .62rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.reviews-hero-rating > div { display: flex; align-items: baseline; gap: 9px; margin-top: 27px; }
.reviews-hero-rating strong { font-family: Georgia, serif; font-size: 6.7rem; font-weight: 400; letter-spacing: -.075em; line-height: .8; }
.reviews-hero-rating small { color: rgba(255,255,255,.48); font-size: .65rem; line-height: 1.5; }
.reviews-hero-rating > div small { font-size: 1rem; font-weight: 800; }
.reviews-hero-rating .reviews-hero-stars { margin: 20px 0 11px; color: #db9a6e; font-size: 1rem; letter-spacing: .17em; }
.reviews-hero-rating > p:not(.reviews-hero-stars) { margin: 0 0 28px; color: rgba(255,255,255,.68); font-size: .78rem; }
.reviews-hero-rating > small { border-top: 1px solid rgba(255,255,255,.13); padding-top: 18px; text-transform: uppercase; }
.reviews-hero-facts { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.13); }
.reviews-hero-facts > div { display: flex; min-height: 110px; align-items: baseline; gap: 14px; border-right: 1px solid rgba(255,255,255,.13); padding: 31px 34px; }
.reviews-hero-facts > div:first-child { padding-left: 0; }
.reviews-hero-facts > div:last-child { border-right: 0; }
.reviews-hero-facts strong { font-family: Georgia, serif; font-size: 2.15rem; font-weight: 400; }
.reviews-hero-facts span { color: rgba(255,255,255,.55); font-size: .68rem; letter-spacing: .04em; }
.reviews-page-section { background: radial-gradient(circle at 92% 4%, rgba(184,120,79,.1), transparent 25%), var(--paper-2); }
.reviews-collection-heading { margin-bottom: 27px; }
.reviews-category-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.reviews-category-row span { border: 1px solid var(--line); border-radius: 999px; padding: 9px 15px; background: rgba(255,255,255,.43); color: #5d6862; font-size: .65rem; font-weight: 750; }
.reviews-page-notice { grid-template-columns: 210px 1fr; margin: 0 0 34px; border: 1px solid rgba(184,120,79,.24); padding: 18px 22px; background: rgba(255,250,243,.58); }
.reviews-page-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.reviews-page-card { position: relative; min-height: 380px; overflow: hidden; border-color: rgba(23,32,28,.13); border-radius: 7px; padding: 34px 30px 29px; box-shadow: 0 16px 42px rgba(23,32,28,.05); transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.reviews-page-card:hover { border-color: rgba(129,80,51,.45); box-shadow: 0 24px 56px rgba(23,32,28,.1); transform: translateY(-4px); }
.reviews-page-card-number { position: absolute; top: 25px; right: 27px; color: rgba(23,32,28,.27); font-family: Georgia, serif; font-size: 1rem; }
.reviews-page-card .aparador-review-badge { max-width: calc(100% - 52px); }
.reviews-page-card blockquote { font-size: 1.08rem; line-height: 1.52; }
.reviews-page-card:nth-child(7n + 1) { border-color: transparent; background: linear-gradient(145deg, #203129, #14211b); color: #fff; }
.reviews-page-card:nth-child(7n + 1) .reviews-page-card-number { color: rgba(255,255,255,.32); }
.reviews-page-card:nth-child(7n + 1) .aparador-review-badge { color: #e2aa80; }
.reviews-page-card:nth-child(7n + 1) .aparador-review-card-meta { border-color: rgba(255,255,255,.15); }
.reviews-page-card:nth-child(7n + 1) .aparador-review-card-meta span { color: rgba(255,255,255,.55); }
.reviews-page-cta-top { border-top: 0; }
.reviews-page-cta-bottom { border-bottom: 0; }
.seo-solution-grid { grid-template-columns: repeat(4, 1fr); }
.seo-solution-grid .solution-card { min-height: 330px; }
.seo-solution-grid .solution-card h3 { margin-top: 62px; }
.seo-options-section { background: var(--paper); }
.seo-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.seo-feature-card { display: flex; min-height: 310px; flex-direction: column; border: 1px solid var(--line); padding: 30px; background: var(--white); }
.seo-feature-card > span { color: var(--wood-dark); font-size: .64rem; font-weight: 800; }
.seo-feature-card h3 { margin: 72px 0 16px; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 400; }
.seo-feature-card p { margin: 0; color: #66706b; font-size: .86rem; }
.seo-use-case-section { padding-top: 0; background: var(--paper); }
.seo-use-case-card { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding: 70px; background: var(--ink-2); color: #fff; }
.seo-use-case-card h2 { margin-bottom: 24px; font-size: clamp(2.7rem, 4vw, 4.5rem); }
.seo-use-case-card p { max-width: 590px; margin-bottom: 32px; color: rgba(255,255,255,.62); }
.seo-use-case-card ul { margin: 0; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.seo-use-case-card li { display: flex; min-height: 66px; align-items: center; gap: 16px; border-bottom: 1px solid var(--line-light); color: rgba(255,255,255,.82); font-family: Georgia, serif; font-size: 1.06rem; }
.seo-use-case-card li span { color: #e2aa80; font-family: Arial, sans-serif; }
.seo-included-section { background: var(--white); }
.seo-included-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.seo-included-grid article { display: grid; min-height: 185px; grid-template-columns: 46px 1fr; gap: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px; }
.seo-included-grid article > span { color: var(--wood-dark); font-size: .64rem; font-weight: 800; }
.seo-included-grid h3 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.seo-included-grid p { margin: 0; color: #68716c; font-size: .84rem; }
.commercial-editorial-section { background: #f3eee5; }
.commercial-editorial-grid article { min-height: 220px; background: rgba(255,255,255,.56); }
.commercial-editorial-grid p { font-size: .92rem; line-height: 1.75; }
.commercial-editorial-checklist { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(28px, 6vw, 100px); margin-top: clamp(38px, 5vw, 74px); border-top: 1px solid var(--line); padding-top: 34px; }
.commercial-editorial-checklist h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.7rem); font-weight: 400; }
.commercial-editorial-checklist ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; margin: 0; padding: 0; list-style: none; }
.commercial-editorial-checklist li { border-bottom: 1px solid var(--line); padding: 14px 0; color: #515b56; }
.seo-landing-price { background: var(--paper-2); }
.seo-conversion-band { padding-top: 0; }
.seo-conversion-actions { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; gap: 26px; }
.seo-directory { background: var(--paper); }
.directory-group + .directory-group { margin-top: 74px; }
.directory-group-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 24px; border-bottom: 1px solid var(--line); padding-bottom: 17px; }
.directory-group-heading h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.directory-group-heading span { color: #7b847f; font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.directory-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.directory-card { display: flex; min-height: 250px; flex-direction: column; border: 1px solid var(--line); padding: 27px; background: var(--white); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.directory-card:hover { border-color: rgba(129,80,51,.55); box-shadow: 0 16px 45px rgba(23,32,28,.08); transform: translateY(-3px); }
.directory-card > span { color: var(--wood-dark); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.directory-card h3 { margin: 38px 0 14px; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; }
.directory-card p { color: #68716c; font-size: .8rem; }
.directory-card strong { display: flex; align-items: center; justify-content: space-between; margin-top: auto; border-top: 1px solid var(--line); padding-top: 15px; font-size: .7rem; }
.directory-card strong b { color: var(--wood-dark); font-size: 1rem; }
.directory-grid-compact .directory-card { min-height: 175px; }
.directory-grid-compact .directory-card h3 { margin-top: 26px; }
.seo-local-context { background: var(--white); }
.seo-local-context p { color: #626c67; }
.seo-zone-services { background: var(--paper); }
.seo-related { background: var(--white); }
.related-links { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.related-links a { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding: 12px 18px 12px 0; font-family: Georgia, serif; font-size: 1.08rem; }
.related-links a:nth-child(odd) { margin-right: 30px; }
.related-links a:hover { color: var(--wood-dark); }
.project-case-layout { background: var(--forest); color: #fff; }
.case-status { display: grid; grid-template-columns: .4fr 1fr; gap: 50px; margin-bottom: 46px; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); padding: 30px 0; }
.case-status span { color: #e5b48f; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.case-status p { margin: 0; color: rgba(255,255,255,.68); }
.project-case-layout .template-fields { justify-content: flex-start; }
.legal-content { background: #f5f0e7; }
.legal-content-shell { display: grid; grid-template-columns: minmax(250px,.48fr) minmax(0,1fr); gap: clamp(55px,8vw,130px); align-items: start; }
.legal-content-intro { position: sticky; top: 120px; }
.legal-content-intro > p { max-width: 430px; margin: 24px 0 18px; font-family: Georgia,'Times New Roman',serif; font-size: clamp(1.8rem,2.7vw,2.8rem); line-height: 1.08; letter-spacing: -.035em; }
.legal-content-intro small { color: #727a75; font-size: .73rem; }
.legal-content-sections { border-top: 1px solid var(--line); }
.legal-content-section { border-bottom: 1px solid var(--line); padding: 34px 0 36px; }
.legal-content-section h2 { margin: 0 0 18px; font-family: Georgia,'Times New Roman',serif; font-size: clamp(1.45rem,2vw,2rem); font-weight: 400; line-height: 1.15; }
.legal-content-section p,.legal-content-section li { color: #56615c; font-size: .9rem; line-height: 1.75; }
.legal-content-section p { margin: 0 0 13px; }
.legal-content-section ul { display: grid; gap: 10px; margin: 0; padding-left: 20px; }
.legal-contact-card { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 35px; border: 1px solid var(--line); background: #fff; padding: 30px 34px; }
.legal-contact-card div { display: grid; gap: 8px; }
.legal-contact-card div span { color: var(--accent); font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.legal-contact-card div strong { font-family: Georgia,'Times New Roman',serif; font-size: 1.25rem; font-weight: 400; }
.narrow-copy { max-width: 840px; }
.narrow-copy h2 { margin-bottom: 28px; font-size: clamp(2.4rem, 4vw, 4rem); }
.narrow-copy p { color: #626c67; font-size: 1.03rem; }
.projects-page { background: var(--paper); }
.project-page-grid { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 480px; gap: 20px; }
.project-card-tall { grid-row: span 2; }
.project-card-wide { grid-column: span 2; }
.project-case-template { padding: 100px 0; background: var(--forest); color: #fff; }
.template-callout { text-align: center; }
.template-callout h2 { max-width: 850px; margin: 0 auto 40px; }
.template-fields { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-bottom: 38px; }
.template-fields span { border: 1px solid rgba(255,255,255,.26); padding: 9px 13px; color: rgba(255,255,255,.72); font-size: .7rem; }
.material-page { background: var(--paper); }
.material-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.material-card { padding: 30px; background: var(--white); }
.material-sample { display: block; width: 100%; height: 190px; margin-bottom: 26px; }
.material-sample.melamine { background: linear-gradient(135deg,#ded4c5,#bdae9c); }
.material-sample.lacquer { background: #6f7765; }
.material-sample.veneer { background: repeating-linear-gradient(96deg,#7b4b2f 0,#966440 10%,#704128 19%,#9c6b45 31%); }
.material-sample.solid { background: repeating-linear-gradient(86deg,#c1a27b 0,#dfc49e 6%,#b7956d 16%,#d4b68d 27%); }
.material-card small { color: var(--wood-dark); font-weight: 800; }
.material-card h2 { margin: 24px 0 15px; font-size: 2.1rem; }
.material-card p { color: #66706b; }
.material-card ul { margin: 20px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }
.material-card li { padding: 4px 0; font-size: .8rem; }
.material-card li::before { margin-right: 8px; color: var(--wood-dark); content: "＋"; }
.hardware-section { background: var(--white); }
.hardware-list p { margin-bottom: 18px; color: #66706b; }
.pricing-page { background: var(--white); }
.pricing-intro { max-width: 850px; margin-bottom: 60px; }
.pricing-intro h2 { margin-bottom: 24px; }
.pricing-intro p { color: #66706b; }
.pricing-factor-grid { display: grid; grid-template-columns: repeat(4,1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.pricing-factor-grid article { min-height: 260px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px; }
.pricing-factor-grid span { color: var(--wood-dark); font-size: .65rem; font-weight: 800; }
.pricing-factor-grid h3 { margin: 60px 0 14px; font-family: Georgia,serif; font-size: 1.4rem; font-weight: 400; }
.pricing-factor-grid p { color: #68716c; font-size: .84rem; }
.budget-levels { padding: 105px 0; background: var(--ink); color: #fff; }
.budget-level-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.budget-level-grid article { min-height: 280px; border: 1px solid rgba(255,255,255,.18); padding: 32px; }
.budget-level-grid .featured { background: var(--wood); border-color: var(--wood); }
.budget-level-grid small { font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.budget-level-grid h3 { margin: 90px 0 14px; font-family: Georgia,serif; font-size: 1.6rem; font-weight: 400; }
.budget-level-grid p { color: rgba(255,255,255,.65); font-size: .86rem; }
.budget-level-grid .featured p { color: rgba(255,255,255,.85); }
.quote-page-intro { padding: 105px 0 80px; background: var(--forest); color: #fff; text-align: center; }
.quote-page-intro h1 { max-width: 900px; margin: 0 auto 28px; font-size: clamp(3.6rem,6vw,6.4rem); }
.quote-page-intro p { max-width: 650px; margin: 0 auto; color: rgba(255,255,255,.65); }
.about-hero { padding: 130px 0; background: var(--ink); color: #fff; }
.about-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.about-hero h1 { margin: 0; }
.about-lead { color: #fff !important; font-family: Georgia,serif; font-size: 1.8rem !important; line-height: 1.35; }
.about-hero-grid p { color: rgba(255,255,255,.58); }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.value-grid article { min-height: 330px; padding: 32px; background: var(--paper); }
.value-grid span { color: var(--wood-dark); font-size: .65rem; font-weight: 800; }
.value-grid h2 { margin: 95px 0 18px; font-size: 2.2rem; }
.value-grid p { color: #66706b; }
.contact-email { margin-top: 28px !important; font-size: .84rem !important; }
.contact-email a { text-decoration: underline; }
.legal-page { padding: 120px 0; }
.legal-copy { max-width: 830px; }
.legal-copy h1 { font-size: clamp(3.6rem,6vw,6rem); }
.legal-copy h2 { margin-top: 50px; font-size: 2rem; }
.legal-copy p { color: #626c67; }

/* Amueblamiento integral */
.integral-page { background: var(--white); }
.integral-hero { position: relative; min-height: 760px; overflow: hidden; background: var(--ink); color: #fff; }
.integral-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.integral-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,20,17,.96) 0%, rgba(14,20,17,.78) 47%, rgba(14,20,17,.22) 82%), linear-gradient(0deg, rgba(14,20,17,.62), transparent 55%); }
.integral-hero-layout { position: relative; display: flex; min-height: 760px; align-items: center; justify-content: space-between; gap: 70px; padding-top: 80px; padding-bottom: 100px; }
.integral-hero-copy { max-width: 890px; }
.integral-hero-copy h1 { max-width: 820px; margin-bottom: 26px; font-size: clamp(2.7rem, 4.3vw, 4.4rem); line-height: 1.08; }
.integral-hero-copy > p:not(.integral-hero-service) { max-width: 720px; margin-bottom: 34px; color: rgba(255,255,255,.76); font-size: 1.1rem; }
.integral-hero-service { margin: 28px 0 0; color: rgba(255,255,255,.58); font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.integral-hero-promise { align-self: flex-end; width: min(330px, 31vw); margin-bottom: 8px; border-top: 1px solid rgba(255,255,255,.38); padding-top: 20px; }
.integral-hero-promise span { color: #e5b48f; font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.integral-hero-promise p { margin: 12px 0 0; font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.4; }
.integral-trust { border-bottom: 1px solid var(--line); background: var(--paper); }
.integral-trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.integral-trust-grid div { display: grid; min-height: 112px; grid-template-columns: 30px 1fr; align-items: center; gap: 10px; border-right: 1px solid var(--line); padding: 18px; }
.integral-trust-grid div:first-child { border-left: 1px solid var(--line); }
.integral-trust-grid span, .integral-property-grid > article > span, .integral-spaces-grid > article > span, .integral-cost-factors span, .integral-advantages-grid span { color: var(--wood-dark); font-size: .62rem; font-weight: 800; }
.integral-trust-grid strong { font-family: Georgia, serif; font-size: .98rem; font-weight: 400; line-height: 1.3; }
.integral-definition { background: var(--white); }
.integral-definition .split-heading { align-items: start; }
.integral-lead { max-width: 690px; }
.integral-lead p { color: #5f6964; font-size: 1.02rem; }
.integral-comparison-section { background: var(--paper); }
.integral-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.integral-comparison-card { min-height: 430px; padding: 42px; }
.integral-comparison-card-muted { border: 1px solid var(--line); background: var(--white); }
.integral-comparison-card-accent { background: var(--ink-2); color: #fff; }
.integral-card-label { display: block; margin-bottom: 42px; color: var(--wood-dark); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.integral-comparison-card-accent .integral-card-label { color: #e5b48f; }
.integral-comparison-card ul, .integral-scope-card ul, .integral-levels-grid ul, .integral-materials-copy ul, .integral-why-card ul { margin: 0; padding: 0; list-style: none; }
.integral-comparison-card li { position: relative; border-top: 1px solid var(--line); padding: 15px 0 15px 30px; color: #626c67; }
.integral-comparison-card li::before { position: absolute; top: 16px; left: 0; color: var(--wood-dark); content: "—"; }
.integral-comparison-card-accent li { border-color: rgba(255,255,255,.16); color: rgba(255,255,255,.76); }
.integral-comparison-card-accent li::before { color: #e5b48f; content: "＋"; }
.integral-intent-note { display: grid; grid-template-columns: .4fr 1fr; gap: 45px; margin-top: 22px; border: 1px solid var(--line); padding: 28px 32px; background: rgba(255,255,255,.56); }
.integral-intent-note strong { font-family: Georgia, serif; font-size: 1.2rem; font-weight: 400; }
.integral-intent-note p { margin: 0; color: #626c67; }
.integral-intent-note a, .integral-commercial-note a { color: var(--wood-dark); text-decoration: underline; text-underline-offset: 3px; }
.integral-property-section { background: var(--white); }
.integral-property-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.integral-property-grid article { min-height: 350px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px; }
.integral-property-grid h3 { margin: 70px 0 18px; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; }
.integral-property-grid p { color: #68716c; font-size: .82rem; }
.integral-commercial-note { margin: 26px 0 0; border-left: 3px solid var(--wood); padding: 10px 0 10px 20px; color: #626c67; }
.integral-spaces-section { background: var(--paper-2); }
.integral-spaces-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.integral-spaces-grid article { display: flex; min-height: 355px; flex-direction: column; border: 1px solid var(--line); padding: 29px; background: var(--white); }
.integral-spaces-grid h3 { margin: 60px 0 15px; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 400; }
.integral-spaces-grid p { color: #68716c; font-size: .82rem; }
.integral-spaces-grid a { margin-top: auto; border-top: 1px solid var(--line); padding-top: 14px; color: var(--wood-dark); font-size: .7rem; font-weight: 800; }
.integral-spaces-grid a + a { margin-top: 8px; border-top: 0; padding-top: 0; }
.integral-scope-section { background: var(--white); }
.integral-scope-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 16px; }
.integral-scope-card { border: 1px solid var(--line); padding: 34px; background: var(--paper); }
.integral-scope-card > span { display: block; margin-bottom: 25px; color: var(--wood-dark); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.integral-scope-card p { margin: 0; color: #626c67; }
.integral-scope-main { grid-row: span 2; background: var(--ink-2); color: #fff; }
.integral-scope-main > span { color: #e5b48f; }
.integral-scope-main li { border-top: 1px solid rgba(255,255,255,.16); padding: 10px 0; color: rgba(255,255,255,.76); }
.integral-scope-main li::before { margin-right: 12px; color: #e5b48f; content: "＋"; }
.integral-levels-section { background: var(--paper); }
.integral-levels-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.integral-levels-grid article { min-height: 430px; border: 1px solid var(--line); padding: 36px; background: var(--white); }
.integral-levels-grid .integral-level-featured { border-color: var(--wood); background: var(--wood); color: #fff; }
.integral-levels-grid small { color: var(--wood-dark); font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.integral-levels-grid .integral-level-featured small { color: #fff; }
.integral-levels-grid h3 { margin: 90px 0 18px; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; }
.integral-levels-grid p { color: #68716c; }
.integral-levels-grid .integral-level-featured p { color: rgba(255,255,255,.83); }
.integral-levels-grid li { border-top: 1px solid var(--line); padding: 9px 0; font-size: .78rem; }
.integral-levels-grid .integral-level-featured li { border-color: rgba(255,255,255,.22); }
.integral-process-section { background: var(--white); }
.integral-process-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 70px; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.integral-process-list li { display: grid; min-height: 160px; grid-template-columns: 52px 1fr; gap: 18px; border-bottom: 1px solid var(--line); padding: 26px 0; }
.integral-process-list > li > span { color: var(--wood-dark); font-size: .65rem; font-weight: 800; }
.integral-process-list h3 { margin: 0 0 9px; font-family: Georgia, serif; font-size: 1.32rem; font-weight: 400; }
.integral-process-list p { margin: 0; color: #68716c; font-size: .84rem; }
.integral-projects-section { background: var(--paper-2); }
.integral-evidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 34px; }
.integral-evidence-grid article { display: flex; min-height: 310px; flex-direction: column; justify-content: flex-end; border: 1px dashed rgba(23,32,28,.34); padding: 30px; background: rgba(255,255,255,.45); }
.integral-evidence-grid span { color: var(--wood-dark); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.integral-evidence-grid h3 { margin: 48px 0 12px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; }
.integral-evidence-grid p { margin: 0; color: #68716c; font-size: .83rem; }
.integral-materials-section { background: var(--ink-2); color: #fff; }
.integral-materials-layout { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; }
.integral-materials-image { min-height: 700px; margin-left: calc((100vw - min(calc(100vw - 40px), var(--container))) / -2); }
.integral-materials-image img { width: 100%; height: 100%; object-fit: cover; }
.integral-materials-copy { padding: 110px 0 110px 80px; }
.integral-materials-copy h2 { margin-bottom: 28px; }
.integral-materials-copy p { color: rgba(255,255,255,.66); }
.integral-materials-copy li { border-top: 1px solid rgba(255,255,255,.17); padding: 10px 0; color: rgba(255,255,255,.78); }
.integral-materials-copy li::before { margin-right: 12px; color: #e5b48f; content: "＋"; }
.integral-materials-copy .text-link { margin-top: 28px; }
.integral-price-section { background: var(--white); }
.integral-price-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: start; }
.integral-price-layout h2 { margin-bottom: 28px; }
.integral-price-layout p { color: #626c67; }
.integral-fact-note { border-left: 3px solid var(--wood); padding-left: 18px; font-size: .82rem; }
.integral-cost-factors { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.integral-cost-factors article { min-height: 265px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px; }
.integral-cost-factors h3 { margin: 58px 0 13px; font-family: Georgia, serif; font-size: 1.3rem; font-weight: 400; }
.integral-cost-factors p { margin: 0; font-size: .8rem; }
.integral-timing-section { background: var(--paper); }
.integral-timing-section p { color: #626c67; }
.integral-advantages-section { background: var(--white); }
.integral-advantages-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.integral-advantages-grid article { min-height: 275px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 29px; }
.integral-advantages-grid h3 { margin: 55px 0 14px; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.integral-advantages-grid p { color: #68716c; font-size: .82rem; }
.integral-why-section { padding-top: 0; background: var(--white); }
.integral-why-card { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; padding: 72px; background: var(--ink); color: #fff; }
.integral-why-card p { color: rgba(255,255,255,.66); }
.integral-why-card li { border-top: 1px solid rgba(255,255,255,.17); padding: 10px 0; color: rgba(255,255,255,.78); }
.integral-why-card li::before { margin-right: 12px; color: #e5b48f; content: "＋"; }
.integral-why-links { display: flex; flex-wrap: wrap; gap: 18px 30px; margin-top: 28px; }
.integral-why-links a { color: #e5b48f; font-size: .7rem; font-weight: 800; }
.integral-reviews-section { background: var(--paper-2); }
.integral-review-placeholder { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px 0; }
.integral-review-placeholder strong { font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.integral-review-placeholder p { margin-top: 14px; color: #626c67; }
.integral-areas-section { background: var(--white); }
.integral-area-links { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 34px; border-top: 1px solid var(--line); }
.integral-area-links a { display: flex; min-height: 65px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding-right: 22px; font-family: Georgia, serif; }
.integral-area-links a:not(:nth-child(3n)) { margin-right: 28px; }
.integral-area-links a span { color: var(--wood-dark); }
.integral-faq-section { background: var(--paper); }
.integral-form-section { scroll-margin-top: 70px; }
.integral-form-section .quote-layout { align-items: start; }
.integral-room-fieldset { min-width: 0; margin: 0; border: 1px solid rgba(23,32,28,.22); padding: 16px; }
.integral-room-fieldset legend { padding: 0 6px; font-size: .7rem; font-weight: 750; letter-spacing: .04em; }
.integral-room-fieldset > div { display: flex; flex-wrap: wrap; gap: 9px; }
.quote-form .integral-room-fieldset label { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); padding: 8px 11px; cursor: pointer; }
.quote-form .integral-room-fieldset label > span:first-child { display: inline; margin: 0; font-size: .72rem; font-weight: 650; letter-spacing: 0; }
.quote-form .integral-room-fieldset input { width: 15px; height: 15px; margin: 0; padding: 0; }
.mobile-contact-bar { display: none; }
.integral-crosslink-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.integral-crosslink { display: grid; min-height: 170px; grid-template-columns: 1.05fr 1fr auto; align-items: center; gap: 45px; }
.integral-crosslink div { display: flex; flex-direction: column; }
.integral-crosslink div > span { margin-bottom: 6px; color: var(--wood-dark); font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.integral-crosslink strong { font-family: Georgia, serif; font-size: 1.5rem; font-weight: 400; }
.integral-crosslink p { margin: 0; color: #68716c; font-size: .84rem; }
.integral-crosslink a { color: var(--wood-dark); font-size: .72rem; font-weight: 800; white-space: nowrap; }

/* Footer */
.site-footer { background: #101713; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr 1.1fr; gap: 65px; padding-top: 80px; padding-bottom: 70px; }
.brand-light { color: #fff; }
.footer-brand p { max-width: 300px; margin: 26px 0 10px; color: rgba(255,255,255,.58); }
.footer-area { color: #dfa579; font-size: .72rem; }
.footer-grid h2 { margin-bottom: 20px; color: rgba(255,255,255,.5); font-family: inherit; font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) > a:not(.button) { display: block; padding: 5px 0; color: rgba(255,255,255,.72); font-size: .8rem; }
.footer-grid > div:not(:first-child) > a:hover { color: #fff; }
.footer-contact { color: rgba(255,255,255,.62); font-size: .84rem; }
.footer-email { margin-top: 15px; color: #dca278 !important; overflow-wrap: anywhere; }
.footer-bottom { display: flex; min-height: 74px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.42); font-size: .68rem; }
.footer-bottom div { display: flex; gap: 20px; }

@media (max-width: 1180px) and (min-width: 1051px) {
  .desktop-whatsapp { width: 44px; padding: 0; }
  .desktop-whatsapp .whatsapp-button-label { display: none; }
}

@media (max-width: 1050px) {
  .desktop-nav, .desktop-cta, .desktop-whatsapp { display: none; }
  .menu-toggle { display: flex; }
  .site-header.menu-active .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .site-header.menu-active .menu-toggle span:nth-child(2) { opacity: 0; }
  .site-header.menu-active .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu { position: fixed; top: 76px; right: 0; left: 0; display: block; visibility: hidden; width: 100%; height: calc(100svh - 76px); overflow: auto; background: var(--ink); opacity: 0; transform: translateY(-10px); transition: .25s ease; }
  .site-header.menu-active .mobile-menu { visibility: visible; opacity: 1; transform: none; }
  .mobile-menu-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; padding-top: 35px; padding-bottom: 50px; }
  .mobile-menu-label { grid-column: 1 / -1; margin-bottom: 14px; color: #dca278; font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
  .mobile-menu a:not(.button) { border-bottom: 1px solid rgba(255,255,255,.12); padding: 12px 0; color: rgba(255,255,255,.8); font-family: Georgia,serif; }
  .mobile-divider { grid-column: 1 / -1; height: 26px; }
  .mobile-menu .button { grid-column: 1 / -1; margin-top: 28px; }
  .mobile-menu .mobile-whatsapp + .button { margin-top: 10px; }
  .hero-copy h1 { font-size: clamp(4rem,10vw,7rem); }
  .split-heading, .process-layout, .price-layout, .faq-layout, .quote-layout, .service-hero-grid, .simple-hero-grid, .about-hero-grid { gap: 55px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .material-section { grid-template-columns: .9fr 1.1fr; }
  .material-content { padding: 70px 50px; }
  .compact-process-grid { grid-template-columns: repeat(3,1fr); }
  .pricing-factor-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-grid > div:last-child { grid-column: span 3; }
  .directory-grid { grid-template-columns: repeat(2, 1fr); }
  .seo-solution-grid, .seo-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .aparador-config-grid { grid-template-columns: repeat(2, 1fr); }
  .landing-value-layout, .landing-process-shell { grid-template-columns: 1fr; gap: 42px; }
  .integral-hero-promise { width: min(280px, 28vw); }
  .integral-trust-grid { grid-template-columns: repeat(3, 1fr); }
  .integral-trust-grid div { border-bottom: 1px solid var(--line); }
  .integral-property-grid { grid-template-columns: repeat(2, 1fr); }
  .integral-spaces-grid { grid-template-columns: repeat(2, 1fr); }
  .integral-materials-copy { padding-left: 55px; }
  .integral-price-layout { gap: 55px; }
  .integral-crosslink { grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 34px; padding-bottom: 34px; }
  .integral-crosslink a { grid-column: 1 / -1; }
  .reviews-hero-layout { min-height: 0; grid-template-columns: 1fr; gap: 42px; padding-top: 74px; padding-bottom: 54px; }
  .reviews-hero-copy h1 { max-width: 780px; }
  .reviews-hero-rating { width: min(100%, 520px); min-height: 0; }
  .reviews-hero-facts > div { align-items: flex-start; flex-direction: column; gap: 4px; padding-inline: 22px; }
  .reviews-page-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .legal-content-shell { grid-template-columns: 1fr; gap: 35px; }
  .legal-content-intro { position: static; }
  .legal-content-intro > p { font-size: 2rem; }
  .legal-content-section { padding-block: 28px; }
  .legal-contact-card { align-items: stretch; flex-direction: column; padding: 25px 22px; }
  .legal-contact-card .button { width: 100%; overflow-wrap: anywhere; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .brand { min-width: auto; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy { display: none; }
  .mobile-menu-inner { grid-template-columns: 1fr; }
  .mobile-menu-label, .mobile-divider, .mobile-menu .button { grid-column: auto; }
  .hero-home, .hero-content { min-height: 780px; }
  .hero-home-image { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg,rgba(15,21,18,.95),rgba(15,21,18,.62)), linear-gradient(0deg,rgba(15,21,18,.7),transparent); }
  .hero-content { align-items: flex-start; padding-top: 115px; padding-bottom: 150px; }
  .hero-copy h1 { font-size: clamp(3.8rem,18vw,5.7rem); }
  .hero-actions { align-items: stretch; flex-flow: row wrap; gap: 10px; }
  .hero-actions .button { width: auto; min-width: 0; min-height: 50px; padding: 11px 16px; }
  .hero-actions .button-accent { flex: 1 1 190px; }
  .hero-actions .button-whatsapp { flex: 1 1 130px; }
  .hero-actions .text-link { flex-basis: 100%; align-self: flex-start; margin-top: 8px; }
  .hero-note { right: 14px; bottom: 35px; left: 14px; max-width: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div { min-height: 74px; border-bottom: 1px solid var(--line); padding: 14px 12px; }
  .trust-grid div:nth-child(odd) { border-left: 1px solid var(--line); }
  .trust-grid strong { font-size: .86rem; }
  .split-heading, .process-layout, .price-layout, .faq-layout, .quote-layout, .service-hero-grid, .simple-hero-grid, .about-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .directory-grid, .related-links { grid-template-columns: 1fr; }
  .related-links a:nth-child(odd) { margin-right: 0; }
  .case-status { grid-template-columns: 1fr; gap: 14px; }
  .seo-solution-grid, .seo-feature-grid, .seo-included-grid { grid-template-columns: 1fr; }
  .commercial-editorial-checklist { grid-template-columns: 1fr; }
  .commercial-editorial-checklist ul { grid-template-columns: 1fr; }
  .aparador-config-grid { grid-template-columns: 1fr; }
  .aparador-config-card { min-height: 0; padding: 24px 18px; }
  .aparador-config-card h3 { margin: 0 0 9px; font-size: 1.25rem; }
  .aparador-technical-grid { grid-template-columns: 1fr; }
  .aparador-technical-grid article { min-height: 0; padding: 24px 18px; }
  .aparador-technical-grid h3 { margin: 0 0 9px; font-size: 1.22rem; }
  .aparador-prototype-page .seo-use-case-section { padding: 64px 0; }
  .aparador-prototype-page .seo-use-case-card { padding: 0; }
  .aparador-case-section { padding: 76px 0 68px; }
  .aparador-case-heading { margin-bottom: 36px; }
  .aparador-case-heading h2 { font-size: clamp(2.7rem, 12vw, 3.7rem); }
  .aparador-case-visual { min-height: 390px; aspect-ratio: auto; }
  .aparador-case-visual img { object-position: 57% center; }
  .aparador-case-caption { bottom: 16px; }
  .aparador-case-caption span { max-width: calc(100% - 8px); padding: 9px 11px; font-size: .56rem; }
  .aparador-case-details { grid-template-columns: 1fr; }
  .aparador-case-details article { min-height: 0; padding: 24px 18px; }
  .aparador-case-details h3 { margin: 0 0 9px; font-size: 1.22rem; }
  .aparador-case-details p { grid-column: 2; }
  .aparador-case-action { padding-top: 22px; }
  .aparador-case-action .button { width: 100%; }
  .aparador-requirements-grid { grid-template-columns: 1fr; }
  .aparador-requirements-grid article { min-height: 0; padding: 24px 18px; }
  .aparador-requirements-grid h3 { margin: 0 0 9px; font-size: 1.22rem; }
  .aparador-quote-stages { margin-top: 36px; padding: 40px 0; }
  .aparador-quote-stages-inner { grid-template-columns: 1fr; gap: 30px; }
  .aparador-quote-stages-intro h3 { font-size: 1.8rem; }
  .aparador-review-grid { grid-template-columns: 1fr; }
  .aparador-review-card { min-height: 280px; padding: 24px 20px; }
  .aparador-review-empty { grid-template-columns: 1fr; gap: 18px; padding: 28px 0; }
  .aparador-review-empty h3 { font-size: 1.4rem; }
  .reviews-widget-cta { align-items: stretch; flex-direction: column; }
  .reviews-widget-cta .button { align-self: flex-start; }
  .reviews-editorial-hero::after { top: 80px; right: -80px; font-size: 22rem; }
  .reviews-hero-layout { gap: 30px; padding-top: 58px; padding-bottom: 42px; }
  .reviews-hero-copy h1 { margin-bottom: 22px; font-size: clamp(3.25rem, 14vw, 4.25rem); line-height: .98; }
  .reviews-hero-copy > p { font-size: .94rem; line-height: 1.65; }
  .reviews-hero-demo { margin-top: 23px; }
  .reviews-hero-rating { padding: 29px 25px; }
  .reviews-hero-rating strong { font-size: 5rem; }
  .reviews-hero-facts { grid-template-columns: 1fr; }
  .reviews-hero-facts > div { min-height: 72px; flex-direction: row; align-items: baseline; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); padding: 21px 0; }
  .reviews-hero-facts > div:last-child { border-bottom: 0; }
  .reviews-hero-facts strong { font-size: 1.75rem; }
  .reviews-category-row { flex-wrap: nowrap; margin-right: -14px; padding-right: 14px; overflow-x: auto; scrollbar-width: none; }
  .reviews-category-row::-webkit-scrollbar { display: none; }
  .reviews-category-row span { flex: 0 0 auto; }
  .reviews-page-notice { grid-template-columns: 1fr; gap: 8px; padding: 18px; }
  .reviews-page-grid { grid-template-columns: 1fr; }
  .reviews-page-card { min-height: 0; padding: 29px 23px 24px; }
  .reviews-page-card-number { top: 22px; right: 22px; }
  .reviews-page-card blockquote { font-size: 1.12rem; }
  .seo-use-case-card { grid-template-columns: 1fr; gap: 42px; padding: 46px 24px; }
  .seo-feature-card { min-height: 270px; }
  .seo-feature-card h3 { margin-top: 50px; }
  .seo-included-grid article { min-height: 160px; padding: 24px 20px; }
  .seo-landing-hero-image { object-position: 62% center; }
  .seo-landing-hero-shade { background: linear-gradient(90deg,rgba(15,21,18,.95),rgba(15,21,18,.63)), linear-gradient(0deg,rgba(15,21,18,.72),transparent); }
  .seo-landing-hero, .seo-landing-hero-content { min-height: 700px; }
  .seo-landing-hero-content { align-items: flex-start; padding-top: 85px; padding-bottom: 76px; }
  .seo-landing-copy h1 { font-size: clamp(3.35rem, 16vw, 5.4rem); }
  .seo-landing-copy > p { font-size: 1rem; }
  .landing-value-layout { gap: 32px; padding-top: 58px; padding-bottom: 58px; }
  .landing-value-heading h2 { margin-top: 14px; font-size: clamp(2.65rem, 12vw, 3.55rem); }
  .landing-value-grid { grid-template-columns: 1fr; }
  .landing-value-item { display: grid; min-height: 0; grid-template-columns: 34px 1fr; border-top: 1px solid rgba(255,255,255,.13); border-left: 0; padding: 25px 0; }
  .landing-value-item:first-child { border-top: 0; }
  .landing-value-item h3 { margin: 0; font-size: 1.22rem; }
  .landing-value-item p { grid-column: 2; margin-top: 8px; }
  .landing-process-shell { gap: 28px; padding-top: 48px; padding-bottom: 48px; }
  .landing-process-heading h2 { font-size: 2.45rem; }
  .landing-process-grid { grid-template-columns: 1fr 1fr; }
  .landing-process-grid li { min-height: 104px; padding: 15px 13px; }
  .landing-process-grid strong { font-size: .9rem; }
  .section-heading { margin-bottom: 38px; }
  .split-heading > p { margin-top: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .project-mosaic { display: flex; flex-direction: column; }
  .project-card { min-height: 400px; }
  .process-sticky, .quote-intro { position: static; }
  .process-list li { grid-template-columns: 45px 1fr; }
  .material-section { grid-template-columns: 1fr; }
  .material-image { min-height: 430px; }
  .material-content { padding: 72px 24px; }
  .material-points { grid-template-columns: 1fr; }
  .price-factors { grid-template-columns: 1fr; }
  .local-card { grid-template-columns: 1fr; gap: 35px; padding: 42px 24px; }
  .quote-form { padding: 24px 18px; }
  .simple-hero-actions .button { width: 100%; }
  .whatsapp-toast { right: 16px; bottom: 78px; left: 16px; max-width: none; }
  .form-grid { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
  .service-hero { padding-top: 65px; }
  .back-link { margin-bottom: 45px; }
  .service-hero-image { order: -1; }
  .highlight-grid, .solution-grid { grid-template-columns: 1fr; }
  .highlight-grid div { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .detail-band-grid { display: flex; flex-direction: column; }
  .detail-band-image { min-height: 420px; margin-left: 0; }
  .detail-band-copy { padding: 70px 0; }
  .aparador-prototype-page .detail-band-grid { min-height: 0; }
  .aparador-prototype-page .detail-band-image { height: auto; min-height: 0; aspect-ratio: 3 / 2; }
  .aparador-prototype-page .detail-band-image img { height: 100%; }
  .aparador-prototype-page .detail-band-copy { justify-content: flex-start; padding: 52px 0 64px; }
  .aparador-material-options > div { grid-template-columns: 1fr; gap: 5px; padding: 15px 0; }
  .compact-process-grid { grid-template-columns: 1fr 1fr; }
  .project-page-grid { display: flex; flex-direction: column; }
  .project-page-grid .project-card { min-height: 440px; }
  .material-card-grid, .budget-level-grid, .value-grid { grid-template-columns: 1fr; }
  .pricing-factor-grid { grid-template-columns: 1fr; }
  body.integral-page, body.standard-landing-page { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .integral-hero, .integral-hero-layout { min-height: 850px; }
  .integral-hero-image { object-position: 59% center; }
  .integral-hero-shade { background: linear-gradient(90deg,rgba(14,20,17,.96),rgba(14,20,17,.66)), linear-gradient(0deg,rgba(14,20,17,.74),transparent); }
  .integral-hero-layout { align-items: flex-start; flex-direction: column; justify-content: center; gap: 38px; padding-top: 82px; padding-bottom: 75px; }
  .integral-hero-copy h1 { font-size: clamp(2rem, 8.5vw, 3rem); }
  .integral-hero-copy > p:not(.integral-hero-service) { font-size: .98rem; }
  .integral-hero-service { font-size: .6rem; line-height: 1.7; }
  .integral-hero-promise { align-self: auto; width: 100%; margin: 0; }
  .integral-hero-promise p { max-width: 420px; font-size: 1.08rem; }
  .integral-trust-grid { grid-template-columns: 1fr 1fr; }
  .integral-trust-grid div { min-height: 94px; border-left: 1px solid var(--line); padding: 14px 11px; }
  .integral-trust-grid div:last-child { grid-column: 1 / -1; }
  .integral-trust-grid strong { font-size: .85rem; }
  .integral-comparison, .integral-scope-grid, .integral-levels-grid, .integral-process-list, .integral-evidence-grid, .integral-price-layout, .integral-cost-factors, .integral-advantages-grid, .integral-why-card { grid-template-columns: 1fr; }
  .integral-comparison-card { min-height: auto; padding: 30px 22px; }
  .integral-intent-note { grid-template-columns: 1fr; gap: 14px; padding: 24px 20px; }
  .integral-property-grid, .integral-spaces-grid { grid-template-columns: 1fr; }
  .integral-property-grid article, .integral-spaces-grid article { min-height: 285px; }
  .integral-property-grid h3, .integral-spaces-grid h3 { margin-top: 45px; }
  .integral-scope-main { grid-row: auto; }
  .integral-scope-card { padding: 27px 22px; }
  .integral-levels-grid article { min-height: auto; padding: 30px 24px; }
  .integral-levels-grid h3 { margin-top: 60px; }
  .integral-process-list { gap: 0; }
  .integral-process-list li { min-height: 145px; grid-template-columns: 42px 1fr; gap: 12px; }
  .integral-evidence-grid article { min-height: 245px; }
  .integral-materials-layout { grid-template-columns: 1fr; }
  .integral-materials-image { min-height: 420px; margin-left: 0; }
  .integral-materials-copy { padding: 72px 0; }
  .integral-price-layout { gap: 48px; }
  .integral-cost-factors article { min-height: 220px; }
  .integral-advantages-grid article { min-height: 235px; }
  .integral-why-card { gap: 36px; padding: 44px 22px; }
  .integral-area-links { grid-template-columns: 1fr; }
  .integral-area-links a:not(:nth-child(3n)) { margin-right: 0; }
  .integral-room-fieldset > div { flex-direction: column; }
  .quote-form .integral-room-fieldset label { width: 100%; }
  .mobile-contact-bar { position: fixed; right: 8px; bottom: max(8px, env(safe-area-inset-bottom)); left: 8px; z-index: 90; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(0,.75fr); gap: 0; border: 1px solid rgba(255,255,255,.13); padding: 6px; background: rgba(15,21,18,.95); box-shadow: 0 12px 32px rgba(15,21,18,.27); backdrop-filter: blur(12px); }
  .mobile-contact-bar a { display: flex; min-width: 0; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 0 14px; color: #fff; font-size: .72rem; font-weight: 800; line-height: 1.1; text-align: center; }
  .mobile-contact-bar .mobile-contact-primary { justify-content: space-between !important; background: var(--white); color: var(--ink); }
  .mobile-contact-primary span:last-child { color: var(--wood-dark); }
  .mobile-contact-bar .mobile-contact-whatsapp { border-left: 1px solid rgba(255,255,255,.16); background: transparent; color: rgba(255,255,255,.86); }
  .mobile-contact-whatsapp .whatsapp-icon { flex: 0 0 16px; width: 16px; height: 16px; color: #a5bcad; }
  .integral-crosslink { grid-template-columns: 1fr; }
  .integral-crosslink a { grid-column: auto; white-space: normal; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 30px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: span 2; }
  .footer-grid .brand-copy { display: flex; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; padding: 20px 0; }
}

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

/* --- Conversion & structure refinements (integral page + shared chrome) --- */
.button-outline { border-color: rgba(23,32,28,.35); color: var(--ink); }
.button-outline:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.footer-grid .footer-heading { margin: 0 0 20px; color: rgba(255,255,255,.5); font-family: inherit; font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-phone { font-weight: 800; }
.integral-evidence-note { display: grid; grid-template-columns: 200px 1fr; gap: 28px; border: 1px dashed rgba(23,32,28,.34); background: rgba(255,255,255,.45); padding: 30px; }
.integral-evidence-note > span { color: var(--wood-dark); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.integral-evidence-note p { margin: 0 0 18px; max-width: 660px; color: #68716c; font-size: .9rem; }
.integral-evidence-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; }
.integral-level-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; padding: 10px 0; color: var(--wood-dark); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.integral-level-cta:hover { text-decoration: underline; }
.integral-level-featured .integral-level-cta { color: #fff; }
.integral-price-promise { border-left: 3px solid rgba(23,32,28,.18); padding-left: 18px; font-size: .85rem; }
@media (max-width: 1050px) {
  .desktop-phone { display: none; }
}
@media (max-width: 760px) {
  .integral-evidence-note { grid-template-columns: 1fr; gap: 14px; padding: 24px 20px; }
  .mobile-contact-bar.has-phone { grid-template-columns: minmax(0,1.1fr) minmax(0,.55fr) minmax(0,.75fr); }
  .mobile-contact-phone { border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.1); }
  /* La barra fija solo aparece cuando el hero ya se ha desplazado fuera de pantalla (site.js añade mcb-auto/is-visible). */
  .mobile-contact-bar.mcb-auto { opacity: 0; transform: translateY(calc(100% + 20px)); pointer-events: none; transition: transform .32s ease, opacity .32s ease; }
  .mobile-contact-bar.mcb-auto.is-visible { opacity: 1; transform: none; pointer-events: auto; }
}

/* --- Mid-page CTA bands + form reassurance --- */
.integral-midcta-section { padding: 30px 0; background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.integral-midcta { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.integral-midcta strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; font-weight: 400; letter-spacing: -.02em; line-height: 1.2; }
.integral-midcta p { margin: 7px 0 0; max-width: 600px; color: #5d665f; font-size: .88rem; }
.integral-midcta-actions { display: flex; flex-shrink: 0; flex-wrap: wrap; align-items: center; gap: 12px 22px; }
.form-reassure { margin: 12px 0 0; color: #68716c; font-size: .74rem; font-weight: 700; letter-spacing: .02em; }
@media (max-width: 760px) {
  .integral-midcta { flex-direction: column; align-items: flex-start; gap: 18px; }
  .integral-midcta-actions { width: 100%; }
  .integral-midcta-actions .button { flex: 1 1 auto; justify-content: center; }
}

/* --- Aparadores: project levels + guided calculator --- */
.aparador-levels-section { background: var(--paper-2); }
.aparador-levels-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.aparador-level-card { display: flex; min-height: 430px; flex-direction: column; border: 1px solid var(--line); padding: 34px 32px; background: var(--white); }
.aparador-level-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.aparador-level-card-top small { color: var(--wood-dark); font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.aparador-level-card-top > span { color: rgba(23,32,28,.18); font-family: Georgia, "Times New Roman", serif; font-size: 3.2rem; line-height: .8; }
.aparador-level-card h3 { margin: 66px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 400; letter-spacing: -.025em; }
.aparador-level-card > p { margin-bottom: 30px; color: #616b65; font-size: .9rem; }
.aparador-level-card ul { margin: auto 0 0; padding: 0; list-style: none; }
.aparador-level-card li { position: relative; border-top: 1px solid var(--line); padding: 14px 0 14px 24px; font-size: .78rem; font-weight: 700; }
.aparador-level-card li::before { position: absolute; top: 14px; left: 0; color: var(--wood-dark); content: "✓"; }
.aparador-level-card.is-featured { border-color: var(--ink); background: var(--ink); color: #fff; }
.aparador-level-card.is-featured .aparador-level-card-top small,
.aparador-level-card.is-featured li::before { color: #e2ad84; }
.aparador-level-card.is-featured .aparador-level-card-top > span { color: rgba(255,255,255,.15); }
.aparador-level-card.is-featured > p { color: rgba(255,255,255,.68); }
.aparador-level-card.is-featured li { border-color: rgba(255,255,255,.15); }
.aparador-levels-footer { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 520px); align-items: center; gap: 32px; border-top: 1px solid var(--line); margin-top: 34px; padding-top: 26px; }
.aparador-levels-footer > p { max-width: 590px; margin: 0; color: #626c67; font-size: .82rem; }
.aparador-levels-actions { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.aparador-levels-actions .button { width: 100%; min-height: 52px; justify-content: center; padding-inline: 18px; white-space: nowrap; }
.aparador-levels-actions .button-dark { grid-column: 1 / -1; }

body.quiz-open { overflow: hidden; }
body.quiz-open .mobile-contact-bar { opacity: 0 !important; pointer-events: none !important; transform: translateY(calc(100% + 20px)) !important; }
.project-quiz { width: min(780px, calc(100% - 32px)); max-width: none; max-height: calc(100dvh - 32px); border: 0; padding: 0; background: transparent; color: var(--ink); overflow: visible; }
.project-quiz::backdrop { background: rgba(10,15,12,.75); backdrop-filter: blur(5px); }
.project-quiz[open] { animation: quiz-enter .24s ease both; }
.project-quiz-dialog { display: flex; height: min(850px, calc(100dvh - 32px)); max-height: calc(100dvh - 32px); flex-direction: column; border: 1px solid rgba(255,255,255,.18); background: var(--white); box-shadow: 0 34px 100px rgba(0,0,0,.35); overflow: hidden; }
.project-quiz-header { display: grid; flex: 0 0 auto; grid-template-columns: 1fr auto; gap: 30px; border-bottom: 1px solid var(--line); padding: 25px 28px 22px; background: var(--white); }
.project-quiz-header .eyebrow { margin-bottom: 10px; font-size: .62rem; }
.project-quiz-header h2 { margin: 0 0 8px; font-size: 2.35rem; }
.project-quiz-header p { max-width: 600px; margin: 0; color: #68716c; font-size: .78rem; }
.project-quiz-close { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 1.55rem; line-height: 1; transition: border-color .2s ease, background .2s ease; }
.project-quiz-close:hover { border-color: var(--ink); background: var(--paper); }
.project-quiz-close:focus-visible { outline: 2px solid var(--wood); outline-offset: 3px; }
.project-quiz-progress { flex: 0 0 5px; height: 5px; background: var(--paper-2); overflow: hidden; }
.project-quiz-progress span { display: block; width: 16.666%; height: 100%; background: var(--wood); transition: width .3s ease; }
.project-quiz-form { display: flex; min-height: 0; flex: 1 1 auto; flex-direction: column; }
.project-quiz-step,
.project-quiz-success { min-height: 0; flex: 1 1 auto; padding: 30px 34px; overflow-y: auto; overscroll-behavior: contain; }
.project-quiz-step[hidden],
.project-quiz-success[hidden] { display: none !important; }
.project-quiz-step-number { display: block; margin-bottom: 10px; color: var(--wood-dark); font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.project-quiz-step h3,
.project-quiz-success h3 { margin: 0 0 7px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.9rem, 4vw, 2.65rem); font-weight: 400; letter-spacing: -.03em; line-height: 1.08; }
.project-quiz-step > p:not(.project-quiz-error),
.project-quiz-success > p { margin-bottom: 22px; color: #66706a; font-size: .86rem; }
.project-quiz-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; border: 0; margin: 0; padding: 0; }
.project-quiz-options-compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.project-quiz-choice { position: relative; min-width: 0; cursor: pointer; }
.project-quiz-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.project-quiz-choice > span { display: flex; min-height: 62px; height: 100%; flex-direction: column; justify-content: center; border: 1px solid var(--line); padding: 14px 16px; background: rgba(255,255,255,.7); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.project-quiz-choice strong { font-size: .8rem; line-height: 1.3; }
.project-quiz-choice small { margin-top: 4px; color: #6d756f; font-size: .7rem; line-height: 1.45; }
.project-quiz-choice:hover > span { border-color: rgba(129,80,51,.6); }
.project-quiz-choice input:checked + span { border-color: var(--wood-dark); background: #f3e9df; box-shadow: inset 3px 0 0 var(--wood); }
.project-quiz-choice input:focus-visible + span { outline: 2px solid var(--wood); outline-offset: 2px; }
.project-quiz-field { display: block; margin-top: 16px; }
.project-quiz-field > span { display: block; margin-bottom: 6px; color: #4f5953; font-size: .68rem; font-weight: 800; letter-spacing: .035em; }
.project-quiz-field input,
.project-quiz-field select,
.project-quiz-field textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: 12px 14px; background: #fff; color: var(--ink); outline: 0; }
.project-quiz-field input,
.project-quiz-field select { min-height: 48px; }
.project-quiz-field textarea { min-height: 94px; resize: vertical; }
.project-quiz-field input:focus,
.project-quiz-field select:focus,
.project-quiz-field textarea:focus { border-color: var(--wood); box-shadow: 0 0 0 3px rgba(184,120,79,.13); }
.project-quiz-location-field { margin-bottom: 22px; }
.project-quiz-conditions-intro {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
  margin: 4px 0 10px;
  padding-top: 18px;
}
.project-quiz-conditions-intro strong { color: var(--ink); font-size: .8rem; line-height: 1.35; }
.project-quiz-conditions-intro span { color: #6d756f; font-size: .7rem; line-height: 1.45; }
.project-quiz-conditions-grid .project-quiz-choice > span { min-height: 58px; }
.project-quiz-error { min-height: 20px; margin: 12px 0 0; color: #9b3d35; font-size: .72rem; font-weight: 700; }
.project-quiz-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 14px; }
.project-quiz-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0 0 10px; background: var(--line); }
.project-quiz-summary div { min-width: 0; padding: 11px 12px; background: var(--paper); }
.project-quiz-summary small { display: block; color: var(--wood-dark); font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.project-quiz-summary strong { display: block; margin-top: 3px; overflow: hidden; font-size: .72rem; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.project-quiz-file { position: relative; display: grid; overflow: hidden; grid-template-columns: auto 1fr; column-gap: 12px; border: 1px dashed rgba(23,32,28,.32); margin-top: 16px; padding: 14px; cursor: pointer; }
.project-quiz-file input { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.project-quiz-file > span { grid-row: 1 / span 2; align-self: center; color: var(--wood-dark); font-family: Georgia, serif; font-size: 1.5rem; }
.project-quiz-file strong { font-size: .75rem; }
.project-quiz-file small { color: #727a75; font-size: .64rem; }
.project-quiz-file:focus-within { outline: 2px solid var(--wood); outline-offset: 2px; }
.project-quiz-consent { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; margin-top: 16px; color: #616a65; font-size: .68rem; line-height: 1.55; }
.project-quiz-consent input { margin-top: 3px; accent-color: var(--wood-dark); }
.project-quiz-consent a { color: var(--wood-dark); text-decoration: underline; text-underline-offset: 2px; }
.project-quiz-footer { display: grid; flex: 0 0 auto; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; border-top: 1px solid var(--line); padding: 14px 28px; background: var(--white); }
.project-quiz-footer[hidden] { display: none !important; }
.project-quiz-footer > span { color: #747c77; font-size: .7rem; font-weight: 700; text-align: center; }
.project-quiz-footer > span { grid-column: 2; }
.project-quiz-back { grid-column: 1; justify-self: start; border: 0; padding: 10px 0; background: transparent; cursor: pointer; color: var(--wood-dark); font-size: .75rem; font-weight: 800; }
.project-quiz-next { grid-column: 3; min-width: 160px; justify-self: end; }
.project-quiz-next[disabled] { cursor: wait; opacity: .65; }
.project-quiz-status { min-height: 0; margin: 0; padding: 0 28px; color: #9b3d35; font-size: .7rem; font-weight: 700; }
.project-quiz-status:not(:empty) { padding-top: 9px; padding-bottom: 9px; }
.project-quiz-success { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.project-quiz-success .button { margin-top: 8px; }

@keyframes quiz-enter {
  from { opacity: 0; transform: translateY(12px) scale(.99); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
  .aparador-levels-footer { grid-template-columns: 1fr; align-items: start; }
  .aparador-levels-actions { max-width: 520px; }
}

@media (max-width: 900px) {
  .aparador-levels-grid { grid-template-columns: 1fr; }
  .aparador-level-card { min-height: 0; }
  .aparador-level-card h3 { margin-top: 42px; }
}

@media (max-width: 760px) {
  .aparador-levels-actions { display: grid; grid-template-columns: 1fr; }
  .aparador-levels-actions .button-dark { grid-column: auto; }
  .aparador-levels-actions .button { width: 100%; }
  .aparador-level-card { padding: 27px 22px; }
  .aparador-level-card h3 { margin-top: 38px; font-size: 1.75rem; }
  .project-quiz { width: 100%; max-height: 100dvh; margin: 0; }
  .project-quiz-dialog { height: 100dvh; max-height: 100dvh; border: 0; }
  .project-quiz-header { gap: 16px; padding: max(18px, env(safe-area-inset-top)) 20px 16px; }
  .project-quiz-header h2 { font-size: 1.8rem; }
  .project-quiz-header p { display: none; }
  .project-quiz-close { width: 40px; height: 40px; }
  .project-quiz-step,
  .project-quiz-success { padding: 24px 20px; }
  .project-quiz-step h3,
  .project-quiz-success h3 { font-size: 2rem; }
  .project-quiz-options,
  .project-quiz-options-compact { grid-template-columns: 1fr; gap: 8px; }
  .project-quiz-choice > span { min-height: 56px; padding: 12px 14px; }
  .project-quiz-location-field { margin-bottom: 18px; }
  .project-quiz-conditions-intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    padding-top: 16px;
    margin-bottom: 9px;
  }
  .project-quiz-conditions-grid .project-quiz-choice > span { min-height: 54px; }
  .project-quiz-contact-grid { grid-template-columns: 1fr; }
  .project-quiz-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-quiz-footer { grid-template-columns: auto 1fr; gap: 12px; padding: 12px 20px max(12px, env(safe-area-inset-bottom)); }
  .project-quiz-footer > span { display: none; }
  .project-quiz-next { grid-column: 2; width: 100%; min-width: 0; }
  .project-quiz-status { padding-inline: 20px; }
}

@media (max-width: 1050px) {
  .aparador-reviews-layout.has-rating { grid-template-columns: 1fr; }
  .aparador-rating-card { min-height: 390px; }
}

@media (max-width: 760px) {
  .aparador-review-demo-note { grid-template-columns: 1fr; gap: 8px; margin-bottom: 22px; padding: 17px 0; }
  .aparador-review-demo-note p { font-size: .7rem; }
  .aparador-rating-card { min-height: 0; padding: 26px 22px; }
  .aparador-rating-score strong { font-size: 4.4rem; }
  .aparador-rating-distribution { margin-top: 8px; }
  .aparador-review-grid { grid-template-columns: 1fr; }
  .aparador-review-card { min-height: 350px; padding: 25px 21px; }
  .aparador-review-card blockquote { font-size: 1.2rem; }
}

/* Aparadores prototype — visual refinement */
.aparador-prototype-page {
  --aparador-surface: #fbf8f2;
  --aparador-surface-warm: #f0e9df;
  --aparador-border: rgba(23,32,28,.12);
  --aparador-shadow: 0 18px 50px rgba(23,32,28,.07);
  background: #f6f2eb;
}
.aparador-prototype-page main > section[id] { scroll-margin-top: 76px; }
.aparador-prototype-page .breadcrumbs {
  border-color: rgba(255,255,255,.09);
  background: var(--ink);
}
.aparador-prototype-page .breadcrumbs-inner { min-height: 48px; color: rgba(255,255,255,.5); }
.aparador-prototype-page .breadcrumbs-inner a:hover,
.aparador-prototype-page .breadcrumbs-inner span[aria-current="page"] { color: rgba(255,255,255,.86); }
.aparador-prototype-page main .button { border-radius: 999px; padding-inline: 25px; }
.aparador-prototype-page .section { padding-block: clamp(88px, 7vw, 104px); }
.aparador-prototype-page .section-heading { margin-bottom: 48px; }
.aparador-prototype-page .section-heading h2 { max-width: 760px; font-size: clamp(3.1rem, 4.65vw, 4.8rem); text-wrap: balance; }
.aparador-prototype-page .split-heading { grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr); gap: clamp(52px, 7vw, 92px); }
.aparador-prototype-page .split-heading > p { color: #5d6862; font-size: 1rem; line-height: 1.72; }
.aparador-prototype-page .eyebrow { margin-bottom: 18px; }

.aparador-prototype-page .seo-landing-hero,
.aparador-prototype-page .seo-landing-hero-content { min-height: 680px; }
.aparador-prototype-page .seo-landing-hero { isolation: isolate; }
.aparador-prototype-page .seo-landing-hero-image { object-position: center 52%; transform: scale(1.015); }
.aparador-prototype-page .seo-landing-hero-shade {
  background:
    radial-gradient(circle at 78% 35%, rgba(23,32,28,.02) 0, rgba(23,32,28,.12) 32%, transparent 58%),
    linear-gradient(90deg, rgba(11,18,15,.95) 0%, rgba(13,21,17,.84) 43%, rgba(13,21,17,.32) 74%, rgba(13,21,17,.25) 100%),
    linear-gradient(0deg, rgba(10,16,13,.66), transparent 52%);
}
.aparador-prototype-page .seo-landing-hero-content { z-index: 1; padding-top: 68px; padding-bottom: 78px; }
.aparador-prototype-page .seo-landing-copy { max-width: 1060px; }
.aparador-prototype-page .seo-landing-copy h1 {
  max-width: 1050px;
  margin-bottom: 25px;
  font-size: clamp(4.25rem, 5.4vw, 6.2rem);
  line-height: .98;
  text-shadow: 0 2px 30px rgba(0,0,0,.15);
  text-wrap: pretty;
}
.aparador-prototype-page .seo-landing-copy > p { max-width: 1050px; margin-bottom: 30px; color: rgba(255,255,255,.82); font-size: 1.08rem; line-height: 1.68; }
.aparador-prototype-page .seo-landing-copy .hero-actions { gap: 12px; }

.commercial-relevance-section {
  border-top: 1px solid rgba(24,36,30,.1);
  background: #f3ede3;
}
.commercial-relevance-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .65fr);
  gap: 28px;
  align-items: stretch;
}
.commercial-relevance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(24,36,30,.14);
  border-left: 1px solid rgba(24,36,30,.14);
}
.commercial-relevance-grid article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  min-height: 220px;
  padding: 34px;
  border-right: 1px solid rgba(24,36,30,.14);
  border-bottom: 1px solid rgba(24,36,30,.14);
  background: rgba(255,255,255,.46);
}
.commercial-relevance-grid article > span {
  color: var(--accent);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.commercial-relevance-grid h3,
.commercial-use-cases h3 { margin: 0 0 14px; font-family: var(--font-display); font-size: clamp(1.5rem, 2vw, 2rem); line-height: 1.05; }
.commercial-relevance-grid p { margin: 0; color: var(--muted); line-height: 1.7; }
.commercial-use-cases {
  padding: 38px;
  border-top: 4px solid var(--accent);
  background: var(--ink-2);
  color: #fff;
}
.commercial-use-cases > span { color: #e8a77f; font-size: .73rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.commercial-use-cases h3 { margin-top: 28px; color: #fff; }
.commercial-use-cases ul { display: grid; gap: 0; margin: 30px 0 0; padding: 0; list-style: none; }
.commercial-use-cases li { position: relative; padding: 17px 0 17px 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.8); line-height: 1.5; }
.commercial-use-cases li::before { position: absolute; left: 0; content: "+"; color: #e8a77f; font-weight: 800; }

.aparador-prototype-page .landing-value-section {
  border-color: rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 94% 7%, rgba(184,120,79,.14), transparent 30%),
    linear-gradient(145deg, #1b2923 0%, #13201a 62%, #101a16 100%);
}
.aparador-prototype-page .landing-value-layout { padding-top: 72px; padding-bottom: 76px; }
.aparador-prototype-page .landing-value-heading h2 { max-width: 560px; margin: 15px 0 20px; font-size: clamp(3.25rem, 4vw, 4.25rem); text-wrap: balance; }
.aparador-prototype-page .landing-value-heading p { max-width: 490px; color: rgba(255,255,255,.67); font-size: .96rem; line-height: 1.72; }
.aparador-prototype-page .landing-value-grid { gap: 13px; border: 0; }
.aparador-prototype-page .landing-value-item {
  border: 1px solid rgba(255,255,255,.115);
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  box-shadow: 0 18px 45px rgba(0,0,0,.07);
}
.aparador-prototype-page .landing-value-item > span,
.aparador-prototype-page .aparador-config-card > span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .9;
}
.aparador-prototype-page .landing-value-item h3 { font-size: 1.4rem; }
.aparador-prototype-page .landing-value-item p { color: rgba(255,255,255,.65); font-size: .88rem; line-height: 1.62; }

.aparador-prototype-page .landing-process-strip { background: #f8f4ed; }
.aparador-prototype-page .landing-process-shell { padding-top: 46px; padding-bottom: 46px; }
.aparador-prototype-page .landing-process-heading h2 { font-size: 2.45rem; }
.aparador-prototype-page .landing-process-grid { gap: 10px; border: 0; }
.aparador-prototype-page .landing-process-grid li {
  min-height: 116px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid var(--aparador-border);
  border-radius: 6px;
  padding: 18px 19px;
  background: rgba(255,253,249,.88);
  box-shadow: 0 12px 32px rgba(23,32,28,.045);
}
.aparador-prototype-page .landing-process-grid span {
  display: inline-flex;
  min-width: 30px;
  min-height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(184,120,79,.1);
}
.aparador-prototype-page .landing-process-grid strong { font-size: 1.03rem; }

.aparador-prototype-page .aparador-config-section { background: linear-gradient(180deg, #f3eee6 0%, #f7f3ec 100%); }
.aparador-prototype-page .aparador-config-grid { gap: 14px; border: 0; }
.aparador-prototype-page .aparador-config-card {
  position: relative;
  border: 1px solid var(--aparador-border);
  border-radius: 7px;
  background: rgba(255,253,249,.9);
  box-shadow: var(--aparador-shadow);
}
.aparador-prototype-page .aparador-config-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(184,120,79,.48), transparent);
  content: "";
  opacity: .6;
}
.aparador-prototype-page .aparador-config-card h3 { font-size: 1.38rem; }
.aparador-prototype-page .aparador-config-card p { color: #606b65; font-size: .9rem; line-height: 1.62; }

.aparador-prototype-page .seo-use-case-section { padding: 0 0 98px; background: #f7f3ec; }
.aparador-prototype-page .seo-use-case-card {
  gap: clamp(60px, 8vw, 105px);
  border-radius: 10px;
  padding: 64px 68px;
  background:
    radial-gradient(circle at 12% 8%, rgba(184,120,79,.16), transparent 28%),
    linear-gradient(135deg, #26372f, #18251f);
  box-shadow: 0 28px 75px rgba(23,32,28,.13);
}
.aparador-prototype-page .seo-use-case-card h2 { max-width: 620px; font-size: clamp(3rem, 4vw, 4.25rem); text-wrap: balance; }
.aparador-prototype-page .seo-use-case-card li { min-height: 62px; color: rgba(255,255,255,.86); font-size: 1.03rem; }

.aparador-prototype-page .aparador-technical-section { background: var(--white); }
.aparador-prototype-page .aparador-technical-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 54px;
  border: 0;
  border-top: 1px solid var(--line);
}
.aparador-prototype-page .aparador-technical-grid article {
  min-height: 210px;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 31px 0;
  background: transparent;
}
.aparador-prototype-page .aparador-technical-grid h3 { margin: 30px 0 11px; font-size: 1.4rem; }
.aparador-prototype-page .aparador-technical-grid p { color: #606b65; font-size: .9rem; line-height: 1.64; }

.aparador-prototype-page .detail-band-grid { min-height: 640px; }
.aparador-prototype-page .detail-band-copy { padding-top: 76px; padding-bottom: 76px; }
.aparador-prototype-page .detail-band-copy h2 { font-size: clamp(2.85rem, 3.75vw, 4rem); text-wrap: balance; }
.aparador-prototype-page .aparador-material-options > div { grid-template-columns: 150px 1fr; padding: 16px 0; }
.aparador-prototype-page .aparador-material-options strong { font-size: 1.03rem; }
.aparador-prototype-page .aparador-material-options span { color: rgba(255,255,255,.7); font-size: .82rem; }

.aparador-prototype-page .aparador-case-section { padding: 92px 0 84px; background: #ece4d8; }
.aparador-prototype-page .aparador-case-heading { margin-bottom: 42px; }
.aparador-prototype-page .aparador-case-heading h2 { max-width: 760px; font-size: clamp(3.05rem, 4.6vw, 4.75rem); }
.aparador-prototype-page .aparador-case-visual { min-height: 0; height: clamp(500px, 44vw, 630px); }
.aparador-prototype-page .aparador-case-details { gap: 13px; margin-top: 13px; border: 0; }
.aparador-prototype-page .aparador-case-details article {
  min-height: 190px;
  border: 1px solid var(--aparador-border);
  border-radius: 6px;
  background: rgba(255,253,249,.76);
  box-shadow: 0 14px 38px rgba(23,32,28,.045);
}
.aparador-prototype-page .aparador-case-details h3 { margin-top: 27px; }

.aparador-prototype-page .aparador-levels-section { background: var(--white); }
.aparador-prototype-page .aparador-levels-grid { gap: 16px; }
.aparador-prototype-page .aparador-level-card {
  min-height: 410px;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(23,32,28,.06);
}
.aparador-prototype-page .aparador-level-card.is-featured { box-shadow: 0 24px 58px rgba(23,32,28,.16); }
.aparador-prototype-page .aparador-level-card h3 { margin-top: 52px; }

.aparador-prototype-page .aparador-quote-requirements { padding-bottom: 0; background: #ece4d8; }
.aparador-prototype-page .aparador-requirements-grid article { background: rgba(255,253,249,.7); }
.aparador-prototype-page .aparador-requirements-grid h3 { margin-top: 38px; }
.aparador-prototype-page .aparador-requirements-grid p { color: #606b65; font-size: .9rem; line-height: 1.64; }
.aparador-prototype-page .aparador-quote-stages { margin-top: 44px; }

.aparador-prototype-page .aparador-reviews-section { background: #eee7dc; }
.aparador-prototype-page .aparador-review-demo-note { margin-bottom: 24px; padding: 15px 0; }
.aparador-prototype-page .aparador-reviews-layout.has-rating { gap: 14px; }
.aparador-prototype-page .aparador-rating-card,
.aparador-prototype-page .aparador-review-card { border-radius: 7px; }
.aparador-prototype-page .aparador-review-card { min-height: 390px; box-shadow: 0 16px 42px rgba(23,32,28,.055); }
.aparador-prototype-page .aparador-review-card blockquote { font-size: 1.14rem; }
.aparador-prototype-page .seo-related { background: #f5f0e8; }
.aparador-prototype-page .service-faq { background: var(--white); }
.aparador-prototype-page .quote-form { border-radius: 10px; box-shadow: 0 28px 75px rgba(0,0,0,.16); }

@media (min-width: 1181px) {
  .aparador-prototype-page .landing-value-layout { grid-template-columns: minmax(420px, .95fr) minmax(0, 1.55fr); gap: 56px; }
  .aparador-prototype-page .landing-process-shell { grid-template-columns: minmax(280px, .66fr) minmax(0, 1.54fr); gap: 56px; }
}

@media (min-width: 761px) {
  .aparador-prototype-page .landing-value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aparador-prototype-page .landing-value-item { min-height: 202px; padding: 25px 27px; }
  .aparador-prototype-page .landing-value-item h3 { margin: 29px 0 11px; }
  .aparador-prototype-page .aparador-config-card { min-height: 215px; padding: 27px 25px; }
  .aparador-prototype-page .aparador-config-card h3 { margin: 34px 0 11px; }
}

@media (max-width: 1180px) {
  .aparador-prototype-page .landing-value-layout,
  .aparador-prototype-page .landing-process-shell { grid-template-columns: 1fr; gap: 38px; }
  .aparador-prototype-page .landing-value-heading { max-width: 680px; }
  .aparador-prototype-page .landing-value-heading h2 { max-width: 640px; }
}

@media (max-width: 1100px) {
  .aparador-prototype-page .aparador-levels-grid { grid-template-columns: 1fr; }
  .aparador-prototype-page .aparador-level-card { min-height: 0; }
  .aparador-prototype-page .aparador-level-card h3 { margin-top: 38px; }
}

@media (max-width: 1050px) {
  .commercial-relevance-layout { grid-template-columns: 1fr; }
  .commercial-use-cases { padding: 32px; }
  .aparador-prototype-page .section-heading h2 { font-size: clamp(2.9rem, 7vw, 4.2rem); }
  .aparador-prototype-page .aparador-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aparador-prototype-page .mobile-contact-bar { right: 0; left: 0; width: min(calc(100% - 16px), 480px); margin-inline: auto; }
}

@media (max-width: 960px) {
  .aparador-prototype-page .detail-band-grid { display: flex; min-height: 0; flex-direction: column; }
  .aparador-prototype-page .detail-band-image { min-height: 0; margin-left: 0; aspect-ratio: 3 / 2; }
  .aparador-prototype-page .detail-band-image img { height: 100%; }
  .aparador-prototype-page .detail-band-copy { padding: 64px 0 72px; }
}

@media (max-width: 760px) {
  .commercial-relevance-grid { grid-template-columns: 1fr; }
  .commercial-relevance-grid article { min-height: 0; padding: 25px 20px; }
  .commercial-use-cases { padding: 28px 22px; }
  .aparador-prototype-page .section { padding-block: 64px; }
  .aparador-prototype-page .section-heading { margin-bottom: 31px; }
  .aparador-prototype-page .section-heading h2,
  .aparador-prototype-page .faq-layout h2 { font-size: clamp(2.35rem, 10vw, 3.1rem); line-height: 1.02; }
  .aparador-prototype-page .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .aparador-prototype-page .split-heading > p { font-size: .95rem; }
  .aparador-prototype-page .breadcrumbs-inner { min-height: 42px; }
  .aparador-prototype-page .seo-landing-hero,
  .aparador-prototype-page .seo-landing-hero-content { min-height: clamp(600px, calc(100svh - 118px), 670px); }
  .aparador-prototype-page .seo-landing-hero-content { padding-top: 60px; padding-bottom: 68px; }
  .aparador-prototype-page .seo-landing-copy h1 { max-width: 100%; margin-bottom: 22px; font-size: clamp(3rem, 13vw, 4.05rem); line-height: .98; }
  .aparador-prototype-page .seo-landing-copy > p { margin-bottom: 26px; font-size: .98rem; line-height: 1.62; }
  .aparador-prototype-page .seo-landing-copy .hero-actions .button { min-height: 48px; }
  .aparador-prototype-page .landing-value-layout { gap: 27px; padding-top: 58px; padding-bottom: 62px; }
  .aparador-prototype-page .landing-value-heading h2 { margin-top: 12px; font-size: clamp(2.55rem, 11vw, 3.25rem); }
  .aparador-prototype-page .landing-value-heading p { font-size: .93rem; }
  .aparador-prototype-page .landing-value-grid { gap: 10px; }
  .aparador-prototype-page .landing-value-item { min-height: 0; column-gap: 10px; border: 1px solid rgba(255,255,255,.11); padding: 21px 18px; }
  .aparador-prototype-page .landing-value-item h3 { margin: 1px 0 0; font-size: 1.2rem; }
  .aparador-prototype-page .landing-value-item p { margin-top: 8px; font-size: .88rem; }
  .aparador-prototype-page .landing-value-item > span,
  .aparador-prototype-page .aparador-config-card > span { width: 31px; height: 31px; }
  .aparador-prototype-page .landing-process-shell { gap: 24px; padding-top: 38px; padding-bottom: 40px; }
  .aparador-prototype-page .landing-process-heading h2 { font-size: 2.25rem; }
  .aparador-prototype-page .landing-process-grid { gap: 8px; }
  .aparador-prototype-page .landing-process-grid li { min-height: 112px; padding: 15px 14px; }
  .aparador-prototype-page .landing-process-grid strong { font-size: .92rem; }
  .aparador-prototype-page .aparador-config-grid { gap: 10px; }
  .aparador-prototype-page .aparador-config-card { border: 1px solid var(--aparador-border); padding: 21px 18px; }
  .aparador-prototype-page .aparador-config-card h3 { margin: 1px 0 8px; }
  .aparador-prototype-page .aparador-config-card p { font-size: .88rem; }
  .aparador-prototype-page .seo-use-case-section { padding: 0 0 64px; }
  .aparador-prototype-page .seo-use-case-card { gap: 35px; border-radius: 8px; padding: 38px 22px; }
  .aparador-prototype-page .seo-use-case-card h2 { font-size: clamp(2.45rem, 10.5vw, 3.25rem); }
  .aparador-prototype-page .aparador-technical-grid { grid-template-columns: 1fr; gap: 0; }
  .aparador-prototype-page .aparador-technical-grid article { min-height: 0; padding: 24px 0; }
  .aparador-prototype-page .aparador-technical-grid h3 { margin: 0 0 9px; }
  .aparador-prototype-page .aparador-technical-grid p { font-size: .88rem; }
  .aparador-prototype-page .detail-band-copy { padding: 56px 0 64px; }
  .aparador-prototype-page .aparador-material-options > div { grid-template-columns: 1fr; gap: 7px; }
  .aparador-prototype-page .aparador-case-section { padding: 64px 0 60px; }
  .aparador-prototype-page .aparador-quote-requirements { padding-bottom: 0; }
  .aparador-prototype-page .aparador-case-heading { margin-bottom: 30px; }
  .aparador-prototype-page .aparador-case-heading h2 { font-size: clamp(2.45rem, 10.5vw, 3.25rem); }
  .aparador-prototype-page .aparador-case-visual { height: 390px; }
  .aparador-prototype-page .aparador-case-details { gap: 9px; margin-top: 9px; }
  .aparador-prototype-page .aparador-case-details article { min-height: 0; padding: 22px 18px; }
  .aparador-prototype-page .aparador-case-details h3 { margin: 0 0 9px; }
  .aparador-prototype-page .aparador-level-card { padding: 26px 21px; }
  .aparador-prototype-page .aparador-level-card h3 { margin-top: 34px; }
  .aparador-prototype-page .aparador-requirements-grid article { min-height: 0; padding: 22px 18px; }
  .aparador-prototype-page .aparador-requirements-grid h3 { margin: 0 0 9px; }
  .aparador-prototype-page .aparador-requirements-grid p { font-size: .88rem; }
  .aparador-prototype-page .aparador-review-grid { grid-template-columns: 1fr; }
  .aparador-prototype-page .aparador-rating-card,
  .aparador-prototype-page .aparador-review-card { min-height: 0; padding: 24px 20px; }
  .aparador-prototype-page .aparador-review-card blockquote { font-size: 1.15rem; }
  .aparador-prototype-page .quote-form { border-radius: 7px; }
}

/* Compact conversion band replacing the process strip on the prototype page */
.aparador-prototype-page .landing-direct-cta,
.reviews-collection-page .landing-direct-cta {
  border-top: 1px solid rgba(23,32,28,.08);
  border-bottom: 1px solid rgba(23,32,28,.1);
  background: linear-gradient(100deg, #f8f1df 0%, #fbf7eb 58%, #f5eddc 100%);
}
.aparador-prototype-page .landing-direct-cta-shell,
.reviews-collection-page .landing-direct-cta-shell {
  display: grid;
  min-height: 176px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 56px;
  padding-top: 32px;
  padding-bottom: 32px;
}
.aparador-prototype-page .landing-direct-cta-copy,
.reviews-collection-page .landing-direct-cta-copy { max-width: 740px; }
.aparador-prototype-page .landing-direct-cta-kicker,
.reviews-collection-page .landing-direct-cta-kicker {
  display: block;
  margin-bottom: 7px;
  color: #a45f34;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .025em;
  line-height: 1.4;
}
.aparador-prototype-page .landing-direct-cta h2,
.reviews-collection-page .landing-direct-cta h2 {
  margin: 0 0 5px;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(2rem, 2.65vw, 2.7rem);
  font-weight: 760;
  letter-spacing: -.045em;
  line-height: 1.08;
  text-wrap: balance;
}
.aparador-prototype-page .landing-direct-cta p,
.reviews-collection-page .landing-direct-cta p { margin: 0; color: #66706a; font-size: .86rem; }
.aparador-prototype-page .landing-direct-cta-actions,
.reviews-collection-page .landing-direct-cta-actions { display: flex; align-items: center; justify-content: flex-end; gap: 11px; }
.aparador-prototype-page .landing-direct-cta-actions .button,
.reviews-collection-page .landing-direct-cta-actions .button { min-width: 205px; min-height: 54px; white-space: nowrap; }
.aparador-prototype-page .landing-direct-cta-actions .button-dark,
.reviews-collection-page .landing-direct-cta-actions .button-dark { border-color: #2f6749; background: #2f6749; color: #fff; }
.aparador-prototype-page .landing-direct-cta-actions .button-dark:hover,
.reviews-collection-page .landing-direct-cta-actions .button-dark:hover { border-color: #25563c; background: #25563c; }
.aparador-prototype-page .landing-direct-cta-actions .button-whatsapp,
.reviews-collection-page .landing-direct-cta-actions .button-whatsapp { border-color: rgba(47,103,73,.42); background: rgba(255,255,255,.38); color: #245b40; }
.aparador-prototype-page .landing-direct-cta-actions .button-whatsapp .whatsapp-icon,
.reviews-collection-page .landing-direct-cta-actions .button-whatsapp .whatsapp-icon { color: #2f7652; }
.aparador-prototype-page .landing-direct-cta-actions .button-whatsapp:hover,
.reviews-collection-page .landing-direct-cta-actions .button-whatsapp:hover { border-color: #2f6749; background: #2f6749; color: #fff; }

@media (max-width: 960px) {
  .aparador-prototype-page .landing-direct-cta-shell,
  .reviews-collection-page .landing-direct-cta-shell { grid-template-columns: 1fr; gap: 23px; padding-top: 36px; padding-bottom: 38px; }
  .aparador-prototype-page .landing-direct-cta-actions,
  .reviews-collection-page .landing-direct-cta-actions { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .aparador-prototype-page .landing-direct-cta-shell,
  .reviews-collection-page .landing-direct-cta-shell { gap: 21px; padding-top: 33px; padding-bottom: 35px; }
  .aparador-prototype-page .landing-direct-cta-kicker,
  .reviews-collection-page .landing-direct-cta-kicker { font-size: .64rem; line-height: 1.55; }
  .aparador-prototype-page .landing-direct-cta h2,
  .reviews-collection-page .landing-direct-cta h2 { font-size: clamp(1.85rem, 8.5vw, 2.25rem); }
  .aparador-prototype-page .landing-direct-cta p,
  .reviews-collection-page .landing-direct-cta p { font-size: .82rem; line-height: 1.55; }
  .aparador-prototype-page .landing-direct-cta-actions,
  .reviews-collection-page .landing-direct-cta-actions { display: grid; grid-template-columns: 1fr; width: 100%; gap: 9px; }
  .aparador-prototype-page .landing-direct-cta-actions .button,
  .reviews-collection-page .landing-direct-cta-actions .button { width: 100%; min-width: 0; }
}

/* Unified editorial heading scale across landing, service, trust and conversion pages */
.hero-copy h1,
.contact-page-hero-copy h1,
.service-hero h1,
.simple-hero h1,
.seo-hero h1,
.seo-landing-copy h1,
.reviews-hero-copy h1,
.quote-page-intro h1,
.legal-copy h1,
.integral-hero-copy h1,
.quote-request-heading h1,
.aparador-prototype-page .seo-landing-copy h1 {
  font-size: var(--display-h1);
  line-height: .97;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.section-heading h2,
.split-heading h2,
.contact-form-intro h2,
.landing-value-heading h2,
.aparador-case-heading h2,
.seo-use-case-card h2,
.detail-band-copy h2,
.local-card h2,
.narrow-copy h2,
.aparador-prototype-page .section-heading h2,
.aparador-prototype-page .landing-value-heading h2,
.aparador-prototype-page .seo-use-case-card h2,
.aparador-prototype-page .detail-band-copy h2,
.aparador-prototype-page .aparador-case-heading h2 {
  font-size: var(--display-h2);
  line-height: 1;
  letter-spacing: -.045em;
  text-wrap: balance;
}

@media (max-width: 760px) {
  .hero-copy h1,
  .contact-page-hero-copy h1,
  .service-hero h1,
  .simple-hero h1,
  .seo-hero h1,
  .seo-landing-copy h1,
  .reviews-hero-copy h1,
  .quote-page-intro h1,
  .legal-copy h1,
  .integral-hero-copy h1,
  .quote-request-heading h1,
  .aparador-prototype-page .seo-landing-copy h1 {
    font-size: var(--display-h1-mobile);
    line-height: .98;
  }

  .section-heading h2,
  .split-heading h2,
  .contact-form-intro h2,
  .landing-value-heading h2,
  .aparador-case-heading h2,
  .seo-use-case-card h2,
  .detail-band-copy h2,
  .local-card h2,
  .narrow-copy h2,
  .aparador-prototype-page .section-heading h2,
  .aparador-prototype-page .faq-layout h2,
  .aparador-prototype-page .landing-value-heading h2,
  .aparador-prototype-page .seo-use-case-card h2,
  .aparador-prototype-page .detail-band-copy h2,
  .aparador-prototype-page .aparador-case-heading h2 {
    font-size: var(--display-h2-mobile);
    line-height: 1.02;
  }
}

/* Projects gallery */
.projects-gallery-page .breadcrumbs {
  color: rgba(255,255,255,.62);
  background: #0d1d18;
  border-color: rgba(255,255,255,.1);
}
.projects-gallery-page .breadcrumbs a { color: rgba(255,255,255,.62); }
.projects-gallery-page .breadcrumbs [aria-current="page"] { color: #fff; }
.projects-gallery-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: #fff;
  background: #0d1d18;
}
.projects-gallery-hero-image,
.projects-gallery-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.projects-gallery-hero-image { object-fit: cover; }
.projects-gallery-hero-shade {
  background: linear-gradient(90deg, rgba(7,18,14,.96) 0%, rgba(7,18,14,.82) 36%, rgba(7,18,14,.18) 76%, rgba(7,18,14,.1) 100%), linear-gradient(0deg, rgba(7,18,14,.42), transparent 55%);
}
.projects-gallery-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 720px;
  align-items: center;
  padding-top: clamp(60px,7vw,110px);
  padding-bottom: clamp(60px,7vw,110px);
}
.projects-gallery-hero-copy { max-width: 760px; }
.projects-gallery-hero-copy h1 {
  margin: 25px 0 28px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: var(--display-h1);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.05em;
  text-wrap: balance;
}
.projects-gallery-hero-copy > p {
  max-width: 700px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(18px,1.35vw,22px);
  line-height: 1.65;
}
.projects-gallery-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.projects-direct-cta {
  background: #f6efdf;
  border-bottom: 1px solid rgba(17,39,31,.12);
}
.projects-direct-cta-shell {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 48px;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 34px;
}
.projects-direct-cta-shell > div:first-child > span {
  color: #b97851;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.projects-direct-cta h2 {
  margin: 6px 0 4px;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(25px,2.1vw,38px);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.projects-direct-cta p { margin: 0; color: #65716c; }
.projects-direct-cta-actions { display: flex; gap: 10px; }
.projects-gallery-section { background: #ebe3d5; }
.projects-gallery-heading { align-items: end; }
.projects-gallery-heading h2,
.projects-gallery-brief-copy h2 {
  margin-top: 22px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: var(--display-h2);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.projects-gallery-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 52px 0 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(17,39,31,.18);
}
.projects-gallery-toolbar button {
  min-height: 46px;
  padding: 10px 18px;
  color: #314039;
  background: transparent;
  border: 1px solid rgba(17,39,31,.22);
  border-radius: 999px;
  font: 700 13px/1 Inter,Arial,sans-serif;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}
.projects-gallery-toolbar button:hover,
.projects-gallery-toolbar button.is-active { color: #fff; background: #183228; border-color: #183228; }
.projects-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
}
.projects-gallery-load-more {
  display: flex;
  min-width: 240px;
  margin: 34px auto 0;
  justify-content: center;
}
.projects-gallery-load-more[hidden] { display: none; }

.quote-process-section {
  background: var(--sand, #f1eadf);
}
.quote-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(23, 32, 28, .16);
  border-left: 1px solid rgba(23, 32, 28, .16);
}
.quote-process-grid article {
  min-height: 16rem;
  padding: clamp(1.5rem, 3vw, 2.75rem);
  border-right: 1px solid rgba(23, 32, 28, .16);
  border-bottom: 1px solid rgba(23, 32, 28, .16);
}
.quote-process-grid article > span {
  display: block;
  margin-bottom: 2.25rem;
  color: var(--copper, #b7774f);
  font-weight: 700;
}
.quote-process-grid h3 {
  margin: 0 0 .9rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 400;
}
.quote-process-grid p {
  margin: 0;
  color: var(--muted, #68716d);
  line-height: 1.7;
}
@media (max-width: 760px) {
  .quote-process-grid { grid-template-columns: 1fr; }
  .quote-process-grid article { min-height: 0; }
}
.projects-gallery-card {
  display: grid;
  grid-column: auto;
  grid-template-rows: auto 1fr;
  min-width: 0;
  background: #f8f4ed;
  border: 1px solid rgba(17,39,31,.14);
}
.projects-gallery-card-wide { grid-column: auto; }
.projects-gallery-card#dormitorios,
.projects-gallery-card#banos { grid-column: auto; }
.projects-gallery-card[hidden] { display: none; }
.projects-gallery-image { position: relative; min-height: 0; overflow: hidden; padding: 0; color: inherit; background: #17251f; border: 0; aspect-ratio: 4 / 3; cursor: zoom-in; text-align: left; }
.projects-gallery-image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2,.7,.2,1);
}
.projects-gallery-card:hover .projects-gallery-image img { transform: scale(1.025); }
.projects-gallery-image > span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 9px 12px;
  color: rgba(255,255,255,.82);
  background: rgba(9,22,17,.82);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.projects-lightbox {
  width: min(94vw, 1400px);
  max-width: none;
  height: min(92vh, 930px);
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: visible;
  color: #fff;
  background: transparent;
  border: 0;
}
.projects-lightbox::backdrop { background: rgba(5,14,11,.9); backdrop-filter: blur(5px); }
.projects-lightbox-shell { position: relative; display: grid; width: 100%; height: 100%; place-items: center; }
.projects-lightbox figure { display: grid; width: 100%; height: 100%; margin: 0; place-items: center; grid-template-rows: minmax(0,1fr) auto; }
.projects-lightbox figure img { display: block; width: auto; max-width: 100%; height: auto; max-height: calc(92vh - 58px); object-fit: contain; box-shadow: 0 24px 80px rgba(0,0,0,.34); }
.projects-lightbox figcaption { width: 100%; padding: 15px 70px 0; color: rgba(255,255,255,.72); font-size: 13px; text-align: center; }
.projects-lightbox-close,
.projects-lightbox-nav { position: absolute; z-index: 2; display: grid; color: #fff; background: rgba(16,35,29,.78); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; place-items: center; cursor: pointer; backdrop-filter: blur(8px); }
.projects-lightbox-close { top: 0; right: 0; width: 46px; height: 46px; font: 300 32px/1 Arial,sans-serif; }
.projects-lightbox-nav { top: 50%; width: 48px; height: 48px; font-size: 20px; transform: translateY(-50%); }
.projects-lightbox-prev { left: 14px; }
.projects-lightbox-next { right: 14px; }
.projects-lightbox-close:hover,
.projects-lightbox-nav:hover { color: #10231d; background: #fff; }
body.is-lightbox-open { overflow: hidden; }
.projects-gallery-card-copy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 17px 18px 19px;
}
.projects-gallery-card-copy small { color: #a85e37; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.projects-gallery-card-copy h3 {
  margin: 8px 0 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(22px,1.8vw,29px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.025em;
}
.projects-gallery-card-copy > p { margin: 0; color: #68736e; font-size: 13px; line-height: 1.55; }
.projects-gallery-card-copy > a {
  grid-column: 1;
  display: flex;
  margin-top: auto;
  padding-top: 14px;
  color: #8e4f2f;
  border-top: 1px solid rgba(17,39,31,.13);
  justify-content: space-between;
  font-size: 13px;
  font-weight: 800;
}
.projects-gallery-brief {
  color: #fff;
  background: #10231d;
  padding: clamp(90px,9vw,150px) 0;
}
.projects-gallery-brief-layout {
  display: grid;
  grid-template-columns: minmax(340px,.8fr) minmax(520px,1.2fr);
  gap: clamp(70px,9vw,150px);
  align-items: start;
}
.projects-gallery-brief-copy p { color: rgba(255,255,255,.62); font-size: 18px; line-height: 1.7; }
.projects-gallery-brief-copy .button { margin-top: 28px; }
.projects-gallery-brief-list { border-top: 1px solid rgba(255,255,255,.2); }
.projects-gallery-brief-list > div {
  display: grid;
  grid-template-columns: 54px minmax(190px,.7fr) 1fr;
  gap: 22px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.projects-gallery-brief-list span { color: #df9368; font-size: 12px; font-weight: 800; }
.projects-gallery-brief-list strong { font-family: Georgia,'Times New Roman',serif; font-size: 22px; font-weight: 400; }
.projects-gallery-brief-list p { margin: 0; color: rgba(255,255,255,.58); line-height: 1.6; }
.projects-gallery-process-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cfd2cd;
  border-bottom: 1px solid #cfd2cd;
}
.projects-gallery-process-grid li { min-height: 310px; padding: 28px; border-right: 1px solid #cfd2cd; }
.projects-gallery-process-grid li:last-child { border-right: 0; }
.projects-gallery-process-grid li > span {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #a85e37;
  border: 1px solid rgba(168,94,55,.36);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}
.projects-gallery-process-grid strong {
  display: block;
  margin: 68px 0 18px;
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(24px,2vw,31px);
  font-weight: 400;
}
.projects-gallery-process-grid p { color: #68736e; line-height: 1.65; }
.projects-gallery-faq { background: #f5f0e8; }
.projects-bottom-cta { border-top: 1px solid rgba(17,39,31,.12); }

@media (max-width: 1100px) {
  .projects-gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .projects-gallery-card,
  .projects-gallery-card-wide,
  .projects-gallery-card#dormitorios,
  .projects-gallery-card#banos { grid-column: auto; }
  .projects-gallery-card-copy { grid-template-columns: 1fr; }
  .projects-gallery-card-copy > a { grid-column: 1; }
  .projects-gallery-brief-layout { grid-template-columns: .8fr 1.2fr; gap: 54px; }
  .projects-gallery-process-grid { grid-template-columns: repeat(2,1fr); }
  .projects-gallery-process-grid li:nth-child(2) { border-right: 0; }
  .projects-gallery-process-grid li:nth-child(-n+2) { border-bottom: 1px solid #cfd2cd; }
}

@media (max-width: 760px) {
  .projects-gallery-hero,
  .projects-gallery-hero-content { min-height: 650px; }
  .projects-gallery-hero-shade { background: linear-gradient(90deg,rgba(7,18,14,.94),rgba(7,18,14,.48)), linear-gradient(0deg,rgba(7,18,14,.64),transparent); }
  .projects-gallery-hero-copy h1 { margin: 20px 0 22px; font-size: var(--display-h1-mobile); line-height: .98; }
  .projects-gallery-hero-copy > p { font-size: 17px; line-height: 1.55; }
  .projects-gallery-hero-actions { display: grid; margin-top: 28px; }
  .projects-gallery-hero-actions .button { width: 100%; }
  .projects-direct-cta-shell { grid-template-columns: 1fr; gap: 22px; padding-top: 28px; padding-bottom: 28px; }
  .projects-direct-cta-actions { display: grid; width: 100%; }
  .projects-direct-cta-actions .button { width: 100%; }
  .projects-gallery-heading h2,
  .projects-gallery-brief-copy h2 { font-size: var(--display-h2-mobile); line-height: 1.02; }
  .projects-gallery-toolbar { width: 100%; max-width: 100%; flex-wrap: nowrap; margin-right: 0; overflow-x: auto; overscroll-behavior-inline: contain; padding-right: 20px; scrollbar-width: none; }
  .projects-gallery-toolbar::-webkit-scrollbar { display: none; }
  .projects-gallery-toolbar button { flex: 0 0 auto; }
  .projects-gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .projects-gallery-card,
  .projects-gallery-card-wide,
  .projects-gallery-card#dormitorios,
  .projects-gallery-card#banos { grid-column: auto; grid-template-rows: auto 1fr; }
  .projects-gallery-image,
  .projects-gallery-image img { min-height: 0; height: auto; }
  .projects-gallery-image { aspect-ratio: 4 / 3; }
  .projects-gallery-image img { height: 100%; }
  .projects-gallery-card-copy { padding: 14px 13px 16px; }
  .projects-gallery-card-copy small { font-size: 9px; line-height: 1.4; }
  .projects-gallery-card-copy h3 { font-size: 21px; }
  .projects-gallery-card-copy > p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .projects-lightbox { width: calc(100vw - 24px); height: calc(100vh - 30px); }
  .projects-lightbox figure img { max-height: calc(100vh - 92px); }
  .projects-lightbox figcaption { padding: 12px 50px 0; font-size: 11px; }
  .projects-lightbox-close { top: 8px; right: 8px; }
  .projects-lightbox-nav { width: 42px; height: 42px; }
  .projects-lightbox-prev { left: 7px; }
  .projects-lightbox-next { right: 7px; }
  .projects-gallery-brief-layout { grid-template-columns: 1fr; gap: 46px; }
  .projects-gallery-brief-list > div { grid-template-columns: 40px 1fr; gap: 12px 18px; }
  .projects-gallery-brief-list p { grid-column: 2; }
  .projects-gallery-process-grid { grid-template-columns: 1fr; }
  .projects-gallery-process-grid li,
  .projects-gallery-process-grid li:nth-child(2) { min-height: 0; border-right: 0; border-bottom: 1px solid #cfd2cd; }
  .projects-gallery-process-grid strong { margin-top: 38px; }
}

/* Zones overview */
.zones-page .breadcrumbs {
  color: rgba(255,255,255,.62);
  background: #0d1d18;
  border-color: rgba(255,255,255,.1);
}
.zones-page .breadcrumbs a { color: rgba(255,255,255,.62); }
.zones-page .breadcrumbs [aria-current="page"] { color: #fff; }
.zones-hero {
  color: #fff;
  background: radial-gradient(circle at 82% 30%, rgba(140,97,62,.3), transparent 34%), #0d1d18;
  padding: clamp(42px, 4.5vw, 62px) 0 clamp(48px, 5vw, 68px);
}
.zones-hero-grid {
  display: grid;
  min-height: 405px;
  grid-template-columns: minmax(0, 1.18fr) minmax(410px, .82fr);
  gap: clamp(64px, 8vw, 122px);
  align-items: center;
}
.zones-hero-copy h1 {
  max-width: 820px;
  margin: 22px 0 24px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3.15rem, 4vw, 4.35rem);
  font-weight: 400;
  line-height: .97;
  letter-spacing: -.05em;
  text-wrap: balance;
}
.zones-hero-copy > p {
  max-width: 660px;
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: clamp(17px, 1.15vw, 19px);
  line-height: 1.6;
}
.zones-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.zones-hero-summary { border-top: 1px solid rgba(255,255,255,.2); }
.zones-hero-summary > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0 22px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.zones-hero-summary span { grid-row: 1 / 3; color: #df9368; font-size: 12px; font-weight: 800; }
.zones-hero-summary strong { font-family: Georgia, 'Times New Roman', serif; font-size: 23px; font-weight: 400; }
.zones-hero-summary p { margin: 7px 0 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.5; }
.zones-direct-cta {
  background: #f6efdf;
  border-bottom: 1px solid rgba(17,39,31,.12);
}
.zones-direct-cta-shell {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 48px;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 34px;
}
.zones-direct-cta-shell > div:first-child > span {
  color: #b97851;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.zones-direct-cta h2 {
  margin: 6px 0 4px;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(25px, 2.1vw, 38px);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.zones-direct-cta p { margin: 0; color: #65716c; }
.zones-direct-cta-actions { display: flex; gap: 10px; }
.zones-heading { align-items: end; }
.zones-heading h2,
.zones-confirmation-copy h2 {
  margin-top: 22px;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-size: var(--display-h2);
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.zones-service { padding-top: clamp(88px, 9vw, 150px); }
.zones-service-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-top: clamp(50px, 6vw, 84px);
  border-top: 1px solid #cfd2cd;
  border-bottom: 1px solid #cfd2cd;
}
.zones-service-grid article {
  min-height: 320px;
  padding: 30px clamp(22px,2.3vw,40px) 40px;
  border-right: 1px solid #cfd2cd;
}
.zones-service-grid article:last-child { border-right: 0; }
.zones-service-grid article > span,
.zones-process-grid li > span {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #a85e37;
  border: 1px solid rgba(168,94,55,.36);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}
.zones-service-grid h3 {
  margin: 70px 0 18px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(25px,2vw,31px);
  font-weight: 400;
  line-height: 1.14;
}
.zones-service-grid p { color: #68736e; line-height: 1.65; }
.zones-map-section {
  overflow: hidden;
  color: #eef3ef;
  background:
    radial-gradient(circle at 84% 16%, rgba(184,120,79,.18), transparent 28%),
    #10231d;
}
.zones-map-section .zones-heading > p { color: rgba(255,255,255,.62); }
.zones-map-section .zones-heading h2 { color: #fff; }
.zones-map-section .eyebrow { color: #e5a27d; }
.zones-map-layout {
  display: grid;
  grid-template-columns: minmax(0,1.12fr) minmax(350px,.68fr);
  gap: clamp(34px,5vw,76px);
  margin-top: clamp(52px,6vw,82px);
  align-items: stretch;
}
.zones-map-card {
  min-width: 0;
  padding: clamp(14px,1.6vw,22px);
  background: #ede6da;
  border: 1px solid rgba(255,255,255,.18);
}
.zones-map-schematic {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  color: #15261f;
  background:
    linear-gradient(118deg, transparent 0 62%, rgba(99,137,125,.18) 62% 64%, transparent 64%),
    radial-gradient(circle at 50% 50%, rgba(184,120,79,.13), transparent 38%),
    #ded7cb;
  isolation: isolate;
}
.zones-map-schematic::before,
.zones-map-schematic::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(23,48,39,.14);
  border-radius: 50%;
  content: '';
}
.zones-map-schematic::before { inset: 13% 19%; }
.zones-map-schematic::after { inset: 27% 33%; border-color: rgba(184,120,79,.32); }
.zones-map-shape {
  position: absolute;
  z-index: -2;
  background: rgba(245,241,233,.72);
  border: 1px solid rgba(24,50,40,.12);
}
.zones-map-shape-a {
  width: 48%;
  height: 50%;
  top: 8%;
  left: 5%;
  border-radius: 42% 58% 53% 47% / 48% 42% 58% 52%;
  transform: rotate(-8deg);
}
.zones-map-shape-b {
  width: 44%;
  height: 49%;
  right: 5%;
  bottom: 7%;
  border-radius: 58% 42% 47% 53% / 42% 56% 44% 58%;
  transform: rotate(11deg);
}
.zones-map-road {
  position: absolute;
  z-index: -1;
  height: 1px;
  background: rgba(24,50,40,.22);
  transform-origin: center;
}
.zones-map-road-a { width: 112%; top: 47%; left: -6%; transform: rotate(-14deg); }
.zones-map-road-b { width: 88%; top: 59%; left: 5%; transform: rotate(31deg); }
.zones-map-hub {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 138px;
  height: 138px;
  padding: 20px;
  place-content: center;
  text-align: center;
  color: #fff;
  background: #173329;
  border: 7px solid rgba(255,255,255,.72);
  border-radius: 50%;
  box-shadow: 0 16px 44px rgba(12,30,24,.24);
  transform: translate(-50%,-50%);
}
.zones-map-hub span {
  color: #e9ae8d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.zones-map-hub strong {
  margin-top: 6px;
  font-family: Georgia,'Times New Roman',serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.05;
}
.zones-map-pin {
  position: absolute;
  z-index: 4;
  display: grid;
  max-width: 170px;
  grid-template-columns: 30px minmax(0,1fr);
  gap: 8px;
  align-items: center;
  padding: 8px 11px 8px 8px;
  color: #183228;
  background: rgba(252,249,244,.94);
  border: 1px solid rgba(23,50,40,.18);
  box-shadow: 0 8px 22px rgba(14,34,27,.1);
  transition: color .18s ease, background .18s ease, transform .18s ease;
}
.zones-map-pin span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  background: #b97851;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 800;
}
.zones-map-pin strong { overflow-wrap: anywhere; font-size: 12px; line-height: 1.15; }
.zones-map-pin:hover,
.zones-map-pin:focus-visible { color: #fff; background: #183228; transform: translateY(-3px); }
.zones-map-pin-1 { top: 8%; left: 8%; }
.zones-map-pin-2 { top: 12%; right: 7%; }
.zones-map-pin-3 { top: 34%; left: 4%; }
.zones-map-pin-4 { top: 35%; right: 3%; }
.zones-map-pin-5 { bottom: 30%; left: 7%; }
.zones-map-pin-6 { right: 5%; bottom: 29%; }
.zones-map-pin-7 { bottom: 7%; left: 18%; }
.zones-map-pin-8 { right: 16%; bottom: 7%; }
.zones-map-disclaimer {
  margin: 14px 4px 0;
  color: #68736e;
  font-size: 12px;
  line-height: 1.55;
}
.zones-map-details {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(6px,1vw,14px) 0;
}
.zones-map-count {
  align-self: flex-start;
  padding: 8px 12px;
  color: #e7b092;
  border: 1px solid rgba(231,176,146,.34);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.zones-map-details h3 {
  max-width: 560px;
  margin: 30px 0 18px;
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(2.1rem,3vw,3.45rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.04em;
}
.zones-map-details > p {
  margin: 0;
  color: rgba(255,255,255,.64);
  line-height: 1.7;
}
.zones-map-links {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  margin-top: 30px;
  border-top: 1px solid rgba(255,255,255,.15);
  border-left: 1px solid rgba(255,255,255,.15);
}
.zones-map-links a {
  display: flex;
  min-width: 0;
  min-height: 54px;
  padding: 12px 14px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: rgba(255,255,255,.8);
  border-right: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgba(255,255,255,.15);
  font-size: 12px;
}
.zones-map-links a:hover { color: #fff; background: rgba(255,255,255,.06); }
.zones-map-links span { color: #e5a27d; }
.zones-map-actions {
  display: flex;
  margin-top: auto;
  padding-top: 34px;
  align-items: center;
  gap: 22px;
}
.zones-map-actions .button { background: #b97851; }
.zones-map-actions .text-link { color: #fff; }
.zones-openstreet-map {
  display: grid;
  grid-template-columns: minmax(280px,.6fr) minmax(420px,1.4fr);
  margin-top: 24px;
  background: #f7f2ea;
  border: 1px solid rgba(255,255,255,.16);
}
.zones-openstreet-map-copy {
  padding: clamp(28px,4vw,52px);
  color: #173028;
}
.zones-openstreet-map-copy > span {
  color: #b16d48;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.zones-openstreet-map-copy h3 {
  margin: 18px 0 14px;
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(1.9rem,2.5vw,2.8rem);
  font-weight: 400;
  line-height: 1;
}
.zones-openstreet-map-copy p { margin: 0; color: #66716d; line-height: 1.65; }
.zones-openstreet-direct {
  display: inline-flex;
  margin-top: 28px;
  color: #173028;
}
.zones-openstreet-map-frame {
  position: relative;
  display: grid;
  min-height: 330px;
  overflow: hidden;
  padding: 24px;
  place-content: center;
  text-align: center;
  background:
    linear-gradient(rgba(19,43,34,.78),rgba(19,43,34,.78)),
    radial-gradient(circle at 30% 30%,#b97851 0 2px,transparent 3px),
    #173028;
  background-size: auto, 34px 34px, auto;
}
.zones-openstreet-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 330px;
  border: 0;
  pointer-events: none;
}
.zones-openstreet-map.is-map-loaded .zones-openstreet-map-frame {
  grid-template-columns: minmax(0,1fr);
  grid-template-rows: minmax(520px,1fr);
  padding: 0;
  place-content: stretch;
}
.zones-openstreet-map.is-map-loaded .zones-openstreet-map-frame iframe {
  min-width: 100%;
  min-height: 100%;
  align-self: stretch;
  justify-self: stretch;
}
.zones-map-coverage-highlight {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: min(48%,540px);
  aspect-ratio: 1.28;
  padding: 18px;
  place-items: end center;
  pointer-events: none;
  transform: translate(-50%,-50%) rotate(-7deg);
  color: #fff;
  background: rgba(185,120,81,.2);
  border: 3px solid rgba(164,85,45,.92);
  border-radius: 48% 54% 45% 58% / 55% 44% 58% 47%;
  box-shadow:
    0 0 0 8px rgba(255,255,255,.36),
    0 12px 42px rgba(19,43,34,.24);
}
.zones-map-coverage-highlight::before {
  position: absolute;
  inset: 8%;
  content: "";
  border: 1px dashed rgba(255,255,255,.88);
  border-radius: inherit;
}
.zones-map-coverage-highlight span {
  position: relative;
  z-index: 1;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(19,43,34,.9);
  border-radius: 2px;
  transform: rotate(7deg);
}
.zones-map-load {
  display: grid;
  min-width: min(320px,100%);
  padding: 20px 28px;
  color: #173028;
  background: #fff;
  border: 0;
  cursor: pointer;
}
.zones-map-load span { font-size: 16px; font-weight: 800; }
.zones-map-load small { margin-top: 6px; color: #6c7672; }
.zones-map-load:hover { background: #f1e4d6; }
.zones-coverage { background: #ebe3d5; }
.zones-coverage-groups {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  margin-top: clamp(52px,6vw,84px);
}
.zones-coverage-group {
  padding: clamp(28px,3vw,44px);
  background: #f8f4ed;
  border: 1px solid rgba(17,39,31,.14);
}
.zones-coverage-group-wide,
.zones-coverage-group-coast { grid-column: 1 / -1; }
.zones-coverage-group-heading {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr) auto;
  gap: 18px;
  align-items: start;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(17,39,31,.14);
}
.zones-coverage-group-heading > span { color: #b66d45; font-size: 12px; font-weight: 800; }
.zones-coverage-group-heading h3 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(28px,2.4vw,38px);
  font-weight: 400;
  line-height: 1.05;
}
.zones-coverage-group-heading p { margin: 8px 0 0; color: #68736e; }
.zones-coverage-group-heading strong { color: #8d5b3d; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.zones-link-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  margin-top: 20px;
  border-top: 1px solid rgba(17,39,31,.12);
  border-left: 1px solid rgba(17,39,31,.12);
}
.zones-link-grid-compact { grid-template-columns: repeat(2,minmax(0,1fr)); }
.zones-link-grid a {
  display: flex;
  min-height: 64px;
  padding: 15px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #24342d;
  border-right: 1px solid rgba(17,39,31,.12);
  border-bottom: 1px solid rgba(17,39,31,.12);
  font-size: 14px;
  line-height: 1.35;
  transition: color .18s ease, background .18s ease;
}
.zones-link-grid a::after { color: #b66d45; content: '→'; }
.zones-link-grid a:hover { color: #fff; background: #183228; }
.zones-confirmation {
  color: #fff;
  background: #10231d;
  padding: clamp(90px,9vw,150px) 0;
}
.zones-confirmation-layout {
  display: grid;
  grid-template-columns: minmax(330px,.8fr) minmax(520px,1.2fr);
  gap: clamp(70px,9vw,150px);
  align-items: start;
}
.zones-confirmation-copy p { color: rgba(255,255,255,.62); font-size: 18px; line-height: 1.7; }
.zones-confirmation-copy .button { margin-top: 28px; }
.zones-confirmation-list { border-top: 1px solid rgba(255,255,255,.2); }
.zones-confirmation-list > div {
  display: grid;
  grid-template-columns: 54px minmax(180px,.7fr) 1fr;
  gap: 22px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.zones-confirmation-list span { color: #df9368; font-size: 12px; font-weight: 800; }
.zones-confirmation-list strong { font-family: Georgia, 'Times New Roman', serif; font-size: 22px; font-weight: 400; }
.zones-confirmation-list p { margin: 0; color: rgba(255,255,255,.58); line-height: 1.6; }
.zones-process-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cfd2cd;
  border-bottom: 1px solid #cfd2cd;
}
.zones-process-grid li { min-height: 320px; padding: 28px; border-right: 1px solid #cfd2cd; }
.zones-process-grid li:last-child { border-right: 0; }
.zones-process-grid strong {
  display: block;
  margin: 70px 0 18px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(24px,2vw,31px);
  font-weight: 400;
  line-height: 1.15;
}
.zones-process-grid p { color: #68736e; line-height: 1.65; }
.zones-faq { background: #f5f0e8; }
.zones-bottom-cta { border-top: 1px solid rgba(17,39,31,.12); }

@media (max-width: 1100px) {
  .zones-hero-grid { min-height: 0; grid-template-columns: 1fr .8fr; gap: 52px; }
  .zones-map-layout { grid-template-columns: 1fr; }
  .zones-map-details { padding-top: 12px; }
  .zones-map-actions { margin-top: 0; }
  .zones-service-grid,
  .zones-process-grid { grid-template-columns: repeat(2,1fr); }
  .zones-service-grid article:nth-child(2),
  .zones-process-grid li:nth-child(2) { border-right: 0; }
  .zones-service-grid article:nth-child(-n+2),
  .zones-process-grid li:nth-child(-n+2) { border-bottom: 1px solid #cfd2cd; }
  .zones-link-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .zones-link-grid-compact { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .zones-confirmation-layout { grid-template-columns: .8fr 1.2fr; gap: 54px; }
}

@media (max-width: 760px) {
  .zones-hero { padding: 46px 0 64px; }
  .zones-hero-grid,
  .zones-confirmation-layout { grid-template-columns: 1fr; gap: 46px; }
  .zones-hero-copy h1 { margin: 20px 0 22px; font-size: clamp(2.75rem, 11.8vw, 3.45rem); line-height: .98; }
  .zones-hero-copy > p { font-size: 17px; line-height: 1.55; }
  .zones-hero-actions { display: grid; margin-top: 28px; }
  .zones-hero-actions .button { width: 100%; }
  .zones-hero-summary > div { grid-template-columns: 36px 1fr; }
  .zones-direct-cta-shell { grid-template-columns: 1fr; gap: 22px; padding-top: 28px; padding-bottom: 28px; }
  .zones-direct-cta-actions { display: grid; width: 100%; }
  .zones-direct-cta-actions .button { width: 100%; }
  .zones-heading h2,
  .zones-confirmation-copy h2 { font-size: var(--display-h2-mobile); line-height: 1.02; }
  .zones-service-grid,
  .zones-process-grid,
  .zones-coverage-groups { grid-template-columns: 1fr; }
  .zones-service-grid article,
  .zones-service-grid article:nth-child(2),
  .zones-process-grid li,
  .zones-process-grid li:nth-child(2) { min-height: 0; border-right: 0; border-bottom: 1px solid #cfd2cd; }
  .zones-service-grid h3,
  .zones-process-grid strong { margin-top: 38px; }
  .zones-map-schematic { min-height: 480px; }
  .zones-map-pin { max-width: 132px; grid-template-columns: 24px minmax(0,1fr); padding: 6px 8px 6px 6px; }
  .zones-map-pin span { width: 24px; height: 24px; font-size: 8px; }
  .zones-map-pin strong { font-size: 10px; }
  .zones-map-hub { width: 112px; height: 112px; padding: 14px; }
  .zones-map-hub strong { font-size: 18px; }
  .zones-map-links { grid-template-columns: 1fr; }
  .zones-map-actions { display: grid; align-items: stretch; }
  .zones-map-actions .button { width: 100%; }
  .zones-openstreet-map { grid-template-columns: 1fr; }
  .zones-openstreet-map-frame { min-height: 300px; padding: 18px; }
  .zones-openstreet-map-frame iframe { min-height: 300px; }
  .zones-openstreet-map.is-map-loaded .zones-openstreet-map-frame {
    grid-template-rows: minmax(380px,1fr);
    padding: 0;
  }
  .zones-map-coverage-highlight {
    width: min(62%,360px);
    padding: 12px;
  }
  .zones-map-coverage-highlight span {
    padding: 6px 8px;
    font-size: 9px;
  }
  .zones-coverage-group-wide,
  .zones-coverage-group-coast { grid-column: auto; }
  .zones-coverage-group { padding: 24px 20px; }
  .zones-coverage-group-heading { grid-template-columns: 34px 1fr; gap: 14px; }
  .zones-coverage-group-heading strong { grid-column: 2; }
  .zones-link-grid,
  .zones-link-grid-compact { grid-template-columns: 1fr; }
  .zones-link-grid a { min-height: 58px; }
  .zones-confirmation-list > div { grid-template-columns: 40px 1fr; gap: 12px 18px; }
  .zones-confirmation-list p { grid-column: 2; }
}

/* Services overview v2 — simplified decision path */
.services-overview-page { background: #f4efe7; }
.services-overview-page .breadcrumbs { background: #10231d; border-color: rgba(255,255,255,.1); }
.services-v2-hero {
  padding: clamp(58px,7vw,98px) 0 clamp(70px,8vw,112px);
  color: #fff;
  background:
    radial-gradient(circle at 80% 15%, rgba(184,120,79,.18), transparent 32%),
    linear-gradient(135deg,#0c1e18 0%,#173027 100%);
}
.services-v2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0,.95fr) minmax(420px,.75fr);
  gap: clamp(70px,9vw,150px);
  align-items: center;
}
.services-v2-hero-copy h1 {
  max-width: 760px;
  margin: 26px 0 28px;
  font-family: Georgia,'Times New Roman',serif;
  font-size: var(--display-h1);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.05em;
  text-wrap: balance;
}
.services-v2-hero-copy > p {
  max-width: 690px;
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: clamp(17px,1.25vw,21px);
  line-height: 1.62;
}
.services-v2-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.services-v2-hero-routes { border-top: 1px solid rgba(255,255,255,.26); }
.services-v2-route-label {
  display: block;
  padding: 18px 0 16px;
  color: #df9368;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.services-v2-hero-routes > a {
  display: grid;
  grid-template-columns: 35px 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 104px;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.16);
}
.services-v2-hero-routes > a:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.services-v2-hero-routes b { color: #df9368; font-size: 12px; }
.services-v2-hero-routes span { display: grid; gap: 6px; }
.services-v2-hero-routes strong { font-family: Georgia,'Times New Roman',serif; font-size: 23px; font-weight: 400; }
.services-v2-hero-routes small { color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.45; }
.services-v2-hero-routes i { font-style: normal; transition: transform .2s ease; }
.services-v2-hero-routes > a:hover i { transform: translateX(4px); }

.services-v2-intro { background: #f7f1e3; border-bottom: 1px solid rgba(17,39,31,.12); }
.services-v2-intro-grid {
  display: grid;
  grid-template-columns: 190px minmax(320px,.8fr) minmax(360px,1fr);
  gap: clamp(28px,5vw,80px);
  align-items: center;
  min-height: 190px;
  padding-top: 32px;
  padding-bottom: 32px;
}
.services-v2-intro-grid > span { color: #a45f34; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.services-v2-intro h2 { margin: 0; font-family: Inter,Arial,sans-serif; font-size: clamp(27px,2.2vw,39px); line-height: 1.06; letter-spacing: -.04em; }
.services-v2-intro p { margin: 0; color: #65706a; font-size: 16px; line-height: 1.65; }

.services-v2-spaces { padding-top: clamp(88px,9vw,140px); padding-bottom: clamp(90px,10vw,150px); }
.services-v2-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,.55fr); gap: 80px; align-items: end; margin-bottom: 60px; }
.services-v2-heading h2 {
  max-width: 790px;
  margin: 22px 0 0;
  font-family: Georgia,'Times New Roman',serif;
  font-size: var(--display-h2);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.services-v2-heading > p { margin: 0 0 4px; color: #66716c; line-height: 1.7; }
.services-v2-space-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.services-v2-space-card { background: #fffdf9; border: 1px solid rgba(23,32,28,.14); }
.services-v2-space-image { position: relative; display: block; height: clamp(270px,26vw,410px); overflow: hidden; background: #24372e; }
.services-v2-space-image::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg,transparent 55%,rgba(9,23,18,.62)); }
.services-v2-space-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.services-v2-space-card:hover .services-v2-space-image img { transform: scale(1.025); }
.services-v2-space-image > span {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 20px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}
.services-v2-space-body { padding: clamp(28px,3.5vw,48px); }
.services-v2-space-body > small { color: #a45f34; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.services-v2-space-body h3 { margin: 18px 0 16px; font-family: Georgia,'Times New Roman',serif; font-size: clamp(30px,3vw,46px); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
.services-v2-space-body h3 a { color: var(--ink); }
.services-v2-space-body > p { max-width: 560px; min-height: 54px; margin: 0 0 30px; color: #66716c; line-height: 1.62; }
.services-v2-space-body nav { border-top: 1px solid var(--line); }
.services-v2-space-body nav a { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 18px; color: var(--ink); border-bottom: 1px solid var(--line); font-weight: 700; font-size: 14px; }
.services-v2-space-body nav a span { color: #a45f34; transition: transform .2s ease; }
.services-v2-space-body nav a:hover span { transform: translateX(4px); }

.services-v2-integral { padding: clamp(80px,9vw,140px) 0; color: #fff; background: #10231d; }
.services-v2-integral-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(440px,1fr); gap: clamp(60px,9vw,150px); align-items: center; }
.services-v2-integral-copy h2,
.services-v2-specific-copy h2 {
  margin: 24px 0 24px;
  font-family: Georgia,'Times New Roman',serif;
  font-size: var(--display-h2);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.services-v2-integral-copy p,
.services-v2-specific-copy p { max-width: 620px; margin: 0 0 32px; color: rgba(255,255,255,.65); line-height: 1.7; }
.services-v2-integral-list { border-top: 1px solid rgba(255,255,255,.2); }
.services-v2-integral-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 24px; min-height: 120px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); }
.services-v2-integral-list b { color: #df9368; font-size: 12px; }
.services-v2-integral-list span { display: grid; gap: 8px; }
.services-v2-integral-list strong { font-family: Georgia,'Times New Roman',serif; font-size: 24px; font-weight: 400; }
.services-v2-integral-list small { color: rgba(255,255,255,.55); font-size: 14px; }

.services-v2-process { background: #f7f4ee; }
.services-v2-process-grid { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid #cfd2cd; border-bottom: 1px solid #cfd2cd; }
.services-v2-process-grid li { min-height: 310px; padding: 28px 25px; border-right: 1px solid #cfd2cd; }
.services-v2-process-grid li:last-child { border-right: 0; }
.services-v2-process-grid span { color: #a45f34; font-size: 12px; font-weight: 800; }
.services-v2-process-grid h3 { margin: 74px 0 18px; font-family: Georgia,'Times New Roman',serif; font-size: clamp(25px,2vw,31px); font-weight: 400; line-height: 1.1; }
.services-v2-process-grid p { margin: 0; color: #68736e; font-size: 14px; line-height: 1.65; }

.services-v2-specific { padding: clamp(80px,9vw,130px) 0; color: #fff; background: #2d463a; }
.services-v2-specific-grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(420px,1fr); gap: clamp(60px,9vw,140px); align-items: center; }
.services-v2-specific-links { border-top: 1px solid rgba(255,255,255,.22); }
.services-v2-specific-links a { display: flex; min-height: 82px; align-items: center; justify-content: space-between; color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); font-family: Georgia,'Times New Roman',serif; font-size: 22px; }
.services-v2-specific-links b { color: #df9368; font-family: Inter,Arial,sans-serif; font-size: 15px; transition: transform .2s ease; }
.services-v2-specific-links a:hover b { transform: translateX(4px); }
.services-v2-faq { background: #f4efe7; }
.services-v2-faq .faq-layout h2 { margin-top: 22px; font-size: var(--display-h2); line-height: 1; letter-spacing: -.045em; }

.services-v2-final-cta { background: #f7f1e3; border-top: 1px solid rgba(17,39,31,.12); border-bottom: 1px solid rgba(17,39,31,.12); }
.services-v2-final-cta .landing-direct-cta-shell { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 52px; align-items: center; min-height: 190px; padding-top: 32px; padding-bottom: 32px; }
.services-v2-final-cta .landing-direct-cta-copy { max-width: 790px; }
.services-v2-final-cta .landing-direct-cta-kicker { display: block; margin-bottom: 7px; color: #a45f34; font-size: 11px; font-weight: 800; }
.services-v2-final-cta h2 { margin: 0 0 7px; font-family: Inter,Arial,sans-serif; font-size: clamp(27px,2.2vw,39px); line-height: 1.05; letter-spacing: -.04em; }
.services-v2-final-cta p { margin: 0; color: #66716c; font-size: 14px; }
.services-v2-final-cta .landing-direct-cta-actions { display: flex; gap: 10px; }
.services-v2-final-cta .button { min-width: 205px; min-height: 54px; white-space: nowrap; }
.services-v2-final-cta .button-dark { border-color: #2f6749; background: #2f6749; }
.services-v2-final-cta .button-whatsapp { border-color: rgba(47,103,73,.42); color: #245b40; }

@media (max-width: 1050px) {
  .services-v2-hero-grid { grid-template-columns: 1fr .75fr; gap: 54px; }
  .services-v2-intro-grid { grid-template-columns: 150px 1fr; }
  .services-v2-intro-grid p { grid-column: 2; }
  .services-v2-heading { gap: 45px; }
  .services-v2-integral-grid,
  .services-v2-specific-grid { grid-template-columns: .85fr 1fr; gap: 55px; }
  .services-v2-process-grid { grid-template-columns: repeat(2,1fr); }
  .services-v2-process-grid li:nth-child(2) { border-right: 0; }
  .services-v2-process-grid li:nth-child(-n+2) { border-bottom: 1px solid #cfd2cd; }
  .services-v2-final-cta .landing-direct-cta-shell { grid-template-columns: 1fr; gap: 24px; }
  .services-v2-final-cta .landing-direct-cta-actions { justify-content: flex-start; }
}

@media (max-width: 760px) {
  .services-v2-hero { padding: 46px 0 62px; }
  .services-v2-hero-grid,
  .services-v2-intro-grid,
  .services-v2-heading,
  .services-v2-space-grid,
  .services-v2-integral-grid,
  .services-v2-specific-grid { grid-template-columns: 1fr; }
  .services-v2-hero-grid { gap: 52px; }
  .services-v2-hero-copy h1 { margin: 20px 0 22px; font-size: var(--display-h1-mobile); line-height: .98; }
  .services-v2-hero-copy > p { font-size: 17px; line-height: 1.55; }
  .services-v2-actions { display: grid; margin-top: 28px; }
  .services-v2-actions .button { width: 100%; }
  .services-v2-hero-routes > a { min-height: 98px; grid-template-columns: 30px 1fr auto; gap: 13px; }
  .services-v2-hero-routes strong { font-size: 21px; }
  .services-v2-intro-grid { min-height: 0; gap: 18px; padding-top: 36px; padding-bottom: 38px; }
  .services-v2-intro-grid p { grid-column: auto; }
  .services-v2-intro h2 { font-size: 29px; }
  .services-v2-heading { gap: 22px; margin-bottom: 38px; }
  .services-v2-heading h2,
  .services-v2-integral-copy h2,
  .services-v2-specific-copy h2,
  .services-v2-faq .faq-layout h2 { font-size: var(--display-h2-mobile); line-height: 1.02; }
  .services-v2-space-grid { gap: 16px; }
  .services-v2-space-image { height: 255px; }
  .services-v2-space-body { padding: 26px 22px 30px; }
  .services-v2-space-body h3 { font-size: 34px; }
  .services-v2-space-body > p { min-height: 0; }
  .services-v2-integral-grid,
  .services-v2-specific-grid { gap: 48px; }
  .services-v2-process-grid { grid-template-columns: 1fr; }
  .services-v2-process-grid li,
  .services-v2-process-grid li:nth-child(2) { min-height: 0; border-right: 0; border-bottom: 1px solid #cfd2cd; }
  .services-v2-process-grid h3 { margin-top: 38px; }
  .services-v2-specific-links a { min-height: 72px; font-size: 20px; }
  .services-v2-final-cta .landing-direct-cta-shell { min-height: 0; padding-top: 34px; padding-bottom: 36px; }
  .services-v2-final-cta .landing-direct-cta-actions { display: grid; width: 100%; }
  .services-v2-final-cta .button { width: 100%; min-width: 0; }
}

/* Aparador visual gallery */
.aparador-project-gallery {
  padding: clamp(58px, 6vw, 88px) 0 clamp(64px, 7vw, 96px);
  color: #fff;
  background:
    radial-gradient(circle at 84% 6%, rgba(184,120,79,.15), transparent 28%),
    #10231d;
}
.aparador-gallery-heading {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(360px,.62fr);
  gap: clamp(55px,8vw,126px);
  align-items: end;
  margin-bottom: clamp(30px,3.5vw,46px);
}
.aparador-gallery-heading h2 {
  max-width: 680px;
  margin: 15px 0 0;
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(2.35rem,3.4vw,3.6rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.aparador-gallery-heading-copy > p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.7);
  font-size: 16px;
  line-height: 1.65;
}
.aparador-gallery-heading-copy > small {
  display: block;
  padding-top: 17px;
  color: rgba(255,255,255,.46);
  border-top: 1px solid rgba(255,255,255,.17);
  font-size: 11px;
  line-height: 1.55;
}
.aparador-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: clamp(10px,1vw,15px);
}
.aparador-gallery-card { min-width: 0; margin: 0; }
.aparador-gallery-card > a {
  position: relative;
  display: block;
  overflow: hidden;
  background: #26382f;
  aspect-ratio: 4 / 3;
}
.aparador-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease, filter .35s ease;
}
.aparador-gallery-card > a::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(180deg,transparent 58%,rgba(7,18,14,.38));
  opacity: .65;
  transition: opacity .3s ease;
}
.aparador-gallery-card > a > span {
  position: absolute;
  z-index: 1;
  right: 15px;
  bottom: 15px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 50%;
  font-size: 13px;
  transition: background .25s ease, color .25s ease;
}
.aparador-gallery-card > a:hover img { transform: scale(1.035); filter: saturate(1.03); }
.aparador-gallery-card > a:hover::after { opacity: .3; }
.aparador-gallery-card > a:hover > span { color: #10231d; background: #fff; }
.aparador-gallery-card figcaption {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  padding: 12px 1px 2px;
  border-top: 1px solid rgba(255,255,255,.14);
}
.aparador-gallery-card figcaption > b { color: #df9368; font-size: 11px; }
.aparador-gallery-card figcaption > div { display: grid; gap: 7px; }
.aparador-gallery-card figcaption strong { font-family: Georgia,'Times New Roman',serif; font-size: 15px; font-weight: 400; line-height: 1.2; }
.aparador-gallery-card figcaption small { display: -webkit-box; overflow: hidden; color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.aparador-gallery-footer { display: flex; margin-top: clamp(30px,4vw,52px); justify-content: center; }
.aparador-gallery-footer .button { min-width: 250px; }

@media (max-width: 1000px) {
  .aparador-gallery-heading { grid-template-columns: 1fr .7fr; gap: 45px; }
  .aparador-gallery-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .aparador-gallery-heading { grid-template-columns: 1fr; gap: 22px; }
  .aparador-gallery-heading h2 { font-size: var(--display-h2-mobile); line-height: 1.02; }
  .aparador-gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .aparador-gallery-card figcaption { grid-template-columns: 22px 1fr; gap: 8px; }
  .aparador-gallery-card figcaption { padding-top: 15px; }
}

/* Conversion-focused homepage */
.home-conversion-page .site-header { background: #14221c; }
.home-conversion-page .button-light { border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.96); color: #17201c; }
.home-conversion-page .button-light:hover { border-color: #fff; background: #fff; transform: translateY(-2px); }
.home-conversion-hero .button-whatsapp { min-width: 150px; border-color: #5f9476; background: #2e674a; color: #fff; box-shadow: 0 12px 28px rgba(5,18,12,.2); }
.home-conversion-hero .button-whatsapp .whatsapp-icon { color: #d5eadf; opacity: 1; }
.home-conversion-hero .button-whatsapp:hover { border-color: #82ad94; background: #387657; color: #fff; }
.home-conversion-hero .button-whatsapp.is-placeholder { color: rgba(255,255,255,.92); }
.home-conversion-hero { position: relative; min-height: 720px; overflow: hidden; color: #fff; background: #102019; }
.home-hero-backdrop { position: absolute; inset: 0; background: url('/assets/images/hero-muebles-valencia.webp') center 52% / cover no-repeat; transform: scale(1.015); }
.home-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,20,15,.97) 0%, rgba(8,20,15,.89) 43%, rgba(8,20,15,.46) 72%, rgba(8,20,15,.4) 100%), linear-gradient(180deg, rgba(8,20,15,.18), rgba(8,20,15,.72)); }
.home-hero-grid { position: relative; z-index: 1; display: grid; min-height: 720px; grid-template-columns: minmax(0,1.35fr) minmax(340px,.65fr); gap: clamp(45px,7vw,105px); align-items: center; padding-top: clamp(58px,7vw,92px); padding-bottom: clamp(58px,7vw,92px); }
.home-hero-copy h1 { max-width: 940px; margin: 24px 0 26px; font-family: Georgia,'Times New Roman',serif; font-size: clamp(3.6rem,5vw,5.4rem); font-weight: 400; letter-spacing: -.052em; line-height: .96; text-wrap: balance; }
.home-hero-copy > p { max-width: 760px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(1rem,1.25vw,1.22rem); line-height: 1.65; }
.home-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 36px; }
.home-hero-actions .button { min-height: 57px; padding-inline: 25px; }
.home-hero-meta { display: flex; flex-wrap: wrap; gap: 11px 28px; margin-top: 29px; color: rgba(255,255,255,.58); font-size: .72rem; }
.home-hero-meta span { position: relative; padding-left: 15px; }
.home-hero-meta span::before { position: absolute; top: .47em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #d99164; content: ''; }
.home-brief-card { align-self: center; border: 1px solid rgba(255,255,255,.2); padding: 32px 32px 28px; background: rgba(20,36,29,.83); box-shadow: 0 30px 85px rgba(0,0,0,.22); backdrop-filter: blur(9px); }
.home-brief-card > span { color: #e2a47b; font-size: .63rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.home-brief-card h2 { max-width: 360px; margin: 16px 0 22px; font-family: Georgia,'Times New Roman',serif; font-size: clamp(2rem,2.5vw,2.75rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.03; }
.home-brief-card ol { margin: 0; padding: 0; list-style: none; }
.home-brief-card li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; border-top: 1px solid rgba(255,255,255,.13); padding: 15px 0; }
.home-brief-card li b { color: #d99164; font-size: .66rem; }
.home-brief-card li div { display: grid; gap: 4px; }
.home-brief-card li strong { font-family: Georgia,'Times New Roman',serif; font-size: 1rem; font-weight: 400; }
.home-brief-card li small { color: rgba(255,255,255,.55); font-size: .7rem; line-height: 1.45; }
.home-brief-card > a { display: flex; justify-content: space-between; margin-top: 13px; color: #fff; font-size: .72rem; font-weight: 800; }
.home-proof-strip { border-bottom: 1px solid var(--line); background: #f8f4ed; }
.home-proof-strip > .container { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.home-proof-strip .container > div { display: grid; min-height: 128px; grid-template-columns: 34px 1fr; gap: 5px 14px; align-content: center; border-right: 1px solid var(--line); padding: 24px 27px; }
.home-proof-strip .container > div:first-child { border-left: 1px solid var(--line); }
.home-proof-strip span { grid-row: 1 / 3; color: #a7633d; font-size: .65rem; font-weight: 800; }
.home-proof-strip strong { font-family: Georgia,'Times New Roman',serif; font-size: 1.1rem; font-weight: 400; }
.home-proof-strip small { color: #6e7872; font-size: .69rem; line-height: 1.45; }
.home-services-section { background: #f3eee5; }
.home-conversion-page .section-heading h2 { max-width: 820px; font-size: var(--display-h2); line-height: .99; }
.home-service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.home-service-card { display: grid; min-width: 0; overflow: hidden; border: 1px solid rgba(23,32,28,.13); background: #fffdf9; box-shadow: 0 15px 45px rgba(23,32,28,.045); transition: transform .25s ease, box-shadow .25s ease; }
.home-service-card:hover { box-shadow: 0 24px 58px rgba(23,32,28,.11); transform: translateY(-4px); }
.home-service-card > img { width: 100%; height: 245px; object-fit: cover; transition: transform .55s ease; }
.home-service-card:hover > img { transform: scale(1.025); }
.home-service-card > div { display: grid; min-height: 270px; grid-template-columns: 34px 1fr; align-content: start; padding: 26px 27px 25px; }
.home-service-card > div > span { grid-row: 1 / 5; color: #a7633d; font-size: .65rem; font-weight: 800; }
.home-service-card h3 { margin: 0; font-family: Georgia,'Times New Roman',serif; font-size: clamp(1.55rem,2vw,2rem); font-weight: 400; letter-spacing: -.03em; line-height: 1.08; }
.home-service-card p { min-height: 78px; margin: 16px 0 20px; color: #64706a; font-size: .84rem; line-height: 1.58; }
.home-service-card strong { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 17px; color: #815033; font-size: .7rem; }
.home-service-card strong b { font-size: .9rem; }
.home-services-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 30px; border-top: 1px solid var(--line); padding-top: 26px; }
.home-services-footer p { margin: 0; color: #66716b; }
.home-direct-cta { border-block: 1px solid #dfd4c3; background: #fbf4df; }
.home-direct-cta-shell { display: grid; min-height: 185px; grid-template-columns: minmax(0,1fr) auto; gap: 55px; align-items: center; padding-top: 30px; padding-bottom: 30px; }
.home-direct-cta-shell > div:first-child > span { color: #a75f36; font-size: .64rem; font-weight: 800; letter-spacing: .08em; }
.home-direct-cta h2 { margin: 8px 0 5px; font-family: Arial,sans-serif; font-size: clamp(1.8rem,2.8vw,2.8rem); font-weight: 750; letter-spacing: -.045em; line-height: 1.02; }
.home-direct-cta p { margin: 0; color: #67716c; font-size: .82rem; }
.home-direct-actions { display: flex; gap: 9px; }
.home-direct-actions .button { min-width: 155px; min-height: 53px; white-space: nowrap; }
.home-fit-section { background: #f8f4ed; }
.home-fit-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: clamp(50px,7vw,110px); align-items: center; }
.home-fit-image { min-height: 650px; overflow: hidden; }
.home-fit-image img { width: 100%; height: 650px; object-fit: cover; }
.home-fit-copy h2 { max-width: 690px; margin: 18px 0 23px; font-family: Georgia,'Times New Roman',serif; font-size: var(--display-h2); font-weight: 400; letter-spacing: -.05em; line-height: .98; }
.home-fit-copy > p { max-width: 680px; margin: 0 0 28px; color: #63706a; font-size: 1rem; line-height: 1.7; }
.home-fit-list { border-top: 1px solid var(--line); }
.home-fit-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 13px; border-bottom: 1px solid var(--line); padding: 19px 0; }
.home-fit-list b { color: #b16d45; font-size: .66rem; }
.home-fit-list span { display: grid; gap: 6px; }
.home-fit-list strong { font-family: Georgia,'Times New Roman',serif; font-size: 1.05rem; font-weight: 400; }
.home-fit-list small { color: #717b76; line-height: 1.5; }
.home-material-advice { color: #fff; background: radial-gradient(circle at 76% 14%,rgba(184,120,79,.18),transparent 25%),#1d352b; }
.home-advice-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(400px,.72fr); gap: clamp(70px,10vw,160px); align-items: center; }
.home-advice-grid h2 { max-width: 760px; margin: 18px 0 25px; font-family: Georgia,'Times New Roman',serif; font-size: var(--display-h2); font-weight: 400; letter-spacing: -.05em; line-height: .98; }
.home-advice-grid p { max-width: 760px; margin: 0; color: rgba(255,255,255,.68); line-height: 1.72; }
.home-advice-points { border-top: 1px solid rgba(255,255,255,.18); }
.home-advice-points > div { display: grid; grid-template-columns: 44px 1fr; border-bottom: 1px solid rgba(255,255,255,.16); padding: 22px 0; }
.home-advice-points span { color: #e0a077; font-size: .67rem; }
.home-advice-points strong { font-family: Georgia,'Times New Roman',serif; font-size: 1.08rem; font-weight: 400; }
.home-advice-points > a { display: flex; justify-content: space-between; margin-top: 25px; color: #fff; font-size: .74rem; font-weight: 800; }
.home-project-gallery .aparador-gallery-heading h2 { max-width: 810px; }
.home-process-section { background: #f8f4ed; }
.home-process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); padding: 0; list-style: none; }
.home-process-grid li { display: flex; min-height: 315px; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px 28px; }
.home-process-grid li > span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(184,120,79,.6); border-radius: 50%; color: #9c5d39; font-size: .66rem; }
.home-process-grid h3 { margin: auto 0 15px; font-family: Georgia,'Times New Roman',serif; font-size: 1.55rem; font-weight: 400; line-height: 1.1; }
.home-process-grid p { margin: 0; color: #68736e; font-size: .8rem; line-height: 1.58; }
.home-process-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 25px; }
.home-process-footer p { margin: 0; color: #6b756f; font-size: .8rem; }
.home-local-section { color: #fff; background: linear-gradient(105deg,#10231d 0%,#10231d 57%,#253327 100%); }
.home-local-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr); gap: clamp(60px,9vw,145px); align-items: center; }
.home-local-grid h2 { max-width: 720px; margin: 18px 0 24px; font-family: Georgia,'Times New Roman',serif; font-size: var(--display-h2); font-weight: 400; letter-spacing: -.05em; line-height: .98; }
.home-local-grid p { max-width: 690px; margin: 0; color: rgba(255,255,255,.68); line-height: 1.7; }
.home-local-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 31px; }
.home-local-areas { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.home-local-areas span { min-height: 72px; display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.74); font-family: Georgia,'Times New Roman',serif; font-size: .9rem; }
.home-faq-section { background: #f3eee5; }
.home-conversion-page .quote-section { border-top: 0; }

@media (max-width: 1100px) {
  .home-hero-grid { grid-template-columns: minmax(0,1fr) 350px; gap: 35px; }
  .home-hero-copy h1 { font-size: clamp(3.45rem,5.8vw,4.85rem); }
  .home-proof-strip > .container { grid-template-columns: repeat(2,1fr); }
  .home-proof-strip .container > div { border-bottom: 1px solid var(--line); }
  .home-service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-direct-cta-shell { grid-template-columns: 1fr; gap: 22px; }
  .home-direct-actions { justify-content: flex-start; }
  .home-fit-grid { gap: 48px; }
  .home-fit-image,.home-fit-image img { min-height: 560px; height: 560px; }
  .home-advice-grid,.home-local-grid { grid-template-columns: 1fr 1fr; gap: 50px; }
  .home-process-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .home-conversion-hero,.home-hero-grid { min-height: 0; }
  .home-hero-backdrop { background-position: 61% center; }
  .home-hero-overlay { background: linear-gradient(180deg,rgba(8,20,15,.87),rgba(8,20,15,.96) 75%); }
  .home-hero-grid { grid-template-columns: 1fr; gap: 28px; padding-top: 58px; padding-bottom: 45px; }
  .home-hero-copy h1 { margin-top: 19px; font-size: var(--display-h1-mobile); line-height: .98; }
  .home-hero-copy > p { font-size: .94rem; line-height: 1.62; }
  .home-hero-actions { display: grid; grid-template-columns: 1fr; margin-top: 28px; }
  .home-hero-actions .button { width: 100%; }
  .home-hero-meta { display: grid; gap: 8px; }
  .home-brief-card { padding: 27px 23px 23px; }
  .home-brief-card h2 { font-size: 2.05rem; }
  .home-proof-strip > .container { grid-template-columns: 1fr; padding-inline: 0; }
  .home-proof-strip .container > div,.home-proof-strip .container > div:first-child { min-height: 105px; border-right: 0; border-left: 0; padding-inline: 20px; }
  .home-conversion-page .section-heading h2,.home-fit-copy h2,.home-advice-grid h2,.home-local-grid h2 { font-size: var(--display-h2-mobile); line-height: 1.02; }
  .home-service-grid { grid-template-columns: 1fr; }
  .home-service-card > img { height: 225px; }
  .home-service-card > div { min-height: 0; padding: 24px 21px; }
  .home-service-card p { min-height: 0; }
  .home-services-footer,.home-process-footer { align-items: stretch; flex-direction: column; }
  .home-services-footer .button { width: 100%; }
  .home-direct-cta-shell { min-height: 0; padding-top: 34px; padding-bottom: 35px; }
  .home-direct-cta h2 { font-size: 2rem; }
  .home-direct-cta p { line-height: 1.55; }
  .home-direct-actions { display: grid; grid-template-columns: 1fr; }
  .home-direct-actions .button { width: 100%; }
  .home-fit-grid,.home-advice-grid,.home-local-grid { grid-template-columns: 1fr; gap: 38px; }
  .home-fit-image,.home-fit-image img { min-height: 330px; height: 330px; }
  .home-fit-copy > p { font-size: .91rem; }
  .home-material-advice { padding-block: 66px; }
  .home-advice-points { min-width: 0; }
  .home-process-grid { grid-template-columns: 1fr; }
  .home-process-grid li { min-height: 235px; }
  .home-local-section { padding-block: 66px; }
  .home-local-actions { display: grid; grid-template-columns: 1fr; }
  .home-local-actions .button { width: 100%; }
  .home-local-areas { grid-template-columns: repeat(2,1fr); }
  .home-local-areas span { min-height: 60px; font-size: .78rem; }
}

/* Weekly design-project promotion */
.weekly-offer-open { overflow: hidden; }
.weekly-offer[hidden] { display: none !important; }
.weekly-offer {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  overflow-y: auto;
  place-items: center;
  padding: 20px;
}
.weekly-offer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(7, 16, 12, .78);
  backdrop-filter: blur(7px);
}
.weekly-offer-dialog {
  position: relative;
  display: grid;
  width: min(920px, 100%);
  max-height: calc(100vh - 40px);
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  overflow: auto;
  border: 1px solid rgba(255,255,255,.28);
  background: #f7f2e9;
  box-shadow: 0 34px 90px rgba(4,12,8,.46);
  color: var(--ink);
}
.weekly-offer-close {
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 17px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(23,32,28,.18);
  border-radius: 50%;
  background: rgba(247,242,233,.9);
  color: var(--ink);
  cursor: pointer;
  font: 300 1.75rem/1 Arial,sans-serif;
}
.weekly-offer-close:hover { border-color: var(--wood); color: var(--wood-dark); }
.weekly-offer-visual {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  color: #fff;
  background:
    linear-gradient(180deg,rgba(9,25,19,.24),rgba(9,25,19,.82)),
    url('/assets/images/hero-muebles-valencia.webp') center/cover no-repeat;
}
.weekly-offer-visual::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: var(--wood);
  content: "";
}
.weekly-offer-visual > span {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.7);
  font-family: Georgia,'Times New Roman',serif;
  font-size: 1.18rem;
  letter-spacing: .08em;
}
.weekly-offer-visual p {
  margin: 0;
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(1.65rem,2.7vw,2.5rem);
  line-height: 1.05;
}
.weekly-offer-content { padding: 49px 52px 35px; }
.weekly-offer-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--wood-dark);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.weekly-offer-eyebrow::before {
  width: 34px;
  height: 1px;
  background: var(--wood);
  content: "";
}
.weekly-offer-content h2 {
  max-width: 580px;
  margin: 18px 0 14px;
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(2.15rem,4.1vw,3.3rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
}
.weekly-offer-content > p {
  max-width: 610px;
  margin: 0;
  color: #647069;
  font-size: .9rem;
  line-height: 1.62;
}
.weekly-offer-content > p strong { color: var(--ink); }
.weekly-offer-included {
  margin: 22px 0 20px;
  border-left: 2px solid var(--wood);
  padding: 11px 0 11px 17px;
  background: rgba(255,255,255,.48);
}
.weekly-offer-included span {
  color: var(--wood-dark);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.weekly-offer-included p {
  margin: 5px 0 0;
  color: #56625c;
  font-size: .77rem;
  line-height: 1.5;
}
.weekly-offer-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.weekly-offer-fields label > span {
  display: block;
  margin-bottom: 7px;
  color: #4b5650;
  font-size: .65rem;
  font-weight: 750;
}
.weekly-offer-fields input {
  width: 100%;
  min-height: 51px;
  border: 1px solid rgba(23,32,28,.18);
  border-radius: 0;
  padding: 0 14px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.weekly-offer-fields input:focus {
  border-color: var(--wood);
  outline: 2px solid rgba(184,120,79,.16);
  outline-offset: 0;
}
.weekly-offer-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 12px 0 0;
  color: #737c77;
  font-size: .62rem;
  line-height: 1.45;
}
.weekly-offer-consent input {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 1px;
  accent-color: var(--forest);
}
.weekly-offer-consent a { color: var(--ink); text-decoration: underline; }
.weekly-offer-submit {
  width: 100%;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--forest);
  margin-top: 15px;
  padding: 0 20px;
  background: var(--forest);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: .75rem;
  font-weight: 800;
}
.weekly-offer-submit:hover { background: #214b38; }
.weekly-offer-submit:disabled { cursor: wait; opacity: .7; }
.weekly-offer-whatsapp {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(47,103,73,.38);
  margin-top: 9px;
  color: #285d43;
  font-size: .71rem;
  font-weight: 800;
}
.weekly-offer-whatsapp:hover { border-color: #2f6749; background: #2f6749; color: #fff; }
.weekly-offer-whatsapp .whatsapp-icon { width: 18px; height: 18px; }
.weekly-offer-status {
  margin: 10px 0 0;
  padding: 9px 11px;
  background: #fce8e4;
  color: #8b352c;
  font-size: .68rem;
  font-weight: 700;
}
.weekly-offer-success {
  border-left: 2px solid #2f6749;
  margin-top: 18px;
  padding: 16px 18px;
  background: rgba(47,103,73,.08);
}
.weekly-offer-success strong {
  font-family: Georgia,'Times New Roman',serif;
  font-size: 1.35rem;
  font-weight: 400;
}
.weekly-offer-success p { margin: 7px 0 0; color: #59645e; font-size: .74rem; line-height: 1.5; }
.weekly-offer-conditions {
  margin-top: 12px !important;
  color: #8a918d !important;
  font-size: .57rem !important;
  line-height: 1.45 !important;
}
@media (prefers-reduced-motion: no-preference) {
  .weekly-offer-dialog { animation: weekly-offer-in .28s ease-out both; }
  @keyframes weekly-offer-in {
    from { opacity: 0; transform: translateY(18px) scale(.985); }
    to { opacity: 1; transform: none; }
  }
}
@media (max-width: 760px) {
  .weekly-offer { align-items: end; padding: 8px; }
  .weekly-offer-dialog {
    max-height: calc(100vh - 16px);
    grid-template-columns: 1fr;
  }
  .weekly-offer-visual { min-height: 105px; padding: 18px 20px; background-position: center 42%; }
  .weekly-offer-visual > span { width: 43px; height: 43px; font-size: .82rem; }
  .weekly-offer-visual p { display: none; }
  .weekly-offer-close { top: 13px; right: 13px; width: 38px; height: 38px; }
  .weekly-offer-content { padding: 25px 20px 20px; }
  .weekly-offer-content h2 { margin-top: 13px; font-size: 2rem; }
  .weekly-offer-content > p { font-size: .78rem; }
  .weekly-offer-included { margin: 16px 0; }
  .weekly-offer-fields { grid-template-columns: 1fr; gap: 9px; }
}

/* Complete services catalogue */
.services-full-catalog { border-top: 1px solid var(--line); background: #eee7dc; }
.services-catalog-heading { margin-bottom: clamp(42px,5vw,70px); }
.services-catalog-heading h2 { max-width: 820px; }
.services-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  border-top: 1px solid rgba(23,32,28,.15);
  border-left: 1px solid rgba(23,32,28,.15);
}
.services-catalog-group {
  min-width: 0;
  border-right: 1px solid rgba(23,32,28,.15);
  border-bottom: 1px solid rgba(23,32,28,.15);
  padding: clamp(26px,3vw,39px);
  background: rgba(255,253,249,.72);
}
.services-catalog-group header {
  min-height: 118px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 17px;
  align-items: start;
}
.services-catalog-group header > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(184,120,79,.55);
  border-radius: 50%;
  color: var(--wood-dark);
  font-size: .62rem;
  font-weight: 800;
}
.services-catalog-group small {
  display: block;
  margin-bottom: 7px;
  color: var(--wood-dark);
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.services-catalog-group h3 {
  margin: 0;
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(1.45rem,1.85vw,1.9rem);
  font-weight: 400;
  line-height: 1.05;
}
.services-catalog-group nav { border-top: 1px solid rgba(23,32,28,.14); }
.services-catalog-group nav a {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(23,32,28,.1);
  color: #46534d;
  font-size: .72rem;
  font-weight: 680;
  line-height: 1.35;
  transition: color .2s, padding .2s;
}
.services-catalog-group nav a > span { flex: 0 0 auto; color: var(--wood-dark); }
.services-catalog-group nav a:hover { padding-left: 5px; color: var(--ink); }
.services-catalog-group-dark { background: var(--forest); color: #fff; }
.services-catalog-group-dark header > span { color: #efb18b; }
.services-catalog-group-dark small { color: #efb18b; }
.services-catalog-group-dark nav { border-color: rgba(255,255,255,.16); }
.services-catalog-group-dark nav a {
  border-color: rgba(255,255,255,.12);
  color: rgba(255,255,255,.74);
}
.services-catalog-group-dark nav a > span { color: #efb18b; }
.services-catalog-group-dark nav a:hover { color: #fff; }
@media (max-width: 1050px) {
  .services-catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 680px) {
  .services-full-catalog { padding: 74px 0; }
  .services-catalog-grid { grid-template-columns: 1fr; }
  .services-catalog-group { padding: 26px 22px; }
  .services-catalog-group header { min-height: 105px; }
  .services-catalog-group nav a { min-height: 48px; font-size: .75rem; }
}
