@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;800&display=swap");

:root {
  --ink: #171514;
  --muted: #6d665f;
  --paper: #f7f4ef;
  --panel: #ffffff;
  --line: #ded6cb;
  --ember: #c9a35c;
  --ember-dark: #9e793a;
  --logo-gold: #b78b43;
  --logo-gold-bright: #f3ce84;
  --steel: #17252b;
  --moss: #6f7e52;
  --night: #071113;
  --shadow: 0 20px 70px rgba(24, 21, 18, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: var(--paper);
}

img {
  display: block;
  max-width: 100%;
}

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

.top-contact-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 34px;
  padding: 7px 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  background: #020708;
}

.top-contact-bar a {
  color: #f3ce84;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: white;
  background: rgba(7, 17, 19, 0.92);
  border-bottom: 1px solid rgba(201, 163, 92, 0.24);
  backdrop-filter: blur(14px);
  overflow: visible;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.brand-mark {
  overflow: hidden;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: white;
  font-weight: 900;
  background: var(--night);
  border: 1px solid rgba(201, 163, 92, 0.48);
  border-radius: 7px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--logo-gold-bright);
  font-family: Cinzel, Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.1;
}

.brand small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.75rem;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  font-weight: 700;
  overflow: visible;
}

.site-nav a,
.nav-dropdown summary,
.header-call {
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.site-nav a:hover {
  color: white;
}

.site-nav a.active,
.nav-dropdown.active summary {
  color: #f3ce84;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown summary {
  color: inherit;
  cursor: pointer;
  list-style: none;
}

.nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown summary::after {
  margin-left: 6px;
  color: var(--ember);
  content: "+";
}

.nav-dropdown[open] summary::after {
  content: "-";
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 22px);
  left: -14px;
  z-index: 30;
  display: grid;
  min-width: 220px;
  padding: 8px;
  background: rgba(7, 17, 19, 0.98);
  border: 1px solid rgba(201, 163, 92, 0.32);
  border-radius: 7px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.nav-dropdown-menu::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 24px;
  content: "";
}

.nav-dropdown-menu a {
  padding: 10px 11px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  border-radius: 5px;
}

.nav-dropdown-menu a:hover {
  color: white;
  background: rgba(255, 255, 255, 0.08);
}

.header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  color: #15110b;
  font-weight: 800;
  background: var(--ember);
  border-radius: 7px;
}

.header-call:hover,
.button:hover {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: min(760px, calc(100vh - 76px));
  overflow: hidden;
  isolation: isolate;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 17, 19, 0.78), rgba(7, 17, 19, 0.32) 42%, rgba(7, 17, 19, 0.08)),
    linear-gradient(0deg, rgba(7, 17, 19, 0.82), transparent 54%);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  width: min(680px, calc(100% - 36px));
  padding: clamp(56px, 10vw, 120px) 0 clamp(38px, 8vw, 64px);
  margin-left: clamp(18px, 6vw, 76px);
  color: white;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(300px, 390px);
  gap: clamp(28px, 6vw, 82px);
  align-items: end;
  width: min(1380px, calc(100% - 36px));
  padding: clamp(56px, 10vw, 120px) 0 clamp(38px, 8vw, 64px);
  margin: 0 auto;
}

.hero-layout .hero-content {
  width: auto;
  padding: 0;
  margin: 0;
}

.hero-estimate-form {
  display: grid;
  gap: 11px;
  padding: 20px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.26);
}

.hero-estimate-form h2 {
  margin-bottom: 4px;
  font-size: 1.7rem;
  line-height: 1.05;
}

.hero-estimate-form label {
  display: grid;
  gap: 4px;
}

.hero-estimate-form label span {
  color: var(--steel);
  font-size: 0.73rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-estimate-form input,
.hero-estimate-form select {
  width: 100%;
  min-height: 42px;
  padding: 9px 10px;
  color: var(--ink);
  font: inherit;
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.hero-estimate-form small {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--ember);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f3ce84;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--logo-gold);
  font-family: Cinzel, Georgia, "Times New Roman", serif;
  font-weight: 700;
}

