@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --navy: #08101c;
  --navy-2: #0e1929;
  --gold: #c58a34;
  --gold-2: #ae7424;
  --text: #1a1e25;
  --muted: #5a616c;
  --light: #f4f5f7;
  --white: #ffffff;
  --line: #dee3ea;
  --shadow: 0 16px 36px rgba(10, 18, 32, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.45;
}

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

.top-bar {
  background: radial-gradient(120% 120% at 10% 10%, #12233f 0%, var(--navy) 40%, #060b14 100%);
  color: #f7f9fc;
  font-size: 14px;
}
.top-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.contact-left,
.contact-right {
  display: flex;
  align-items: center;
  gap: 22px;
}
.top-bar a { color: #f7f9fc; }
.top-bar a:hover { color: var(--gold); }
.social-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.social-icon[aria-label="Facebook"] svg {
  fill: currentColor;
  stroke: none;
}

.main-nav {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 30;
}
.nav-inner {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo img {
  width: auto;
  height: 84px;
  display: block;
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
}
.nav-links a { padding: 8px 0; }
.nav-links .active {
  color: var(--gold);
  border-bottom: 2px solid var(--gold);
}
.quote-btn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.quote-btn {
  background: var(--gold);
  color: var(--white) !important;
  padding: 12px 20px !important;
  border: 0 !important;
}
.quote-btn:hover,
.btn.primary:hover { background: var(--gold-2); }

.hero {
  min-height: 520px;
  position: relative;
  overflow: hidden;
  background: #0f1522;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 14, 26, 0.92) 0%, rgba(7, 14, 26, 0.78) 28%, rgba(7, 14, 26, 0.18) 66%),
    url('assets/walnut-cove-1.jpg') center/cover no-repeat;
}
.hero-content {
  position: relative;
  color: var(--white);
  padding: 52px 0 58px;
}
.hero h1 {
  margin: 0 0 14px;
  max-width: 640px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(54px, 9vw, 82px);
  line-height: 0.95;
}
.hero h1 span { color: var(--gold); display: block; }
.hero p {
  margin: 0 0 24px;
  max-width: 520px;
  font-size: 18px;
  color: #eef3fb;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.btn {
  min-height: 48px;
  padding: 12px 22px;
  font-size: 14px;
}
.btn.primary { background: var(--gold); color: var(--white); }
.btn.secondary {
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.03);
}
.btn.secondary:hover { background: rgba(255, 255, 255, 0.12); }

.trust-strip {
  background: radial-gradient(120% 120% at 10% 10%, #12233f 0%, var(--navy) 38%, #050a11 100%);
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.trust-item:last-child { border-right: 0; }
.trust-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
  border-radius: 50%;
  background: rgba(5, 10, 17, 0.55);
  border: 1.5px solid rgba(197, 138, 52, 0.45);
}
.trust-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.trust-item h3 {
  margin: 0 0 2px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.4px;
}
.trust-item p {
  margin: 0;
  color: #e6ebf3;
  font-size: 14px;
}

.section { padding: 60px 0; }
.about-section { background: var(--light); }
.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}
.about-img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.eyebrow {
  color: var(--gold);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.about-copy h2,
.services-card h2,
.section-title h2,
.gallery-block h2 {
  margin: 6px 0 12px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 52px;
  line-height: 1;
}
.about-copy h2::after,
.services-card h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  background: var(--gold);
}
.about-copy p {
  margin: 0 0 18px;
  color: #2b313a;
  font-size: 17px;
}
.btn.small { font-size: 14px; min-height: 44px; padding: 10px 18px; }

.services-card {
  background: #ecedf0;
  border-radius: 10px;
  padding: 18px 20px;
  box-shadow: 0 8px 18px rgba(12, 16, 26, 0.08);
}
.services-card ul {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 8px;
}
.services-card li {
  padding-left: 22px;
  position: relative;
  font-size: 16px;
}
.services-card li::before {
  content: 'o';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}

.projects-section { background: var(--white); }
.section-title {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 24px;
}
.section-title h2 { margin-bottom: 8px; }
.section-title p { margin: 0; color: #3c434f; font-size: 18px; }

.project-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.project-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 250px;
  background: #0b111d;
  box-shadow: var(--shadow);
}
.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.project-card:hover img { transform: scale(1.06); }
.project-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 16px 16px 12px;
  color: var(--white);
  background: linear-gradient(0deg, rgba(7, 11, 18, 0.95), rgba(7, 11, 18, 0.2));
}
.project-overlay span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.28);
  margin-bottom: 10px;
}
.project-badge img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1) contrast(1.1);
}
.project-overlay h3 {
  margin: 0;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1;
  font-size: 34px;
}
.project-overlay p {
  margin: 4px 0 10px;
  color: #e4e8f0;
  font-size: 16px;
}
.project-overlay a {
  color: #ffcd75;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}
.center { text-align: center; margin-top: 20px; }

.cta-section {
  background:
    linear-gradient(90deg, rgba(8, 13, 22, 0.92), rgba(8, 13, 22, 0.72)),
    url('assets/interior wood framing project.png') center/cover no-repeat;
  color: var(--white);
  padding: 24px 0;
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.cta-inner h2 {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 56px;
  line-height: 1;
}
.cta-inner p {
  margin: 2px 0 0;
  color: #e7ecf4;
  font-size: 18px;
}
.btn.secondary.light {
  border-color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.24);
  min-width: 290px;
}

.quote-section {
  background: linear-gradient(180deg, #f5f6f8 0%, #eef1f5 100%);
}
.quote-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}
.quote-copy h2 {
  margin: 6px 0 12px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 54px;
  line-height: 0.95;
}
.quote-copy p {
  margin: 0 0 18px;
  font-size: 17px;
  color: #2b313a;
}
.quote-details {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 18px rgba(10, 18, 32, 0.06);
}
.quote-details p {
  margin: 0;
  font-size: 15px;
}
.quote-details a { color: var(--navy); font-weight: 700; }
.quote-form {
  background: var(--white);
  border-radius: 12px;
  padding: 22px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
}
.quote-form label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}
.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid #cfd6df;
  border-radius: 8px;
  padding: 12px 14px;
  font: inherit;
  background: #fff;
}
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(197, 138, 52, 0.16);
}
.quote-submit {
  width: 100%;
}

