:root {
  --wood-dark: #4b2f1c;
  --wood: #8a5a2b;
  --amber: #c9935f;
  --button: #517236;
  --button-hover: #ffffff;
  --menu: #0D6B68;
  --forest: #2f4d36;
  --sage: #7c8b67;
  --graphite: #171915;
  --cream: #f7f1e7;
  --linen: #fbf8f1;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--graphite);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--linen);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background: transparent;
  border: 0;
}
.nav-container { padding-left: 52px; padding-right: 52px; }
.home-nav { min-height: 92px; padding: 0; }
.navbar-brand { display: flex; align-items: baseline; gap: 8px; font-weight: 700; letter-spacing: 0; }
.brand-mark { color: var(--white); font-size: 28px; line-height: 1; text-shadow: 0 2px 18px rgba(0,0,0,.35); }
.brand-text { color: var(--amber); font-size: 13px; letter-spacing: 2px; text-shadow: 0 2px 18px rgba(0,0,0,.35); }
.nav-link { color: rgba(255,255,255,.92); font-weight: 600; font-size: 14px; text-transform: none; letter-spacing: 0; margin-left: 26px; }
.nav-link:hover { color: var(--button); }
.nav-cta { background: var(--button); color: var(--white); padding: 11px 17px !important; border-radius: 2px; }
.nav-cta:hover { background: var(--button-hover); color: var(--button); }
.navbar-toggler { border: 0; padding: 8px 10px; }
.navbar-toggler-icon { width: 24px; height: 2px; background: var(--white); display: block; position: relative; }
.navbar-toggler-icon:before,
.navbar-toggler-icon:after { content: ""; position: absolute; left: 0; width: 24px; height: 2px; background: var(--white); }
.navbar-toggler-icon:before { top: -7px; }
.navbar-toggler-icon:after { top: 7px; }

.hero-slider { position: relative; min-height: 100vh; overflow: hidden; display: flex; align-items: center; }
.hero-frame, .hero-slide, .hero-overlay { position: absolute; inset: 0; }
.hero-slide { background-size: cover; background-position: center; opacity: 0; transform: scale(1.04); animation: heroFade 14s infinite; }
.hero-slide-one { background-image: url('../assets/videos/Capa1.mp4'); }
.hero-slide-two { background-image: url('../assets/videos/capa2.mp4'); animation-delay: 7s; }
.hero-overlay { background: linear-gradient(90deg, rgba(13,18,14,.72) 0%, rgba(47,77,54,.48) 43%, rgba(23,25,21,.18) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; color: var(--white); padding-top: 132px; padding-bottom: 140px; }
.eyebrow, .section-kicker { display: inline-block; color: var(--amber); text-transform: none; font-size: 26px; font-weight: 600; letter-spacing: 0; margin-bottom: 16px; }
.hero-content h1 { max-width: 900px; font-size: clamp(38px, 5.8vw, 70px); line-height: 1.06; font-weight: 700; letter-spacing: 0; margin-bottom: 24px; }
.hero-copy { max-width: 620px; font-size: 18px; color: rgba(255,255,255,.9); margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { border-radius: 2px; font-weight: 700; padding: 14px 22px; border: 0; text-transform: none; font-size: 14px; letter-spacing: 0; }
.btn-primary-home { background: var(--button); color: var(--white); }
.btn-primary-home:hover { background: var(--button-hover); color: var(--button); }
.btn-outline-home { background: var(--button); color: var(--white); }
.btn-outline-home:hover { background: var(--button-hover); color: var(--button); }
.btn-secondary-home { background: var(--button); color: var(--white); }
.btn-secondary-home:hover { background: var(--button-hover); color: var(--button); }
.btn-outline-dark-home { background: var(--button); color: var(--white); }
.btn-outline-dark-home:hover { background: var(--button-hover); color: var(--button); }
.hero-bottom-strip { position: absolute; z-index: 3; left: 50%; bottom: 0; transform: translateX(-50%); width: min(1120px, calc(100% - 48px)); display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(247,241,231,.96); box-shadow: 0 -18px 50px rgba(0,0,0,.12); }
.hero-bottom-strip div { padding: 23px 28px; border-right: 1px solid rgba(75,47,28,.12); }
.hero-bottom-strip div:last-child { border-right: 0; }
.hero-bottom-strip strong { display: block; color: var(--wood-dark); font-size: 18px; line-height: 1.2; }
.hero-bottom-strip span { display: block; color: #75695e; font-size: 13px; margin-top: 5px; }

.section { padding: 96px 0; }
.section-heading { margin-bottom: 46px; }
.section-heading h2, .story-section h2, .process-section h2, .sustainability-section h2, .contact-panel h2, .projects-title-row h2 { color: var(--wood-dark); font-size: clamp(29px, 3.6vw, 46px); line-height: 1.14; font-weight: 700; letter-spacing: 0; margin-bottom: 18px; }
.section-heading p, .story-section p, .contact-panel p, .projects-title-row p { color: #62594f; font-size: 17px; }
.centered { text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }

.intro-section { background: var(--linen); padding-top: 120px; }
.feature-grid { margin-left: -8px; margin-right: -8px; }
.feature-grid > div { padding: 8px; }
.feature-card { height: 100%; background: transparent; border-top: 1px solid rgba(75,47,28,.22); padding: 26px 8px 10px; border-radius: 0; box-shadow: none; }
.feature-card i { width: 40px; height: 40px; display: grid; place-items: center; color: var(--menu); background: rgba(13,107,104,.08); border-radius: 50%; margin-bottom: 22px; }
.feature-card h3 { color: var(--wood-dark); font-size: 21px; font-weight: 700; margin-bottom: 12px; }
.feature-card p { color: #665d52; margin: 0; }

.story-section { background: var(--cream); }
.story-image { position: relative; min-height: 520px; overflow: hidden; border-radius: 2px; }
.story-image img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.story-copy-col { padding-left: 54px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 26px; color: var(--forest); font-weight: 700; }
.text-link:hover { color: var(--wood); }

.process-section { background: var(--graphite); color: var(--white); }
.process-section h2 { color: var(--white); }
.process-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.16); }
.process-step { background: #20251f; padding: 34px 28px; min-height: 260px; }
.process-step span { color: var(--amber); font-weight: 700; font-size: 14px; letter-spacing: 2px; }
.process-step h3 { color: var(--white); font-size: 24px; font-weight: 700; margin: 20px 0 14px; }
.process-step p { color: rgba(255,255,255,.72); margin: 0; }

.projects-section { background: var(--linen); padding-top: 104px; }
.projects-container { padding-left: 42px; padding-right: 42px; }
.projects-title-row { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 42px; align-items: end; margin: 0 auto 36px; max-width: 1240px; }
.projects-title-row h2 { margin-bottom: 0; }
.projects-title-row p { margin: 0 0 8px; }
.project-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 285px; gap: 12px; }
.project-photo { position: relative; overflow: hidden; background: var(--wood-dark); min-height: 0; }
.project-photo.tall { grid-row: span 2; }
.project-photo.wide { grid-column: span 2; }
.project-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .5s ease; }
.project-photo:after { content: ""; position: absolute; inset: auto 0 0; height: 44%; background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.62) 100%); opacity: .78; transition: opacity .35s ease; }
.project-photo span { position: absolute; left: 18px; bottom: 15px; z-index: 2; color: var(--white); font-weight: 700; font-size: 13px; text-transform: none; letter-spacing: 0; }
.project-photo:hover img { transform: scale(1.045); filter: saturate(1.04); }
.project-photo:hover:after { opacity: 1; }
.projects-cta { text-align: center; margin-top: 28px; }

