:root {
  --fkb-bg: #f7f3ed;
  --fkb-surface: #ffffff;
  --fkb-surface-soft: #fbf7f1;
  --fkb-text: #191919;
  --fkb-muted: #66615b;
  --fkb-line: rgba(25, 25, 25, 0.1);
  --fkb-accent: #c77743;
  --fkb-accent-strong: #a85b2c;
  --fkb-dark: #111111;
  --fkb-radius-lg: 28px;
  --fkb-radius-md: 20px;
  --fkb-radius-sm: 14px;
  --fkb-shadow: 0 24px 60px rgba(17, 17, 17, 0.12);
  --fkb-shadow-soft: 0 18px 40px rgba(17, 17, 17, 0.08);
}

html,
body,
#top,
.container_wrap,
.template-page,
.all_colors,
.entry-content-wrapper,
.entry-content,
.post-entry {
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

#main {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

#wrap_all {
  width: 100%;
  max-width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--fkb-text);
  background: var(--fkb-bg);
}

img,
svg,
iframe,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

#top .container,
.container,
.section .container {
  width: 100%;
  max-width: 100%;
  padding-left: 52px;
  padding-right: 52px;
}

.fkb-shell {
  width: min(100% - 96px, 1280px);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 99999;
  background: rgba(247, 243, 237, 0.92);
  border-bottom: 1px solid rgba(25, 25, 25, 0.06);
  transition: background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  overflow: visible !important;
}

.site-header.scrolled {
  background: #fff;
  border-bottom-color: rgba(25, 25, 25, 0.1);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

@supports (backdrop-filter: blur(20px)) {
  .site-header {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .site-header.scrolled {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.95);
  }
}

.header-inner {
  min-height: 88px;
  display: flex;
  align-items: stretch;
  gap: 24px;
  position: relative;
  padding-left: 4px;
  padding-right: 4px;
  transition: min-height 0.35s ease, padding 0.35s ease;
  overflow: visible !important;
}

.site-header.scrolled .header-inner {
  min-height: 66px;
}

.site-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.logo-img {
  width: auto;
  max-height: 54px;
  transition: max-height 0.35s ease;
}

.site-header.scrolled .logo-img {
  max-height: 42px;
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: stretch;
  overflow: visible !important;
}

.nav-menu {
  list-style: none;
  display: flex;
  align-items: stretch;
  gap: 28px;
  margin: 0;
  padding: 0;
  overflow: visible !important;
}

.nav-item {
  display: flex;
  align-items: center;
  position: relative;
  overflow: visible !important;
}

.nav-item-group {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.nav-item a,
.nav-link-button {
  display: flex;
  align-items: center;
  height: 100%;
  color: var(--fkb-text);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.25s ease;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}

.nav-item a:hover,
.nav-item a:focus,
.nav-link-button:hover,
.nav-link-button:focus {
  color: var(--fkb-accent);
}

.nav-submenu-toggle {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--fkb-text);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-submenu-toggle:hover,
.nav-submenu-toggle:focus,
.nav-item.has-dropdown.is-open .nav-submenu-toggle {
  background: rgba(199, 119, 67, 0.12);
  color: var(--fkb-accent);
}

.nav-submenu-icon {
  width: 9px;
  height: 9px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease;
}

.nav-item.has-dropdown.is-open .nav-submenu-icon {
  transform: rotate(-135deg) translateY(-1px);
}

.header-cta {
  flex: 0 0 auto;
}

.cta-btn,
.fkbl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.cta-btn,
.fkbl-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--fkb-accent) 0%, #db8542 100%);
  box-shadow: 0 18px 35px rgba(201, 110, 46, 0.24);
}

.cta-btn:hover,
.fkbl-btn:hover {
  transform: translateY(-2px);
}

.fkbl-btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

/* === MOBILE MENU === */

.mobile-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  margin-left: auto;
  background: transparent;
  border: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.mobile-menu-toggle span {
  width: 22px;
  height: 2px;
  background: var(--fkb-text);
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

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

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

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

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(17, 17, 17, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1100;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
  left: 0px;
  pointer-events: auto;
}

.mobile-menu-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: min(88vw, 380px) !important;
  max-width: 380px !important;
  height: 100vh;
  height: 100dvh;
  background: #ffffff !important;
  padding: 24px 0 24px !important;
  display: flex;
  flex-direction: column;
  gap: 0 !important;
  box-shadow: 20px 0 40px rgba(0, 0, 0, 0.18) !important;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1101;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu-overlay.active .mobile-menu-panel {
  transform: translateX(0);
}

.mobile-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 24px 18px !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.10) !important;
}

.mobile-menu-logo {
  max-height: 42px;
  width: auto;
  flex: 0 0 auto;
}

