﻿:root {
  --bg: #f4f0e8;
  --surface: #fffaf1;
  --text: #1b1c1c;
  --muted: #5d615d;
  --accent: #1f5a48;
  --accent-soft: #dce9e2;
  --line: #d6d1c5;
  --shadow: 0 12px 40px rgba(20, 24, 22, 0.09);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  background: radial-gradient(circle at 85% 10%, #e0ede6 0%, var(--bg) 46%, #ede6d8 100%);
  color: var(--text);
  line-height: 1.5;
}

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

.container {
  width: min(1150px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(8px);
  background: rgba(244, 240, 232, 0.84);
  border-bottom: 1px solid rgba(214, 209, 197, 0.65);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Sora", "Trebuchet MS", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.brand img {
  width: 3rem;
  height: 3rem;
  display: block;
  object-fit: cover;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(20, 24, 22, 0.12);
}

.nav-links {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  color: var(--muted);
  font-weight: 600;
}

.nav-links a {
  transition: color 180ms ease;
}

.nav-links a:hover {
  color: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.75rem 1.15rem;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
  background: #184a3a;
}

.btn-ghost {
  background: transparent;
  color: var(--accent);
  border-color: rgba(31, 90, 72, 0.4);
}

.btn-ghost:hover {
  background: rgba(31, 90, 72, 0.08);
}

.btn-sm {
  padding: 0.55rem 0.95rem;
  font-size: 0.92rem;
}

.hero {
  padding: clamp(2.5rem, 5vw, 4.2rem) 0 2.5rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(244, 240, 232, 0.95) 0%, rgba(244, 240, 232, 0.88) 28%, rgba(244, 240, 232, 0.72) 52%, rgba(228, 236, 232, 0.76) 100%),
    linear-gradient(135deg, rgba(31, 90, 72, 0.2), transparent 45%),
    radial-gradient(circle at 10% 25%, rgba(219, 173, 94, 0.2), transparent 35%),
    url("marble%20waterfall/WhatsApp%20Image%202026-02-25%20at%2010.11.42%20PM.jpeg") center center / cover no-repeat;
  pointer-events: none;
  transform: scale(1.02);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

.kicker {
  display: inline-block;
  margin: 0 0 0.35rem;
  color: #705c2e;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h1,
h2,
h3 {
  font-family: "Sora", "Trebuchet MS", sans-serif;
  line-height: 1.18;
  margin: 0;
}

h1 {
  font-size: clamp(2rem, 5.5vw, 3.2rem);
  max-width: 18ch;
}

h2 {
  font-size: clamp(1.4rem, 4vw, 2.05rem);
}

.hero-text {
  max-width: 58ch;
  margin: 1rem 0 1.45rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.2rem;
}

.hero-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.55rem 0.85rem;
  background: rgba(255, 250, 241, 0.78);
  border: 1px solid rgba(31, 90, 72, 0.14);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
}

.section {
  padding: clamp(2.4rem, 4vw, 3.3rem) 0;
  scroll-margin-top: 5.5rem;
}

.services-grid {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 0.85rem;
}

.services-grid article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 0.95rem;
  padding: 1rem;
}

.services-grid h3 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.services-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.sector-grid,
.case-study-grid {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem;
}

.sector-grid article,
.case-study-grid article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 0.95rem;
  padding: 1rem;
}

.sector-grid h3,
.case-study-grid h3 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.sector-grid p,
.case-study-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.section-note {
  margin: 0.5rem 0 0;
  color: var(--muted);
  max-width: 56ch;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.filter-btn {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  border-radius: 999px;
  padding: 0.48rem 0.86rem;
  font-weight: 700;
  font-size: 0.86rem;
  cursor: pointer;
}

.filter-btn.active {
  background: var(--accent-soft);
  border-color: rgba(31, 90, 72, 0.25);
  color: var(--accent);
}

.gallery {
  margin-top: 1rem;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-actions {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.page-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(2.8rem, 6vw, 4.8rem) 0 2.8rem;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(244, 240, 232, 0.96) 0%, rgba(244, 240, 232, 0.9) 34%, rgba(244, 240, 232, 0.7) 58%, rgba(228, 236, 232, 0.82) 100%),
    linear-gradient(135deg, rgba(31, 90, 72, 0.16), transparent 42%),
    var(--hero-image) center center / cover no-repeat;
  transform: scale(1.03);
  pointer-events: none;
}

.page-hero .container {
  position: relative;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
  color: #705c2e;
  font-size: 0.88rem;
  font-weight: 700;
}

.breadcrumbs a {
  color: var(--accent);
}

.page-lead {
  max-width: 62ch;
  margin: 1rem 0 1.45rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.page-summary,
.related-grid,
.showcase-grid {
  display: grid;
  gap: 0.85rem;
}

.page-summary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.35rem;
}

.summary-card,
.detail-panel,
.faq-item,
.related-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: var(--shadow);
}

