:root {
  --orcutt-dark: #232323;
  --orcutt-accent: #a67c52;
  --orcutt-muted: #6a6460;
  --orcutt-sand: #f3ece4;
  --orcutt-surface: #fbf8f4;
}

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

body {
  font-family: "Avenir", "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
  color: var(--orcutt-dark);
  background: linear-gradient(180deg, #ffffff 0%, #fdfaf6 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", "Avenir", "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 600;
}

a {
  color: var(--orcutt-accent);
}

a:hover {
  color: var(--orcutt-dark);
}

img,
video {
  max-width: 100%;
}

.top-utility {
  background: var(--orcutt-accent);
  color: #fff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
}

.navbar {
  --bs-navbar-nav-link-padding-x: 0.9rem;
  background: #fff;
  box-shadow: 0 8px 20px rgba(35, 35, 35, 0.04);
}

.site-header,
.navbar.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  top: env(safe-area-inset-top);
  z-index: 1080;
}

html.no-sticky .site-header,
html.no-sticky .navbar.sticky-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}

html.no-sticky body {
  padding-top: var(--site-nav-height, 80px);
}

.navbar-brand img {
  height: 42px;
  width: auto;
}

.nav-link {
  color: var(--orcutt-dark);
  font-weight: 500;
}

.nav-link:hover,
.nav-link.active {
  color: var(--orcutt-accent);
}

.social-nav a {
  color: var(--orcutt-dark);
  font-size: 1rem;
  margin-left: 0.75rem;
}

.social-nav a:hover {
  color: var(--orcutt-accent);
}

.menu-toggle {
  width: 2.8rem;
  height: 2.4rem;
  border: 0;
  box-shadow: none;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.2rem 0.35rem;
}

.menu-toggle:focus {
  box-shadow: none;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--orcutt-dark);
  transition: transform 0.28s ease, opacity 0.2s ease;
  transform-origin: center;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  background-color: #1d1d1d;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(8, 8, 8, 0.62) 0%, rgba(8, 8, 8, 0.28) 55%, rgba(8, 8, 8, 0.12) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.home-slider .hero-content,
.home-slider .hero-content h1,
.home-slider .hero-content h2,
.home-slider .hero-content p,
.home-slider .hero-content span {
  color: #fff !important;
}

.hero h1,
.hero p,
.hero .section-eyebrow,
.page-hero h1,
.page-hero p {
  color: #fff;
}

.home-slider,
.home-slider .carousel-item,
.home-slider .hero-slide {
  min-height: clamp(540px, 78vh, 780px);
}

.home-slider #homeHeroCarousel {
  position: relative;
}

.home-slider .carousel-control-prev,
.home-slider .carousel-control-next {
  width: clamp(2.8rem, 4.5vw, 4.2rem);
  opacity: 1;
  z-index: 4;
  align-items: flex-end;
  padding-bottom: 0.5rem;
}

.home-slider .carousel-control-prev {
  left: 0;
  justify-content: flex-start;
}

.home-slider .carousel-control-next {
  right: 0;
  justify-content: flex-end;
}

.home-slider .carousel-control-prev-icon,
.home-slider .carousel-control-next-icon {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 999px;
  background-color: rgba(35, 35, 35, 0.38);
  background-size: 1rem 1rem;
}

.home-slider .carousel-control-prev-icon {
  margin-left: 0.25rem;
}

.home-slider .carousel-control-next-icon {
  margin-right: 0.25rem;
}

.home-slider .carousel-control-prev:hover .carousel-control-prev-icon,
.home-slider .carousel-control-prev:focus .carousel-control-prev-icon,
.home-slider .carousel-control-next:hover .carousel-control-next-icon,
.home-slider .carousel-control-next:focus .carousel-control-next-icon {
  background-color: rgba(35, 35, 35, 0.62);
}

