/*
Theme Name: Wooden Star Decor Static Site
Theme URI: https://woodenstaruae.com/
Author: Wooden Star Decor
Description: Static replacement theme for Wooden Star Decor homepage and commercial fast repair landing page.
Version: 1.0.2
Text Domain: wooden-star-decor-static
*/

:root {
  --ink: #0a0907;
  --ink-soft: #181510;
  --paper: #f7f3ea;
  --paper-strong: #fffaf0;
  --line: rgba(21, 17, 11, 0.16);
  --line-light: rgba(255, 247, 229, 0.18);
  --gold: #c89b53;
  --gold-light: #e7c98f;
  --text: #18140f;
  --muted: #6f675d;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  --max: 1180px;
  --anchor-offset: 5.75rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

#main,
section[id],
.process-section[id],
.pricing-band[id],
.contact-section[id] {
  scroll-margin-top: var(--anchor-offset);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
  overflow-wrap: break-word;
}

h1 {
  max-width: 680px;
  font-size: clamp(3.2rem, 8vw, 6.8rem);
}

h2 {
  font-size: clamp(2.1rem, 4.5vw, 4.2rem);
}

h3 {
  font-size: 1rem;
  line-height: 1.3;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.skip-link:focus {
  z-index: 100;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto;
  background: var(--gold-light);
  color: var(--ink);
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem max(1.2rem, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background: rgba(7, 6, 4, 0.78);
  border-bottom: 1px solid var(--line-light);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--gold-light);
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.25rem);
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 2.05rem;
  height: 2.05rem;
  place-items: center;
  border: 1px solid currentColor;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.6rem);
  font-size: 0.92rem;
  font-weight: 650;
}

.site-nav a {
  padding: 0.45rem 0;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold-light);
  border-color: var(--gold);
}

.menu-toggle {
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line-light);
  background: transparent;
  color: var(--white);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 1.2rem;
  height: 2px;
  margin: 3px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 720px;
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.48) 42%, rgba(0, 0, 0, 0.08) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.72) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 720px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 9.5rem 1.2rem 4.5rem;
  flex-direction: column;
  justify-content: center;
}

.location-line,
.section-label {
  color: var(--gold-light);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 560px;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.2rem;
}

.button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  padding: 0.92rem 1.25rem;
  border: 1px solid transparent;
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
}

.button-primary {
  background: var(--gold-light);
  color: var(--ink);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #f1d89f;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.62);
  color: var(--white);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--gold-light);
  color: var(--gold-light);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #211b12;
  color: var(--white);
}

.proof-strip article {
  min-height: 160px;
  padding: 2rem clamp(1.2rem, 4vw, 2.6rem);
  background: var(--ink);
}

.proof-strip h2 {
  margin-top: 1rem;
  color: var(--gold-light);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.proof-strip p {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.icon-line {
  display: block;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}

.section,
.process-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 8rem) 1.2rem;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(300px, 1.15fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end;
  margin-bottom: 2.5rem;
}

.section-intro h2,
.section-intro p:not(.section-label) {
  max-width: 620px;
}

.section-intro p:not(.section-label) {
  color: var(--muted);
}

.section-label {
  margin-bottom: 1rem;
  color: #a8742e;
}

.featured-case {
  display: grid;
  grid-template-columns: minmax(320px, 1.15fr) minmax(300px, 0.85fr);
  margin-bottom: 1.1rem;
  background: var(--ink);
  color: var(--white);
}

.featured-case-media {
  min-height: 470px;
}

.featured-case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-case-copy {
  display: flex;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  flex-direction: column;
  justify-content: flex-end;
}

.featured-case-copy .section-label {
  color: var(--gold-light);
}

.featured-case-copy h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.5vw, 4.7rem);
  font-weight: 500;
  line-height: 0.98;
}

.featured-case-copy p:not(.section-label) {
  max-width: 560px;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.74);
}

.case-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 1.6rem 0 0;
  background: var(--line-light);
}

.case-facts div {
  min-height: 84px;
  padding: 0.9rem;
  background: var(--ink-soft);
}

