@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta-sans-latin.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Noto Sans Thai";
  src: url("../fonts/noto-sans-thai-thai.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}
@font-face {
  font-family: "Noto Sans Thai";
  src: url("../fonts/noto-sans-thai-latin.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --black: #101010;
  --charcoal: #1c1c1c;
  --surface: #f5f3ee;
  --paper: #ffffff;
  --muted: #6f6a62;
  --line: #e4ded3;
  --gold: #f0b82f;
  --gold-dark: #c98d16;
  --green: #0bb478;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(20, 17, 12, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--black);
  background: var(--surface);
  font-family: "Plus Jakarta Sans", "Noto Sans Thai", sans-serif !important;
  line-height: 1.7;
}
body * {
  font-family: "Plus Jakarta Sans", "Noto Sans Thai", sans-serif !important;
}
.elementor [class*=" eicon-"],
.elementor [class^="eicon-"] {
  font-family: eicons !important;
}
.elementor .fa,
.elementor .fas {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}
.elementor .far {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 400;
}
.elementor .fab {
  font-family: "Font Awesome 5 Brands" !important;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-header svg,
.site-footer svg,
.floating-contact svg,
.problem-icon svg,
.standard-icon svg,
.scope-icon svg,
.timeline-icon svg,
.project-place svg,
.faq-badge svg {
  display: block;
  max-width: 100%;
  flex: 0 0 auto;
}
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(20px, 5vw, 64px);
  color: #fff;
  background: rgba(20, 20, 20, .92);
  border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.brand strong { display: block; font-size: clamp(18px, 2vw, 23px); line-height: 1; font-weight: 800; }
.brand small { display: block; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: 0; }
.primary-nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 34px); font-size: 15px; font-weight: 600; }
.primary-menu-list { display: flex; align-items: center; gap: clamp(12px, 1.7vw, 28px); margin: 0; padding: 0; list-style: none; }
.primary-nav a { color: rgba(255,255,255,.86); }
.primary-nav a:hover { color: var(--gold); }
.header-ctas { display: flex; align-items: center; gap: 12px; }
.header-cta {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 18px;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}
.header-cta svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.header-cta:hover { transform: translateY(-1px); }
.primary-nav .header-cta-outline {
  color: #fff;
  border: 1px solid rgba(255,255,255,.32);
  background: rgba(255,255,255,.03);
}
.header-cta-outline svg { color: var(--gold); }
.primary-nav .header-cta-outline:hover { border-color: rgba(240,184,47,.72); color: #fff; }
.primary-nav .header-cta-primary {
  color: #141414;
  border: 1px solid var(--gold);
  background: linear-gradient(180deg, #f6c44f, var(--gold));
  box-shadow: 0 12px 28px rgba(240,184,47,.18);
}
.primary-nav .header-cta-primary:hover { color: #141414; background: #ffd064; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,.2); background: transparent; border-radius: var(--radius); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; }

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  padding: 116px 0 38px;
  background: var(--black);
}
.hero-bg, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-bg { object-fit: cover; filter: saturate(.95); }
.hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.62) 52%, rgba(0,0,0,.36)); }
.hero-inner { position: relative; z-index: 1; }
.status-pill {
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 16px;
  color: #f9df9d;
  background: rgba(20, 20, 20, .7);
  border: 1px solid rgba(240,184,47,.55);
  border-radius: 999px;
  font-size: 14px;
}
.status-pill span { width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(11,180,120,.16); }
.hero h1 {
  max-width: 900px;
  margin: 32px 0 18px;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 1.12;
  font-weight: 800;
}
.hero h1 em { color: var(--gold); font-style: normal; }
.hero p { max-width: 900px; margin: 0; color: rgba(255,255,255,.88); font-size: clamp(17px, 2vw, 22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin: 34px 0 58px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  cursor: pointer;
}
.btn-gold { color: #18130a; background: linear-gradient(135deg, #ffd75a, var(--gold-dark)); box-shadow: 0 16px 34px rgba(240,184,47,.28); }
.btn-outline { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.05); }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin: 0;
  padding: 28px 0 0;
  border-top: 1px solid rgba(255,255,255,.18);
}
.hero-stats dt { color: var(--gold); font-size: clamp(30px, 4vw, 44px); font-weight: 800; line-height: 1; }
.hero-stats dd { margin: 8px 0 0; color: rgba(255,255,255,.72); }