h1 {
  max-width: 620px;
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.55);
}

.hero h1,
.page-hero h1,
.work-copy h2,
.closing-cta h2,
.cta-band h2,
.contact-copy h1 {
  color: var(--logo-gold-bright);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.3rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.hero-copy {
  max-width: 660px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.65;
}

.page-hero {
  display: grid;
  align-content: end;
  min-height: 430px;
  padding: clamp(82px, 12vw, 150px) clamp(18px, 6vw, 76px) clamp(54px, 8vw, 88px);
  color: white;
  background:
    linear-gradient(90deg, rgba(7, 17, 19, 0.92), rgba(7, 17, 19, 0.48)),
    url("assets/projects/fortress-roofing-new-albany-project-31.jpg") center/cover;
}

.owners-page-hero {
  align-content: start;
  padding-top: clamp(42px, 6vw, 68px);
  background:
    linear-gradient(90deg, rgba(7, 17, 19, 0.94), rgba(7, 17, 19, 0.58) 54%, rgba(7, 17, 19, 0.2)),
    url("assets/projects/fortress-roofing-new-albany-project-08.jpg") center/cover;
}

.owners-page-hero h1 {
  max-width: 780px;
  margin-bottom: 12px;
  font-size: clamp(2.6rem, 5.2vw, 4.9rem);
}

.owners-page-hero p:not(.eyebrow) {
  max-width: 680px;
}

.photos-page-hero {
  min-height: 520px;
  background:
    linear-gradient(90deg, rgba(7, 17, 19, 0.94), rgba(7, 17, 19, 0.5) 58%, rgba(7, 17, 19, 0.2)),
    url("assets/projects/fortress-roofing-new-albany-project-29.jpg") center 54%/cover;
}

.page-hero .eyebrow {
  color: #f3ce84;
}

.page-hero h1 {
  max-width: 920px;
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  font-weight: 900;
  border-radius: 7px;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button.primary {
  color: #17110a;
  background: var(--ember);
}

.button.primary:hover {
  background: var(--ember-dark);
}

.button.secondary {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.58);
}

.button.wide {
  width: 100%;
}

.notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 17px clamp(18px, 4vw, 56px);
  color: white;
  background: var(--night);
}

.notice p {
  margin: 0;
  font-weight: 800;
}

.notice a {
  color: #f3ce84;
  font-weight: 900;
}

.trust-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  color: white;
  background: var(--steel);
}

.trust-ribbon div {
  padding: 22px clamp(18px, 4vw, 46px);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.trust-ribbon div:last-child {
  border-right: 0;
}

.trust-ribbon strong,
.trust-ribbon span {
  display: block;
}

.trust-ribbon strong {
  margin-bottom: 5px;
  color: #f3ce84;
}

.trust-ribbon span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.section {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(70px, 10vw, 120px) 0;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
  gap: clamp(28px, 7vw, 92px);
  align-items: end;
}

.intro p:last-child {
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.75;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-heading p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.owner-preview,
.team-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(310px, 0.84fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
}

.owner-preview {
  width: min(1280px, calc(100% - 36px));
  margin: clamp(40px, 7vw, 90px) auto;
  padding: clamp(22px, 3vw, 34px);
  background: #eef0ec;
  border-left: 5px solid var(--ember);
}

.owner-preview img,
.team-intro img {
  width: 100%;
  min-height: 310px;
  object-fit: cover;
  box-shadow: 0 18px 34px rgba(7, 17, 19, 0.2);
}

.owner-preview p:not(.eyebrow),
.team-intro p:not(.eyebrow),
.owner-card p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}

.owner-cards-section {
  padding-top: 12px;
}

.owner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.owner-card {
  overflow: hidden;
  background: white;
  border: 1px solid rgba(7, 17, 19, 0.12);
  box-shadow: 0 10px 24px rgba(7, 17, 19, 0.08);
}

.owner-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  background: var(--night);
}