.case-facts dt {
  margin-bottom: 0.3rem;
  color: var(--gold-light);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-facts dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  line-height: 1.35;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.project-card {
  background: var(--paper-strong);
  border: 1px solid var(--line);
}

.project-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.project-card div {
  padding: 1rem 1rem 1.15rem;
}

.project-card p {
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.project-facts {
  display: grid;
  gap: 0.7rem;
  margin: 1rem 0 0;
}

.project-facts div {
  display: grid;
  grid-template-columns: 5.2rem 1fr;
  gap: 0.8rem;
  padding-top: 0.7rem;
  border-top: 1px solid var(--line);
}

.project-facts dt {
  color: #a8742e;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-facts dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.villa-range-section {
  border-top: 1px solid var(--line);
}

.villa-range-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1.15fr) minmax(280px, 0.85fr);
  grid-auto-rows: minmax(260px, 1fr);
  gap: 1rem;
}

.villa-range-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.villa-range-card-large {
  grid-row: span 2;
  min-height: 620px;
}

.villa-range-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.villa-range-card div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(1rem, 3vw, 1.5rem);
  background: linear-gradient(180deg, rgba(8, 7, 5, 0) 0%, rgba(8, 7, 5, 0.82) 100%);
}

.villa-range-card h3 {
  color: var(--gold-light);
  font-size: clamp(1rem, 2vw, 1.3rem);
}

.villa-range-card p {
  max-width: 520px;
  margin-top: 0.4rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
}

.trust-section {
  border-bottom: 1px solid var(--line);
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(1.4rem, 5vw, 3rem);
}

.trust-panel {
  padding: clamp(1.6rem, 4vw, 2.4rem);
  background: var(--ink);
  color: var(--white);
}

.trust-panel h3 {
  max-width: 520px;
  color: var(--gold-light);
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.trust-panel p {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.72);
}

.check-list,
.planning-list {
  display: grid;
  gap: 0.8rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding-left: 1.4rem;
  position: relative;
  color: rgba(255, 255, 255, 0.82);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.45rem;
  height: 0.45rem;
  background: var(--gold-light);
  transform: rotate(45deg);
}

.credential-grid,
.leader-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
}

.credential-grid article,
.faq-grid article {
  min-height: 180px;
  padding: 1.4rem;
  background: var(--paper-strong);
}

.credential-grid p,
.faq-grid p {
  margin-top: 0.7rem;
  color: var(--muted);
}

.leadership-section {
  background: var(--paper-strong);
  max-width: none;
  padding-left: max(1.2rem, calc((100vw - var(--max)) / 2));
  padding-right: max(1.2rem, calc((100vw - var(--max)) / 2));
}

.leader-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(220px, 1fr);
  gap: 0;
  background: var(--paper);
}

.leader-card img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.leader-card div {
  display: flex;
  padding: clamp(1.4rem, 4vw, 2rem);
  flex-direction: column;
  justify-content: flex-end;
}

.leader-role {
  color: #a8742e;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.leader-card h3 {
  margin-top: 0.6rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1;
}

.leader-card p:not(.leader-role) {
  margin-top: 1rem;
  color: var(--muted);
}

.leader-card a {
  margin-top: 1.4rem;
  color: #a8742e;
  font-weight: 900;
}

.split-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--paper-strong);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.split-panel {
  padding: clamp(4rem, 8vw, 7rem) max(1.2rem, calc((100vw - var(--max)) / 2));
}

.split-panel:first-child {
  padding-right: clamp(2rem, 6vw, 4rem);
}

.split-panel-image {
  display: flex;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
}

.split-panel-image img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 2.3rem;
  margin-top: 2.6rem;
}

.service-list article {
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}

.service-list p {
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.94rem;
}

.text-link {
  display: inline-flex;
  margin-top: 0.8rem;
  color: #a8742e;
  font-size: 0.9rem;
  font-weight: 900;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--gold);
}

.narrow {
  display: block;
  max-width: 760px;
  margin-bottom: 2rem;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.sector-grid span {
  min-height: 110px;
  padding: 1.35rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--text);
  font-weight: 750;
}

.dark-band {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(280px, 1fr);
  gap: clamp(2rem, 7vw, 5rem);
  padding: clamp(4.5rem, 9vw, 7rem) max(1.2rem, calc((100vw - var(--max)) / 2));
  background: var(--ink);
  color: var(--white);
}

.dark-band h2 {
  max-width: 620px;
}

.dark-band p {
  max-width: 600px;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.72);
}