.mobile-menu-close {
  border: 0 !important;
  color: #f37a20 !important;
  background: #fffaf4 !important;
  border-radius: 18px !important;
  width: 56px !important;
  height: 56px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  padding: 0;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.mobile-menu-close:hover {
  background: #fff4e9 !important;
  transform: translateY(-1px);
}

.mobile-nav-menu {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.mobile-nav-menu a {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 56px !important;
  padding: 0 24px !important;
  color: #22262d !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  text-align: left !important;
  transition: color 0.2s ease, background 0.2s ease !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.10) !important;
}

.mobile-nav-menu a:hover {
  color: #111 !important;
  background: #faf7f2 !important;
}

.mobile-dropdown-toggle {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  min-height: 56px !important;
  padding: 0 24px !important;
  color: #22262d !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
  border: 0 !important;
  background: transparent !important;
  text-align: left !important;
  font-family: inherit;
  border-bottom: 1px solid rgba(17, 17, 17, 0.10) !important;
}

.mobile-dropdown-toggle:hover {
  color: #111 !important;
  background: #faf7f2 !important;
}

.mobile-dropdown-toggle::after {
  content: '';
  width: 9px;
  height: 9px;
  border-right: 2px solid #61656d;
  border-bottom: 2px solid #61656d;
  transform: rotate(45deg);
  margin-left: 12px;
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.mobile-dropdown.active .mobile-dropdown-toggle::after {
  transform: rotate(-135deg) translateY(-1px);
}

.mobile-submenu {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  background: #fbf8f3 !important;
  transition: max-height 0.35s ease, opacity 0.3s ease;
}

.mobile-dropdown.active .mobile-submenu {
  max-height: 900px;
  opacity: 1;
}

.mobile-submenu a {
  min-height: 46px !important;
  padding: 0 24px 0 40px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #4b535d !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06) !important;
}

.mobile-submenu a:hover {
  color: #111 !important;
  background: #f6f1ea !important;
}

.mobile-submenu .mobile-dropdown-toggle {
  min-height: 46px !important;
  padding: 0 24px 0 40px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #2f333a !important;
  background: #fbf8f3 !important;
}

.mobile-submenu .mobile-submenu a,
.mobile-submenu .mobile-submenu .mobile-dropdown-toggle {
  padding-left: 56px !important;
}

.mobile-nav-menu > li,
.mobile-submenu > li {
  margin: 0 !important;
  padding: 0 !important;
}

.mobile-menu-cta {
  width: 100%;
  margin-top: auto;
}

.fkb-contact-map-section {
  width: 100%;
  padding: 0 20px 56px;
  box-sizing: border-box;
}

.fkb-contact-map-wrap {
  width: min(100%, 1200px);
  margin: 0 auto;
}

.fkb-contact-map-frame {
  display: block;
  width: 100%;
  height: 400px !important;
  min-height: 400px !important;
  border: 0;
}

.fkb-homepage {
  background: var(--fkb-bg);
}

.fkb-service-area-page {
  background: #fff;
}

.fkb-service-area-hero {
  padding: 140px 0 80px;
  color: #fff;
  text-align: center;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.fkb-service-area-hero h1 {
  margin: 0 0 18px;
  font-family: "Archivo", sans-serif;
  font-size: clamp(32px, 5vw, 32px);
  line-height: 1.05;
}

.fkb-service-area-hero p {
  width: min(100%, 820px);
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.fkb-service-area-copy h2 {
  margin: 0 0 18px;
  font-family: "Archivo", sans-serif;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.06;
  color: #1d1d1d;
}

.fkb-service-area-copy > p {
  margin: 0 0 28px;
  color: #4c4f56;
  font-size: 18px;
  line-height: 1.75;
}

.fkb-service-area-copy-full {
  width: min(100%, 980px);
  margin: 0 auto 34px;
  text-align: center;
}

.fkb-service-area-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 18px;
}

.fkb-service-area-list-full {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fkb-service-area-item {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 16px;
  border-radius: 16px;
  background: #f7f4ee;
  color: #23262d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.fkb-service-area-item:hover {
  transform: translateY(-2px);
  background: #c77743;
  color: #fff;
  box-shadow: 0 14px 26px rgba(199, 119, 67, 0.22);
}

.fkb-about,
.fkb-projects,
.fkb-services {
  background:
    radial-gradient(circle at top left, rgba(199, 119, 67, 0.04), transparent 28%),
    var(--fkb-bg);
}

.fkbl-section {
  position: relative;
  padding: 118px 60px;
}

.fkbl-section-head {
  max-width: 740px;
  margin: 0 auto 66px;
  text-align: center;
}

.fkbl-left-head {
  margin-left: 0;
  text-align: left;
}

.fkbl-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--fkb-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fkbl-section-head h2,
.fkb-home-cta-box h2,
.fkb-hero-copy h1 {
  font-family: "Archivo", sans-serif;
  line-height: 1.04;
  margin: 0;
}

.fkbl-section-head h2 {
  font-size: clamp(34px, 4vw, 36px);
}

.fkbl-section-head p {
  margin: 18px auto 0;
  max-width: 660px;
  color: #6a635c;
  font-size: 18px;
  line-height: 1.75;
}

.fkb-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 100px 0 0;
  color: #fff;
  overflow: hidden;
}

.fkb-hero-media,
.fkb-hero-overlay {
  position: absolute;
  inset: 0;
}

.fkb-hero-media img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.fkb-hero-overlay {
  background: linear-gradient(135deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.35) 100%);
}

.fkb-hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
  width: min(100% - 96px, 1280px);
  margin: 0 auto;
  padding: 120px 0 60px;
}

.fkb-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fkb-hero-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #c77743;
  padding: 8px 18px;
  border: 1px solid rgba(199,119,67,0.3);
  border-radius: 30px;
  width: fit-content;
}