.hero-slide {
  position: relative;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-headline {
  font-size: clamp(2.2rem, 5.2vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
  animation: text-rise 0.9s ease both;
}

.hero-copy {
  max-width: 54ch;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  color: rgba(255, 255, 255, 0.9);
  animation: text-rise 1s ease both;
}

.rotating-word {
  display: inline-block;
  color: #fff;
  transition: opacity 0.22s ease;
}

.rotating-word.fade-out {
  opacity: 0;
}

.page-hero {
  min-height: clamp(260px, 36vh, 420px);
}

.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -0.02em;
}

.section-pad {
  padding: clamp(2.8rem, 7vw, 5.2rem) 0;
}

.section-title {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.75rem;
  color: var(--orcutt-accent);
  margin-bottom: 0.65rem;
}

.soft-card {
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.icon-chip {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: rgba(166, 124, 82, 0.14);
  color: var(--orcutt-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.feature-slab {
  padding: 1rem 0.8rem;
}

.feature-icon {
  font-size: clamp(2.8rem, 6vw, 4.3rem);
  line-height: 1;
  color: var(--orcutt-accent);
  display: inline-block;
}

.feature-slab p {
  color: var(--orcutt-muted);
}

.media-frame {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 44px rgba(35, 35, 35, 0.16);
  background: #000;
}

.media-frame video,
.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.predictable-image-frame {
  aspect-ratio: 4 / 3;
}

.residential-projects-frame {
  min-height: 540px;
  height: 100%;
}

.kicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kicker-list li {
  padding: 0.72rem 0;
  border-bottom: 1px solid rgba(35, 35, 35, 0.1);
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
}

.kicker-list li:last-child {
  border-bottom: 0;
}

.kicker-list i {
  color: var(--orcutt-accent);
  margin-top: 0.22rem;
}

.stat-block {
  border-left: 3px solid var(--orcutt-accent);
  padding-left: 0.9rem;
}

.stat-block h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
}

.stat-block p {
  margin: 0;
  color: var(--orcutt-muted);
}

.process-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(35, 35, 35, 0.12);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.6);
}

.process-step-index {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  background: rgba(166, 124, 82, 0.2);
  color: var(--orcutt-accent);
  font-size: 0.82rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cta-band {
  background: linear-gradient(120deg, #232323 0%, #3a2f24 100%);
  color: #fff;
  border-radius: 1rem;
}

.cta-band h1,
.cta-band h2,
.cta-band h3,
.cta-band h4,
.cta-band h5,
.cta-band h6,
.cta-band p,
.cta-band a {
  color: #fff;
}

.cta-band p {
  color: #fff;
}

.cta-full {
  width: 100%;
  background: linear-gradient(120deg, #232323 0%, #4d3d2e 100%);
  color: #fff;
}

.cta-full p,
.cta-full h2 {
  color: #fff;
}

.bottom-cta-section {
  padding-bottom: 0 !important;
}

.bottom-cta-section .cta-band {
  border-radius: 0;
  margin-bottom: 0;
}

.cta-band .text-secondary {
  color: rgba(255, 255, 255, 0.9) !important;
}

.full-width-video-section {
  padding: clamp(2.2rem, 5vw, 4rem) 0;
}

.full-width-video-shell {
  position: relative;
  width: 100%;
  height: clamp(320px, 62vh, 760px);
  background: #000;
  overflow: hidden;
}

.full-width-video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.34) 100%);
  pointer-events: none;
}

.full-width-showcase-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-lightbox-trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  z-index: 2;
  line-height: 1;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.video-lightbox-trigger:hover,
.video-lightbox-trigger:focus {
  color: #fff;
  transform: translate(-50%, -50%) scale(1.05);
}

.video-lightbox-trigger:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 6px;
}

.video-lightbox-trigger i {
  font-size: clamp(3.8rem, 9vw, 6.8rem);
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.35));
}

.video-lightbox-modal .modal-dialog {
  max-width: min(1200px, calc(100vw - 2rem));
}

.video-lightbox-modal .modal-content {
  border: 0;
  background: transparent;
  position: relative;
}

.video-lightbox-modal .ratio {
  background: #000;
  overflow: hidden;
  border-radius: 0.5rem;
}

.video-lightbox-modal .ratio video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.video-lightbox-close {
  position: absolute;
  top: -2.2rem;
  right: 0;
  opacity: 1;
  z-index: 2;
}

.spec-video-frame {
  min-height: 0;
}

.btn-orcutt,
.btn-outline-orcutt {
  border-radius: 999px;
  font-weight: 600;
  padding: 0.62rem 1.2rem;
}

a.btn,
button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.btn-orcutt {
  background: var(--orcutt-accent);
  border: 1px solid var(--orcutt-accent);
  color: #fff;
}

.btn-orcutt:hover {
  background: #946a43;
  border-color: #946a43;
  color: #fff;
}

.btn-outline-orcutt {
  border: 1px solid #fff;
  color: #fff;
}

.btn-outline-orcutt:hover {
  background: #fff;
  color: var(--orcutt-dark);
}

.accordion-button:not(.collapsed) {
  background: rgba(166, 124, 82, 0.12);
  color: var(--orcutt-dark);
}

.accordion-button:focus {
  border-color: rgba(166, 124, 82, 0.34);
  box-shadow: 0 0 0 0.2rem rgba(166, 124, 82, 0.18);
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(166, 124, 82, 0.42);
  box-shadow: 0 0 0 0.2rem rgba(166, 124, 82, 0.16);
}

.footer-wrap {
  background: #fff;
  border-top: 1px solid rgba(35, 35, 35, 0.1);
}

.footer-logo {
  height: 40px;
  width: auto;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.35rem;
}

.footer-links a {
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.copyright-bar {
  border-top: 1px solid rgba(35, 35, 35, 0.1);
  color: var(--orcutt-muted);
  font-size: 0.9rem;
}

@keyframes text-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .social-nav {
    margin-top: 0.65rem;
  }

  .social-nav a {
    margin-left: 0;
    margin-right: 0.75rem;
  }

  .home-slider,
  .home-slider .carousel-item,
  .home-slider .hero-slide {
    min-height: 560px;
  }

  .home-slider .carousel-control-prev,
  .home-slider .carousel-control-next {
    width: 2.9rem;
  }

  .home-slider .carousel-control-prev-icon,
  .home-slider .carousel-control-next-icon {
    width: 2.2rem;
    height: 2.2rem;
  }

  .residential-projects-frame {
    min-height: 420px;
  }

  .full-width-video-shell {
    height: clamp(240px, 56vw, 420px);
  }
}

@media (max-width: 575.98px) {
  .section-pad {
    padding: 2.4rem 0;
  }

  .hero-headline {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .predictable-image-frame {
    aspect-ratio: 3 / 4;
    max-width: 430px;
  }
}
