/* ============================================================
   BUILDA GROUP — Main Stylesheet
   Premium construction / architecture portfolio aesthetic
   ============================================================ */

:root {
  --dark: #366560;
  --off-white: #f4f1ec;
  --line: #2a2e35;
  --text-muted: #888;
  --gap: 4px;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Courier Prime", "Courier Std", "Courier New", Courier, monospace;
  color: var(--dark);
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
}

a { text-decoration: none; color: inherit; }
img { display: block; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  padding: 0 40px;
  background: rgba(72, 89, 79, 0.08);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  transition: background 0.4s, backdrop-filter 0.4s, -webkit-backdrop-filter 0.4s;
}

.site-header.scrolled {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

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

.logo-img {
  height: 150px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.main-nav {
  display: flex;
  gap: 32px;
  align-items: center;
}

.main-nav a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Courier Prime", monospace;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.main-nav a:hover { opacity: 1; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('/assets/images/gallery-3.jpg');
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 110px 24px 0;
  max-width: 1140px;
  width: 100%;
  text-align: center;
}

.hero-content h1 {
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(28px, 4.5vw, 60px);
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.1;
  margin: 0 0 24px;
}

.hero-content p {
  font-size: clamp(14px, 1.8vw, 18px);
  color: rgba(255,255,255,0.82);
  margin: 0 0 40px;
  letter-spacing: 0.5px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Courier Prime", monospace;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 18px 36px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  cursor: pointer;
}

.btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.btn:hover svg { transform: translateX(4px); }

.btn-outline {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

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

.btn-solid {
  border: 2px solid #fff;
  color: var(--dark);
  background: #fff;
}

.btn-solid:hover {
  background: transparent;
  color: #fff;
}

/* ============================================================
   INTRO STRIP
   ============================================================ */
.intro-strip {
  background: var(--dark);
  color: #fff;
  padding: 22px 40px;
  text-align: center;
}

.intro-strip-inner {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}

.intro-strip-inner::before,
.intro-strip-inner::after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: rgba(255,255,255,0.35);
}

/* ============================================================
   PHOTO GRID (homepage)
   ============================================================ */
.photo-grid-section {
  padding: 0;
  background: #000;
}

.photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 250px 250px;
  gap: var(--gap);
  height: 504px;
}

.photo-grid-item {
  display: block;
  overflow: hidden;
  background: #111;
}

.photo-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, opacity 0.3s ease;
  opacity: 0.92;
}

.photo-grid-item:hover img {
  transform: scale(1.04);
  opacity: 1;
}

.photo-grid-item--tall {
  grid-column: 1;
  grid-row: 1 / span 2;
}

/* ============================================================
   SPLIT SECTIONS (services)
   ============================================================ */
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 400px;
}

.split-panel {
  background: var(--dark);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 52px;
}

.split-panel h2 {
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.1;
  margin: 0 0 20px;
}

.split-panel p {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255,255,255,0.75);
  margin: 0 0 32px;
  max-width: 380px;
}

.split-panel ul {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.split-panel ul li {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 16px;
  position: relative;
}

.split-panel ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: rgba(255,255,255,0.35);
}

.arrow-cta {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding-bottom: 2px;
  transition: border-color 0.2s, opacity 0.2s;
}

.arrow-cta:hover {
  border-color: #fff;
  opacity: 0.85;
}

.split-image {
  overflow: hidden;
  background: #111;
}

.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.split-image:hover img {
  transform: scale(1.03);
}

/* ============================================================
   TESTIMONIAL BAND
   ============================================================ */
.testimonial-band {
  background: color-mix(in srgb, var(--dark), black 35%);
  padding: 100px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.testimonial-band::before {
  content: '\201C';
  font-family: "Dela Gothic One", sans-serif;
  font-size: 300px;
  line-height: 1;
  color: rgba(255,255,255,0.04);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  user-select: none;
}

.testimonial-band blockquote {
  margin: 0 auto;
  max-width: 800px;
  font-size: clamp(18px, 2.2vw, 26px);
  font-style: italic;
  font-family: "Courier Prime", monospace;
  line-height: 1.7;
  color: rgba(255,255,255,0.92);
  position: relative;
  z-index: 1;
  transition: opacity 0.5s ease;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.testimonial-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  transition: background 0.3s;
}

.testimonial-dot.active {
  background: rgba(255,255,255,0.9);
}

.testimonial-band blockquote::before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: rgba(255,255,255,0.3);
  margin: 0 auto 32px;
}