.fkb-hero-title {
  font-family: "Archivo", sans-serif;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.05;
  margin: 0;
  color: #fff;
}

.fkb-hero-desc {
  font-size: clamp(16px, 1.2vw, 19px);
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  max-width: 560px;
  margin: 0;
}

.fkb-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.fkbl-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  background: transparent;
  transition: all 0.3s ease;
}

.fkbl-btn-outline:hover {
  border-color: #c77743;
  background: #c77743;
  color: #fff;
}

.btn-service-areas {
  border-color: #c77743 !important;
  color: #c77743 !important;
}

.btn-service-areas:hover {
  background: #c77743 !important;
  color: #fff !important;
  border-color: #c77743 !important;
}


.fkb-hero-card {
  padding: 40px 36px 32px;
  border-radius: 24px;
  background: rgba(255,255,255,0.97);
  box-shadow: 0 24px 60px rgba(0,0,0,0.25);
}

.fkb-hero-card h3 {
  margin: 0 0 8px;
  font-family: "Archivo", sans-serif;
  font-size: clamp(24px, 2.5vw, 34px);
  color: #1a1a1a;
}

.fkb-hero-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 24px;
}

.fkb-hero-form {
  display: grid;
  gap: 14px;
}

.fkb-hero-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fkb-hero-form input,
.fkb-hero-form select,
.fkb-hero-form textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background: #f9f9f9;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  min-height: auto;
}
}

.fkb-hero-form textarea {
  min-height: 80px;
  resize: vertical;
  font-family: inherit;
}

.fkb-hero-form input::placeholder,
.fkb-hero-form textarea::placeholder {
  color: #999;
}

.fkb-hero-review {
  margin-top: 18px;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.fkb-hero-form .fkbl-btn-primary {
  width: 100%;
  min-height: 62px;
  border-radius: 12px;
  font-size: 17px;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: none;
}

.fkbl-checks {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px;
}

.fkbl-checks li {
  position: relative;
  padding-left: 28px;
  color: #fff;
}

.fkbl-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--fkb-accent);
  box-shadow: 0 0 0 6px rgba(201, 110, 46, 0.18);
}

.fkb-why-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  align-items: center;
}

.fkb-about {
  background: #f7f4f1;
}

.fkb-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.fkb-about-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #c46b3d;
  margin-bottom: 16px;
}

.fkb-about-content h2 {
  margin: 0 0 20px;
  font-family: "Archivo", sans-serif;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.1;
}

.fkb-about-desc {
  margin: 0 0 16px;
  font-size: 15px;
  color: #6b6b6b;
  line-height: 1.8;
}

.fkb-about-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 15px 34px;
  background: #c46b3d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.fkb-about-btn:hover {
  background: #a8552f;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(196, 107, 61, 0.3);
}

.fkb-about-visual img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  display: block;
}

.fkb-about-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 70px;
}

.fkb-acard {
  background: #fff;
  border-radius: 18px;
  padding: 30px 24px 28px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.35s ease;
}

.fkb-acard:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
}

.fkb-acard-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #f7f4f1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c46b3d;
}

.fkb-acard-icon svg {
  width: 24px;
  height: 24px;
}

.fkb-acard h3 {
  margin: 0 0 10px;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
}

.fkb-acard p {
  margin: 0;
  font-size: 13px;
  color: #6b6b6b;
  line-height: 1.65;
}

.fkb-why-copy > p {
  margin: 0 0 28px;
  color: var(--fkb-muted);
  font-size: 18px;
  line-height: 1.85;
}

.fkb-story-btn {
  width: fit-content;
  min-width: 310px;
  min-height: 72px;
  border-radius: 20px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 14px;
}

.fkb-services {
  background: #ffffff;
}

.fkb-services .fkbl-section-head {
  max-width: 980px;
  margin-bottom: 56px;
}

.fkb-services .fkbl-section-head h2 {
  font-size: clamp(38px, 1.6vw, 72px);
  line-height: 1.05;
}

.fkb-services .fkbl-section-head p {
  max-width: 760px;
  font-size: 17px;
}

.fkb-inline-cta {
  padding-top: 0;
  background: #f9f7f3;
}

.fkb-inline-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 36px 40px;
  border-radius: 28px;
  background: linear-gradient(135deg, #1c1c1c 0%, #101010 100%);
  color: #fff;
  box-shadow: var(--fkb-shadow);
}

.fkb-inline-cta-box h2 {
  margin: 0 0 14px;
  font-family: "Archivo", sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
}

.fkb-inline-cta-box p {
  margin: 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.72);
}

.fkb-service-row {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 50px;
  padding: 0;
}