.owner-card div {
  padding: 20px;
}

.owner-card h3 {
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 300px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(201, 163, 92, 0.72);
  box-shadow:
    inset 0 0 0 3px rgba(201, 163, 92, 0.09),
    0 8px 18px rgba(7, 17, 19, 0.06);
}

.service-number {
  display: block;
  margin-bottom: 82px;
  color: var(--moss);
  font-weight: 900;
}

.service-card p {
  color: var(--muted);
  line-height: 1.65;
}

.page-link-card {
  color: var(--ink);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.page-link-card:hover {
  background: rgba(255, 255, 255, 0.88);
  border-color: var(--ember);
  box-shadow:
    inset 0 0 0 3px rgba(201, 163, 92, 0.18),
    0 14px 26px rgba(7, 17, 19, 0.12);
  transform: translateY(-4px);
}

.home-services .dark-button,
.home-projects .dark-button {
  margin-top: 24px;
}

.work-band {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: clamp(64px, 8vw, 108px) clamp(18px, 5vw, 72px);
  color: white;
  background: var(--night);
}

.work-copy {
  max-width: 520px;
}

.work-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: #f3ce84;
  content: "+";
}

.process-section {
  width: min(1280px, calc(100% - 36px));
  padding: clamp(46px, 7vw, 78px) clamp(18px, 4vw, 46px);
  background:
    linear-gradient(135deg, rgba(201, 163, 92, 0.1), transparent 46%),
    #edf0eb;
  border-top: 4px solid var(--ember);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.process-grid article {
  position: relative;
  min-height: 230px;
  padding: 28px 22px 24px;
  overflow: visible;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(201, 163, 92, 0.72);
  box-shadow:
    inset 0 4px 0 var(--ember),
    0 12px 24px rgba(7, 17, 19, 0.08);
  animation: process-arrive 560ms ease both;
}

.process-grid article:nth-child(2) {
  animation-delay: 100ms;
}

.process-grid article:nth-child(3) {
  animation-delay: 200ms;
}

.process-grid article:nth-child(4) {
  animation-delay: 300ms;
}

.process-grid article:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 2;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 4px solid var(--ember);
  border-right: 4px solid var(--ember);
  filter: drop-shadow(0 0 5px rgba(201, 163, 92, 0.62));
  transform: translateY(-50%) rotate(45deg);
  animation: process-arrow 1.6s ease-in-out infinite;
}

.process-grid span {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 38px;
  color: #18130c;
  font-weight: 900;
  place-items: center;
  background: var(--ember);
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(201, 163, 92, 0.45);
}

.process-grid h3 {
  margin-bottom: 10px;
  color: var(--logo-gold);
  font-size: 1.42rem;
}

.process-grid p {
  color: var(--muted);
  line-height: 1.6;
}

@keyframes process-arrow {
  0%,
  100% {
    opacity: 0.48;
    transform: translateX(-4px) translateY(-50%) rotate(45deg);
  }

  50% {
    opacity: 1;
    transform: translateX(3px) translateY(-50%) rotate(45deg);
  }
}

@keyframes process-arrive {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes process-arrow-down {
  0%,
  100% {
    opacity: 0.48;
    transform: translateX(50%) translateY(-4px) rotate(135deg);
  }

  50% {
    opacity: 1;
    transform: translateX(50%) translateY(3px) rotate(135deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-grid article,
  .process-grid article:not(:last-child)::after {
    animation: none;
  }
}

.service-detail-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: clamp(58px, 8vw, 92px) clamp(18px, 6vw, 76px);
  background: white;
}

.service-detail-band.reverse {
  grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1fr);
  background: #edf0eb;
}

.service-detail-band.reverse img {
  order: 2;
}

.service-detail-band img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.service-detail-band p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.75;
}

.service-detail-band .check-list {
  margin-bottom: 26px;
}