.testimonial-band blockquote::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: rgba(255,255,255,0.3);
  margin: 32px auto 0;
}

/* ============================================================
   GUIDES TEASER
   ============================================================ */
.guides-teaser {
  background: #fff;
  padding: 80px 40px;
}

.guides-teaser h2 {
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 48px;
  text-align: center;
  line-height: 1.1;
}

.guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.guide-card {
  display: flex;
  flex-direction: column;
  background: var(--off-white);
  padding: 36px 28px 28px;
  color: var(--dark);
  transition: background 0.25s, transform 0.25s;
  position: relative;
  overflow: hidden;
}

.guide-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--dark);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}

.guide-card:hover { background: #ece8e1; transform: translateY(-4px); }
.guide-card:hover::before { transform: scaleX(1); }

.guide-card-num {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 48px;
  color: #d5d0c8;
  line-height: 1;
  margin-bottom: 16px;
  display: block;
}

.guide-card h3 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 12px;
  line-height: 1.3;
}

.guide-card p {
  font-size: 14px;
  line-height: 1.65;
  color: #666;
  margin: 0 0 24px;
  flex: 1;
}

.guide-card-cta {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--dark);
  border-bottom: 1px solid var(--dark);
  padding-bottom: 2px;
  align-self: flex-start;
}

/* Service cards inside split panel */
.split-panel--cards {
  padding: 48px 44px;
}

.service-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 32px;
}

.service-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: background 0.2s, border-color 0.2s;
}

.service-card:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.3);
}

.service-card svg {
  width: 28px;
  height: 28px;
  color: rgba(255,255,255,0.7);
}

.service-card span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

/* ============================================================
   GALLERY PAGE
   ============================================================ */
.gallery-intro {
  background: var(--dark);
  color: #fff;
  padding: 166px 40px 48px;
  text-align: center;
}

.gallery-intro h1 {
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 12px;
  line-height: 1.05;
}

.gallery-intro p {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.55);
  margin: 0;
}

.gallery-masonry-section {
  padding: 40px 32px 56px;
  background: #fff;
}

.gallery-masonry {
  columns: 3;
  column-gap: 8px;
}

@keyframes shimmer {
  0%   { background-position: -600px 0; }
  100% { background-position: 600px 0; }
}

.gallery-masonry-item {
  display: block;
  break-inside: avoid;
  margin-bottom: 8px;
  overflow: hidden;
  background: linear-gradient(90deg, #1a1a1a 25%, #2a2a2a 50%, #1a1a1a 75%);
  background-size: 1200px 100%;
  animation: shimmer 1.6s infinite linear;
}

.gallery-masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease, opacity 0.3s ease;
  opacity: 0.93;
  position: relative;
}

.gallery-masonry-item:hover img {
  transform: scale(1.03);
  opacity: 1;
}

/* ============================================================
   LIGHTBOX
   ============================================================ */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 400;
  align-items: center;
  justify-content: center;
}

.lightbox.open { display: flex; }

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.93);
  cursor: zoom-out;
}

.lightbox-img-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 92vw;
  max-height: 92vh;
}

.lightbox-img-wrap img {
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
  display: block;
  box-shadow: 0 8px 48px rgba(0,0,0,0.6);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 2;
  background: rgba(255,255,255,0.1);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.lightbox-close:hover { background: rgba(255,255,255,0.2); }

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  font-size: 20px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
.lightbox-prev:hover,
.lightbox-next:hover { background: rgba(255,255,255,0.18); }

.lightbox-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 11px;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.4);
  font-family: "Courier Prime", monospace;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
  .lightbox-close { top: 12px; right: 12px; }
}

/* ============================================================
   SERVICES PAGE
   ============================================================ */
.services-intro {
  background: var(--dark);
  color: #fff;
  padding: 166px 40px 48px;
  text-align: center;
}

.services-intro h1 {
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 12px;
  line-height: 1.05;
}

.services-intro p {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.55);
  margin: 0;
}

.service-section {
  padding: 0;
}

.service-section-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.service-section-content {
  padding: 56px 40px;
  max-width: 760px;
}

.service-section-content h2 {
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.1;
  margin: 0 0 24px;
}

.service-section-content p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 24px;
  color: #333;
}

.service-section-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-section-content ul li {
  font-size: 15px;
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-section-content ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #aaa;
}