.coordination-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  align-self: end;
  margin: 0;
  padding: 0;
  background: var(--line-light);
  list-style: none;
}

.coordination-list li {
  min-height: 110px;
  padding: 1.25rem;
  background: var(--ink-soft);
  color: var(--gold-light);
  font-weight: 750;
}

.reference-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.reference-copy p:not(.section-label) {
  margin-top: 1.4rem;
  color: var(--muted);
}

.reference-notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
}

.reference-stack {
  display: grid;
  gap: 1rem;
}

.reference-media {
  margin: 0;
  background: var(--ink);
}

.reference-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.reference-media figcaption {
  padding: 0.85rem 1rem 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.reference-notes span {
  min-height: 130px;
  padding: 1.3rem;
  background: var(--paper-strong);
  font-weight: 800;
}

.process-section {
  border-top: 1px solid var(--line);
}

.process-section h2 {
  max-width: 850px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin: 2.7rem 0 0;
  padding: 0;
  background: var(--line);
  list-style: none;
  counter-reset: process;
}

.process-list li {
  counter-increment: process;
  min-height: 220px;
  padding: 1.25rem;
  background: var(--paper);
}

.process-list li::before {
  content: "0" counter(process);
  display: block;
  margin-bottom: 1.3rem;
  color: #a8742e;
  font-weight: 900;
}

.process-list strong {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.05rem;
}

.process-list span {
  color: var(--muted);
  font-size: 0.93rem;
}

.planning-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1fr);
  gap: clamp(2rem, 7vw, 5rem);
  padding: clamp(4.5rem, 9vw, 7rem) max(1.2rem, calc((100vw - var(--max)) / 2));
  background: var(--paper-strong);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.planning-copy p:not(.section-label) {
  margin-top: 1.4rem;
  color: var(--muted);
}

.planning-list {
  grid-template-columns: 1fr 1fr;
  margin: 0;
}

.planning-list li {
  min-height: 130px;
  padding: 1.2rem;
  border: 1px solid var(--line);
  background: var(--paper);
}

.planning-list strong {
  display: block;
  color: var(--text);
}

.planning-list span {
  display: block;
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.faq-section {
  border-bottom: 1px solid var(--line);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1fr);
  gap: clamp(2rem, 7vw, 5rem);
  padding: clamp(4.5rem, 9vw, 7rem) max(1.2rem, calc((100vw - var(--max)) / 2));
  background: var(--ink);
  color: var(--white);
}

.contact-copy p:not(.section-label) {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.72);
}

address {
  display: grid;
  gap: 0.55rem;
  margin-top: 2rem;
  color: var(--gold-light);
  font-style: normal;
}

.contact-methods {
  display: grid;
  gap: 1.2rem;
  margin-top: 2rem;
}

.contact-methods address {
  margin: 0;
}

.contact-methods address strong {
  color: var(--white);
}

.contact-people {
  display: grid;
  gap: 0.7rem;
}

.contact-people a {
  display: grid;
  gap: 0.2rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--line-light);
}

.contact-people strong {
  color: var(--gold-light);
}

.contact-people span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.qr-panel {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 1rem;
  align-items: center;
  max-width: 480px;
  margin-top: 2rem;
  padding: 1rem;
  border: 1px solid var(--line-light);
}

.qr-panel img {
  width: 112px;
  height: 112px;
  background: var(--white);
}

.qr-panel strong,
.qr-panel span {
  display: block;
}

.qr-panel strong {
  color: var(--gold-light);
}

.qr-panel span {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 750;
}

.contact-form .full {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line-light);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
  font: inherit;
  font-size: 0.94rem;
  padding: 0.85rem 0.9rem;
}

select option {
  color: var(--text);
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--gold-light);
  outline-offset: 2px;
}

.contact-form button {
  justify-self: start;
}

.floating-whatsapp {
  position: fixed;
  z-index: 40;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1rem;
  background: #1f8f54;
  color: var(--white);
  box-shadow: var(--shadow);
  font-size: 0.9rem;
  font-weight: 850;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.3rem max(1.2rem, calc((100vw - var(--max)) / 2));
  background: #050503;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.86rem;
}

.site-footer .brand {
  font-size: 1rem;
}

.maintenance-hero {
  position: relative;
  min-height: 720px;
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}