.service-detail-band .check-list li {
  color: var(--steel);
}

.photo-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 16px;
  min-height: 470px;
}

.photo-grid img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.photo-grid img:first-child {
  margin-top: 54px;
  background: #061012;
}

.photo-grid .truck-team-photo {
  object-position: 62% center;
}

.trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gallery-section {
  padding-top: clamp(30px, 5vw, 80px);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 18px;
}

.gallery-grid figure {
  position: relative;
  min-height: 300px;
  margin: 0;
  overflow: hidden;
  background: var(--night);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(24, 21, 18, 0.12);
}

.gallery-grid figure:first-child {
  grid-row: span 2;
  min-height: 618px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.gallery-grid figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 10px 12px;
  color: white;
  font-size: 0.84rem;
  font-weight: 900;
  background: rgba(7, 17, 19, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  backdrop-filter: blur(8px);
}

.gallery-grid-expanded {
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
}

.gallery-grid-expanded figure:first-child {
  grid-row: span 2;
}

.portfolio-grid {
  display: grid;
  grid-auto-rows: 220px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.portfolio-item {
  overflow: hidden;
  padding: 0;
  background: var(--night);
  border: 0;
  border-radius: 7px;
  cursor: zoom-in;
}

.portfolio-item img,
.project-preview-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.portfolio-item:hover img,
.project-preview-grid img:hover {
  transform: scale(1.045);
}

.portfolio-wide {
  grid-column: span 2;
}

.portfolio-tall {
  grid-row: span 2;
}

.project-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.project-preview-grid img {
  height: 210px;
  border-radius: 7px;
}

.dark-button {
  color: white;
  background: var(--steel);
}

.photo-lightbox {
  width: min(1120px, calc(100% - 28px));
  padding: 0;
  overflow: hidden;
  background: #050b0d;
  border: 1px solid rgba(201, 163, 92, 0.46);
  border-radius: 8px;
}

.photo-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.82);
}

.photo-lightbox img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: white;
  font-size: 1.3rem;
  font-weight: 900;
  background: rgba(7, 17, 19, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  cursor: pointer;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(42px, 7vw, 76px) clamp(18px, 6vw, 76px);
  color: white;
  background: var(--night);
}

.closing-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(52px, 8vw, 88px) clamp(18px, 6vw, 76px);
  color: white;
  background:
    linear-gradient(rgba(7, 17, 19, 0.84), rgba(7, 17, 19, 0.84)),
    url("assets/projects/fortress-roofing-new-albany-project-31.jpg") center/cover;
}

.closing-cta h2 {
  max-width: 680px;
  margin-bottom: 0;
}

.closing-cta .eyebrow {
  color: #f3ce84;
}

.cta-band h2 {
  margin-bottom: 0;
}

.cta-band .eyebrow {
  color: #f3ce84;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 18px 20px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.faq-list summary {
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.faq-list p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.trust-item {
  position: relative;
  min-height: 178px;
  padding: 28px;
  background: white;
  border: 1px solid rgba(201, 163, 92, 0.72);
  border-radius: 8px;
  box-shadow:
    inset 0 4px 0 var(--ember),
    0 12px 24px rgba(7, 17, 19, 0.08);
  animation: process-arrive 560ms ease both;
}

.trust-item:nth-child(2) {
  animation-delay: 100ms;
}

.trust-item:nth-child(3) {
  animation-delay: 200ms;
}

.work-process .trust-item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -16px;
  z-index: 2;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 4px solid var(--ember);
  border-right: 4px solid var(--ember);
  filter: drop-shadow(0 0 5px rgba(201, 163, 92, 0.62));
  transform: translateY(-50%) rotate(45deg);
  animation: process-arrow 1.6s ease-in-out infinite;
}

.trust-item b {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  color: #18130c;
  font-size: 0.88rem;
  font-weight: 900;
  place-items: center;
  background: var(--ember);
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(201, 163, 92, 0.45);
}