.service-section + .service-section {
  border-top: 4px solid var(--dark);
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--dark);
  color: #fff;
}

.footer-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 52px 40px 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  max-width: 1400px;
  margin: 0 auto;
}

.footer-logo {
  height: 90px;
  width: auto;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.footer-brand p {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  margin: 0 0 14px;
}

.footer-phone {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px;
  letter-spacing: 1px;
  color: #fff;
}

.footer-email {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}
.footer-email:hover { color: #fff; }

.email-reveal {
  cursor: pointer;
  border-bottom: 1px dashed currentColor;
  opacity: 0.7;
}

.footer-fmb-logo {
  height: 40px;
  width: auto;
  display: block;
  margin-left: auto;
}

.company-info {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.company-info h3 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--text-muted);
  margin: 0 0 20px;
}

.fmb-badge {
  margin-top: 28px;
}

.fmb-badge img {
  height: 60px;
  width: auto;
}

.footer-location {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.35);
  margin: 8px 0 0;
}

.footer-col-heading {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.35);
  margin: 0 0 20px;
  font-weight: 700;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav a {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.65);
  transition: color 0.2s;
  text-decoration: none;
}

.footer-nav a:hover { color: #fff; }

.footer-credit-link {
  color: rgba(255,255,255,0.3);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-credit-link:hover { color: rgba(255,255,255,0.6); }

.footer-base {
  padding: 20px 40px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-base p {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.3);
}

.footer-legal {
  display: flex;
  gap: 24px;
}

.footer-legal a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.3);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-legal a:hover { color: rgba(255,255,255,0.7); }

@media (max-width: 900px) {
  .footer-inner { grid-template-columns: 1fr 1fr; padding: 40px 24px 32px; gap: 28px; }
  .footer-base { padding: 16px 24px; }
}

@media (max-width: 560px) {
  .footer-inner { grid-template-columns: 1fr; padding: 36px 20px 28px; }
  .footer-base { flex-direction: column; align-items: flex-start; gap: 12px; }
}

/* ============================================================
   GUIDES LISTING PAGE
   ============================================================ */
.guides-page-hero {
  background: var(--dark);
  color: #fff;
  padding: 190px 40px 64px;
}

.guides-page-hero h1 {
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.0;
  margin: 0 0 20px;
}

.guides-page-hero p {
  font-size: 17px;
  color: rgba(255,255,255,0.65);
  max-width: 560px;
  margin: 0;
  line-height: 1.7;
}

.guides-listing {
  padding: 0;
}

.guides-listing-item {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 36px 40px;
  border-bottom: 1px solid #e8e4dc;
  color: var(--dark);
  transition: background 0.2s;
}

.guides-listing-item:hover {
  background: var(--off-white);
  text-decoration: none;
}

.guides-listing-num {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 48px;
  color: #ddd;
  line-height: 1;
  user-select: none;
}

.guides-listing-text h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 8px;
  line-height: 1.2;
}

.guides-listing-text p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

.guides-listing-arrow {
  font-size: 22px;
  color: #ccc;
  transition: color 0.2s, transform 0.2s;
}

.guides-listing-item:hover .guides-listing-arrow {
  color: var(--dark);
  transform: translateX(4px);
}

/* ============================================================
   GUIDE ARTICLE
   ============================================================ */
.guide-header {
  background: var(--dark);
  color: #fff;
  padding: 182px 40px 56px;
}

.guide-header .guide-eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.45);
  margin: 0 0 20px;
  display: block;
}

.guide-header h1 {
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(36px, 5.5vw, 72px);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0 0 24px;
}

.guide-header .guide-intro {
  font-size: 18px;
  color: rgba(255,255,255,0.7);
  max-width: 640px;
  margin: 0;
  line-height: 1.7;
}

.guide-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  align-items: stretch;
}

.guide-body {
  padding: 56px 48px 80px 0;
  border-right: 1px solid #e8e4dc;
}

.guide-body h2 {
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 400;
  text-transform: uppercase;
  margin: 48px 0 16px;
  line-height: 1.1;
}

.guide-body h2:first-child { margin-top: 0; }

.guide-body p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin: 0 0 20px;
}