.fkb-service-media {
  flex: 0 0 60%;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.fkb-service-media img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.fkb-service-media:hover img {
  transform: scale(1.04);
}

.fkb-service-info {
  flex: 0 0 35%;
}

.fkb-service-num {
  display: inline-block;
  font-family: "Archivo", sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: rgba(199,119,67,0.15);
  line-height: 1;
  margin-bottom: 10px;
}

.fkb-service-info h3 {
  margin: 0 0 14px;
  font-family: "Archivo", sans-serif;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 800;
  color: #1a1a1a;
}

.fkb-service-info p {
  margin: 0 0 24px;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}



.fkb-why {
  background: linear-gradient(180deg, #171717 0%, #0f0f0f 100%);
  color: #fff;
}

.fkb-why-copy h2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.08;
  margin: 0 0 20px;
}

.fkb-why-points {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fkb-why-points > div,
.fkb-stat-card {
  padding: 24px;
  border-radius: var(--fkb-radius-md);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.fkb-why-points strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.fkb-why-points span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

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

.fkb-stat-card strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}

.fkb-stat-card span {
  color: rgba(255, 255, 255, 0.72);
}

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

.fkb-project-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--fkb-shadow-soft);
}

.fkb-project-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.45s ease;
  aspect-ratio: 0.82;
  display: block;
}

.fkb-project-card:nth-child(n + 4) img {
  aspect-ratio: 1.42;
}

.fkb-project-overlay {
  display: none;
}

.fkbl-center-action {
  margin-top: 40px;
  text-align: center;
}

.fkb-process {
  background: #f9f7f3;
}

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

.fkb-process-card {
  position: relative;
  padding: 84px 28px 30px;
  border-radius: var(--fkb-radius-md);
  background: #fff;
  box-shadow: var(--fkb-shadow-soft);
}

.fkb-process-number {
  position: absolute;
  top: 24px;
  left: 24px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(201, 110, 46, 0.12);
  color: var(--fkb-accent);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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

.fkb-testimonial-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
  padding: 24px 28px;
  border-radius: var(--fkb-radius-md);
  background: #fff;
  box-shadow: var(--fkb-shadow-soft);
}

.fkb-rating-badge strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Archivo", sans-serif;
  font-size: 28px;
  line-height: 1.1;
}

.fkb-rating-badge span,
.fkb-testimonial-summary p {
  color: var(--fkb-muted);
}

.fkb-testimonial-summary p {
  margin: 0;
  max-width: 560px;
  line-height: 1.8;
}

.fkb-testimonial-card {
  padding: 28px;
  border-radius: var(--fkb-radius-md);
  background: #fff;
  box-shadow: var(--fkb-shadow-soft);
}

.fkb-testimonial-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.fkb-testimonial-top img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.fkb-testimonial-top span,
.fkb-testimonial-card p {
  color: var(--fkb-muted);
}

.fkb-rating {
  margin-bottom: 14px;
  color: var(--fkb-accent);
  letter-spacing: 0.1em;
}

.fkb-home-cta {
  padding-top: 0;
}

.fkb-before-after-grid,
.fkb-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.fkb-before-after-card,
.fkb-blog-card {
  overflow: hidden;
  border-radius: var(--fkb-radius-md);
  background: #fff;
  box-shadow: var(--fkb-shadow-soft);
}

.fkb-before-after-card img,
.fkb-blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fkb-before-after-card img {
  min-height: 420px;
}

.fkb-blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fkb-blog-card img {
  aspect-ratio: 1.15;
}

.fkb-blog-copy {
  padding: 22px 22px 24px;
}

.fkb-blog-copy span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--fkb-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fkb-blog-copy h3 {
  margin: 0 0 14px;
  font-family: "Archivo", sans-serif;
  font-size: 24px;
  line-height: 1.24;
}

.fkb-blog-copy a {
  color: var(--fkb-accent);
  font-weight: 700;
}

.fkb-home-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px 48px;
  border-radius: 32px;
  background: linear-gradient(135deg, #1b1b1b 0%, #101010 100%);
  color: #fff;
  box-shadow: var(--fkb-shadow);
}

.fkb-home-cta-box h2 {
  font-size: clamp(30px, 4vw, 54px);
}

.fkb-footer {
  padding: 88px 0 34px;
  background: #121212;
  color: rgba(255, 255, 255, 0.78);
}

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

.fkb-footer-logo {
  max-height: 58px;
  margin-bottom: 18px;
}

.fkb-footer-brand p,
.fkb-footer-col li,
.fkb-footer-col a {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.8;
}

.fkb-footer-col h4 {
  margin: 0 0 16px;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
}

.fkb-footer-col ul,
.fkb-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.fkb-footer-social {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.fkb-footer-social a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.fkb-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
}