.sustainability-section { background: var(--menu); color: var(--white); }
.sustainability-section h2 { color: var(--white); }
.benefit-list { display: grid; gap: 14px; }
.benefit-list div { display: grid; grid-template-columns: 160px 1fr; gap: 20px; align-items: center; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.benefit-list strong { color: var(--amber); font-size: 18px; }
.benefit-list span { color: rgba(255,255,255,.8); }

.contact-section { padding: 92px 0; background: linear-gradient(135deg, var(--cream) 0%, var(--linen) 100%); }
.contact-panel { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; background: var(--white); border: 1px solid rgba(75,47,28,.13); border-radius: 2px; padding: 44px; box-shadow: 0 20px 60px rgba(75,47,28,.08); }
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }

.site-footer { background: #11130f; color: rgba(255,255,255,.75); padding: 34px 0; }
.site-footer strong { display: block; color: var(--white); letter-spacing: 1px; }
.site-footer p { margin: 6px 0 0; }
.footer-contact { display: flex; gap: 16px; justify-content: flex-end; flex-wrap: wrap; font-size: 14px; }

@keyframes heroFade {
  0% { opacity: 0; transform: scale(1.04); }
  8% { opacity: 1; }
  48% { opacity: 1; transform: scale(1.1); }
  56% { opacity: 0; transform: scale(1.12); }
  100% { opacity: 0; transform: scale(1.04); }
}

@media (max-width: 1199px) {
  .nav-container { padding-left: 28px; padding-right: 28px; }
  .nav-link { margin-left: 16px; }
  .project-gallery { grid-auto-rows: 235px; }
}

@media (max-width: 991px) {
  .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background: transparent;
  border: 0;
}
  .home-nav { min-height: 72px; }
  .navbar-collapse { padding: 14px 18px 20px; margin-top: 8px; background: rgba(13,107,104,.98); }
  .nav-link { margin: 8px 0; }
  .hero-slider { min-height: 820px; }
  .hero-content { padding-top: 120px; padding-bottom: 190px; }
  .hero-content h1 { font-size: 44px; }
  .hero-bottom-strip { grid-template-columns: 1fr; width: calc(100% - 32px); }
  .hero-bottom-strip div { padding: 15px 20px; border-right: 0; border-bottom: 1px solid rgba(75,47,28,.12); }
  .section { padding: 72px 0; }
  .intro-section { padding-top: 88px; }
  .story-image, .story-image img { min-height: 390px; }
  .story-copy-col { padding-left: 15px; margin-top: 46px; }
  .process-line { grid-template-columns: repeat(2, 1fr); }
  .projects-container { padding-left: 18px; padding-right: 18px; }
  .projects-title-row { grid-template-columns: 1fr; gap: 8px; }
  .project-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 245px; }
  .project-photo.tall { grid-row: span 1; }
  .project-photo.wide { grid-column: span 2; }
  .contact-panel { grid-template-columns: 1fr; }
  .contact-actions { justify-content: flex-start; }
  .footer-contact { justify-content: flex-start; margin-top: 18px; }
}

