:root {
  --bg: #ece2d3;
  --text: #172027;
  --muted: #5d6d76;
  --line: rgba(23, 32, 39, 0.1);
  --brand: #d66d2f;
  --brand-deep: #9f4518;
  --accent: #1f6971;
  --gold: #d6a341;
  --dark: #0f1b22;
  --light: rgba(255, 250, 243, 0.9);
  --shadow: 0 22px 50px rgba(52, 37, 18, 0.14);
  --r-xl: 30px;
  --r-lg: 22px;
  --r-md: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  position: relative;
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(214, 109, 47, 0.18), transparent 24%),
    radial-gradient(circle at top right, rgba(31, 105, 113, 0.14), transparent 28%),
    linear-gradient(180deg, #f7f0e5 0%, var(--bg) 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: -1;
}

body::before {
  top: 120px;
  left: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 109, 47, 0.18), rgba(214, 109, 47, 0.02) 60%, transparent 70%);
  filter: blur(8px);
}

body::after {
  right: -100px;
  bottom: 120px;
  width: 360px;
  height: 360px;
  border-radius: 44px;
  background:
    linear-gradient(135deg, rgba(31, 105, 113, 0.16), rgba(31, 105, 113, 0.03)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 22px);
  transform: rotate(16deg);
  filter: blur(2px);
}

.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(14px);
  background: rgba(247, 240, 229, 0.84);
  border-bottom: 1px solid rgba(23, 32, 39, 0.07);
}

.nav-wrap, .footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.nav-wrap { min-height: 82px; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  padding: 6px;
  border-radius: 18px;
  overflow: hidden;
  background: #fbf6ee;
  border: 1px solid rgba(23, 32, 39, 0.1);
  box-shadow: 0 8px 18px rgba(23, 32, 39, 0.08);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong, h1, h2, h3, .hero-metric strong, .stats-strip strong, .stat-card strong { font-family: "Oswald", sans-serif; }
.brand-copy small, .site-nav a, .hero-metric span, .story-card p, .service-card p, .project-card p, .section-intro p, .location-card span, .contact-copy p, .contact-points span, .summary-card dt, .stat-card p { color: var(--muted); }

.site-nav { display: inline-flex; flex-wrap: wrap; gap: 22px; font-weight: 700; }
.site-nav a:hover { color: var(--brand-deep); }

.hero, .section { padding: 34px 0; }
.hero-grid, .story-grid, .service-grid, .project-grid, .coverage-grid, .calculator-grid, .contact-grid, .hero-mini-grid, .stats-grid, .summary-grid, .sop-grid, .benefit-grid, .client-strip, .comparison-grid, .partner-strip {
  display: grid;
  gap: 20px;
}

.hero-grid { grid-template-columns: 1.25fr 0.75fr; }
.hero-copy, .hero-panel, .story-card, .service-card, .project-card, .panel, .location-card, .contact-copy, .contact-card, .stats-strip article {
  border-radius: var(--r-xl);
  box-shadow: var(--shadow);
}

.hero-copy {
  position: relative;
  overflow: hidden;
  padding: 42px;
  color: #f4f7f8;
  background:
    linear-gradient(140deg, rgba(12, 23, 30, 0.82), rgba(22, 53, 61, 0.8)),
    url("construction-bg.svg") center/cover no-repeat;
}

.hero-copy::before,
.hero-copy::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-copy::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.18;
}

.hero-copy::after {
  right: -90px;
  top: -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 109, 47, 0.34), transparent 62%);
}

.hero-logo-wrap {
  margin-bottom: 20px;
}

.hero-logo {
  position: relative;
  z-index: 1;
  width: 124px;
  height: 124px;
  object-fit: cover;
  border-radius: 28px;
  background: #f5efe3;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
  mix-blend-mode: screen;
}

.eyebrow, .panel-label, .card-tag {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 800;
}

.eyebrow, .panel-label { color: #f4b48d; }
.card-tag { color: var(--accent); }
h1 { margin: 0; max-width: 12ch; font-size: clamp(3rem, 7vw, 5.6rem); line-height: 0.95; }
h2 { margin: 0 0 10px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 0.98; }
h3 { margin: 0 0 10px; font-size: 1.5rem; line-height: 1; }

.hero-text { margin: 18px 0 0; max-width: 56ch; color: rgba(244, 247, 248, 0.84); line-height: 1.75; }
.eyebrow,
h1,
.hero-text,
.hero-actions,
.hero-points {
  position: relative;
  z-index: 1;
}
.hero-actions, .hero-points { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-actions { margin-top: 28px; }
.hero-points { margin-top: 24px; }
.hero-points span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
}

.button-primary {
  background: linear-gradient(145deg, var(--brand), var(--brand-deep));
  color: #fff8f1;
}

.button-secondary {
  color: #edf5f6;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
}

.full-width { width: 100%; }

.hero-panel, .panel, .contact-copy, .contact-card {
  padding: 28px;
  background: var(--light);
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.hero-panel {
  background:
    linear-gradient(180deg, rgba(18, 31, 38, 0.62), rgba(30, 47, 56, 0.66)),
    url("company-snapshot-bg.gif") center/cover no-repeat;
  background-blend-mode: multiply, normal;
}


.story-card,
.benefit-card,
.sop-card,
.project-card,
.price-card,
.legal-card,
.location-card,
.contact-copy,
.contact-card,
.panel,
.hero-panel {
  position: relative;
  overflow: hidden;
}

.story-card::before,
.benefit-card::before,
.sop-card::before,
.project-card::before,
.price-card::before,
.legal-card::before,
.location-card::before,
.contact-copy::before,
.contact-card::before,
.panel::before,
.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--accent), transparent);
  opacity: 0.85;
}