.summary-card,
.faq-item,
.related-card {
  padding: 1rem;
}

.summary-card p:last-child,
.detail-panel p:last-child,
.faq-item p:last-child,
.related-card p:last-child {
  margin-bottom: 0;
}

.summary-card strong,
.related-kicker {
  display: block;
  margin-bottom: 0.35rem;
}

.detail-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: 1rem;
  align-items: start;
}

.detail-panel {
  padding: 1.15rem;
}

.detail-panel h3 {
  margin-bottom: 0.45rem;
}

.detail-panel p {
  color: var(--muted);
}

.checklist {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.checklist li {
  padding: 0.8rem 0.95rem;
  border-radius: 0.85rem;
  background: rgba(31, 90, 72, 0.06);
  border: 1px solid rgba(31, 90, 72, 0.14);
  color: var(--text);
  font-weight: 600;
}

.showcase-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.1rem;
}

.showcase-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 0.95rem;
  box-shadow: var(--shadow);
}

.faq-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.1rem;
}

.faq-item h3 {
  margin-bottom: 0.4rem;
}

.related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.1rem;
}

.related-card {
  display: grid;
  gap: 0.75rem;
  align-content: start;
}

.related-kicker {
  color: #705c2e;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.76rem;
  font-weight: 800;
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.cta-panel {
  background: linear-gradient(135deg, rgba(31, 90, 72, 0.13), rgba(255, 250, 241, 0.95));
  border: 1px solid rgba(31, 90, 72, 0.18);
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

.cta-panel p {
  margin: 0.7rem 0 0;
  color: var(--muted);
}

.photo-card {
  position: relative;
  border: 0;
  border-radius: 0.85rem;
  overflow: hidden;
  background: #d7d8d4;
  min-height: 170px;
  cursor: pointer;
  padding: 0;
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 220ms ease;
}

.photo-card:hover img {
  transform: scale(1.05);
}

.photo-chip {
  position: absolute;
  left: 0.6rem;
  bottom: 0.6rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 800;
  color: #fff;
  background: rgba(10, 12, 11, 0.66);
  border-radius: 999px;
  padding: 0.28rem 0.6rem;
}

.section-accent {
  background: linear-gradient(180deg, rgba(211, 227, 219, 0.45), rgba(255, 250, 241, 0.7));
  border-top: 1px solid rgba(31, 90, 72, 0.12);
  border-bottom: 1px solid rgba(31, 90, 72, 0.12);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 1.2rem;
}

.about-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.about-points {
  display: grid;
  gap: 0.6rem;
}

.about-points p {
  margin: 0;
  padding: 0.85rem 1rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  color: var(--text);
  font-weight: 700;
}

.contact-card {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 1rem;
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

.contact-card p {
  margin: 0.7rem 0 0;
  color: var(--muted);
}

.contact-details {
  line-height: 1.7;
  margin-top: 1rem;
}

.contact-details a {
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  background: rgba(31, 90, 72, 0.08);
  border: 1px solid rgba(31, 90, 72, 0.18);
  color: var(--accent);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.social-link:hover {
  transform: translateY(-1px);
  background: rgba(31, 90, 72, 0.14);
  border-color: rgba(31, 90, 72, 0.28);
}

.social-link svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: currentColor;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 0.6rem;
}

.site-footer {
  border-top: 1px solid rgba(31, 90, 72, 0.12);
  background: rgba(255, 250, 241, 0.7);
}

.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.1rem 0 2rem;
  text-align: center;
}

.footer-wrap p {
  margin: 0;
  color: var(--muted);
}

.footer-wrap .social-links {
  margin-top: 0;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 12, 12, 0.9);
  z-index: 50;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 0.6rem;
  padding: 1.2rem;
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: min(1100px, 95vw);
  max-height: 78vh;
  margin: 0 auto;
  border-radius: 0.5rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.lightbox button {
  border: 0;
  cursor: pointer;
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 700;
}

.lightbox-nav {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 1.45rem;
}

.lightbox p {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  color: #e7e7e7;
  margin: 0;
  font-weight: 600;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(3.2rem);
  transition: opacity 640ms ease, transform 760ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity, transform;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .hero-grid,
  .about-grid,
  .contact-card,
  .detail-grid {
    grid-template-columns: 1fr;
  }

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

  .page-summary,
  .related-grid,
  .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .contact-actions {
    justify-content: start;
  }
}

@media (max-width: 700px) {
  .nav-links {
    display: none;
  }

  .btn-sm {
    display: none;
  }

  .hero {
    padding-top: 2rem;
  }

  .services-grid,
  .page-summary,
  .related-grid,
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-card {
    min-height: 150px;
  }

  .lightbox {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    padding: 0.8rem;
  }

  .lightbox-nav {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 420px) {
  .services-grid,
  .page-summary,
  .related-grid,
  .showcase-grid,
  .gallery {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .reveal.in {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