@keyframes fkbRise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .header-inner {
    padding-right: 64px;
  }

  .site-header.scrolled .header-inner {
    min-height: 62px;
  }

  #top .container,
  .container,
  .section .container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .fkb-shell {
    width: min(100% - 56px, 1280px);
  }

  .site-nav,
  .header-cta {
    display: none !important;
  }

  .mobile-menu-toggle {
    display: inline-flex !important;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 5;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(25, 25, 25, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08);
    align-items: center;
    justify-content: center;
  }

  .header-inner {
    min-height: 78px;
  }

  .site-header.scrolled .header-inner {
    min-height: 62px;
  }

  .fkb-about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .fkb-about-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 50px;
  }

  .fkb-about-visual {
    order: -1;
  }

  .fkb-service-row {
    flex-direction: column !important;
    gap: 30px;
  }

  .fkb-service-media {
    flex: 0 0 100%;
    width: 100%;
  }

  .fkb-service-info {
    flex: 0 0 100%;
  }

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

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

  .fkb-inline-cta-box,
  .fkb-testimonial-summary {
    flex-direction: column;
    align-items: flex-start;
  }

  .fkb-blog-grid {
    grid-template-columns: 1fr;
  }
}

/* Tablet: 768px – 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  .fkb-shell {
    width: min(100% - 40px, 1240px);
  }

  /* 3-col inline grids → 2 cols on tablet */
  [style*="grid-template-columns:repeat(3,1fr)"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* Shower icon grid stays 2-col even on tablet */
  [style*="grid-template-columns:repeat(3,1fr)"][style*="gap:14px"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* Hero sections */
  section[style*="min-height:55vh"] {
    min-height: auto !important;
    padding-top: 100px !important;
    padding-bottom: 50px !important;
  }

  section[style*="min-height:70vh"] {
    min-height: auto !important;
    padding-top: 100px !important;
    padding-bottom: 50px !important;
  }

  /* About page 1fr 1fr grids */
  [style*="display:grid"][style*="grid-template-columns:1fr 1fr"][style*="gap:60px"][style*="align-items:center"] {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  /* Contact page layout stack */
  [style*="grid-template-columns:1fr 1fr"][style*="gap:50px"] {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  /* Kitchen flooring rows */
  [style*="grid-template-columns:300px 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* Reduce section padding */
  section[style*="padding:80px 0"],
  section[style*="padding:90px 0"] {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  /* Gallery image heights */
  [style*="height:280px"][style*="object-fit:cover"] {
    height: 220px !important;
  }

  /* Shorter hero headings */
  h1[style*="font-size:clamp(36px,5vw,56px)"] {
    font-size: clamp(30px, 4.5vw, 42px) !important;
  }

  /* About page cards stay 2-col on tablet */
  .fkb-about-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .fkb-shell {
    width: min(100% - 32px, 1240px);
  }

  .fkb-service-area-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .fkb-service-area-list-full {
    grid-template-columns: repeat(2, 1fr);
  }

  .fkb-service-area-copy-full {
    margin-bottom: 24px;
  }

  .fkb-contact-map-section {
    padding: 0 16px 40px;
  }

  .fkb-contact-map-frame {
    height: 280px !important;
    min-height: 280px !important;
  }

  .fkb-about-cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
  }

  #top .container,
  .container,
  .section .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-bar {
    padding: 6px 0;
    font-size: 13px !important;
  }

  .top-bar .fkb-shell {
    gap: 5px !important;
    justify-content: center !important;
    font-size: 13px !important;
  }

  .top-bar .fkb-shell span:nth-child(3) {
    width: 100% !important;
    text-align: center !important;
  }

  .mobile-menu-panel {
    top: 80px;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: calc(100vh - 80px);
    height: calc(100dvh - 80px);
    box-shadow: none !important;
  }

  .site-header {
    background: rgba(245, 241, 234, 0.96);
  }

  .header-inner {
    min-height: 70px;
  }

  .site-header.scrolled .header-inner {
    min-height: 56px;
  }

  .fkb-hero {
    min-height: auto;
    padding: 18px 0 40px;
  }

  .fkb-hero {
    min-height: auto;
    padding: 100px 0 40px;
  }

  .fkb-hero-shell {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 100px 24px 40px;
    width: 100%;
  }

  .fkb-hero-media img {
    height: 100% !important;
  }

  .fkb-hero-copy {
    order: 1;
  }

  .fkb-hero-card {
    order: 2;
    padding: 28px 24px 24px;
  }

  .fkb-hero-actions {
    flex-direction: column;
  }

  .fkb-hero-actions a {
    justify-content: center;
  }

  .fkb-hero-card h3 {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .fkb-hero-card p,
  .fkbl-section-head p,
  .fkb-about-copy > p,
  .fkb-why-copy > p {
    font-size: 16px;
  }

  .fkb-hero-form {
    gap: 18px;
  }

  .fkb-hero-form-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .fkb-hero-form input,
  .fkb-hero-form textarea {
    font-size: 16px;
  }

  .fkb-hero-form .fkbl-btn-primary {
    min-height: 54px;
    font-size: 16px;
  }

  .fkbl-actions,
  .fkbl-proof,
  .fkb-process-grid,
  .fkb-testimonial-grid,
  .fkb-project-grid,
  .fkb-before-after-grid,
  .fkb-why-points,
  .fkb-stats-grid,
  .fkb-footer-grid,
  .fkb-blog-grid {
    grid-template-columns: 1fr;
  }

  .fkbl-actions {
    display: grid;
  }

  .fkbl-btn,
  .cta-btn {
    width: 100%;
  }

  .fkb-hero-card,
  .fkb-home-cta-box {
    padding: 28px 22px;
  }

  .fkb-about-visual img {
    aspect-ratio: 0.9;
  }

  .fkb-about-intro h2 {
    font-size: clamp(34px, 2.6vw, 48px);
  }

  .fkb-about-story-top {
    gap: 18px;
  }

  .fkb-exp-badge strong {
    font-size: 64px;
  }

  .fkb-exp-badge span {
    font-size: 16px;
  }

  .fkb-story-btn {
    width: 100%;
    min-width: 0;
  }

  .fkb-project-card {
    min-height: 0;
  }

  .fkb-home-cta-box,
  .fkb-inline-cta-box,
  .fkb-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .fkb-testimonial-summary {
    display: grid;
  }

  /* === INLINE STYLE MOBILE OVERRIDES === */

  /* All 3-column grids → 1 column */
  [style*="grid-template-columns:repeat(3,1fr)"] {
    grid-template-columns: 1fr !important;
  }

  /* All 2-column grids → 1 column */
  [style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }

  [style*="grid-template-columns:repeat(2,1fr)"] {
    grid-template-columns: 1fr !important;
  }

  /* About page image+text grid */
  [style*="grid-template-columns:1fr 1fr"][style*="gap:60px"] {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  /* Kitchen flooring image+text rows */
  [style*="grid-template-columns:300px 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* Contact page grid: info + form */
  [style*="grid-template-columns:1fr 1fr"][style*="gap:50px"] {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  /* Contact form rows */
  [style*="grid-template-columns:1fr 1fr"][style*="gap:16px"] {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  /* Process step flex reverse → normal stack */
  [style*="flex-direction:row-reverse"] {
    flex-direction: column !important;
  }
  [style*="flex-direction:row"][style*="gap:36px"] {
    flex-direction: column !important;
    gap: 20px !important;
  }

  /* Shower icon grid */
  [style*="grid-template-columns:repeat(3,1fr)"][style*="gap:14px"] {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  /* Hero sections - reduce min-height on mobile */
  section[style*="min-height:55vh"] {
    min-height: auto !important;
    padding-top: 100px !important;
    padding-bottom: 50px !important;
  }

  section[style*="min-height:70vh"] {
    min-height: auto !important;
    padding-top: 100px !important;
    padding-bottom: 50px !important;
  }

  /* Reduce section padding on mobile */
  section[style*="padding:80px 0"],
  section[style*="padding:90px 0"],
  section[style*="padding:70px 0"] {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  section[style*="padding:60px 0"] {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  /* Gallery image heights */
  [style*="height:280px"][style*="object-fit:cover"] {
    height: 200px !important;
  }

  /* About page 3-col features grid */
  [style*="grid-template-columns:repeat(3,1fr)"][style*="gap:24px"] {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* About page testimonial grid */
  section[style*="padding:90px 0"][style*="background:#fff"] [style*="grid-template-columns:repeat(3,1fr)"][style*="gap:24px"] {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* Process page benefits grid */
  [style*="grid-template-columns:repeat(auto-fit,minmax(280px,1fr))"] {
    grid-template-columns: 1fr !important;
  }

  /* Process step circle + content -> stack */
  [style*="flex-direction:row"][style*="align-items:flex-start"][style*="margin-bottom:40px"] {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 16px !important;
  }

  /* Step number circle */
  [style*="width:80px"][style*="height:80px"][style*="border-radius:50%"] {
    width: 60px !important;
    height: 60px !important;
  }

  /* Process step content padding */
  [style*="padding:28px 32px"][style*="border-radius:16px"] {
    padding: 20px !important;
  }

  /* Gallery CTA section padding */
  section[style*="padding:90px 0"][style*="background:linear-gradient"] {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  /* Gallery filter buttons */
  [style*="display:flex"][style*="gap:6px"][style*="flex-wrap:wrap"][style*="justify-content:center"] {
    gap: 4px !important;
  }

  /* Shorter hero headings on mobile */
  h1[style*="font-size:clamp(36px,5vw,56px)"] {
    font-size: clamp(28px, 7vw, 36px) !important;
  }

  /* Keep about page 1fr 1fr grids as single column */
  [style*="display:grid"][style*="grid-template-columns:1fr 1fr"][style*="gap:60px"][style*="align-items:center"] {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  /* About page floating badge re-position */
  [style*="position:absolute"][style*="bottom:-16px"][style*="left:-16px"] {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    margin-top: 20px !important;
    width: fit-content !important;
  }
}

@media (max-width: 479px) {
  .fkb-shell {
    width: min(100% - 24px, 1240px);
  }

  .top-bar .fkb-shell {
    font-size: 12px !important;
    gap: 4px !important;
  }

  .top-bar .fkb-shell span:nth-child(3) {
    width: 100% !important;
    text-align: center !important;
  }

  .fkb-hero-media img {
    height: 280px !important;
  }

  #top .container,
  .container,
  .section .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-inner {
    min-height: 64px;
  }

  .site-header.scrolled .header-inner {
    min-height: 52px;
  }

  .mobile-menu-panel {
    top: 80px;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: calc(100vh - 80px);
    height: calc(100dvh - 80px);
    padding: 0 0 24px;
    box-shadow: none !important;
  }

  .fkbl-section {
    padding: 68px 15px;
  }

  /* Small phone: 2-col inline grids → 1 col */
  [style*="grid-template-columns:repeat(3,1fr)"][style*="gap:14px"] {
    grid-template-columns: 1fr !important;
  }

  /* Gallery grid smaller gaps */
  [style*="grid-template-columns:repeat(auto-fit,minmax(300px,1fr))"] {
    gap: 12px !important;
  }

  /* Service feature icons */
  [style*="grid-template-columns:repeat(auto-fit,minmax(220px,1fr))"] {
    gap: 14px !important;
  }

  /* Section padding tighter */
  section[style*="padding:80px 0"],
  section[style*="padding:90px 0"],
  section[style*="padding:70px 0"] {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  /* Gallery image heights smaller */
  [style*="height:280px"][style*="object-fit:cover"] {
    height: 160px !important;
  }

  /* Hero heading smaller */
  h1[style*="font-size:clamp(36px,5vw,56px)"] {
    font-size: clamp(24px, 7vw, 30px) !important;
  }
}

.faq-cards {
  display: grid;
  gap: 14px;
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.faq-question {
  padding: 18px 24px;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.faq-question::after {
  content: "+";
  font-size: 20px;
  color: #c77743;
  font-weight: 400;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  max-height: 0;
  padding: 0 24px;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item.active .faq-answer {
  max-height: 400px;
  padding: 0 24px 20px;
}

.faq-cta {
  text-align: center;
  margin-top: 36px;
  padding: 32px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.faq-cta h4 {
  margin: 0 0 8px;
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
}

.faq-cta p {
  margin: 0 0 16px;
  color: #666;
  font-size: 14px;
}

.faq-cta .btn-primary {
  display: inline-block;
  padding: 14px 36px;
  background: #c77743;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.faq-cta .btn-primary:hover {
  background: #a85b2c;
}


.fkb-footer-social a {
  transition: background 0.3s ease, transform 0.3s ease;
}

.fkb-footer-social a:hover {
  background: #c77743;
  transform: translateY(-3px);
}

.fkb-footer-social a svg {
  width: 18px;
  height: 18px;
}

.fkb-footer-col a {
  transition: color 0.3s ease;
}

.fkb-footer-col a:hover {
  color: #c77743;
}

.fkb-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: rgba(255,255,255,0.68);
  line-height: 1.6;
}

.fkb-contact-list li svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: #c77743;
}

.fkb-contact-list li a {
  color: rgba(255,255,255,0.68);
}

.fkb-contact-list li a:hover {
  color: #c77743;
}

.fkb-anim {
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fkb-anim-left {
  transform: translateX(-60px);
}

.fkb-anim-right {
  transform: translateX(60px);
}

.fkb-anim-up {
  transform: translateY(50px);
}

.fkb-anim-visible {
  opacity: 1;
  transform: translate(0);
}

/* FINAL LATE OVERRIDE FOR DROPDOWN VISIBILITY */
.nav-item.has-dropdown:hover > .fkb-dropdown,
.nav-item:hover > .fkb-dropdown,
.nav-item.has-dropdown.is-open > .fkb-dropdown,
.nav-item.has-dropdown:focus-within > .fkb-dropdown {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    left: 0 !important;
    top: 100% !important;
    z-index: 1000000 !important;
    background: white !important;
}

@media (min-width: 1025px) {
    .fkb-dropdown {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        transform: translateY(10px);
        background: white !important;
        min-width: 240px !important;
        padding: 12px 0 !important;
        margin: 0 !important;
        list-style: none !important;
        box-shadow: 0 4px 20px rgba(0,0,0,0.12) !important;
        border-radius: 10px !important;
        opacity: 0;
        visibility: hidden;
        transition: all 0.25s ease;
        z-index: 1000000 !important;
        display: block !important;
        pointer-events: auto !important;
    }

    .fkb-dropdown li {
        display: block !important;
        width: 100% !important;
    }

    .fkb-dropdown li a {
        display: block !important;
        padding: 10px 24px !important;
        color: #333 !important;
        text-decoration: none !important;
        font-size: 14px !important;
        font-weight: 500 !important;
    }

    .fkb-dropdown li a:hover {
        background: #f9f9f9 !important;
        color: #f37a20 !important;
    }
}

/* Bathroom Section Dropdown Background */
.fkb-bathroom-dropdown {
    background-image: linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)), url('/wp-content/uploads/2026/05/3d-rendering-modern-bathroom-with-luxury-tile-and.webp') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Ensure sub-items remain readable */
.fkb-bathroom-dropdown li a {
    background: transparent !important;
}

/* ============================================
   MOBILE HERO RESPONSIVE
   ============================================ */

@media (max-width: 767px) {
  .fkb-service-area-hero {
    min-height: auto;
    padding: 110px 0 60px;
  }
  .fkb-service-area-hero h1 {
    font-size: clamp(24px, 7vw, 30px);
  }
  .fkb-service-area-hero p {
    font-size: 15px;
    width: 100%;
  }
  .fkb-service-area-hero-inner {
    padding: 0 16px;
  }

  .fkb-page-banner {
    min-height: auto !important;
    padding: 110px 0 50px !important;
  }
  .fkb-page-banner-content {
    padding: 0 16px !important;
  }
  .fkb-page-banner h1 {
    font-size: clamp(24px, 7vw, 30px) !important;
  }
  .fkb-page-banner p {
    font-size: 15px !important;
  }

  section[style*="min-height: 70vh"],
  section[style*="min-height:70vh"] {
    min-height: auto !important;
  }
  section[style*="min-height: 55vh"],
  section[style*="min-height:55vh"] {
    min-height: auto !important;
  }
  section > div[style*="padding: 140px 24px 80px"] {
    padding: 110px 16px 50px !important;
  }
  section > div[style*="padding:140px 24px 80px"] {
    padding: 110px 16px 50px !important;
  }
  section > div[style*="padding: 130px 24px 60px"] {
    padding: 110px 16px 50px !important;
  }
  h1[style*="font-size: clamp(32px, 5vw, 32px)"] {
    font-size: clamp(24px, 7vw, 30px) !important;
  }
  p[style*="font-size: clamp(16px,1.2vw,19px)"] {
    font-size: 15px !important;
  }
  p[style*="font-size: clamp(15px,1.1vw,18px)"] {
    font-size: 14px !important;
  }
}

/* Final mobile alignment for all page banners and section copy */
@media (max-width: 767px) {
  .fkb-page-banner {
    min-height: auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  .fkb-page-banner > div:first-child img,
  .fkb-hero-media img,
  .hero-bg img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .fkb-page-banner-content,
  section > div.fkb-page-banner-content[style] {
    width: 100% !important;
    max-width: 100% !important;
    padding: 96px 24px 56px !important;
    text-align: left !important;
  }

  .fkb-page-banner-content h1,
  .fkb-page-banner-content p,
  .fkb-page-banner-content span {
    text-align: left !important;
  }

  .fkb-page-banner-content h1,
  h1[style*="font-size:clamp(32px, 5vw, 32px)"],
  h1[style*="font-size: clamp(32px, 5vw, 32px)"] {
    font-size: 31px !important;
    line-height: 1.14 !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }

  .fkb-page-banner-content p,
  p[style*="font-size:clamp(16px,1.2vw,19px)"],
  p[style*="font-size: clamp(16px,1.2vw,19px)"] {
    font-size: 16px !important;
    line-height: 1.65 !important;
    max-width: 100% !important;
  }

  .fkb-page-banner-content > div:last-child {
    width: 100% !important;
  }

  .fkb-page-banner-content > div:last-child a {
    width: 100% !important;
    justify-content: center !important;
  }

  .section-header,
  .fkbl-section-head {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .section-title,
  .section-desc,
  .fkbl-section-head h2,
  .fkbl-section-head p {
    max-width: 100% !important;
  }

  .service-areas-inner,
  .faq-inner {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (max-width: 480px) {
  .fkb-page-banner-content,
  section > div.fkb-page-banner-content[style] {
    padding: 86px 20px 50px !important;
  }

  .fkb-page-banner-content h1,
  h1[style*="font-size:clamp(32px, 5vw, 32px)"],
  h1[style*="font-size: clamp(32px, 5vw, 32px)"] {
    font-size: 28px !important;
  }

  .section-header,
  .fkbl-section-head,
  .service-areas-inner,
  .faq-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* Service Areas page mobile alignment */
@media (max-width: 767px) {
  .fkb-service-area-hero {
    min-height: auto !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .fkb-service-area-hero > div:first-child img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .fkb-service-area-hero-shell {
    width: 100% !important;
    max-width: 100% !important;
    padding: 96px 24px 56px !important;
  }

  .fkb-service-area-hero-inner {
    padding: 0 !important;
    text-align: left !important;
  }

  .fkb-service-area-hero h1 {
    font-size: 31px !important;
    line-height: 1.14 !important;
    text-align: left !important;
    margin-bottom: 14px !important;
  }

  .fkb-service-area-hero p {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    text-align: left !important;
  }

  .fkb-service-area-hero-inner > div {
    justify-content: flex-start !important;
  }

  .fkb-service-area-content .fkb-shell {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .fkb-service-area-copy-full {
    text-align: left !important;
  }

  .fkb-service-area-copy h2,
  .fkb-service-area-copy > p {
    text-align: left !important;
  }

  .fkb-service-area-list-full {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 480px) {
  .fkb-service-area-hero-shell {
    padding: 86px 20px 50px !important;
  }

  .fkb-service-area-hero h1 {
    font-size: 28px !important;
  }

  .fkb-service-area-content .fkb-shell {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