.proof-strip { color: #fff; background: var(--charcoal); border-block: 1px solid rgba(255,255,255,.08); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
.proof-grid article { padding: 24px 20px; }
.proof-grid strong { display: block; color: var(--gold); font-size: 18px; }
.proof-grid span { color: rgba(255,255,255,.72); font-size: 14px; }

.section { padding: 86px 0; }
.section-head { max-width: 800px; margin-bottom: 42px; }
.section-head span, .eyebrow { color: var(--gold-dark); font-weight: 800; font-size: 13px; letter-spacing: 0; text-transform: uppercase; }
.section h2 { margin: 8px 0 12px; font-size: clamp(30px, 5vw, 52px); line-height: 1.18; }
.section p { color: var(--muted); }

.services { background: var(--surface); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.service-card {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 22px;
  min-height: 310px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(30, 25, 18, .06);
}
.service-card img { width: 100%; height: 100%; min-height: 270px; object-fit: cover; border-radius: 6px; }
.service-card span { color: var(--gold-dark); font-size: 12px; font-weight: 800; }
.service-card h3 { margin: 4px 0 0; font-size: 24px; line-height: 1.25; }
.service-card small { color: var(--muted); font-weight: 700; }
.service-card p { margin: 14px 0 10px; }
.service-card ul { margin: 0 0 14px; padding-left: 19px; color: #3d3933; }
.service-card a { color: var(--gold-dark); font-weight: 800; }

.problems { background: #fff; }
.section-head-center {
  max-width: 980px;
  margin: 0 auto 76px;
  text-align: center;
}
.section-head-center h2 {
  margin: 0;
}
.section-head-center p {
  margin: 18px auto 0;
  max-width: 820px;
  color: #747b89;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.65;
}
.section-head-center::after {
  content: "";
  display: block;
  width: 118px;
  height: 7px;
  margin: 28px auto 0;
  background: var(--gold-dark);
  border-radius: 999px;
}
.problem-head::after { background: #ef6d85; }
.two-col { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; align-items: start; }
.problem-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.problem-list article {
  min-height: 306px;
  padding: 38px 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fcfbf8;
  text-align: center;
}
.problem-icon {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin: 0 auto 28px;
  color: var(--gold-dark);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 28px rgba(24, 20, 16, .08);
}
.problem-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.problem-card-danger .problem-icon { color: #ef4e6f; }
.problem-card-water .problem-icon { color: #4dbde0; }
.problem-card-base .problem-icon { color: #efa516; }
.problem-card-cost .problem-icon { color: #41bd86; }
.problem-list h3 { margin: 0 0 18px; font-size: clamp(21px, 1.7vw, 26px); line-height: 1.35; }
.problem-list p { margin: 0; color: #7b8290; font-size: 17px; line-height: 1.65; }

.standard { color: #fff; background: var(--charcoal); }
.standard .section-head-center h2 { color: #fff; }
.standard-head span {
  color: var(--gold);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .18em;
}
.standard-head::after { background: var(--gold); }
.standard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: stretch; }
.standard-grid article {
  min-height: 312px;
  padding: 38px 34px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  text-align: center;
}
.standard-icon {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  margin: 0 auto 30px;
  color: var(--gold);
  border: 2px solid currentColor;
  border-radius: 50%;
}
.standard-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.standard-grid h3 { margin: 0 0 20px; color: #fff; font-size: clamp(22px, 2vw, 28px); line-height: 1.35; }
.standard-grid p { color: rgba(255,255,255,.72); }

.scope-coverage {
  color: #fff;
  background: #111;
}
.scope-head h2 { color: #fff; }
.scope-head::after { background: var(--gold); }
.scope-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}
.scope-grid article {
  min-height: 280px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 34px 24px;
  text-align: center;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 14px;
}
.scope-icon {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  margin-bottom: 28px;
  color: #f2ca5b;
  background: rgba(255,255,255,.06);
  border: 2px solid rgba(255,255,255,.08);
  border-radius: 50%;
}
.scope-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.scope-grid h3 { margin: 0 0 6px; font-size: clamp(20px, 1.75vw, 26px); line-height: 1.35; }
.scope-grid small { color: #9da3ad; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 15px; font-weight: 800; letter-spacing: .16em; }

.process, .portfolio, .faq { background: #fff; }
.process-head .process-badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 6px 18px;
  color: var(--gold-dark);
  background: #fffaf0;
  border: 1px solid #efd39a;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .16em;
}
.process-head {
  margin-bottom: 58px;
}
.process-head::after { background: var(--gold); }
.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  align-items: start;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 9%;
  right: 9%;
  height: 4px;
  background: #f1ddb0;
}
.timeline article {
  position: relative;
  z-index: 1;
  padding: 0;
  text-align: center;
}
.timeline-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  margin: 0 auto 24px;
  color: #222;
  background: #fff;
  border: 5px solid #edc04a;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(190, 143, 35, .14);
}
.timeline-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.timeline-number {
  position: absolute;
  top: -12px;
  right: -8px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #fff;
  background: #1c1c1c;
  border: 3px solid #d9a72d;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 800;
}
.timeline h3 { min-height: 0; margin: 0 0 10px; font-size: clamp(19px, 1.55vw, 24px); line-height: 1.35; }
.timeline p { max-width: 250px; margin: 0 auto; color: #747b89; font-size: 15.5px; line-height: 1.6; }

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  max-width: 1180px;
  margin-inline: auto;
}
.project-card {
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  background: #fbfbf8;
  border: 1px solid #eee7d9;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(33, 29, 22, .12);
}
.project-media { position: relative; padding: 0; }
.project-media img {
  width: 100%;
  height: clamp(220px, 22vw, 310px);
  object-fit: cover;
}
.project-tag {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  color: #15120b;
  background: var(--gold-dark);
  border-radius: 7px;
  font-size: 17px;
  font-weight: 800;
}
.project-body {
  padding: clamp(22px, 2.3vw, 30px);
}
.project-place {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  color: #727888;
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 800;
}
.project-place svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--gold-dark);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.project-card h3 {
  margin: 0;
  color: #222;
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 1.25;
}
.project-description {
  margin: clamp(20px, 2.4vw, 32px) 0 0;
  color: #717888;
  font-size: clamp(15px, 1.28vw, 17px);
  line-height: 1.75;
}
.project-size {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #e4ddd0;
}
.project-size span {
  color: #9aa1ad;
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 800;
}
.project-size strong {
  color: #222;
  font-size: clamp(22px, 1.9vw, 28px);
  letter-spacing: .06em;
}

.estimate { background: #181818; color: #fff; }
.estimate p { color: rgba(255,255,255,.72); }
.estimate-grid, .contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: start; }
.estimate-result {
  margin-top: 24px;
  padding: 22px;
  color: #18130a;
  background: var(--gold);
  border-radius: var(--radius);
  font-size: 24px;
  font-weight: 800;
}
.quote-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  color: var(--black);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.quote-form label { display: grid; gap: 7px; font-weight: 700; }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  color: var(--black);
  border: 1px solid #d8d1c7;
  border-radius: 6px;
  font: inherit;
  background: #fff;
}
.quote-form textarea { resize: vertical; }
.contact { background: var(--surface); }
.contact-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.contact-form label:last-of-type, .contact-form button { grid-column: 1 / -1; }

.faq { background: #fff; }
.faq-head {
  max-width: 820px;
  margin: 0 auto 112px;
  text-align: center;
}
.faq-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 24px;
  color: var(--gold-dark);
  background: #fffaf0;
  border: 2px solid #f2d7a4;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .14em;
}
.faq-badge svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.faq-head h2 {
  margin-top: 30px;
  font-size: clamp(42px, 6vw, 68px);
}
.faq-head p {
  max-width: 760px;
  margin: 20px auto 0;
  color: #747b89;
  font-size: clamp(19px, 2.4vw, 27px);
  line-height: 1.55;
}
.faq-head::after {
  content: "";
  display: block;
  width: 148px;
  height: 7px;
  margin: 38px auto 0;
  background: #dfad43;
  border-radius: 999px;
}
.faq-list {
  display: grid;
  gap: 30px;
  max-width: 980px;
  margin: 0 auto;
}
.faq details {
  overflow: hidden;
  background: #fdfcf9;
  border: 2px solid #e8e2d8;
  border-radius: 12px;
}
.faq summary {
  display: grid;
  grid-template-columns: 40px 1fr 30px;
  gap: 20px;
  align-items: center;
  min-height: 120px;
  padding: 30px 38px;
  color: #222;
  cursor: pointer;
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--gold-dark);
  border: 3px solid currentColor;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}
.faq-chevron {
  width: 18px;
  height: 18px;
  border-right: 4px solid #9ca3af;
  border-bottom: 4px solid #9ca3af;
  transform: rotate(45deg);
  transition: transform .18s ease;
}
.faq details[open] .faq-chevron {
  transform: rotate(225deg);
}
.faq details p {
  max-width: 1160px;
  margin: -10px 108px 34px 98px;
  color: #747b89;
  font-size: clamp(17px, 2vw, 23px);
  line-height: 1.7;
}

.site-footer {
  color: #fff;
  background: #111;
  padding: 78px 0 26px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.05fr;
  gap: clamp(40px, 7vw, 92px);
  align-items: start;
}
.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 30px;
}
.footer-brand-row img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.footer-brand h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}
.footer-brand strong {
  display: block;
  margin-top: 9px;
  color: var(--gold);
  font-size: 14px;
  letter-spacing: .16em;
}
.footer-grid h3 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
}
.footer-grid p {
  color: #989da8;
  margin: 0;
  font-size: 17px;
  line-height: 1.85;
}
.footer-office p {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 16px;
  align-items: start;
}
.footer-office p + p { margin-top: 14px; }
.footer-line-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 32px;
  color: var(--gold-dark);
}
.footer-line-icon svg,
.footer-safety-title svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-safety-card {
  padding: 26px 30px;
  background: #1e1e1e;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 10px;
}
.footer-safety-title {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #46d79d;
  margin-bottom: 14px;
}
.footer-safety-title strong {
  color: #f6f6f6;
  font-size: 18px;
  letter-spacing: .06em;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 70px;
  padding-top: 38px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(22px, 4vw, 48px);
}
.footer-links a,
.footer-bottom p {
  color: #6f7480;
  font-size: 16px;
  line-height: 1.6;
}
.footer-links a:hover { color: var(--gold); }
.footer-bottom p { margin: 0; text-align: right; }
.page-shell { background: var(--surface); }
.elementor-theme-shell { background: #fff; }
.elementor-theme-content {
  width: 100%;
  min-height: 60vh;
  padding-top: 75px;
  overflow-x: hidden;
}
.elementor-theme-entry {
  width: 100%;
  margin: 0;
  padding: 0;
}
.elementor-theme-entry > * {
  margin-left: 0;
  margin-right: 0;
}
.page-hero {
  padding: 142px 0 62px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(16,16,16,.94), rgba(16,16,16,.76)),
    url("../images/grading-machine.png") center / cover;
}
.page-hero h1 {
  max-width: 900px;
  margin: 8px 0 0;
  font-size: clamp(34px, 6vw, 60px);
  line-height: 1.15;
}
.content-narrow { max-width: 860px; }
.content-card {
  padding: clamp(24px, 4vw, 42px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(30, 25, 18, .07);
}
.content-card + .content-card { margin-top: 18px; }
.content-card h2, .content-card h1, .content-card h3 { line-height: 1.25; }
.content-card img { height: auto; }

.blog-shell { background: #f5f3ee; }
.blog-hero,
.article-hero {
  position: relative;
  padding: 150px 0 74px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(16,16,16,.95), rgba(16,16,16,.82) 54%, rgba(16,16,16,.58)),
    url("../images/hero-road.jpg") center / cover;
  overflow: hidden;
}
.blog-hero::after,
.article-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(240,184,47,.42);
}
.blog-hero-inner,
.article-hero-grid { position: relative; z-index: 1; }
.blog-hero h1,
.article-hero h1 {
  max-width: 980px;
  margin: 10px 0 18px;
  font-size: clamp(36px, 6vw, 68px);
  line-height: 1.08;
  font-weight: 800;
}
.blog-hero p,
.article-hero p {
  max-width: 820px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(17px, 2vw, 22px);
}
.blog-proof {
  color: #fff;
  background: #181818;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.blog-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255,255,255,.08);
}
.blog-proof article {
  padding: 26px 24px;
  background: #181818;
}
.blog-proof strong {
  display: block;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0;
}
.blog-proof span { display: block; margin-top: 5px; color: rgba(255,255,255,.76); }
.blog-index { padding-top: 76px; }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.blog-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 36px rgba(30, 25, 18, .08);
}
.blog-card-media { display: block; background: #ddd5c6; }
.blog-card-media img {
  width: 100%;
  height: 238px;
  object-fit: cover;
}
.blog-card-body { padding: 26px; }
.blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  color: #8a8175;
  font-size: 13px;
  font-weight: 700;
}
.blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.blog-meta span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}
.blog-card h2 {
  margin: 14px 0 12px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.25;
}
.blog-card h2 a:hover { color: var(--gold-dark); }
.blog-card .entry-summary {
  color: #6f7480;
  font-size: 16px;
}
.blog-read-more {
  display: inline-flex;
  margin-top: 18px;
  color: #1b1b1b;
  font-weight: 800;
  border-bottom: 2px solid var(--gold);
}
.blog-pagination {
  margin-top: 42px;
  font-weight: 800;
}
.article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  max-width: min(100% - 40px, 1120px);
}
.breadcrumb { margin-bottom: 22px; color: rgba(255,255,255,.7); font-size: 14px; font-weight: 700; }
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.breadcrumb li + li::before {
  content: "/";
  color: rgba(240,184,47,.86);
}
.breadcrumb a { color: #f8d878; }
.breadcrumb span { color: rgba(255,255,255,.72); }
.article-back {
  display: inline-flex;
  margin-bottom: 24px;
  color: #f8d878;
  font-weight: 800;
}
.article-meta { color: rgba(255,255,255,.72); }
.eeat-card,
.toc-card,
.article-footer-eeat {
  border: 1px solid rgba(228,222,211,.92);
  border-radius: var(--radius);
  background: rgba(255,255,255,.94);
  box-shadow: 0 16px 38px rgba(30, 25, 18, .08);
}
.eeat-badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 12px;
  color: #b37a12;
  background: #fff7e4;
  border: 1px solid #efd49d;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}
.eeat-card li,
.article-footer-eeat p { color: #6f7480; }
.article-featured { margin-top: -34px; position: relative; z-index: 2; }
.article-featured img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.article-section { padding-top: 70px; }
.article-layout {
  width: min(calc(100% - 40px), calc(var(--article-content-width, 960px) + 360px));
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, var(--article-content-width, 960px));
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
}
.article-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
}
.toc-card,
.eeat-card { padding: 24px; }
.toc-card span {
  display: block;
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
}
.toc-card h2,
.eeat-card h2 {
  margin: 7px 0 16px;
  font-size: 22px;
  line-height: 1.25;
}
.toc-card ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.toc-card a {
  display: block;
  color: #3a342c;
  font-weight: 800;
  line-height: 1.45;
}
.toc-card a:hover { color: var(--gold-dark); }
.toc-level-3 { padding-left: 16px; font-size: 14px; }
.eeat-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.eeat-card li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
}
.eeat-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}
.article-main { min-width: 0; }
.article-content {
  font-size: 18px;
  line-height: 1.9;
}
.article-content > *:first-child { margin-top: 0; }
.article-content h2,
.article-content h3,
.article-content h4 {
  scroll-margin-top: 110px;
  margin-top: 1.6em;
  margin-bottom: .55em;
  color: #171717;
}
.article-content h2 { font-size: clamp(29px, 3vw, 42px); }
.article-content h3 { font-size: clamp(24px, 2.4vw, 32px); }
.article-content p,
.article-content li { color: #555d6b; }
.article-content a {
  color: #9c6a0d;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(240,184,47,.55);
  text-underline-offset: 4px;
}
.article-content ul,
.article-content ol { padding-left: 1.2em; }
.article-content blockquote {
  margin: 32px 0;
  padding: 24px 26px;
  color: #1b1b1b;
  background: #fff8e7;
  border-left: 5px solid var(--gold);
  border-radius: var(--radius);
}
.article-content .wp-block-image img,
.article-content .wp-block-gallery img {
  border-radius: var(--radius);
}
.article-content table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: var(--radius);
}
.article-content th,
.article-content td {
  padding: 14px;
  border: 1px solid var(--line);
}
.article-content th { background: #f5efe1; }
.article-footer-eeat {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 22px;
  padding: 28px;
}
.article-footer-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.article-footer-eeat h2 {
  margin: 12px 0 8px;
  font-size: 24px;
  line-height: 1.25;
}
.article-footer-eeat p { margin: 0; }
.article-footer-cta {
  min-width: 132px;
  display: grid;
  place-items: center;
  align-self: center;
  padding: 16px 18px;
  color: #16120a;
  background: linear-gradient(180deg, #ffd76b, var(--gold-dark));
  border: 1px solid rgba(201,141,22,.55);
  border-radius: var(--radius);
  box-shadow: 0 14px 30px rgba(240,184,47,.22);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}
.article-footer-cta strong,
.article-footer-cta span { display: block; }

.floating-contact {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 120;
}
.floating-toggle {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: #18130a;
  background: var(--gold);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 16px 40px rgba(0,0,0,.25);
  font-size: 27px;
  cursor: pointer;
}
.floating-close-icon { display: none; font-size: 50px; line-height: 1; font-weight: 300; }
.floating-contact.is-open .floating-open-icon { display: none; }
.floating-contact.is-open .floating-close-icon { display: block; }
.floating-panel {
  position: absolute;
  right: 0;
  bottom: 84px;
  width: min(576px, calc(100vw - 40px));
  padding: 40px;
  color: #f7f7f7;
  background: #1b1b1b;
  border: 1px solid #3a3a3a;
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
}
.floating-panel[hidden] { display: none; }
.floating-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  margin-bottom: 32px;
  border-bottom: 1px solid #333;
}
.floating-panel-head strong {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffd252;
  font-size: clamp(22px, 4vw, 28px);
  line-height: 1.2;
}
.floating-title-icon {
  width: 30px;
  height: 30px;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.floating-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #aab0bd;
  background: transparent;
  border: 0;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}
.floating-option {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 110px;
  padding: 22px 26px;
  background: #292929;
  border: 1px solid #3a3a3a;
  border-radius: 6px;
}
.floating-option + .floating-option { margin-top: 28px; }
.floating-option-icon {
  display: grid;
  place-items: center;
  color: #00e0c2;
}
.floating-option-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.floating-option-line .floating-option-icon { color: #27dfff; }
.floating-option strong {
  display: block;
  color: #f5f5f5;
  font-size: clamp(22px, 4vw, 28px);
  line-height: 1.18;
}
.floating-option small {
  display: block;
  color: #aeb4c0;
  font-size: clamp(16px, 3vw, 20px);
  line-height: 1.35;
  margin-top: 3px;
}

@media (max-width: 1180px) {
  .site-header { gap: 16px; }
  .brand strong { font-size: 20px; }
  .primary-menu-list { gap: 16px; }
  .header-cta-outline { display: none; }
}

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .primary-nav {
    position: absolute;
    top: 74px;
    left: 20px;
    right: 20px;
    display: none;
    padding: 16px;
    background: rgba(20,20,20,.98);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--radius);
  }
  .primary-menu-list { display: grid; gap: 12px; }
  .header-ctas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 4px;
  }
  .header-cta-outline { display: inline-flex; }
  .header-cta { width: 100%; min-height: 50px; }
  .primary-nav.is-open { display: grid; }
  .hero-stats, .proof-grid, .service-grid, .two-col, .problem-list, .standard-grid, .scope-grid, .timeline, .estimate-grid, .contact-grid, .footer-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .article-hero-grid { grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: minmax(0, 1fr); width: min(100% - 40px, var(--article-content-width, 960px)); }
  .article-hero-grid { align-items: start; }
  .article-layout { gap: 28px; }
  .article-sidebar { position: static; top: auto; }
  .article-footer-eeat { grid-template-columns: auto minmax(0, 1fr); align-items: start; }
  .article-footer-cta { grid-column: 1 / -1; justify-self: start; }
  .footer-safety { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom p { text-align: left; }
  .section-head-center { margin-bottom: 52px; }
  .problem-list, .scope-grid { gap: 20px; }
  .problem-list article, .scope-grid article { min-height: 260px; }
  .standard-grid article { min-height: 270px; }
  .timeline::before { display: none; }
  .timeline-icon { width: 104px; height: 104px; }
  .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .project-media img { height: 230px; }
  .project-card h3 { font-size: 23px; }
  .service-card { grid-template-columns: 1fr; }
  .service-card img { height: 260px; min-height: 0; }
  .faq-head { margin-bottom: 64px; }
  .faq-list { max-width: min(720px, calc(100% - 64px)); }
  .faq summary { min-height: 96px; padding: 24px; }
  .faq details p { margin: -2px 74px 28px 84px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header { padding: 12px 14px; }
  .brand img { width: 40px; height: 40px; }
  .brand small { display: none; }
  .primary-nav { left: 14px; right: 14px; }
  .header-ctas { grid-template-columns: 1fr; }
  .header-cta { justify-content: flex-start; padding-inline: 16px; }
  .hero {
    min-height: auto;
    align-items: flex-start;
    padding-top: 96px;
    padding-bottom: 42px;
  }
  .hero-inner {
    display: grid;
    justify-items: center;
    text-align: center;
  }
  .status-pill {
    max-width: min(100%, 340px);
    gap: 10px;
    padding: 8px 13px;
    font-size: 12px;
    line-height: 1.35;
  }
  .status-pill span {
    width: 10px;
    height: 10px;
  }
  .hero h1 {
    max-width: 330px;
    margin: 22px 0 16px;
    font-size: clamp(29px, 8vw, 34px);
    line-height: 1.18;
    text-align: center;
  }
  .hero p {
    max-width: 340px;
    font-size: 14.5px;
    line-height: 1.72;
    text-align: center;
  }
  .hero-actions {
    display: grid;
    gap: 12px;
    width: min(100%, 360px);
    margin: 26px auto 44px;
  }
  .hero-actions .btn {
    width: 100%;
    min-height: 50px;
    padding: 12px 18px;
    font-size: 14.5px;
  }
  .hero-stats, .proof-grid, .service-grid, .two-col, .problem-list, .standard-grid, .scope-grid, .timeline, .portfolio-grid, .estimate-grid, .contact-grid, .contact-form, .footer-grid, .blog-proof-grid, .blog-grid, .article-hero-grid, .article-layout { grid-template-columns: 1fr; }
  .hero-stats {
    width: min(100%, 360px);
    margin-inline: auto;
    justify-items: center;
    gap: 28px;
    padding-top: 34px;
    text-align: center;
  }
  .hero-stats div { width: 100%; }
  .proof-grid {
    max-width: 360px;
    margin-inline: auto;
    text-align: center;
  }
  .proof-grid article { padding: 24px 18px; }
  .blog-hero, .article-hero { padding: 116px 0 54px; }
  .blog-hero h1, .article-hero h1 { font-size: clamp(34px, 11vw, 48px); }
  .blog-index, .article-section { padding-top: 54px; }
  .blog-card-media img { height: 220px; }
  .blog-card-body { padding: 22px; }
  .article-featured { margin-top: 18px; }
  .article-content { font-size: 17px; line-height: 1.85; }
  .toc-card, .eeat-card { padding: 22px; }
  .article-footer-eeat { grid-template-columns: 1fr; justify-items: center; padding: 22px; text-align: center; }
  .article-footer-cta { justify-self: stretch; }
  .site-footer { padding: 54px 0 24px; }
  .footer-grid { gap: 34px; }
  .footer-brand-row { gap: 14px; margin-bottom: 22px; }
  .footer-brand-row img { width: 48px; height: 48px; }
  .footer-brand h2 { font-size: 24px; }
  .footer-brand strong { font-size: 11px; }
  .footer-grid h3 { margin-bottom: 14px; font-size: 21px; }
  .footer-grid p { font-size: 15px; line-height: 1.75; }
  .footer-office p { grid-template-columns: 22px 1fr; gap: 12px; }
  .footer-safety-card { padding: 22px; }
  .footer-bottom { margin-top: 36px; padding-top: 26px; }
  .footer-links { gap: 14px 22px; }
  .footer-links a, .footer-bottom p { font-size: 14px; }
  .contact-form label:last-of-type, .contact-form button { grid-column: auto; }
  .section { padding: 64px 0; }
  .section-head-center { margin-bottom: 34px; }
  .section-head-center h2 { font-size: 34px; }
  .section-head-center p { font-size: 17px; line-height: 1.6; }
  .section-head-center::after { width: 86px; height: 5px; margin-top: 22px; }
  .problem-list { gap: 16px; }
  .problem-list article { min-height: auto; padding: 28px 22px; }
  .problem-icon { width: 78px; height: 78px; margin-bottom: 20px; }
  .problem-icon svg { width: 36px; height: 36px; }
  .problem-list h3 { font-size: 22px; margin-bottom: 10px; }
  .problem-list p { font-size: 16px; }
  .standard-grid { gap: 16px; }
  .standard-grid article { min-height: auto; padding: 28px 22px; }
  .standard-icon, .scope-icon { width: 78px; height: 78px; margin-bottom: 20px; }
  .standard-icon svg, .scope-icon svg { width: 38px; height: 38px; }
  .standard-grid h3, .scope-grid h3 { font-size: 22px; }
  .scope-grid { gap: 16px; }
  .scope-grid article { min-height: 210px; padding: 28px 20px; }
  .scope-grid small { font-size: 12px; letter-spacing: .12em; }
  .timeline { gap: 28px; }
  .timeline-icon { width: 94px; height: 94px; margin-bottom: 18px; border-width: 5px; }
  .timeline-icon svg { width: 32px; height: 32px; }
  .timeline-number { width: 34px; height: 34px; font-size: 16px; }
  .timeline h3 { font-size: 22px; margin-bottom: 8px; }
  .timeline p { font-size: 16px; }
  .portfolio .section-head { margin-bottom: 28px; }
  .portfolio-grid { gap: 20px; max-width: 100%; }
  .project-card { border-radius: 12px; }
  .project-media img { height: 260px; }
  .project-tag { left: 18px; bottom: 18px; min-height: 42px; padding: 8px 18px; font-size: 18px; }
  .project-body { padding: 22px 18px 24px; }
  .project-place { font-size: 16px; gap: 8px; margin-bottom: 12px; }
  .project-place svg { width: 20px; height: 20px; }
  .project-card h3 { font-size: 24px; }
  .project-description { margin-top: 18px; font-size: 16px; line-height: 1.65; }
  .project-size { align-items: flex-start; flex-direction: column; gap: 6px; margin-top: 20px; padding-top: 18px; }
  .project-size strong { font-size: 24px; }
  .faq-head { margin-bottom: 44px; }
  .faq-badge { min-height: 40px; padding: 7px 16px; font-size: 13px; }
  .faq-badge svg { width: 22px; height: 22px; }
  .faq-head h2 { font-size: 36px; }
  .faq-head p { font-size: 18px; }
  .faq-head::after { width: 108px; height: 6px; margin-top: 28px; }
  .faq-list { gap: 16px; max-width: min(100% - 18px, 560px); }
  .faq summary {
    grid-template-columns: 30px 1fr 20px;
    gap: 12px;
    min-height: 84px;
    padding: 20px 16px;
    font-size: 19px;
  }
  .faq-icon { width: 28px; height: 28px; border-width: 2px; font-size: 17px; }
  .faq-chevron { width: 13px; height: 13px; border-width: 3px; }
  .faq details p { margin: -4px 18px 24px 58px; font-size: 16px; }
  .floating-contact, .floating-toggle { right: 16px; bottom: 16px; }
  .floating-toggle { width: 66px; height: 66px; }
  .floating-panel {
    right: -2px;
    bottom: 86px;
    width: calc(100vw - 28px);
    padding: 26px;
    border-radius: 20px;
  }
  .floating-option { grid-template-columns: 44px 1fr; min-height: 94px; padding: 18px; }
  .floating-option + .floating-option { margin-top: 18px; }
}