.trust-item strong,
.trust-item span {
  display: block;
}

.trust-item strong {
  margin-bottom: 12px;
  color: var(--logo-gold);
  font-family: Cinzel, Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.trust-item span {
  color: var(--muted);
  line-height: 1.6;
}

.project-preview {
  width: min(1280px, calc(100% - 36px));
  margin: clamp(30px, 5vw, 70px) auto;
  padding: clamp(28px, 4vw, 46px);
  background:
    linear-gradient(135deg, rgba(201, 163, 92, 0.1), transparent 48%),
    #edf0eb;
  border: 1px solid rgba(201, 163, 92, 0.64);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(7, 17, 19, 0.08);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  padding: clamp(70px, 10vw, 120px) clamp(18px, 5vw, 72px);
  color: white;
  background: var(--night);
}

.contact-page-section {
  min-height: calc(100vh - 76px);
}

.contact-copy {
  max-width: 690px;
}

.contact-copy .eyebrow {
  color: #f3ce84;
}

.contact-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  line-height: 1.7;
}

.contact-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.contact-link {
  display: block;
  padding: 20px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 7px;
}

.contact-link span,
.contact-link strong {
  display: block;
}

.contact-link span {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-link strong {
  color: var(--ink);
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  overflow-wrap: anywhere;
}

.service-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 14px 0 10px;
  padding: 0;
  list-style: none;
}

.service-area-list li {
  padding: 5px 8px;
  color: #57401d;
  font-size: 0.76rem;
  font-weight: 800;
  background: rgba(201, 163, 92, 0.17);
  border: 1px solid rgba(158, 121, 58, 0.36);
  border-radius: 4px;
}

.contact-link small {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.facebook-popover {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  width: min(430px, calc(100% - 32px));
  padding: 16px;
  color: white;
  background: rgba(7, 17, 19, 0.97);
  border: 1px solid rgba(201, 163, 92, 0.76);
  border-radius: 8px;
  box-shadow:
    inset 0 0 0 3px rgba(201, 163, 92, 0.1),
    0 22px 52px rgba(0, 0, 0, 0.34);
  animation: facebook-popover-arrive 420ms ease both;
}

.facebook-popover[hidden] {
  display: none;
}

.facebook-popover img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border: 1px solid rgba(201, 163, 92, 0.7);
  border-radius: 50%;
}

.facebook-popover h2 {
  margin-bottom: 6px;
  color: var(--logo-gold-bright);
  font-size: 1.34rem;
  line-height: 1.08;
}

.facebook-popover p:not(.eyebrow) {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
  line-height: 1.5;
}

.facebook-popover .eyebrow {
  margin-bottom: 6px;
  font-size: 0.66rem;
}

.facebook-popover .button {
  min-height: 42px;
  padding: 10px 14px;
  font-size: 0.82rem;
}

.facebook-popover-close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  width: 28px;
  height: 28px;
  color: white;
  font-weight: 900;
  cursor: pointer;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

@keyframes facebook-popover-arrive {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lead-form-section {
  padding-top: clamp(58px, 8vw, 96px);
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 900px;
}

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form label span {
  color: var(--steel);
  font-size: 0.86rem;
  font-weight: 900;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
  background: white;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.lead-form textarea {
  min-height: 132px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: 3px solid rgba(201, 163, 92, 0.28);
  border-color: var(--ember-dark);
}

.lead-form button {
  border: 0;
  cursor: pointer;
}

.lead-form-wide {
  grid-column: 1 / -1;
}

.form-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.mobile-lead-bar {
  display: none;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.68);
  background: #11100f;
}

.site-footer p {
  margin: 0;
}

.site-footer p:first-child {
  color: white;
  font-weight: 900;
}

.cinematic-body {
  overflow: hidden;
  background: #071113;
}

.cinematic-stage {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #071113;
}

.cinematic-stage::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 47% 21%, rgba(247, 221, 161, 0.18), transparent 18%),
    linear-gradient(0deg, rgba(7, 17, 19, 0.12), rgba(7, 17, 19, 0.08));
}