.hero-metric {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.hero-metric strong { font-size: 5rem; line-height: 0.9; color: var(--brand-deep); }
.hero-mini-grid { grid-template-columns: 1fr 1fr; }
.hero-mini-grid article, .story-card, .project-card, .location-card {
  padding: 20px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(23, 32, 39, 0.06);
}

.hero-mini-grid strong, .location-card strong, .contact-points strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.1rem;
}

.section-intro { max-width: 760px; margin-bottom: 26px; }
.section-intro h2 {
  position: relative;
}

.section-intro h2::after {
  content: "";
  display: block;
  width: 96px;
  height: 5px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), var(--gold));
}

.story-grid, .project-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.client-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

.client-logo-card {
  display: grid;
  place-items: center;
  min-height: 160px;
  padding: 20px;
  border-radius: var(--r-xl);
  background: rgba(255, 251, 246, 0.9);
  border: 1px solid rgba(23, 32, 39, 0.08);
  box-shadow: var(--shadow);
}

.client-logo-card img {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
  display: block;
}

.partner-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 20px;
}

.partner-logo-card {
  display: grid;
  place-items: center;
  min-height: 180px;
  padding: 24px;
  border-radius: var(--r-xl);
  background: rgba(255, 251, 246, 0.94);
  border: 1px solid rgba(23, 32, 39, 0.08);
  box-shadow: var(--shadow);
}

.partner-logo-card img {
  max-width: 100%;
  max-height: 110px;
  object-fit: contain;
  display: block;
}

.benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-card {
  padding: 24px;
  border-radius: var(--r-xl);
  background: rgba(255, 251, 246, 0.82);
  border: 1px solid rgba(23, 32, 39, 0.07);
  box-shadow: var(--shadow);
}

.benefit-card:nth-child(2n) {
  background:
    linear-gradient(180deg, rgba(31, 105, 113, 0.08), rgba(255, 251, 246, 0.88));
}

.benefit-card:nth-child(3n) {
  background:
    linear-gradient(180deg, rgba(214, 109, 47, 0.08), rgba(255, 251, 246, 0.9));
}

.benefit-card p {
  color: var(--muted);
  line-height: 1.75;
}

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

.comparison-card {
  padding: 28px;
  border-radius: var(--r-xl);
  background: rgba(255, 251, 246, 0.88);
  border: 1px solid rgba(23, 32, 39, 0.08);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.comparison-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--brand), transparent);
}

.comparison-featured {
  background: linear-gradient(180deg, rgba(31, 105, 113, 0.08), rgba(255, 251, 246, 0.94));
}

.compare-list {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.compare-list li + li {
  margin-top: 10px;
}

.section-dark {
  background: linear-gradient(180deg, rgba(11, 21, 28, 0.96), rgba(13, 28, 36, 0.98));
  color: #f3f7f8;
}

.section-dark .service-card {
  padding: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: none;
}

.section-dark .service-card::before {
  background: linear-gradient(90deg, rgba(244, 180, 141, 0.95), rgba(255,255,255,0.22), transparent);
}

.section-dark .section-intro p, .section-dark .service-card p { color: rgba(220, 230, 234, 0.8); }
.service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.project-card, .contact-card { padding: 24px; }

.sop-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sop-card {
  padding: 24px;
  border-radius: var(--r-xl);
  background: rgba(255, 251, 246, 0.82);
  border: 1px solid rgba(23, 32, 39, 0.07);
  box-shadow: var(--shadow);
}

.sop-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--accent), #164a50);
  color: #eff8f8;
  font-family: "Oswald", sans-serif;
  font-size: 1.3rem;
}

.sop-card p {
  color: var(--muted);
  line-height: 1.75;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}

.stats-strip article {
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.88), rgba(244, 235, 223, 0.95));
  border: 1px solid rgba(23, 32, 39, 0.06);
}

.stats-strip article:nth-child(2n) {
  transform: translateY(8px);
}

.stats-strip strong {
  display: block;
  font-size: 2.6rem;
  color: var(--brand-deep);
}

.coverage-grid, .contact-grid { grid-template-columns: 1fr 0.95fr; }
.location-cards { display: grid; gap: 16px; }
.section-highlight { background: linear-gradient(180deg, rgba(214, 231, 229, 0.68), rgba(255, 247, 236, 0.82)); }
.calculator-grid { grid-template-columns: 0.95fr 1.15fr; }
.pricing-grid, .pricing-calculator-grid {
  display: grid;
  gap: 20px;
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 20px;
}