@media (max-width: 575px) {
  .nav-container { padding-left: 16px; padding-right: 16px; }
  .brand-mark { font-size: 25px; }
  .brand-text { font-size: 12px; letter-spacing: 2px; }
  .hero-slider { min-height: 760px; }
  .hero-content { padding-top: 104px; padding-bottom: 210px; }
  .hero-content h1 { font-size: 30px; }
  .hero-copy { font-size: 16px; }
  .hero-actions .btn, .contact-actions .btn { width: 100%; text-align: center; }
  .section-heading h2, .story-section h2, .process-section h2, .sustainability-section h2, .contact-panel h2, .projects-title-row h2 { font-size: 30px; }
  .feature-card { padding: 24px 0 8px; }
  .process-line, .project-gallery { grid-template-columns: 1fr; }
  .process-step { min-height: auto; }
  .project-photo.wide { grid-column: span 1; }
  .project-gallery { grid-auto-rows: 260px; gap: 10px; }
  .benefit-list div { grid-template-columns: 1fr; gap: 4px; }
  .contact-panel { padding: 28px; }
}



.project-photo { cursor: pointer; }
.project-modal .modal-dialog { max-width: min(1180px, calc(100% - 32px)); }
.project-modal .modal-content { background: #fbf8f1; border: 0; border-radius: 2px; overflow: hidden; }
.project-modal .modal-body { padding: 0; }
.project-modal-close { position: absolute; top: 14px; right: 18px; z-index: 5; width: 42px; height: 42px; border: 0; background: rgba(23,25,21,.72); color: var(--white); font-size: 30px; line-height: 1; cursor: pointer; }
.project-modal-close:hover { background: var(--button); color: var(--white); }
.project-modal-header { padding: 24px 30px 18px; }
.project-modal-header span { display: block; color: var(--button); font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.project-modal-header h2 { color: var(--wood-dark); font-size: 32px; line-height: 1.15; font-weight: 700; margin: 0; }
.project-modal-main { position: relative; background: #11130f; display: flex; align-items: center; justify-content: center; min-height: 560px; }
.project-modal-main img { width: 100%; max-height: 72vh; min-height: 420px; object-fit: contain; }
.project-modal-nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; width: 46px; height: 58px; border: 0; background: rgba(255,255,255,.88); color: var(--button); font-size: 44px; line-height: 1; cursor: pointer; }
.project-modal-nav:hover { background: var(--button); color: var(--white); }
.project-modal-prev { left: 16px; }
.project-modal-next { right: 16px; }
.project-modal-thumbs { display: grid; grid-auto-flow: column; grid-auto-columns: 118px; gap: 8px; overflow-x: auto; padding: 14px; background: #f3ecdf; }
.project-modal-thumbs button { height: 78px; padding: 0; border: 3px solid transparent; background: transparent; cursor: pointer; opacity: .72; }
.project-modal-thumbs button.active { border-color: var(--button); opacity: 1; }
.project-modal-thumbs img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 575px) {
  .project-modal .modal-dialog { max-width: calc(100% - 14px); margin: 7px auto; }
  .project-modal-header { padding: 18px 18px 14px; }
  .project-modal-header h2 { font-size: 24px; }
  .project-modal-main { min-height: 360px; }
  .project-modal-main img { min-height: 300px; max-height: 64vh; }
  .project-modal-nav { width: 38px; height: 50px; font-size: 36px; }
  .project-modal-prev { left: 8px; }
  .project-modal-next { right: 8px; }
  .project-modal-thumbs { grid-auto-columns: 92px; }
  .project-modal-thumbs button { height: 64px; }
}
/* section-gradient-transition */
main > section {
  position: relative;
  overflow: hidden;
}
.intro-section {
  background: linear-gradient(180deg, #fbf8f1 0%, #f7f1e7 100%);
}
.story-section {
  background: linear-gradient(180deg, #f7f1e7 0%, #fbf8f1 48%, #f2eadc 100%);
}
.process-section {
  background: linear-gradient(180deg, #f2eadc 0%, #171915 18%, #171915 82%, #f7f1e7 100%);
}
.projects-section {
  background: linear-gradient(180deg, #f7f1e7 0%, #fbf8f1 42%, #eef2e8 100%);
}
.contact-section {
  background: linear-gradient(180deg, #eef2e8 0%, #fbf8f1 44%, #f7f1e7 100%);
}
.intro-section::before,
.story-section::before,
.projects-section::before,
.contact-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 86px;
  pointer-events: none;
  z-index: 0;
}
.intro-section::before {
  background: linear-gradient(180deg, rgba(251,248,241,0) 0%, rgba(251,248,241,.9) 100%);
}
.story-section::before {
  background: linear-gradient(180deg, rgba(247,241,231,0) 0%, rgba(247,241,231,.92) 100%);
}
.projects-section::before {
  background: linear-gradient(180deg, rgba(247,241,231,0) 0%, rgba(251,248,241,.92) 100%);
}
.contact-section::before {
  background: linear-gradient(180deg, rgba(238,242,232,0) 0%, rgba(251,248,241,.92) 100%);
}
.intro-section > .container,
.story-section > .container,
.process-section > .container,
.projects-section > .container-fluid,
.contact-section > .container {
  position: relative;
  z-index: 1;
}
.process-section::before,
.process-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 110px;
  pointer-events: none;
  z-index: 0;
}
.process-section::before {
  top: 0;
  background: linear-gradient(180deg, #f2eadc 0%, rgba(23,25,21,0) 100%);
}
.process-section::after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(23,25,21,0) 0%, #f7f1e7 100%);
}
/* hero-to-section-gradient */
.hero-slider::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 240px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(251,248,241,0) 0%, rgba(251,248,241,.42) 58%, #fbf8f1 100%);
}
.hero-content,
.hero-bottom-strip {
  position: relative;
}
.hero-content { z-index: 3; }
.hero-bottom-strip {
  z-index: 4;
  background: linear-gradient(180deg, rgba(251,248,241,.94) 0%, rgba(247,241,231,.88) 100%);
  box-shadow: 0 -22px 54px rgba(23,25,21,.08);
}
.hero-bottom-strip::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -72px;
  height: 72px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(247,241,231,.88) 0%, rgba(251,248,241,0) 100%);
}
.intro-section {
  margin-top: -1px;
  padding-top: 132px;
}

@media (max-width: 991px) {
  .hero-slider::after { height: 320px; }
  .hero-bottom-strip::after { bottom: -54px; height: 54px; }
  .intro-section { padding-top: 104px; }
}
/* hero-metrics-position-fix */
.hero-bottom-strip {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 0;
  transform: translateX(-50%);
  width: min(1120px, calc(100% - 48px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  z-index: 5;
}
.hero-slider::after {
  z-index: 2;
}
.hero-bottom-strip::after {
  display: none;
}
.intro-section {
  margin-top: 0;
  padding-top: 112px;
}

@media (max-width: 991px) {
  .hero-bottom-strip {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
  }
  .intro-section { padding-top: 96px; }
}
.nav-social-item {
  margin-left: 12px;
}
.nav-social-link {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: rgba(255,255,255,.14);
  border-radius: 50%;
  font-size: 15px;
}
.nav-social-link:hover {
  color: var(--button);
  background: var(--white);
}

@media (max-width: 991px) {
  .nav-social-item {
    display: inline-flex;
    margin: 8px 8px 0 0;
  }
  .nav-social-link {
    background: rgba(255,255,255,.18);
  }
}
.brand-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.brand-social {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 2px;
}
.brand-social .nav-social-link {
  width: 28px;
  height: 28px;
  font-size: 13px;
  background: rgba(255,255,255,.16);
}

@media (max-width: 991px) {
  .brand-block { gap: 6px; }
  .brand-social .nav-social-link {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
}
/* floating-actions-home */
.floating-actions {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 100000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  pointer-events: none;
}
.floating-actions a {
  pointer-events: auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform .25s ease, opacity .25s ease, background .25s ease, color .25s ease;
  box-shadow: 0 16px 34px rgba(47, 77, 54, .22);
}
.whatsapp_float {
  background: linear-gradient(135deg, var(--button) 0%, #3f5f2b 100%);
  color: var(--white);
}
.whatsapp_float i {
  font-size: 28px;
  line-height: 1;
}
.whatsapp_float:hover {
  color: var(--button);
  background: var(--white);
  transform: translateY(-2px);
}
.scroll-top {
  background: var(--menu);
  color: var(--white);
  visibility: visible;
  opacity: 1;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
.scroll-top i {
  font-size: 30px;
  line-height: 1;
}
.scroll-top:hover {
  color: var(--menu);
  background: var(--white);
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .floating-actions {
    right: 12px;
    bottom: 16px;
    gap: 8px;
  }
  .floating-actions a {
    width: 46px;
    height: 46px;
  }
  .whatsapp_float i {
    font-size: 24px;
  }
  .scroll-top i {
    font-size: 27px;
  }
}
/* projects-clean-grid */
.projects-section {
  padding-top: 108px;
  padding-bottom: 104px;
}
.projects-container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}
.projects-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 36px;
  align-items: end;
  max-width: none;
  margin: 0 0 38px;
}
.projects-title-row h2 {
  max-width: 620px;
  margin-bottom: 0;
}
.projects-title-row p {
  margin: 0 0 7px;
  font-size: 16px;
  line-height: 1.7;
}
.project-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 22px;
}
.project-photo,
.project-photo.tall,
.project-photo.wide {
  grid-column: auto;
  grid-row: auto;
}
.project-photo {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  background: var(--white);
  border-radius: 3px;
  box-shadow: 0 14px 38px rgba(47, 77, 54, .08);
  border: 1px solid rgba(75, 47, 28, .1);
}
.project-photo img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}
.project-photo:after {
  display: none;
}
.project-photo span {
  position: static;
  display: block;
  color: var(--wood-dark);
  background: linear-gradient(180deg, #ffffff 0%, #f7f1e7 100%);
  padding: 15px 18px 16px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  border-top: 1px solid rgba(75, 47, 28, .1);
}
.project-photo:hover img {
  transform: scale(1.035);
  filter: saturate(1.03);
}
.projects-cta {
  text-align: center;
  margin-top: 34px;
}

@media (max-width: 991px) {
  .projects-container {
    padding-left: 18px;
    padding-right: 18px;
  }
  .projects-title-row {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 28px;
  }
  .project-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .project-photo img {
    height: 235px;
  }
}

@media (max-width: 575px) {
  .projects-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .project-gallery {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .project-photo img {
    height: 250px;
  }
  .project-photo span {
    font-size: 14px;
    padding: 14px 16px;
  }
}
/* project-card-rounded-refinement */
.project-photo {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(75, 47, 28, .12);
  box-shadow: 0 18px 42px rgba(47, 77, 54, .1);
}
.project-photo img {
  border-radius: 14px 14px 0 0;
}
.project-photo span {
  border-radius: 0 0 14px 14px;
}
/* contact-clean-cta */
.contact-section {
  padding: 104px 0;
  background: linear-gradient(180deg, #eef2e8 0%, #fbf8f1 100%);
}
.contact-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
  background: linear-gradient(135deg, rgba(13,107,104,.98) 0%, rgba(47,77,54,.96) 100%);
  border: 0;
  border-radius: 20px;
  padding: 58px 62px;
  box-shadow: 0 28px 70px rgba(13, 107, 104, .18);
}
.contact-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 28%),
    linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,0));
  pointer-events: none;
}
.contact-panel > div {
  position: relative;
  z-index: 1;
}
.contact-panel .section-kicker {
  color: #d9c09a;
  margin-bottom: 14px;
}
.contact-panel h2 {
  color: var(--white);
  max-width: 760px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  margin-bottom: 18px;
}
.contact-panel p {
  color: rgba(255,255,255,.82);
  max-width: 720px;
  font-size: 18px;
}
.contact-actions {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 270px;
}
.contact-actions .btn {
  border-radius: 999px;
  padding: 14px 22px;
  box-shadow: none;
}
.contact-actions .btn-primary-home,
.contact-actions .btn-outline-dark-home {
  background: var(--button);
  color: var(--white);
}
.contact-actions .btn-primary-home:hover,
.contact-actions .btn-outline-dark-home:hover {
  background: var(--white);
  color: var(--button);
}

@media (max-width: 991px) {
  .contact-panel {
    grid-template-columns: 1fr;
    padding: 42px 34px;
    gap: 28px;
  }
  .contact-actions {
    justify-content: flex-start;
    min-width: 0;
  }
}

@media (max-width: 575px) {
  .contact-section {
    padding: 76px 0;
  }
  .contact-panel {
    border-radius: 16px;
    padding: 34px 24px;
  }
  .contact-panel h2 {
    font-size: 30px;
  }
  .contact-panel p {
    font-size: 16px;
  }
}
/* contact-typography-softening */
.contact-panel {
  padding: 46px 54px;
  gap: 34px;
}
.contact-panel .section-kicker {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}
.contact-panel h2 {
  max-width: 680px;
  font-size: clamp(30px, 3.1vw, 42px);
  line-height: 1.18;
  font-weight: 600;
  margin-bottom: 16px;
}
.contact-panel p {
  max-width: 660px;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 400;
}
.contact-actions .btn {
  font-size: 13px;
  padding: 13px 21px;
}

@media (max-width: 991px) {
  .contact-panel {
    padding: 38px 32px;
  }
  .contact-panel h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .contact-panel {
    padding: 30px 22px;
  }
  .contact-panel h2 {
    font-size: 27px;
  }
  .contact-panel p {
    font-size: 15px;
  }
}
/* mobile-menu-glass */
@media (max-width: 991px) {
  .navbar-toggler {
    border-radius: 14px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 12px 28px rgba(13, 18, 14, .16);
  }

  .navbar-collapse {
    margin-top: 12px;
    padding: 16px;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(13, 107, 104, .82), rgba(13, 107, 104, .62));
    border: 1px solid rgba(255, 255, 255, .22);
    box-shadow: 0 22px 52px rgba(13, 18, 14, .26);
    backdrop-filter: blur(18px) saturate(1.18);
    -webkit-backdrop-filter: blur(18px) saturate(1.18);
    overflow: hidden;
  }

  .navbar-collapse .navbar-nav {
    gap: 4px;
  }

  .navbar-collapse .nav-link {
    margin: 0;
    padding: 11px 14px;
    border-radius: 14px;
    color: rgba(255, 255, 255, .94);
    transition: background .25s ease, color .25s ease, transform .25s ease;
  }

  .navbar-collapse .nav-link:hover,
  .navbar-collapse .nav-link:focus {
    background: rgba(255, 255, 255, .16);
    color: var(--white);
    transform: translateX(2px);
  }
}
/* projects-title-minimal */
.projects-title-simple {
  display: block;
  max-width: none;
  margin-bottom: 34px;
}
.projects-title-simple h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
}
.project-photo span {
  display: none !important;
}
/* projects-performance */
.projects-section {
  content-visibility: auto;
  contain-intrinsic-size: 1200px;
}
.project-photo {
  box-shadow: 0 10px 24px rgba(47, 77, 54, .08);
  contain: layout paint;
}
.project-photo img {
  transition: transform .28s ease;
  backface-visibility: hidden;
}
.project-photo:hover img {
  transform: scale(1.02);
  filter: none;
}
/* brand-balanced-size */
.navbar-brand {
  align-items: flex-start;
  gap: 6px;
}
.brand-mark,
.brand-text {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 700;
}
.brand-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  line-height: 1;
}
.brand-since {
  display: block;
  color: rgba(255, 255, 255, .95);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
  white-space: nowrap;
}
@media (max-width: 575px) {
  .brand-mark,
  .brand-text {
    font-size: 13px;
    letter-spacing: 1.8px;
  }
  .brand-since {
    font-size: 9px;
    letter-spacing: 1.4px;
  }
}
/* feature-grid-three-cards */
.feature-grid {
  justify-content: center;
}
.feature-grid > div {
  display: flex;
}
.feature-grid .feature-card {
  width: 100%;
}
@media (max-width: 991px) {
  .feature-grid > div:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .feature-grid > div:last-child {
    margin-left: 0;
    margin-right: 0;
  }
}
/* footer-gray */
.site-footer {
  background: #515151;
  color: rgba(255, 255, 255, .86);
}
.site-footer strong,
.site-footer a {
  color: var(--white);
}
/* process-gray-gradient */
.process-section {
  background: linear-gradient(180deg, #f2eadc 0%, #282828 14%, #282828 82%, #f7f1e7 100%);
}
.process-section::before {
  background: linear-gradient(180deg, #f2eadc 0%, rgba(40, 40, 40, 0) 100%);
}
.process-section::after {
  background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, #f7f1e7 100%);
}
.process-line {
  background: rgba(255, 255, 255, .18);
  box-shadow: 0 22px 56px rgba(20, 20, 20, .2);
}
.process-step {
  background: rgba(34, 34, 34, .72);
}
.process-step p {
  color: rgba(255, 255, 255, .82);
}
/* wood-text-to-graphite */
.brand-text,
.eyebrow,
.section-kicker,
.process-step span,
.benefit-list strong,
.contact-panel .section-kicker {
  color: var(--white);
  transition: color .22s ease;
}
a:hover .brand-text,
.brand-text:hover,
.eyebrow:hover,
.section-kicker:hover,
.text-link:hover,
.process-step:hover span,
.benefit-list div:hover strong,
.contact-panel:hover .section-kicker {
  color: var(--button);
}
/* section-title-contrast */
.section-heading h2,
.story-section h2,
.projects-title-row h2 {
  color: #243126;
  text-shadow: none;
  transition: color .22s ease;
}

.process-section h2,
.sustainability-section h2,
.contact-panel h2 {
  color: var(--white);
  text-shadow: 0 2px 12px rgba(0, 0, 0, .24);
  transition: color .22s ease;
}

.section-heading h2:hover,
.story-section h2:hover,
.projects-title-row h2:hover,
.process-section h2:hover,
.sustainability-section h2:hover,
.contact-panel h2:hover {
  color: var(--button);
}
/* contact-premium-cta */
.contact-section {
  padding: 86px 0;
  background: linear-gradient(180deg, #f7f1e7 0%, #eef2e8 100%);
}

.contact-panel {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  background: linear-gradient(112deg, #282828 0%, #2f3430 58%, #3b4d3c 100%);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  padding: 42px 54px;
  box-shadow: 0 22px 54px rgba(31, 34, 31, .18);
}

.contact-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, 0) 48%), radial-gradient(circle at 88% 24%, rgba(255, 255, 255, .12), rgba(255, 255, 255, 0) 28%);
  pointer-events: none;
}

.contact-panel .section-kicker {
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

.contact-panel h2 {
  color: var(--white);
  max-width: 620px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.16;
  font-weight: 600;
  margin-bottom: 14px;
  text-shadow: none;
}

.contact-panel h2:hover {
  color: var(--white);
}

.contact-panel p {
  color: rgba(255, 255, 255, .82);
  max-width: 680px;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}

.contact-actions {
  min-width: 260px;
  justify-content: flex-end;
}

.contact-actions .btn {
  border-radius: 999px;
  padding: 13px 22px;
  font-size: 13px;
  box-shadow: none;
}

.contact-actions .btn-primary-home,
.contact-actions .btn-outline-dark-home {
  background: var(--button);
  color: var(--white);
}

.contact-actions .btn-primary-home:hover,
.contact-actions .btn-outline-dark-home:hover {
  background: var(--white);
  color: var(--button);
}

@media (max-width: 991px) {
  .contact-panel {
    grid-template-columns: 1fr;
    padding: 38px 32px;
  }

  .contact-actions {
    justify-content: flex-start;
    min-width: 0;
  }
}

@media (max-width: 575px) {
  .contact-section {
    padding: 70px 0;
  }

  .contact-panel {
    border-radius: 14px;
    padding: 30px 22px;
  }

  .contact-panel h2 {
    font-size: 27px;
  }
}
/* contact-cta-soft-type */
.contact-panel {
  padding: 40px 52px;
}

.contact-panel .section-kicker {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, .68);
}

.contact-panel h2 {
  max-width: 560px;
  font-size: clamp(25px, 2.45vw, 34px);
  line-height: 1.22;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.contact-panel p {
  max-width: 620px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, .78);
}

@media (max-width: 575px) {
  .contact-panel {
    padding: 30px 22px;
  }

  .contact-panel h2 {
    font-size: 25px;
  }
}
/* contact-cta-single-line */
.contact-panel h2 {
  max-width: 780px;
  font-size: clamp(23px, 2.05vw, 30px);
  line-height: 1.24;
  font-weight: 500;
}

@media (min-width: 992px) {
  .contact-panel h2 {
    white-space: nowrap;
  }
}

@media (max-width: 575px) {
  .contact-panel h2 {
    font-size: 24px;
    white-space: normal;
  }
}
/* project-modal-video */
.project-gallery-media {
  width: 100%;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-gallery-media img,
.project-gallery-media video {
  max-width: 100%;
  max-height: 78vh;
  width: auto;
  height: auto;
  display: block;
}

.project-gallery-media video {
  background: #11130f;
  border-radius: 0;
}

.project-modal-thumbs button.is-video {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #20251f;
  color: var(--white);
  font-size: 26px;
  line-height: 1;
}

.project-modal-thumbs button.is-video span {
  transform: translateX(2px);
}
/* floating-instagram */
.instagram_float {
  background: linear-gradient(135deg, var(--menu) 0%, var(--button) 100%);
  color: var(--white);
}

.instagram_float i {
  font-size: 25px;
  line-height: 1;
}

.instagram_float:hover {
  color: var(--button);
  background: var(--white);
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .instagram_float i {
    font-size: 22px;
  }
}
/* footer-developer-credit */
.developer-credit {
  color: rgba(255, 255, 255, .72);
}

.developer-credit a {
  color: var(--white);
  font-weight: 600;
  transition: color .22s ease;
}

.developer-credit a:hover {
  color: var(--button);
}
/* footer-credit-position */
.site-footer .container {
  position: relative;
}

.footer-credit {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  white-space: nowrap;
}

.footer-credit a {
  color: var(--white);
  font-weight: 700;
  transition: color .22s ease;
}

.footer-credit a:hover {
  color: var(--button);
}

@media (max-width: 991px) {
  .footer-credit {
    position: static;
    transform: none;
    margin-top: 18px;
    text-align: left;
    white-space: normal;
  }
}
/* brand-logo-color-fix */
.navbar-brand .brand-mark {
  color: var(--white) !important;
  transition: color .22s ease;
}

.navbar-brand:hover .brand-mark {
  color: var(--button) !important;
}

.navbar-brand .brand-text,
.navbar-brand:hover .brand-text,
.brand-text:hover {
  color: var(--white) !important;
}

.navbar-brand .brand-since,
.navbar-brand:hover .brand-since {
  color: rgba(255, 255, 255, .95) !important;
}
/* project-modal-soft-shape */
.project-modal .modal-dialog {
  max-width: min(1120px, calc(100% - 36px));
}

.project-modal .modal-content {
  background: #fbf8f1;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(18, 22, 18, .36);
}

.project-modal .modal-body {
  padding: 12px;
}

.project-modal-main {
  overflow: hidden;
  border-radius: 18px;
  background: #171915;
  min-height: 540px;
}

.project-gallery-media {
  border-radius: inherit;
  overflow: hidden;
}

.project-gallery-media img,
.project-gallery-media video,
.project-modal-main img {
  border-radius: 16px;
}

.project-modal-close {
  top: 22px;
  right: 24px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(23, 25, 21, .62);
  backdrop-filter: blur(10px);
  font-size: 27px;
  transition: background .22s ease, color .22s ease, transform .22s ease;
}

.project-modal-close:hover {
  background: var(--button);
  color: var(--white);
  transform: translateY(-1px);
}

.project-modal-nav {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(8px);
  font-size: 34px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
  transition: background .22s ease, color .22s ease, transform .22s ease;
}

.project-modal-nav:hover {
  background: var(--button);
  color: var(--white);
}

.project-modal-thumbs {
  margin-top: 12px;
  padding: 10px 2px 2px;
  background: transparent;
  grid-auto-columns: 104px;
  gap: 10px;
}

.project-modal-thumbs button {
  height: 70px;
  border: 2px solid transparent;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, .72);
  opacity: .72;
  transition: opacity .22s ease, border-color .22s ease, transform .22s ease;
}

.project-modal-thumbs button:hover,
.project-modal-thumbs button.active {
  opacity: 1;
  transform: translateY(-1px);
}

.project-modal-thumbs button.active {
  border-color: var(--button);
}

.project-modal-thumbs img,
.project-modal-thumbs button.is-video {
  border-radius: 12px;
}

.project-modal-thumbs button.is-video {
  background: linear-gradient(135deg, #282828 0%, #3f5f2b 100%);
}

@media (max-width: 575px) {
  .project-modal .modal-dialog {
    max-width: calc(100% - 16px);
    margin: 8px auto;
  }

  .project-modal .modal-content {
    border-radius: 18px;
  }

  .project-modal .modal-body {
    padding: 8px;
  }

  .project-modal-main {
    border-radius: 14px;
    min-height: 350px;
  }

  .project-gallery-media img,
  .project-gallery-media video,
  .project-modal-main img {
    border-radius: 12px;
  }

  .project-modal-close {
    top: 14px;
    right: 14px;
  }

  .project-modal-nav {
    width: 38px;
    height: 38px;
    font-size: 30px;
  }

  .project-modal-thumbs {
    grid-auto-columns: 86px;
  }

  .project-modal-thumbs button {
    height: 60px;
    border-radius: 12px;
  }
}
/* hero-video-cover */
.hero-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background-image: none !important;
}

video.hero-slide {
  display: block;
}
/* hero-video-mobile-size */
@media (max-width: 767px) {
  .hero-slider {
    min-height: 620px;
  }

  .hero-content {
    padding-top: 96px;
    padding-bottom: 150px;
  }
}

@media (max-width: 575px) {
  .hero-slider {
    min-height: 560px;
  }

  .hero-content {
    padding-top: 90px;
    padding-bottom: 128px;
  }
}
/* requested-repairs-2026-06-23 */
.hero-content .eyebrow {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 700;
}

.project-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.project-photo,
.project-photo.tall,
.project-photo.wide {
  grid-column: auto;
  grid-row: auto;
}

@media (max-width: 991px) {
  .project-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .hero-content .eyebrow {
    font-size: 13px;
    letter-spacing: 1.8px;
  }

  .project-gallery {
    grid-template-columns: 1fr;
  }
}

/* accessible-visually-hidden-heading */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* seo-semantic-heading-preservation */
.hero-content h1.eyebrow {
  display: inline-block;
  max-width: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 0 16px;
}

.section-heading h2.section-kicker {
  display: inline-block;
  font-size: 26px;
  line-height: inherit;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 16px;
}

@media (max-width: 575px) {
  .hero-content h1.eyebrow {
    font-size: 13px;
    letter-spacing: 1.8px;
  }
}


/* image-layout-stability */
.project-photo img,
.story-image img {
  display: block;
}


/* modal-mobile-viewport-containment */
@media (max-width: 575px) {
  .project-modal {
    padding: 0 !important;
    overflow-x: hidden;
  }

  .project-modal .modal-dialog {
    width: auto !important;
    max-width: none !important;
    margin: 8px !important;
  }

  .project-modal .modal-content,
  .project-modal .modal-body,
  .project-modal-main,
  .project-gallery-media {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .project-gallery-media img,
  .project-gallery-media video,
  .project-modal-main img {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
  }
}