.guide-body ul, .guide-body ol {
  padding-left: 0;
  margin: 0 0 28px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.guide-body li {
  font-size: 14px;
  padding: 16px 18px;
  background: #f7f7f7;
  border-left: 3px solid var(--dark);
  color: #333;
  line-height: 1.55;
  position: relative;
}

.guide-body ol li {
  counter-increment: ol-counter;
  padding-left: 44px;
}

.guide-body ol li::before {
  content: counter(ol-counter, decimal-leading-zero);
  position: absolute;
  left: 16px;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 13px;
  color: #aaa;
  top: 16px;
}

.guide-body ol { counter-reset: ol-counter; }

.guide-body strong { font-weight: 700; }

.guide-sidebar {
  padding: 56px 0 56px 40px;
}

.guide-sidebar-box {
  background: var(--off-white);
  padding: 28px;
  margin-bottom: 24px;
}

.guide-sidebar-box h3 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #888;
  margin: 0 0 16px;
  font-weight: 700;
}

.guide-sidebar-box p {
  font-size: 14px;
  color: #444;
  margin: 0;
  line-height: 1.65;
}

.sidebar-sticky-group {
  position: sticky;
  top: 120px;
}

.guide-sidebar-cta {
  display: block;
  background: var(--dark);
  color: #fff;
  padding: 28px;
  text-align: center;
}

.guide-sidebar-cta h3 {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.guide-sidebar-cta p {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  margin: 0 0 20px;
  line-height: 1.6;
}

.guide-sidebar-cta .btn {
  font-size: 12px;
  padding: 14px 24px;
  border-color: #fff;
}

/* Sidebar fade gallery */
.sidebar-gallery {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #111;
}

.sidebar-gallery-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: sidebar-fade 20s infinite;
}

.sidebar-gallery-img:nth-child(1) { animation-delay: 0s; }
.sidebar-gallery-img:nth-child(2) { animation-delay: 4s; }
.sidebar-gallery-img:nth-child(3) { animation-delay: 8s; }
.sidebar-gallery-img:nth-child(4) { animation-delay: 12s; }
.sidebar-gallery-img:nth-child(5) { animation-delay: 16s; }

@keyframes sidebar-fade {
  0%   { opacity: 0; }
  5%   { opacity: 1; }
  20%  { opacity: 1; }
  25%  { opacity: 0; }
  100% { opacity: 0; }
}

.guide-back-link {
  padding: 32px 40px;
  border-top: 1px solid #e8e4dc;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.guide-back-link a {
  color: #666;
  transition: color 0.2s;
}

.guide-back-link a:hover { color: var(--dark); }

/* ============================================================
   LEGAL PAGES (Privacy / Cookies)
   ============================================================ */
.legal-page {
  background: var(--off-white);
  min-height: 60vh;
  padding: 180px 40px 80px;
}

.legal-page-inner {
  max-width: 760px;
  margin: 0 auto;
}

.legal-page h1 {
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 8px;
  line-height: 1.1;
}

.legal-updated {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #888;
  margin: 0 0 56px;
}

.legal-page h2 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  margin: 40px 0 12px;
  color: var(--dark);
}

.legal-page p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin: 0 0 16px;
}

.legal-page ul {
  margin: 0 0 20px;
  padding-left: 20px;
}

.legal-page ul li {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 6px;
}

.legal-page a {
  color: var(--dark);
  text-decoration: underline;
}

/* ============================================================
   INFORMATION / CONTACT PAGE
   ============================================================ */
.contact-hero {
  background: var(--dark);
  color: #fff;
  padding: 190px 40px 64px;
}

.contact-hero h1 {
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.0;
  margin: 0 0 20px;
}

.contact-hero p {
  font-size: 17px;
  color: rgba(255,255,255,0.65);
  max-width: 480px;
  margin: 0;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}

.contact-details {
  background: var(--off-white);
  padding: 64px 48px;
}

.contact-details h2 {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 40px;
}

.contact-detail-item {
  margin-bottom: 36px;
}

.contact-detail-item .label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #888;
  margin-bottom: 6px;
  display: block;
}

.contact-detail-item .value {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
}

.contact-form-panel {
  background: #fff;
  padding: 64px 48px;
}

.contact-form-panel h2 {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 40px;
}

.contact-form .form-group {
  margin-bottom: 24px;
}

.contact-form label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #888;
  margin-bottom: 8px;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d8d3cb;
  background: #fff;
  font-family: "Courier Prime", monospace;
  font-size: 15px;
  color: var(--dark);
  outline: none;
  transition: border-color 0.2s;
  appearance: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--dark);
}

.contact-form textarea { resize: vertical; min-height: 120px; }