.footer {
  background: radial-gradient(120% 120% at 10% 10%, #12233f 0%, var(--navy) 42%, #050a11 100%);
  color: #f4f7fb;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 24px;
  padding: 24px 0 16px;
}
.footer img { width: 220px; max-width: 100%; }
.footer p,
.footer a {
  display: block;
  margin: 4px 0;
  color: #e3e8f0;
  font-size: 14px;
}
.footer h4 {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 12px 4%;
  color: #b9c0cc;
  font-size: 13px;
}

.projects-page .page-hero {
  padding: 70px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 14, 26, 0.88), rgba(7, 14, 26, 0.52)),
    url('assets/church2.jpeg') center/cover no-repeat;
}
.page-hero h1 {
  margin: 6px 0;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 70px;
  line-height: 1;
}
.page-hero p { margin: 0; font-size: 18px; }
.gallery-block:nth-child(even) { background: var(--light); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.project-slider {
  max-width: 760px;
  margin: 10px auto 0;
  position: relative;
}
.project-slides {
  position: relative;
  aspect-ratio: 20 / 8;
  max-height: 320px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(10, 18, 32, 0.18);
  background: #0c1118;
}
.project-slides .slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .45s ease;
}
.project-slides .slide.active { opacity: 1; }
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(8, 16, 28, 0.75);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
}
.slider-btn:hover { background: rgba(197, 138, 52, 0.92); }
.slider-btn.prev { left: 10px; }
.slider-btn.next { right: 10px; }
.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
  z-index: 3;
}
.slider-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  padding: 0;
}
.slider-dots button.active { background: var(--gold); }
.projects-page .gallery-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 360px));
  justify-content: center;
}
.gallery-grid img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(10, 18, 32, 0.15);
}

.footer-credit {
  max-width: 1120px;
  width: min(1120px, 92%);
  margin: 0 auto;
  padding: 12px 0 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  color: #9aa3b0;
}
.credit-label,
.credit-services,
.credit-cta,
.credit-brand { font-size: 18px; }
.credit-brand { color: var(--gold); font-weight: 700; }
.credit-cta:hover,
.credit-brand:hover { color: #fff; }

@media (max-width: 1100px) {
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .services-card { max-width: 560px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .top-inner,
  .contact-left,
  .contact-right,
  .cta-inner { flex-direction: column; align-items: flex-start; gap: 6px; }
  .nav-inner { height: auto; padding: 14px 0; }
  .logo img { height: 64px; }
  .menu-toggle { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 14px 4%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .nav-links.open { display: flex; }
  .trust-grid,
  .project-grid,
  .gallery-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .quote-grid { grid-template-columns: 1fr; }
  .slider-btn {
    width: 36px;
    height: 36px;
    font-size: 24px;
  }
  .project-slider {
    max-width: 100%;
  }
  .project-slides {
    aspect-ratio: 16 / 10;
    max-height: 230px;
  }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.14); }
  .hero { min-height: 500px; }
  .hero-content { padding: 46px 0 50px; }
  .hero h1 { font-size: clamp(44px, 13vw, 66px); }
  .hero p { font-size: 18px; }
  .section-title h2,
  .about-copy h2,
  .services-card h2,
  .gallery-block h2,
  .cta-inner h2,
  .page-hero h1 { font-size: clamp(36px, 9vw, 50px); }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}


