:root {
  --charcoal: #1f2937;
  --orange: #ea580c;
  --amber: #f59e0b;
  --mist: #f8fafc;
  --stone: #e5e7eb;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--charcoal);
  background:
    radial-gradient(circle at top left, rgba(245, 158, 11, 0.18), transparent 22%),
    linear-gradient(180deg, #fff7ed 0%, #ffffff 18%, #f8fafc 100%);
}

body.menu-open {
  overflow: hidden;
}

.top-contact-bar {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.98), rgba(31, 41, 55, 0.95) 45%, rgba(234, 88, 12, 0.96));
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.contact-chip {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.contact-chip:hover,
.contact-chip:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}

.contact-chip-primary {
  background: linear-gradient(135deg, rgba(234, 88, 12, 0.28), rgba(245, 158, 11, 0.18));
}

.nav-link {
  position: relative;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #475569;
  transition: color 200ms ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 100%;
  height: 2px;
  border-radius: 9999px;
  background: linear-gradient(90deg, var(--orange), var(--amber));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--orange);
}

.nav-link:hover::after,
.nav-link:focus-visible::after,
.nav-link.is-active::after {
  transform: scaleX(1);
}

.nav-link.is-active {
  color: var(--orange);
}

.mobile-nav-link {
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.mobile-nav-link:hover,
.mobile-nav-link:focus-visible,
.mobile-nav-link.is-active {
  transform: translateX(4px);
  background: #fff7ed;
  color: var(--orange);
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border-radius: 9999px;
  padding: 0.95rem 1.6rem;
  font-weight: 800;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.cta-button:hover,
.cta-button:focus-visible {
  transform: translateY(-2px);
}

.cta-button-primary {
  color: white;
  background: linear-gradient(135deg, var(--orange), #fb923c);
  box-shadow: 0 18px 35px rgba(234, 88, 12, 0.26);
}

.cta-button-primary:hover,
.cta-button-primary:focus-visible {
  box-shadow: 0 22px 40px rgba(234, 88, 12, 0.34);
}

.cta-button-secondary {
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: rgba(255, 255, 255, 0.9);
  color: var(--charcoal);
}

.cta-button-secondary:hover,
.cta-button-secondary:focus-visible {
  border-color: rgba(234, 88, 12, 0.5);
  color: var(--orange);
}

.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(234, 88, 12, 0.15), rgba(245, 158, 11, 0.18));
  color: var(--orange);
  box-shadow: inset 0 0 0 1px rgba(234, 88, 12, 0.12);
}

.trust-badge {
  border: 1px solid rgba(229, 231, 235, 0.9);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 237, 0.92));
}

.brand-glow {
  position: relative;
  overflow: hidden;
}

.brand-glow::after {
  content: "";
  position: absolute;
  inset: auto -15% -65% auto;
  width: 14rem;
  height: 14rem;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.24) 0%, rgba(245, 158, 11, 0) 70%);
  pointer-events: none;
}

.section-shell {
  position: relative;
  border: 1px solid rgba(229, 231, 235, 0.8);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
}

.section-warm {
  background:
    linear-gradient(180deg,
      #f7d9b5 0%,
      #ffffff 100%);
}

.section-dark {
  background:
    linear-gradient(135deg,
      #1f2937 0%,
      #111827 100%);
}

.pattern-grid {
  background-image:
    linear-gradient(rgba(31, 41, 55, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 41, 55, 0.04) 1px, transparent 1px);
  background-size: 24px 24px;
}

.hero-photo {
  background:
    linear-gradient(160deg, rgba(31, 41, 55, 0.86), rgba(31, 41, 55, 0.45)),
    url("././img/mieke-campbell-aL4OrBHE1jY-unsplash.jpg") center/cover;
}

.about-photo {
  background:
    linear-gradient(180deg, rgba(31, 41, 55, 0.2), rgba(31, 41, 55, 0.55)),
    url("././img/about-rhpeterson.jpg") center/cover;
}

.service-banner {
  background:
    linear-gradient(135deg, rgba(31, 41, 55, 0.92), rgba(234, 88, 12, 0.52)),
    url("././img/service-banner.jpg") center/cover;
}

.brand-banner {
  background:
    linear-gradient(140deg, rgba(31, 41, 55, 0.88), rgba(31, 41, 55, 0.62)),
    url("././img/service-banner.jpg") center/cover;
}

.contact-banner {
  background:
    linear-gradient(135deg, rgba(31, 41, 55, 0.94), rgba(245, 158, 11, 0.86));
}

.card-hover {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.card-hover:hover,
.card-hover:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(31, 41, 55, 0.12);
  border-color: rgba(234, 88, 12, 0.35);
}

.brand-pill {
  border: 1px solid rgba(229, 231, 235, 0.9);
  background: linear-gradient(180deg, #ffffff 0%, #fff7ed 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  border-radius: 1.5rem;
  border: 1px dashed rgba(11, 64, 138, 0.45);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 238, 0.92));
  padding: 1rem;
}

.brand-logo-image {
  max-width: 100%;
  max-height: 3.5rem;
  object-fit: contain;
}

.brand-logo-placeholder {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #94a3b8;
}

.faq-answer[hidden] {
  display: none;
}

.faq-item {
  overflow: hidden;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 260ms ease, opacity 220ms ease, padding-top 220ms ease;
}

.faq-item.is-open .faq-answer {
  opacity: 1;
}

.faq-button[aria-expanded="true"] .faq-icon {
  transform: rotate(180deg);
}

.faq-icon {
  transition: transform 200ms ease;
}

.faq-item .faq-symbol-minus {
  display: none;
}

.faq-item.is-open .faq-symbol-plus {
  display: none;
}

.faq-item.is-open .faq-symbol-minus {
  display: inline-block;
}

.sticky-call-mobile {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 50;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.text-balance {
  text-wrap: balance;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
  outline: 2px solid rgba(234, 88, 12, 0.35);
  outline-offset: 2px;
}

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

  .card-hover,
  .faq-icon,
  .faq-answer,
  .reveal {
    transition: none;
  }

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

@media (min-width: 1024px) {
  .sticky-call-mobile {
    display: none;
  }
}


/* Full Width Feature Banner */
.feature-banner {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  min-height: 450px;

  background:
    linear-gradient(135deg,
      rgba(31, 41, 55, 0.85),
      rgba(31, 41, 55, 0.45)),
    url("././img/fireplace-image.jpg");

  background-size: cover;
  background-position: center;
}

.feature-banner-content {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  text-align: center;
  padding: 3rem;
}

.feature-banner h2 {
  font-size: clamp(2rem, 3vw, 4rem);
  color: #fff;
  margin-bottom: 1rem;
}

.feature-banner p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem;
  line-height: 1.8;
}

.footer-link {
  color: #cbd5e1;
  transition: all .25s ease;
}

.footer-link:hover {
  color: #ffffff;
  padding-left: 4px;
}

footer ul li {
  line-height: 1.8;
}