.maintenance-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.maintenance-hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.56) 46%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.18) 46%, rgba(0, 0, 0, 0.82) 100%);
}

.maintenance-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(280px, 0.42fr);
  gap: clamp(2rem, 7vw, 5rem);
  align-items: end;
  min-height: 720px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 9.5rem 1.2rem 4.5rem;
}

.maintenance-hero-copy h1 {
  max-width: 820px;
  font-size: clamp(3.2rem, 7vw, 6.4rem);
}

.maintenance-hero-copy p:not(.location-line) {
  max-width: 650px;
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 2vw, 1.14rem);
}

.maintenance-hero-copy .cn-line {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
}

.maintenance-hero-panel {
  display: grid;
  gap: 0.65rem;
  align-self: end;
  padding: 1.3rem;
  border: 1px solid var(--line-light);
  background: rgba(7, 6, 4, 0.72);
  backdrop-filter: blur(18px);
}

.maintenance-hero-panel strong {
  color: var(--gold-light);
  font-size: 1.1rem;
}

.maintenance-hero-panel span,
.maintenance-hero-panel li {
  color: rgba(255, 255, 255, 0.76);
}

.maintenance-hero-panel ul {
  display: grid;
  gap: 0.45rem;
  margin: 0.4rem 0;
  padding-left: 1.1rem;
}

.maintenance-hero-panel a {
  padding-top: 0.65rem;
  border-top: 1px solid var(--line-light);
  color: var(--gold-light);
  font-weight: 850;
}

.maintenance-proof article {
  min-height: 150px;
}

.maintenance-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.maintenance-service-grid article {
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--paper-strong);
}

.maintenance-service-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.maintenance-service-grid div {
  display: grid;
  align-content: start;
  min-height: 260px;
  padding: 1.25rem;
}

.maintenance-service-grid p {
  margin-top: 0.65rem;
  color: var(--muted);
  font-size: 0.93rem;
}

.maintenance-service-grid span {
  display: block;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: #8a6128;
  font-size: 0.9rem;
  font-weight: 750;
}

.maintenance-difference {
  align-items: start;
}

.difference-table {
  display: grid;
  gap: 1px;
  background: var(--line-light);
}

.difference-table div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}

.difference-table span,
.difference-table strong {
  min-height: 74px;
  padding: 1rem;
  background: var(--ink-soft);
}

.difference-table div:first-child span,
.difference-table div:first-child strong {
  color: var(--gold-light);
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.difference-table span {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 650;
}

.difference-table strong {
  color: var(--white);
  font-weight: 850;
}

.maintenance-process {
  border-top: 1px solid var(--line);
}

.maintenance-process h2 {
  max-width: 900px;
}

.pricing-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1fr);
  gap: clamp(2rem, 7vw, 5rem);
  padding: clamp(4.5rem, 9vw, 7rem) max(1.2rem, calc((100vw - var(--max)) / 2));
  background: var(--paper-strong);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pricing-copy p:not(.section-label) {
  margin-top: 1.4rem;
  color: var(--muted);
}

.price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  align-self: start;
  background: var(--line);
}

.price-grid article {
  min-height: 116px;
  padding: 1.1rem;
  background: var(--paper);
}

.price-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 750;
}

.price-grid strong {
  display: block;
  margin-top: 0.7rem;
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.25;
}