.contact-form .btn {
  width: 100%;
  justify-content: center;
  background: var(--dark);
  color: #fff;
  border-color: var(--dark);
  font-size: 14px;
  padding: 18px;
}

.contact-form .btn:hover {
  background: #2a2e35;
  border-color: #2a2e35;
}

.link-arrow {
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
  margin-top: 16px;
}

/* Area covered chips */
.area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.area-chip {
  background: #fff;
  border: 1px solid #d8d3cb;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--dark);
}

/* Full-width service sections */
.service-full {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}

.service-full--reverse { direction: rtl; }
.service-full--reverse > * { direction: ltr; }

.service-full-image {
  overflow: hidden;
  background: #111;
}

.service-full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.service-full:hover .service-full-image img { transform: scale(1.03); }

.service-full-content {
  background: var(--off-white);
  padding: 64px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-eyebrow {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 64px;
  color: #ddd;
  line-height: 1;
  margin-bottom: 8px;
  display: block;
}

.service-full-content h2 {
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0 0 20px;
}

.service-full-content > p {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
  margin: 0 0 32px;
  max-width: 480px;
}

.service-full-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 36px;
}

.btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--dark);
  color: #fff;
  border: 2px solid var(--dark);
  font-family: "Courier Prime", monospace;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 16px 32px;
  align-self: flex-start;
  transition: background 0.2s, color 0.2s;
}

.btn-dark svg { width: 16px; height: 16px; transition: transform 0.2s; }
.btn-dark:hover { background: transparent; color: var(--dark); }
.btn-dark:hover svg { transform: translateX(4px); }

/* Services photo band */
.services-photo-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 240px;
  gap: var(--gap);
}

.services-photo-band-item { overflow: hidden; background: #111; }
.services-photo-band-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, opacity 0.3s;
  opacity: 0.9;
}
.services-photo-band-item:hover img { transform: scale(1.05); opacity: 1; }

@media (max-width: 900px) {
  .service-full { grid-template-columns: 1fr; direction: ltr; }
  .service-full--reverse { direction: ltr; }
  .service-full-image { height: 320px; }
  .service-full-content { padding: 48px 28px; }
  .services-photo-band { grid-template-columns: 1fr 1fr; height: auto; }
  .services-photo-band-item { height: 180px; }
}

@media (max-width: 600px) {
  .service-full-cards { grid-template-columns: 1fr; }
  .services-photo-band { grid-template-columns: 1fr 1fr; }
}

/* Sub-service cards on services page */
.sub-service-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin: 24px 0 32px;
}

.sub-service-card {
  background: var(--off-white);
  padding: 24px 20px;
  border-left: 3px solid var(--dark);
}

.sub-service-card h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 8px;
}

.sub-service-card p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.55;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .guide-layout { grid-template-columns: 1fr; padding: 0 24px; }
  .guide-body { padding: 40px 0; border-right: none; border-bottom: 1px solid #e8e4dc; }
  .guide-sidebar { padding: 40px 0; }
  .contact-layout { grid-template-columns: 1fr; }
  .guides-listing-item { grid-template-columns: 60px 1fr; }
  .guides-listing-arrow { display: none; }
  .split-section {
    grid-template-columns: 1fr;
  }

  .split-image {
    height: 320px;
  }

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

  .gallery-masonry {
    columns: 2;
  }

  .photo-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 200px;
    height: auto;
  }

  .photo-grid-item--tall {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 600px) {
  .guides-page-hero, .contact-hero { padding: 158px 20px 40px; }
  .guide-header { padding: 158px 20px 40px; }
  .guides-listing-item { padding: 24px 20px; gap: 16px; }
  .contact-details, .contact-form-panel { padding: 40px 20px; }
  .site-header { padding: 0 20px; }

  .main-nav { gap: 18px; }
  .main-nav a { font-size: 10px; letter-spacing: 1px; }

  .hero-content h1 { font-size: 28px; letter-spacing: 1px; }

  .intro-strip { padding: 20px; }
  .intro-strip-inner { font-size: 10px; letter-spacing: 2px; }
  .intro-strip-inner::before, .intro-strip-inner::after { width: 24px; }

  .photo-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 220px 180px 180px;
    height: auto;
  }

  .photo-grid-item--tall {
    grid-column: 1;
    grid-row: 1;
  }

  .split-panel { padding: 40px 24px; }
  .split-panel p { max-width: 100%; }

  .testimonial-band { padding: 56px 24px; }

  .guides-teaser { padding: 56px 20px; }
  .guides-grid { grid-template-columns: 1fr; }

  .gallery-masonry { columns: 1; }

  .gallery-intro, .services-intro { padding: 150px 20px 32px; }

  .service-section-content { padding: 40px 20px; }

  .footer-inner { padding: 40px 20px 32px; }
  .footer-base { padding: 16px 20px; }

  .guide-hero, .guide-body, .guide-back { padding-left: 20px; padding-right: 20px; }
}