.cinematic-media {
  z-index: 0;
}

.cinematic-back {
  position: fixed;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  color: white;
  font-size: 0.88rem;
  font-weight: 900;
  background: rgba(7, 17, 19, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  backdrop-filter: blur(10px);
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .site-nav {
    order: 3;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    overflow: visible;
  }

  .intro,
  .work-band,
  .contact-section,
  .owner-preview,
  .team-intro,
  .service-detail-band,
  .service-detail-band.reverse {
    grid-template-columns: 1fr;
  }

  .service-detail-band.reverse img {
    order: 0;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-estimate-form {
    max-width: 560px;
  }

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

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

  .trust {
    grid-template-columns: 1fr;
  }

  .work-process .trust-item:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -17px;
    transform: translateX(50%) rotate(135deg);
    animation-name: process-arrow-down;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .process-grid article {
    min-height: auto;
  }

  .process-grid article:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -17px;
    transform: translateX(50%) rotate(135deg);
    animation-name: process-arrow-down;
  }

  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-grid {
    grid-auto-rows: 180px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .gallery-grid figure:first-child {
    grid-row: auto;
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: auto;
  }

  .facebook-popover {
    right: 14px;
    bottom: 76px;
    left: 14px;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    width: auto;
    padding: 12px;
  }

  .facebook-popover img {
    width: 72px;
    height: 72px;
  }

  .facebook-popover h2 {
    max-width: 230px;
    font-size: 1.08rem;
  }

  .facebook-popover p:not(.eyebrow) {
    font-size: 0.78rem;
  }

  .project-preview {
    width: min(100% - 24px, 1280px);
    padding: 18px;
  }

  .photos-page-hero {
    min-height: 440px;
  }

  .brand {
    min-width: 0;
  }

  .header-call {
    width: auto;
    padding: 0 14px;
  }

  .hero {
    min-height: auto;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(18, 17, 15, 0.82), rgba(18, 17, 15, 0.5)),
      linear-gradient(0deg, rgba(18, 17, 15, 0.78), transparent 48%);
  }

  .hero-layout {
    width: min(100% - 28px, 680px);
    padding-top: 70px;
  }

  h1 {
    font-size: clamp(2.55rem, 15vw, 3.7rem);
  }

  .hero-actions,
  .notice,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
    min-height: 56px;
    text-align: center;
  }

  .notice {
    align-items: flex-start;
  }

  .top-contact-bar {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
  }

  .top-contact-bar span:last-child {
    display: none;
  }

  .trust-ribbon,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .trust-ribbon div {
    padding: 15px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .closing-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-detail-band img {
    height: 270px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .owner-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 240px;
  }

  .service-number {
    margin-bottom: 48px;
  }

  .photo-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .photo-grid img,
  .photo-grid img:first-child {
    min-height: 260px;
    margin-top: 0;
  }

  .gallery-grid figure,
  .gallery-grid figure:first-child {
    min-height: 260px;
  }

  .portfolio-grid {
    grid-auto-rows: 150px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portfolio-wide {
    grid-column: span 2;
  }

  .lead-form {
    grid-template-columns: 1fr;
  }

  .lead-form-wide {
    grid-column: auto;
  }

  .site-footer {
    gap: 8px;
    padding-bottom: 86px;
  }

  .mobile-lead-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: 0.7fr 0.7fr 1.6fr;
    min-height: 62px;
    color: white;
    background: rgba(7, 17, 19, 0.96);
    border-top: 1px solid rgba(201, 163, 92, 0.42);
    backdrop-filter: blur(14px);
  }

  .mobile-lead-bar a {
    display: grid;
    place-items: center;
    padding: 8px;
    font-size: 0.82rem;
    font-weight: 900;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }

  .mobile-lead-bar a:last-child {
    color: #17110a;
    background: var(--ember);
    border-right: 0;
  }
}