@media (max-width: 920px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 1rem 1.2rem 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    background: rgba(7, 6, 4, 0.96);
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero,
  .hero-content {
    min-height: 680px;
  }

  .hero-content {
    padding-top: 7.5rem;
  }

  .proof-strip,
  .featured-case,
  .project-grid,
  .villa-range-grid,
  .trust-layout,
  .leader-grid,
  .split-band,
  .dark-band,
  .reference-section,
  .planning-section,
  .contact-section,
  .maintenance-hero-content,
  .pricing-band {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-intro,
  .process-list,
  .planning-list,
  .maintenance-service-grid {
    grid-template-columns: 1fr;
  }

  .split-panel {
    padding: 4rem 1.2rem;
  }

  .split-panel-image {
    padding: 0;
  }

  .featured-case-media {
    min-height: 340px;
  }

  .villa-range-card-large {
    grid-row: auto;
    min-height: 360px;
  }

  .sector-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-list li {
    min-height: auto;
  }

  .leader-card {
    grid-template-columns: minmax(180px, 0.65fr) minmax(220px, 1fr);
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .maintenance-hero,
  .maintenance-hero-content {
    min-height: 700px;
  }

  .maintenance-hero-content {
    padding-top: 7.5rem;
  }

  .maintenance-service-grid {
    background: transparent;
    gap: 1rem;
  }

  .maintenance-service-grid article {
    grid-template-columns: minmax(220px, 0.8fr) 1fr;
  }

  .maintenance-service-grid img {
    height: 100%;
    aspect-ratio: auto;
  }
}

@media (max-width: 620px) {
  :root {
    --anchor-offset: 5rem;
  }

  body {
    font-size: 15px;
  }

  main,
  .site-header,
  .hero-content,
  .proof-strip,
  .proof-strip article,
  .section,
  .leadership-section,
  .split-panel,
  .dark-band,
  .planning-section,
  .contact-section,
  .process-section,
  .maintenance-hero-content,
  .pricing-band {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .site-header {
    padding: 0.8rem 1rem;
  }

  .brand {
    gap: 0.55rem;
  }

  .brand-mark {
    width: 1.8rem;
    height: 1.8rem;
  }

  .hero,
  .hero-content,
  .maintenance-hero,
  .maintenance-hero-content {
    min-height: 640px;
  }

  .hero-content,
  .maintenance-hero-content {
    padding: 7rem 1rem 3rem;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.55rem, 12vw, 3.15rem);
    line-height: 1.02;
  }

  h2 {
    max-width: 100%;
    font-size: clamp(1.95rem, 9vw, 2.65rem);
    line-height: 1.04;
  }

  h3,
  p,
  li,
  dd,
  a {
    overflow-wrap: break-word;
  }

  .section-intro,
  .section-intro h2,
  .section-intro p:not(.section-label) {
    min-width: 0;
    max-width: 100%;
  }

  .hero-content > *,
  .proof-strip article > *,
  .section-intro > *,
  .trust-panel > *,
  .credential-grid article > *,
  .leader-card div > *,
  .featured-case-copy > *,
  .project-card div > *,
  .villa-range-card div > *,
  .split-panel > *,
  .dark-band > *,
  .planning-section > *,
  .contact-section > * {
    max-width: calc(100vw - 2rem);
  }

  .hero-copy {
    max-width: 100%;
    font-size: 1rem;
  }

  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.58) 64%, rgba(0, 0, 0, 0.22) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.14) 44%, rgba(0, 0, 0, 0.78) 100%);
  }

  .hero-actions,
  .contact-form,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .villa-range-card,
  .villa-range-card-large {
    min-height: 300px;
  }

  .proof-strip,
  .case-facts,
  .service-list,
  .sector-grid,
  .coordination-list,
  .reference-notes,
  .credential-grid,
  .leader-grid,
  .faq-grid,
  .difference-table div {
    grid-template-columns: 1fr;
  }

  .leader-card,
  .qr-panel,
  .maintenance-service-grid article {
    grid-template-columns: 1fr;
  }

  .leader-role,
  .section-label {
    letter-spacing: 0.1em;
  }

  .leader-card h3,
  .featured-case-copy h3 {
    max-width: 100%;
    font-size: clamp(1.7rem, 9vw, 2.5rem);
    line-height: 1.02;
  }

  .leader-card img {
    min-height: auto;
    aspect-ratio: 4 / 5;
  }

  .qr-panel img {
    width: 140px;
    height: 140px;
  }

  .project-card img {
    aspect-ratio: 16 / 11;
  }

  .section,
  .process-section {
    padding: 4rem 1rem;
  }

  .contact-section,
  .dark-band,
  .pricing-band {
    padding: 4rem 1rem;
  }

  .maintenance-service-grid div {
    min-height: auto;
  }

  .maintenance-service-grid img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .maintenance-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.45rem, 11vw, 3.1rem);
    line-height: 1.02;
  }

  .floating-whatsapp {
    right: 0.75rem;
    bottom: 0.75rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .project-card,
  .service-list article,
  .sector-grid span,
  .process-list li,
  .reference-notes span {
    transition: transform 180ms ease, border-color 180ms ease;
  }

  .project-card:hover,
  .sector-grid span:hover,
  .reference-notes span:hover {
    transform: translateY(-3px);
  }
}