.pricing-calculator-grid {
  grid-template-columns: 0.9fr 1.1fr;
}

.field-grid, .stats-grid, .summary-grid { display: grid; gap: 16px; }
.field-grid, .stats-grid, .summary-grid, .contact-points { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.field { display: flex; flex-direction: column; gap: 8px; font-weight: 800; }
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--r-md);
  border: 1px solid rgba(23, 32, 39, 0.12);
  background: #fffaf3;
  color: var(--text);
  font: inherit;
}

.field textarea {
  resize: vertical;
  min-height: 140px;
}

.compact-intro {
  margin-bottom: 18px;
}

.price-card {
  padding: 24px;
  border-radius: var(--r-xl);
  background: rgba(255, 251, 246, 0.8);
  border: 1px solid rgba(23, 32, 39, 0.07);
  box-shadow: var(--shadow);
}

.price-card.featured {
  background: linear-gradient(180deg, rgba(214, 109, 47, 0.12), rgba(255, 251, 246, 0.92));
  border-color: rgba(214, 109, 47, 0.18);
}

.price-card.featured::after {
  content: "Popular";
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(214, 109, 47, 0.12);
  color: var(--brand-deep);
}

.price-card h3 {
  font-size: 2rem;
  margin-bottom: 12px;
}

.price-card p:last-child {
  color: var(--muted);
  line-height: 1.7;
}

.price-fields {
  grid-template-columns: 1fr 1fr;
}

.price-output-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stat-card, .summary-card {
  padding: 22px;
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, rgba(255,255,255,0.86), rgba(255,248,240,0.98));
  border: 1px solid rgba(23, 32, 39, 0.08);
}

.stat-card span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  color: var(--muted);
}

.stat-card strong { display: block; margin: 12px 0 8px; font-size: 1.95rem; }
.summary-card dl { margin: 0; }
.summary-card div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(23, 32, 39, 0.08);
}

.summary-card div:first-child { border-top: none; }
.summary-card dt, .summary-card dd { margin: 0; }
.summary-card dd { text-align: right; font-weight: 800; }
.accent-one { border-top: 4px solid var(--brand); }
.accent-two { border-top: 4px solid var(--accent); }
.accent-three { border-top: 4px solid var(--gold); }
.accent-four { border-top: 4px solid #7057a0; }

.contact-points { gap: 14px; margin-top: 22px; }
.contact-points div {
  padding: 16px;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, 0.6);
}

.enquiry-form {
  display: grid;
  gap: 16px;
}

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

.form-status {
  margin: 0;
  min-height: 24px;
  color: var(--accent);
  font-weight: 700;
}

.legal-section {
  background: linear-gradient(180deg, rgba(245, 238, 226, 0.86), rgba(232, 223, 208, 0.92));
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.legal-card {
  padding: 28px;
  border-radius: var(--r-xl);
  background: rgba(255, 251, 246, 0.82);
  border: 1px solid rgba(23, 32, 39, 0.07);
  box-shadow: var(--shadow);
}

.legal-card::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 120px;
  height: 120px;
  border-radius: 32px;
  background: radial-gradient(circle, rgba(31, 105, 113, 0.14), transparent 68%);
}

.legal-card p {
  color: var(--muted);
  line-height: 1.75;
}

.check-list { margin: 18px 0 24px; padding-left: 20px; color: var(--muted); }
.check-list li + li { margin-top: 10px; }
.site-footer { padding: 20px 0 34px; }
.site-footer p { margin: 0; color: var(--muted); }

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  color: var(--muted);
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--brand-deep);
}

.footer-note {
  margin-top: 14px;
}

.footer-note p {
  color: var(--muted);
  line-height: 1.8;
}

@media (max-width: 1100px) {
  .hero-grid, .story-grid, .service-grid, .project-grid, .coverage-grid, .calculator-grid, .contact-grid, .pricing-grid, .pricing-calculator-grid, .sop-grid, .legal-grid, .benefit-grid, .client-strip, .comparison-grid, .partner-strip { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 20px, 1180px); }
  .nav-wrap, .footer-wrap { flex-direction: column; align-items: flex-start; padding: 14px 0; }
  .site-nav { gap: 14px; }
  .hero-copy, .hero-panel, .panel, .story-card, .service-card, .project-card, .contact-copy, .contact-card { padding: 22px; }
  .hero-mini-grid, .field-grid, .stats-grid, .summary-grid, .contact-points, .stats-strip, .service-grid, .price-fields, .price-output-grid, .enquiry-grid { grid-template-columns: 1fr; }
  .stats-strip article:nth-child(2n) { transform: none; }
  h1 { font-size: clamp(2.6rem, 12vw, 4rem); }
  h2 { font-size: clamp(1.8rem, 8vw, 2.7rem); }
}