/* ============================================================
   HAMBURGER / MOBILE NAV
   ============================================================ */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.45);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  padding: 10px 12px;
  z-index: 201;
  flex-shrink: 0;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: transform 0.3s, opacity 0.3s;
  transform-origin: center;
}

.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   MOBILE BREAKPOINT (≤ 720px)
   ============================================================ */
@media (max-width: 720px) {
  /* Header */
  .site-header { height: 72px; padding: 0 20px; }

  .logo-img { height: 72px; }

  .nav-toggle { display: flex; }

  /* Full-screen nav overlay */
  .main-nav {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.96);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
    z-index: 199;
  }

  .main-nav.open { display: flex; }

  .main-nav a {
    font-size: 22px;
    letter-spacing: 3px;
    opacity: 1;
  }

  /* Hero */
  .hero { height: 100svh; }
  .hero-content h1 { font-size: 26px; letter-spacing: 1px; }
  .hero-content p { font-size: 13px; }
  .hero-buttons { flex-direction: column; align-items: center; }
  .hero-buttons .btn { width: 220px; justify-content: center; }

  /* Page heroes — adjusted for shorter header */
  .guides-page-hero,
  .contact-hero { padding: 110px 20px 40px; }
  .guide-header { padding: 110px 20px 40px; }
  .gallery-intro,
  .services-intro { padding: 110px 20px 32px; }
  .legal-page { padding: 110px 20px 60px; }

  /* Sidebar sticky disabled on mobile (stacks vertically) */
  .sidebar-sticky-group { position: static; }

  /* Guide layout */
  .guide-layout { grid-template-columns: 1fr; padding: 0 20px; }
  .guide-body { padding: 36px 0; border-right: none; border-bottom: 1px solid #e8e4dc; }
  .guide-sidebar { padding: 32px 0; }

  /* Services */
  .service-full { grid-template-columns: 1fr; direction: ltr; }
  .service-full--reverse { direction: ltr; }
  .service-full-image { height: 260px; }
  .service-full-content { padding: 36px 20px; }
  .service-full-cards { grid-template-columns: 1fr; }
  .services-photo-band { grid-template-columns: 1fr 1fr; height: auto; }
  .services-photo-band-item { height: 160px; }
  .services-intro h1,
  .gallery-intro h1 { font-size: clamp(32px, 10vw, 56px); }

  /* Split sections (homepage) */
  .split-section { grid-template-columns: 1fr; }
  .split-image { height: 260px; }
  .split-panel { padding: 36px 20px; }
  .split-panel p { max-width: 100%; }

  /* Photo grid */
  .photo-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 180px;
    height: auto;
  }
  .photo-grid-item--tall { grid-column: 1; grid-row: 1 / span 2; }

  /* Testimonial */
  .testimonial-band { padding: 56px 20px; }

  /* Guides teaser */
  .guides-teaser { padding: 56px 20px; }
  .guides-grid { grid-template-columns: 1fr; }

  /* Gallery */
  .gallery-masonry { columns: 1; }

  /* Contact */
  .contact-layout { grid-template-columns: 1fr; }
  .contact-details,
  .contact-form-panel { padding: 36px 20px; }

  /* Guides listing */
  .guides-listing-item { grid-template-columns: 60px 1fr; padding: 20px; gap: 16px; }
  .guides-listing-arrow { display: none; }

  /* Footer */
  .footer-inner {
    grid-template-columns: 1fr;
    padding: 40px 20px 32px;
    gap: 32px;
  }
  .footer-base {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 20px;
  }
  .footer-logo { height: 100px; }
  .footer-brand p { max-width: 100%; }

  /* Intro strip */
  .intro-strip { padding: 20px; }
  .intro-strip-inner { font-size: 10px; letter-spacing: 2px; }
  .intro-strip-inner::before,
  .intro-strip-inner::after { width: 20px; }
}
