/* ============================================================
   LSA ARCHITECTS — Custom Stylesheet
   Inspired by AYO Interior: clean, editorial, refined minimal
   ============================================================ */

/* ---------- Google Fonts ---------- */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Jost:wght@200;300;400;500&display=swap');

/* ---------- CSS Variables ---------- */
:root {
  --lsa-white:       #ffffff;
  --lsa-off-white:   #f7f5f2;
  --lsa-light:       #eeebe6;
  --lsa-mid:         #c8bfb0;
  --lsa-dark:        #1a1916;
  --lsa-charcoal:    #2d2b28;
  --lsa-warm:        #8b7355;
  --lsa-accent:      #b89d7a;

  --font-display:    'Cormorant Garamond', Georgia, serif;
  --font-body:       'Jost', sans-serif;

  --transition-slow: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-med:  0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-fast: 0.2s ease;
}

/* ---------- Global Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--lsa-dark);
  background: var(--lsa-white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { text-decoration: none; transition: color var(--transition-fast); }

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

/* ---------- Typography ---------- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

p {
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.85;
  color: var(--lsa-charcoal);
}

/* ============================================================
   HEADER / NAV
   ============================================================ */
#lsa-header {
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
    position: absolute;
}

#lsa-header.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-link.active {
    color:  rgba(26, 25, 22, 0.97) !important;
    font-weight: bold;
    border-bottom: 2px solid  rgba(250, 189, 7, 0.97);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: background var(--transition-med), box-shadow var(--transition-med), padding var(--transition-med);
  padding: 0;
}

header.scrolled {
  background: rgba(26, 25, 22, 0.97);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 1px 0 rgba(255,255,255,0.06);
}

header .navbar {
  padding: 22px 0;
  transition: padding var(--transition-med);
}

header.scrolled .navbar {
  padding: 14px 0;
}

header .container-fluid {
  padding: 0 48px;
}

/* Social icons in header */
.header-social-icons a {
  color: rgba(255,255,255,0.65);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  transition: color var(--transition-fast);
  padding: 0 10px;
}

.header-social-icons a:hover { color: var(--lsa-accent); }

/* Nav links */
.navbar-nav .nav-link {
  font-family: var(--font-body) !important;
  font-size: 0.75rem !important;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75) !important;
  padding: 6px 0 !important;
  position: relative;
  transition: color var(--transition-fast);
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--lsa-accent);
  transition: width var(--transition-med);
}

.navbar-nav .nav-link:hover { color: var(--lsa-white) !important; }
.navbar-nav .nav-link:hover::after { width: 100%; }

/* Hamburger */
.custom-toggler {
  background: none;
  border: 1px solid rgba(255,255,255,0.3);
  color: white;
  padding: 6px 12px;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color var(--transition-fast);
}

.custom-toggler:hover { border-color: var(--lsa-accent); }

/* Mobile nav */
@media (max-width: 991px) {
  header .container-fluid { padding: 0 20px; }

  .navbar-collapse {
    background: rgba(26, 25, 22, 0.98);
    padding: 24px 20px;
    margin-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }

  .navbar-nav { gap: 0 !important; }

  .navbar-nav .nav-link {
    padding: 14px 0 !important;
    font-size: 0.8rem !important;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  .navbar-nav .nav-link::after { display: none; }
}

/* ============================================================
   HERO / BANNER
   ============================================================ */
.hero-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  background: var(--lsa-dark);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Logo above slider */
.page-title-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding-top: 30px;
  text-align: center;
}

.page-title-logo img {
  width: 200px;
  height: auto;
  margin: 0 auto;
  opacity: 0.92;
}

/* Slide overlay */
.slide-dark-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* Slider caption: large type at bottom */
.tp-caption.alt-font {
  font-family: var(--font-display) !important;
  font-style: italic;
  color: rgba(255,255,255,0.12) !important;
  font-size: clamp(60px, 10vw, 130px) !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  letter-spacing: -0.02em;
}

/* ============================================================
   SECTION: INTRO / ABOUT TEASER
   ============================================================ */
.intro-section {
  background: var(--lsa-white);
  padding: 110px 0 90px;
  position: relative;
}

.intro-section .section-label {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lsa-accent);
  display: block;
  margin-bottom: 28px;
}

.intro-section h2 {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 300;
  color: var(--lsa-dark);
  line-height: 1.2;
  margin-bottom: 32px;
}

.intro-section h2 em {
  font-style: italic;
  color: var(--lsa-warm);
}

.intro-section p {
  font-size: 0.95rem;
  line-height: 2;
  color: #5a5650;
  max-width: 520px;
}

/* Thin divider line */
.section-rule {
  width: 48px;
  height: 1px;
  background: var(--lsa-accent);
  margin: 0 0 36px;
}

/* ============================================================
   SECTION: SERVICES
   ============================================================ */
.services-section {
  background: var(--lsa-off-white);
  padding: 100px 0 120px;
}

.services-section .section-header {
  margin-bottom: 72px;
}

.services-section .section-label {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lsa-accent);
  display: block;
  margin-bottom: 20px;
}

.services-section h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300;
  color: var(--lsa-dark);
}

/* Service cards */
.service-card {
  background: var(--lsa-white);
  padding: 44px 36px;
  position: relative;
  overflow: hidden;
  transition: transform var(--transition-med), box-shadow var(--transition-med);
  height: 100%;
  border-bottom: 2px solid transparent;
}

.service-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--lsa-accent);
  transition: width var(--transition-slow);
}

.service-card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0,0,0,0.08); }
.service-card:hover::before { width: 100%; }

.service-card .service-number {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--lsa-light);
  line-height: 1;
  margin-bottom: 24px;
  transition: color var(--transition-med);
}

.service-card:hover .service-number { color: var(--lsa-accent); }

.service-card h5 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--lsa-dark);
  margin-bottom: 16px;
}

.service-card p {
  font-size: 0.875rem;
  line-height: 1.9;
  color: #6b6560;
}

/* Services image */
.services-image-wrap {
  position: relative;
  overflow: hidden;
}

.services-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 700px;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

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

/* Floating label on image */
.services-image-wrap .img-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 32px;
  background: linear-gradient(to top, rgba(26,25,22,0.85), transparent);
}

.services-image-wrap .img-label span {
  font-family: var(--font-body);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

/* ============================================================
   SECTION: CONTACT
   ============================================================ */
.contact-section {
  background: var(--lsa-dark);
  padding: 110px 0 120px;
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  content: 'CONTACT';
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(50%);
  font-family: var(--font-display);
  font-size: 18vw;
  font-weight: 300;
  color: rgba(255,255,255,0.025);
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
}

.contact-section .section-label {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lsa-accent);
  display: block;
  margin-bottom: 20px;
}

.contact-section h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300;
  color: var(--lsa-white);
  margin-bottom: 48px;
}

/* Form inputs */
.contact-section .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  border-radius: 0;
  color: var(--lsa-white);
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 300;
  padding: 14px 0;
  letter-spacing: 0.04em;
  transition: border-color var(--transition-fast);
}

.contact-section .form-control::placeholder {
  color: rgba(255,255,255,0.3);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-section .form-control:focus {
  background: transparent;
  color: var(--lsa-white);
  border-bottom-color: var(--lsa-accent);
  box-shadow: none;
  outline: none;
}

/* Send button */
.lsa-btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lsa-dark);
  background: var(--lsa-accent);
  border: none;
  padding: 16px 44px;
  cursor: pointer;
  transition: background var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);
  margin-top: 16px;
}

.lsa-btn:hover {
  background: var(--lsa-white);
  color: var(--lsa-dark);
  transform: translateY(-1px);
}

/* Contact image */
.contact-image-wrap {
  position: relative;
  overflow: hidden;
}

.contact-image-wrap::before {
  content: '';
  position: absolute;
  top: -24px;
  left: -24px;
  right: 24px;
  bottom: 24px;
  border: 1px solid rgba(184,157,122,0.25);
  z-index: 1;
  pointer-events: none;
}

.contact-image-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer-architecture {
  background: #111010;
  padding: 80px 0 0;
}

.footer-architecture .footer-logo img {
  height: 52px;
  width: auto;
  opacity: 0.85;
  transition: opacity var(--transition-fast);
}

.footer-architecture .footer-logo:hover img { opacity: 1; }

.footer-tagline {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.5);
  line-height: 1.4;
}

.footer-services-label {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--lsa-accent);
  display: block;
  margin-bottom: 20px;
}

.footer-branch-title {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  display: block;
  margin-bottom: 10px;
}

.footer-branch-address {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,0.28);
  margin-bottom: 0;
}

.footer-contact-link {
  display: block;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  transition: color var(--transition-fast);
}

.footer-contact-link:hover { color: var(--lsa-accent); }

.footer-divider {
  height: 1px;
  background: rgba(255,255,255,0.06);
  margin: 60px 0 0;
}

.footer-bottom {
  padding: 22px 0;
}

.footer-bottom .copyright {
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.22);
}

.footer-bottom .powered {
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.22);
}

.footer-bottom .powered a {
  color: var(--lsa-accent);
  transition: opacity var(--transition-fast);
}

.footer-bottom .powered a:hover { opacity: 0.75; }

/* Footer social */
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.45);
  border-radius: 50%;
  font-size: 0.8rem;
  margin-left: 8px;
  transition: border-color var(--transition-fast), color var(--transition-fast);
}

.footer-social a:hover {
  border-color: var(--lsa-accent);
  color: var(--lsa-accent);
}

/* ============================================================
   FOOTER — RESPONSIVE
   ============================================================ */

/* Tablet (max 991px) */
@media (max-width: 991.98px) {
  .footer-architecture {
    padding: 60px 0 0;
  }

  .footer-tagline {
    font-size: 1.35rem;
  }

  .footer-divider {
    margin: 40px 0 0;
  }
}

/* Mobile (max 767px) */
@media (max-width: 767.98px) {
  .footer-architecture {
    padding: 48px 0 0;
  }

  /* Stack columns with a subtle separator between each section */
  .footer-architecture .row > [class*="col-"] {
    padding-bottom: 36px;
    margin-bottom: 0 !important; /* override Bootstrap mb-5 */
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  .footer-architecture .row > [class*="col-"]:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  /* Center-align all footer content on mobile */
  .footer-architecture .row > [class*="col-"] {
    text-align: center;
  }

  .footer-architecture .footer-logo {
    display: block;
    text-align: center;
    margin-bottom: 20px !important;
  }

  .footer-tagline {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .footer-services-label {
    margin-bottom: 16px;
  }

  /* Restore readable sizing for addresses and links */
  .footer-branch-address {
    font-size: 0.88rem;
  }

  .footer-contact-link {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }

  /* Center social icons */
  .footer-social {
    justify-content: center;
  }

  .footer-social a:first-child {
    margin-left: 0;
  }

  .footer-divider {
    margin: 36px 0 0;
  }

  /* Stack copyright and powered-by vertically */
  .footer-bottom .row {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
    gap: 6px;
  }

  .footer-bottom {
    padding: 18px 0;
  }
}

/* Small mobile (max 400px) */
@media (max-width: 400px) {
  .footer-tagline {
    font-size: 1.05rem;
  }

  .footer-architecture .footer-logo img {
    height: 42px;
  }
}

/* ============================================================
   HERO — Split panel (AYO Interior style)
   ============================================================ */

/* Wrapper */
.lsa-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 560px;
  overflow: hidden;
}

/* Slides — full bleed, no overlay */
.lsa-hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lsa-hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.lsa-hero-slide.active {
  opacity: 1;
}

/* LEFT PANEL — angled transparent dark overlay */
.lsa-hero-panel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  /* Angled clip: full height on far left, tapers to ~55% on right edge */
  width: 48%;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  background: linear-gradient(
    135deg,
    rgba(20, 18, 16, 0.88) 0%,
    rgba(20, 18, 16, 0.72) 60%,
    rgba(20, 18, 16, 0.30) 100%
  );
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 80px 48px 56px;
  box-sizing: border-box;
}

/* Logo — inside centre content block */
.lsa-hero-logo {
  margin-bottom: 28px;
}

.lsa-hero-logo img {
  margin-top: 28px;
  height: 150px;
  width: auto;
  display: block;
}

/* Content block — vertically centred in panel */
.lsa-hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 10px;
}

.lsa-hero-label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--lsa-accent);
  margin-bottom: 22px;
}

.lsa-hero-heading {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 300;
  color: var(--lsa-white);
  line-height: 1.18;
  margin-bottom: 0;
}

.lsa-hero-heading em {
  font-style: italic;
  font-weight: 400;
  color: var(--lsa-accent);
}

/* Slide category word — large at bottom of panel */
.lsa-hero-slide-word {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.18);
  transition: opacity 0.35s ease;
  line-height: 1;
  white-space: nowrap;
}

/* Navigation dots (bottom right of hero) */
.lsa-hero-dots {
  position: absolute;
  bottom: 36px;
  right: 44px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lsa-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background var(--transition-fast), transform var(--transition-fast);
}

.lsa-dot.active {
  background: var(--lsa-accent);
  transform: scale(1.4);
}

.lsa-dot:hover { background: rgba(255,255,255,0.7); }

/* ============================================================
   RESPONSIVE — TABLET (max 991px)
   ============================================================ */
@media (max-width: 991.98px) {

  /* Hero */
  .lsa-hero-panel {
    width: 62%;
    padding: 40px 60px 40px 40px;
  }

  .lsa-hero-heading {
    font-size: clamp(1.7rem, 3.5vw, 2.6rem);
  }

  .lsa-hero-logo img {
    height: 110px;
  }

  /* Intro */
  .intro-section h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  }

  /* Services */
  .services-section h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  }

  /* Contact */
  .contact-section h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  }
}


/* ============================================================
   RESPONSIVE — MOBILE (max 767px)
   ============================================================ */
@media (max-width: 767.98px) {

  /* ── Hero ─────────────────────────────────────────────── */
  .lsa-hero {
    min-height: 100svh; /* use svh to account for mobile browser chrome */
    height: 100svh;
  }

  .lsa-hero-panel {
    width: 100%;
    clip-path: none;
    background: linear-gradient(
      to top,
      rgba(20, 18, 16, 0.92) 0%,
      rgba(20, 18, 16, 0.60) 55%,
      rgba(20, 18, 16, 0.15) 100%
    );
    padding: 28px 24px 40px;
    justify-content: flex-end;
  }

  .lsa-hero-logo {
    margin-bottom: 18px;
  }

  .lsa-hero-logo img {
    height: 44px;
    margin-top: 0;
  }

  .lsa-hero-content {
    flex: 0 0 auto;
    padding: 0 0 8px;
  }

  .lsa-hero-label {
    font-size: 0.6rem;
    letter-spacing: 0.22em;
    margin-bottom: 14px;
  }

  .lsa-hero-heading {
    font-size: clamp(1.65rem, 7vw, 2rem);
    line-height: 1.22;
  }

  .lsa-hero-slide-word {
    font-size: 2rem;
  }

  .lsa-hero-dots {
    bottom: 20px;
    right: 20px;
    flex-direction: row;
    gap: 8px;
  }

  /* ── Intro Section ────────────────────────────────────── */
  .intro-section {
    padding: 70px 0 55px;
  }

  .intro-section .section-label {
    font-size: 0.58rem;
  }

  .intro-section h2 {
    font-size: clamp(1.65rem, 7vw, 2.2rem);
    line-height: 1.25;
    margin-bottom: 0;
  }

  /* Remove the offset so text sits flush below heading */
  .intro-section .col-lg-6.offset-lg-1 {
    margin-left: 0;
  }

  .intro-section p.fs-6 {
    font-size: 0.92rem !important;
    line-height: 1.85;
    margin-top: 0;
  }

  /* ── Services Section ─────────────────────────────────── */
  .services-section {
    padding: 65px 0 75px;
  }

  .services-section h2 {
    font-size: clamp(1.65rem, 7vw, 2.2rem);
    line-height: 1.25;
  }

  .services-section .section-header {
    margin-bottom: 36px;
  }

  /* Stack header text — remove offset */
  .services-section .col-lg-5.offset-lg-2 {
    margin-left: 0;
  }

  .services-section .col-lg-5.offset-lg-2 p {
    font-size: 0.95rem !important;
    line-height: 1.8;
    margin-top: 8px;
  }

  /* Service cards — full width on very small screens */
  .service-card {
    padding: 24px 22px;
  }

  .service-number {
    font-size: 0.62rem;
    margin-bottom: 10px;
  }

  .service-card h5 {
    font-size: 0.88rem;
    margin-bottom: 8px;
  }

  .service-card p.fs-6 {
    font-size: 0.85rem !important;
    line-height: 1.75;
  }

  /* Force 2-col grid on mobile so cards don't stretch too tall */
  .services-section .col-md-6 {
    width: 50%;
  }

  /* Last card (05) stays full width */
  .services-section .col-12 .service-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }

  .services-section .col-12 .service-card .service-number {
    flex-shrink: 0;
    margin-bottom: 0;
    padding-top: 3px;
  }

  /* ── Contact Section ──────────────────────────────────── */
  .contact-section {
    padding: 70px 0 80px;
  }

  .contact-section h2 {
    font-size: clamp(1.65rem, 7vw, 2.2rem);
    line-height: 1.25;
    margin-bottom: 28px;
  }

  /* Form controls — increase tap target sizes */
  .contact-section .form-control {
    font-size: 0.88rem;
    padding: 14px 16px;
    height: auto;
  }

  .contact-section textarea.form-control {
    rows: 4;
    min-height: 110px;
  }

  /* Stack first/last name fields to full width on small screens */
  .contact-section .col-md-6 {
    width: 100%;
  }

  .contact-section .row.g-4 {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 1rem;
  }

  .lsa-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 16px 24px;
    font-size: 0.7rem;
  }

  /* Hide decorative image on mobile (already d-none d-lg-block but reinforce) */
  .contact-image-wrap { display: none; }
  .contact-image-wrap::before { display: none; }

  /* ── Scroll to top ────────────────────────────────────── */
  #scrollTopBtn {
    bottom: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
    font-size: 0.78rem;
  }
}


/* ============================================================
   RESPONSIVE — SMALL MOBILE (max 480px)
   ============================================================ */
@media (max-width: 480px) {

  /* Hero */
  .lsa-hero-heading {
    font-size: 1.5rem;
  }

  .lsa-hero-logo img {
    height: 38px;
  }

  /* Services — go single column on very small screens */
  .services-section .col-md-6 {
    width: 100%;
  }

  .service-card {
    padding: 20px 18px;
  }

  /* Intro */
  .intro-section h2,
  .services-section h2,
  .contact-section h2 {
    font-size: 1.5rem;
  }
}


/* ============================================================
   RESPONSIVE — LANDSCAPE MOBILE (max 767px, landscape)
   ============================================================ */
@media (max-width: 767.98px) and (orientation: landscape) {

  .lsa-hero {
    min-height: 100svh;
    height: 100svh;
  }

  .lsa-hero-logo img {
    height: 32px;
    margin-top: 0;
  }

  .lsa-hero-heading {
    font-size: 1.3rem;
  }

  .lsa-hero-label {
    margin-bottom: 8px;
  }

  .lsa-hero-panel {
    padding: 20px 24px 28px;
  }
}

/* Mobile hero */
@media (max-width: 767px) {
  .lsa-hero-panel {
    width: 100%;
    clip-path: none;
    background: linear-gradient(to top, rgba(20,18,16,0.90) 0%, rgba(20,18,16,0.55) 60%, rgba(20,18,16,0.15) 100%);
    padding: 32px 28px;
    justify-content: flex-end;
  }

  .lsa-hero-content { padding: 0 0 20px; }

  .lsa-hero-logo img { height: 40px; }

  .lsa-hero-heading { font-size: 1.9rem; }

  .lsa-hero-slide-word { font-size: 2.2rem; }

  .lsa-hero-dots { bottom: 24px; right: 24px; flex-direction: row; gap: 8px; }
}

/* ============================================================
   SCROLL TO TOP
   ============================================================ */
#scrollTopBtn {
  position: fixed;
  bottom: 36px;
  right: 36px;
  width: 44px;
  height: 44px;
  background: var(--lsa-accent);
  color: var(--lsa-white);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity var(--transition-med), transform var(--transition-med);
  z-index: 800;
}

#scrollTopBtn.show {
  opacity: 1;
  transform: translateY(0);
}

#scrollTopBtn:hover {
  background: var(--lsa-dark);
}

/* ============================================================
   TOAST NOTIFICATIONS
   ============================================================ */
.toast {
  border-radius: 0 !important;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 300;
  letter-spacing: 0.04em;
}

/* ============================================================
   REVEAL ANIMATIONS
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* ============================================================
   UTILITIES
   ============================================================ */
.ls-wide { letter-spacing: 0.15em; }

@media (max-width: 767px) {
  .intro-section { padding: 80px 0 60px; }
  .services-section { padding: 70px 0 80px; }
  .contact-section { padding: 80px 0 90px; }
  .footer-architecture { padding: 60px 0 0; }
  .contact-image-wrap::before { display: none; }
  #scrollTopBtn { bottom: 20px; right: 20px; }
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */

   /* ── About Hero — With Image ── */
.about-page-hero {
  position: relative;
  padding: 200px 0 120px;
  background: url('../images/backgrounds/5.jpg') center center / cover no-repeat;
  display: flex;
  align-items: flex-end;
}

.about-page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(26,25,22,0.4),
    rgba(26,25,22,0.65)
  );
}

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

.about-page-title {
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 300;
  line-height: 1;
  margin: 12px 0 32px;
  color: #ffffff;
}

.about-page-rule {
  width: 48px;
  height: 1px;
  background: var(--lsa-accent);
}

/* ── About Hero — Simple ── */
/* .about-page-hero {
  background: var(--lsa-off-white);
  padding: 160px 0 72px;
  border-bottom: 1px solid var(--lsa-light);
} */

/* .about-page-title {
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 300;
  color: var(--lsa-dark);
  line-height: 1;
  margin: 12px 0 32px;
} */

/* .about-page-rule {
  width: 48px;
  height: 1px;
  background: var(--lsa-accent);
} */

/* ── Intro strip ── */
.about-intro {
  padding: 100px 0 80px;
  background: var(--lsa-white);
}

.about-intro-heading {
  font-size: clamp(2.2rem, 3.5vw, 3.4rem);
  font-weight: 300;
  color: var(--lsa-dark);
  line-height: 1.2;
  margin: 0;
}

.about-intro-heading em {
  font-style: italic;
  color: var(--lsa-accent);
}

.about-intro-text {
  font-size: 1rem;
  line-height: 2;
  color: #5a5650;
  margin: 0;
}

/* ── Founder section ── */
.about-founder {
  background: var(--lsa-off-white);
  padding: 0;
  overflow: hidden;
}

.founder-image-wrap {
  position: relative;
  height: 100%;
  min-height: 580px;
  overflow: hidden;
}

.founder-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--transition-slow);
}

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

.founder-img-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 28px;
  background: linear-gradient(to top, rgba(26,25,22,0.6), transparent);
}

.founder-text {
  padding: 72px 64px 72px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.founder-name {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 300;
  color: var(--lsa-dark);
  line-height: 1.15;
  margin: 16px 0 8px;
}

.founder-name em {
  font-style: italic;
  color: var(--lsa-accent);
}

.founder-years {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e4b386;
  margin: 0 0 40px;
}

.founder-bio p {
  font-size: 0.92rem;
  line-height: 1.95;
  color: #5a5650;
  margin-bottom: 20px;
}

.founder-bio p:last-child { margin-bottom: 0; }

/* ── Values ── */
.about-values {
  background: var(--lsa-white);
  padding: 100px 0 110px;
}

.values-header { margin-bottom: 64px; }

.values-heading {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300;
  color: var(--lsa-dark);
  margin: 12px 0 0;
}

.values-heading em { font-style: italic; color: var(--lsa-accent); }

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.value-card {
  background: var(--lsa-off-white);
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
  transition: background var(--transition-med);
}

.value-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 2px;
  background: var(--lsa-accent);
  transition: width var(--transition-slow);
}

.value-card:hover { background: var(--lsa-light); }
.value-card:hover::after { width: 100%; }

.value-num {
  display: block;
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 300;
  color: #e2c497;
  line-height: 1;
  margin-bottom: 24px;
  transition: color var(--transition-med);
}

.value-card:hover .value-num { color: var(--lsa-accent); }

.value-card h4 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--lsa-dark);
  margin-bottom: 16px;
}

.cf-btn {
    background: var(--lsa-accent);
    color: #fff;
    padding: 16px 32px;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cf-btn:hover {
    background: var(--lsa-dark);
}

.value-card p {
  font-size: 0.875rem;
  line-height: 1.9;
  color: #6b6560;
  margin: 0;
}

/* ── Stats section ── */
.about-stats {
  background: var(--lsa-dark);
  padding: 80px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 0;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 32px;
}

.stat-num {
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 300;
  color: var(--lsa-white);
  line-height: 1;
  margin-bottom: 12px;
}

.stat-num em {
  font-style: normal;
  color: var(--lsa-accent);
  font-size: 0.6em;
  vertical-align: super;
}

.stat-label {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

.stat-divider {
  width: 1px;
  height: 64px;
  background: rgba(255,255,255,0.1);
}

/* ── CTA strip ── */
.about-cta {
  background: var(--lsa-off-white);
  padding: 100px 0 110px;
}

.about-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.about-cta-heading {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 300;
  color: var(--lsa-dark);
  margin: 0;
  line-height: 1.2;
}

.about-cta-heading em { font-style: italic; color: var(--lsa-accent); }

/* ── About responsive ── */
@media (max-width: 991px) {
  .about-hero-inner { padding: 48px 36px 56px; }
  .about-hero-body { padding-top: 60px; }
  .founder-text { padding: 56px 36px; }
  .founder-image-wrap { min-height: 400px; }
  .values-grid { grid-template-columns: 1fr; gap: 2px; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 2px; }
  .stat-divider { display: none; }
  .stat-item { background: rgba(255,255,255,0.03); }
  .about-cta-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 767px) {
  .about-page-hero { min-height: auto; padding-top: 80px; }
  .about-hero-inner { padding: 36px 24px 48px; }
  .about-hero-body { padding-top: 48px; }
  .about-intro { padding: 72px 0 56px; }
  .about-values { padding: 72px 0 80px; }
  .about-cta { padding: 72px 0 80px; }
  .founder-text { padding: 44px 24px; }
  .value-card { padding: 36px 28px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .about-hero-ghost { display: none; }
}

/* ============================================================
   ABOUT PAGE — RESPONSIVE
   ============================================================ */

/* ── Tablet (max 991px) ───────────────────────────────────── */
@media (max-width: 991.98px) {

  /* Hero */
  .about-page-hero {
    padding: 160px 0 80px;
  }

  .about-page-title {
    font-size: clamp(2.6rem, 6vw, 4rem);
  }

  /* Intro */
  .about-intro {
    padding: 80px 0 60px;
  }

  .about-intro-heading {
    font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  }

  /* Founder */
  .founder-image-wrap {
    min-height: 420px;
  }

  .founder-text {
    padding: 56px 40px 56px 48px;
  }

  .founder-name {
    font-size: clamp(1.9rem, 3vw, 2.5rem);
  }

  /* Values */
  .about-values {
    padding: 80px 0 90px;
  }

  .values-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .values-header {
    margin-bottom: 48px;
  }

  .values-heading {
    font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  }

  /* Stats */
  .about-stats {
    padding: 64px 0;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2px;
  }

  .stat-divider {
    display: none;
  }

  .stat-item {
    background: rgba(255, 255, 255, 0.03);
    padding: 32px 24px;
  }

  /* CTA */
  .about-cta {
    padding: 80px 0 90px;
  }

  .about-cta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }

  .about-cta-heading {
    font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  }
}


/* ── Mobile (max 767px) ───────────────────────────────────── */
@media (max-width: 767.98px) {

  /* ── Hero ─────────────────────────────────────────── */
  .about-page-hero {
    padding: 130px 0 56px;
    background-position: center top;
    align-items: flex-end;
  }

  .about-page-hero-overlay {
    background: linear-gradient(
      to bottom,
      rgba(26, 25, 22, 0.55),
      rgba(26, 25, 22, 0.78)
    );
  }

  .about-page-title {
    font-size: clamp(2.4rem, 10vw, 3.2rem);
    margin: 10px 0 24px;
  }

  /* ── Intro ────────────────────────────────────────── */
  .about-intro {
    padding: 64px 0 48px;
  }

  /* Remove offset so body text aligns flush */
  .about-intro .col-lg-6.offset-lg-1 {
    margin-left: 0;
  }

  .about-intro-heading {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
    line-height: 1.25;
    margin-bottom: 0;
  }

  .about-intro-text {
    font-size: 0.92rem;
    line-height: 1.9;
    margin-top: 0;
  }

  /* ── Founder ──────────────────────────────────────── */
  .about-founder {
    overflow: hidden;
  }

  /* Stack image above text on mobile */
  .about-founder .row {
    flex-direction: column;
  }

  .about-founder .col-lg-5,
  .about-founder .col-lg-7 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .founder-image-wrap {
    min-height: 300px;
    max-height: 380px;
  }

  .founder-img-label {
    padding: 18px 20px;
  }

  .founder-text {
    padding: 44px 24px 52px;
    height: auto;
  }

  .founder-name {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
    line-height: 1.2;
    margin: 14px 0 6px;
  }

  .founder-years {
    font-size: 0.65rem;
    margin-bottom: 28px;
  }

  .founder-bio p {
    font-size: 0.88rem;
    line-height: 1.9;
    margin-bottom: 16px;
  }

  /* ── Values ───────────────────────────────────────── */
  .about-values {
    padding: 64px 0 72px;
  }

  .values-header {
    margin-bottom: 36px;
  }

  .values-heading {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
  }

  .values-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .value-card {
    padding: 36px 28px;
  }

  .value-num {
    font-size: 3rem;
    margin-bottom: 16px;
  }

  .value-card h4 {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }

  .value-card p {
    font-size: 0.87rem;
    line-height: 1.85;
  }

  /* ── Stats ────────────────────────────────────────── */
  .about-stats {
    padding: 52px 0;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2px;
  }

  .stat-divider {
    display: none;
  }

  .stat-item {
    background: rgba(255, 255, 255, 0.03);
    padding: 36px 16px;
  }

  .stat-num {
    font-size: clamp(2.6rem, 10vw, 3.8rem);
    margin-bottom: 10px;
  }

  .stat-label {
    font-size: 0.58rem;
    letter-spacing: 0.16em;
  }

  /* ── CTA ──────────────────────────────────────────── */
  .about-cta {
    padding: 64px 0 72px;
  }

  .about-cta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .about-cta-heading {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
    line-height: 1.25;
  }

  .cf-btn {
    width: 100%;
    text-align: center;
    padding: 16px 24px;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
  }
}


/* ── Small mobile (max 480px) ─────────────────────────────── */
@media (max-width: 480px) {

  .about-page-hero {
    padding: 110px 0 44px;
  }

  .about-page-title {
    font-size: 2.1rem;
  }

  .about-intro-heading,
  .values-heading,
  .about-cta-heading {
    font-size: 1.55rem;
  }

  .founder-name {
    font-size: 1.55rem;
  }

  /* Stats: keep 2-col but tighten padding */
  .stat-item {
    padding: 28px 10px;
  }

  .stat-num {
    font-size: 2.4rem;
  }

  .stat-label {
    font-size: 0.55rem;
    letter-spacing: 0.12em;
  }

  .value-card {
    padding: 30px 22px;
  }

  .value-num {
    font-size: 2.6rem;
  }
}


/* ── Landscape mobile ─────────────────────────────────────── */
@media (max-width: 767.98px) and (orientation: landscape) {

  .about-page-hero {
    padding: 100px 0 40px;
  }

  .about-page-title {
    font-size: 1.9rem;
  }

  .founder-image-wrap {
    min-height: 220px;
    max-height: 260px;
  }
}

/* ============================================================
   SERVICES PAGE
   ============================================================ */
.svc-rows-section {
  background: var(--lsa-white);
}

/* Each row */
.svc-r {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
  border-bottom: 1px solid var(--lsa-light);
}

/* Flip: image goes right */
.svc-r--flip {
  direction: rtl;
}
.svc-r--flip > * {
  direction: ltr;
}

/* Image */
.svc-r-image {
  overflow: hidden;
  position: relative;
}

.svc-r-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.svc-r:hover .svc-r-image img {
  transform: scale(1.05);
}

/* Content */
.svc-r-content {
  padding: 64px 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--lsa-white);
}

.svc-r--flip .svc-r-content {
  background: var(--lsa-off-white);
}

.svc-r-num {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--lsa-accent);
  display: block;
  margin-bottom: 18px;
}

.svc-r-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  font-weight: 400;
  color: var(--lsa-dark);
  line-height: 1.2;
  margin: 0 0 24px;
}

.svc-r-text {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 2;
  color: #6b6560;
  margin: 0 0 32px;
  max-width: 460px;
}

.svc-r-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lsa-dark);
  text-decoration: none;
  border-bottom: 1px solid rgba(26,25,22,0.2);
  padding-bottom: 4px;
  align-self: flex-start;
  transition: color var(--transition-fast), border-color var(--transition-fast), gap var(--transition-fast);
}

.svc-r-link i {
  font-size: 0.62rem;
  transition: transform var(--transition-fast);
}

.svc-r-link:hover {
  color: var(--lsa-accent);
  border-color: var(--lsa-accent);
  gap: 14px;
}

.svc-r-link:hover i {
  transform: translateX(3px);
}

/* Responsive */
@media (max-width: 991px) {
  .svc-r,
  .svc-r--flip {
    grid-template-columns: 1fr;
    direction: ltr;
    min-height: auto;
  }

  .svc-r-image {
    min-height: 280px;
  }

  .svc-r-content {
    padding: 48px 36px;
  }

  .svc-r--flip .svc-r-content {
    background: var(--lsa-white);
  }
}

@media (max-width: 575px) {
  .svc-r-content { padding: 40px 24px; }
  .svc-r-image { min-height: 220px; }
}

/* Services Layout */
.services-feed {
    padding-bottom: 100px;
}

.svc-item {
    display: flex;
    align-items: center;
    gap: 10%;
    margin-bottom: 120px;
}

.svc-item.svc-reverse {
    flex-direction: row-reverse;
}

/* Image Styling */
.svc-image-box {
    flex: 1.2;
    overflow: hidden;
    border-radius: 2px;
}

.svc-image-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: var(--transition);
}

.svc-item:hover .svc-image-box img {
    transform: scale(1.04);
}

/* Text Styling */
.svc-text-box {
    flex: 1;
}

.svc-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid var(--lsa-accent);
    border-radius: 50%;
    color: var(--lsa-accent);
    font-size: 0.8rem;
    margin-bottom: 25px;
}

.svc-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--lsa-dark);
}

.svc-text-box p {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--lsa-text);
    margin-bottom: 35px;
    max-width: 480px;
}

/* Pill Button */
.btn-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 28px;
    border: 1px solid #ddd;
    border-radius: 50px;
    text-decoration: none;
    color: var(--lsa-dark);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
}

.btn-pill .arrow {
    transition: transform 0.3s ease;
}

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

.btn-pill:hover .arrow {
    transform: translateX(5px);
}

.btn-pill.dark {
    background: var(--lsa-dark);
    color: #fff;
}

/* Animation Classes */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease;
}

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

/* Responsive */
@media (max-width: 991px) {
    .svc-item, .svc-item.svc-reverse {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 80px;
    }
    .svc-text-box {
        text-align: center;
    }
    .svc-text-box p {
        margin-left: auto;
        margin-right: auto;
    }
}

/* ============================================================
   PROJECTS PAGE
   ============================================================ */

/* ── Category selection ── */
.proj-cat-section {
  background: var(--lsa-white);
  padding: 80px 0 110px;
}

.proj-cat-intro {
  max-width: 520px;
  margin-bottom: 60px;
}

.proj-cat-intro p {
  font-size: 0.95rem;
  line-height: 1.95;
  color: #5a5650;
  margin: 0;
}

/* Three cards */
.proj-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.proj-cat-card {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  background: var(--lsa-off-white);
  aspect-ratio: 3 / 4;
}

.proj-cat-image {
  position: absolute;
  inset: 0;
}

.proj-cat-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--transition-slow);
}

.proj-cat-card:hover .proj-cat-image img {
  transform: scale(1.06);
}

/* Dark gradient overlay */
.proj-cat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,25,22,0.78) 0%, rgba(26,25,22,0.15) 55%, transparent 100%);
  transition: background var(--transition-med);
}

.proj-cat-card:hover .proj-cat-overlay {
  background: linear-gradient(to top, rgba(26,25,22,0.88) 0%, rgba(26,25,22,0.3) 65%, transparent 100%);
}

/* Info sits at bottom */
.proj-cat-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 36px 36px 40px;
  z-index: 2;
}

.proj-cat-label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lsa-white);
  margin-bottom: 10px;
}

.proj-cat-name {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 300;
  color: var(--lsa-white);
  margin: 0 0 18px;
  line-height: 1.1;
}

.proj-cat-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  transition: color var(--transition-fast), gap var(--transition-fast);
}

.proj-cat-cta i {
  font-size: 0.6rem;
  transition: transform var(--transition-fast);
}

.proj-cat-card:hover .proj-cat-cta {
  color: var(--lsa-accent);
  gap: 14px;
}

.proj-cat-card:hover .proj-cat-cta i {
  transform: translateX(3px);
}

/* ── Project grid ── */
.proj-grid-section {
  background: var(--lsa-white);
  padding: 72px 0 110px;
}

.proj-grid-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 56px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--lsa-light);
  flex-wrap: wrap;
  gap: 20px;
}

.proj-grid-heading {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 300;
  color: var(--lsa-dark);
  margin: 10px 0 0;
}

.proj-back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(26,25,22,0.45);
  text-decoration: none;
  transition: color var(--transition-fast);
  white-space: nowrap;
}

.proj-back-link:hover { color: var(--lsa-accent); }

.proj-back-link i { font-size: 0.6rem; }

/* Grid */
.proj-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.proj-card {
  display: block;
  text-decoration: none;
  overflow: hidden;
  background: var(--lsa-off-white);
  position: relative;
}

.proj-card-image {
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.proj-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--transition-slow);
}

.proj-card:hover .proj-card-image img {
  transform: scale(1.06);
}

.proj-card-info {
  padding: 24px 28px 28px;
  border-top: 1px solid var(--lsa-light);
}

.proj-card-location {
  display: block;
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lsa-accent);
  margin-bottom: 8px;
}

.proj-card-name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--lsa-dark);
  margin: 0 0 6px;
  line-height: 1.2;
  transition: color var(--transition-fast);
}

.proj-card:hover .proj-card-name { color: var(--lsa-accent); }

.proj-card-type {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 300;
  color: rgba(26,25,22,0.38);
  letter-spacing: 0.06em;
}

.proj-empty {
  grid-column: 1 / -1;
  text-align: center;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: rgba(26,25,22,0.4);
  padding: 60px 0;
}

/* Responsive */
@media (max-width: 991px) {
  .proj-cat-grid { grid-template-columns: 1fr 1fr; }
  .proj-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 575px) {
  .proj-cat-grid { grid-template-columns: 1fr; }
  .proj-grid { grid-template-columns: 1fr; }
  .proj-cat-card { aspect-ratio: 4 / 3; }
  .proj-cat-section { padding: 60px 0 80px; }
  .proj-grid-section { padding: 52px 0 80px; }
}

/* ============================================================
   PROJECTS SINGLE PAGE
   ============================================================ */
.proj-single-hero {
    position: relative;
    height: 90vh;
    min-height: 560px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: flex-end;
}

.proj-single-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .18) 60%, transparent 100%);
}

.proj-single-hero-content {
    position: relative;
    z-index: 2;
    padding-bottom: 72px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.proj-single-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .25s;
}

.proj-single-back:hover {
    color: #fff;
}

.proj-single-tag {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 5px 14px;
    align-self: flex-start;
}

.proj-single-location {
    color: rgb(255, 255, 255);
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}

.proj-single-title {
    color: #fff;
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
    letter-spacing: -1px;
}

.proj-single-rule {
    width: 56px;
    height: 2px;
    background: #fff;
}

/* ── Gallery ────────────────────────────────────────── */
.proj-single-gallery {
    padding: 80px 0;
    background: #fff;
}

.proj-gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 260px;
    gap: 12px;
}

.proj-gallery-item {
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.proj-gallery-item:nth-child(1) {
    grid-column: span 7;
    grid-row: span 2;
}

.proj-gallery-item:nth-child(2) {
    grid-column: span 5;
}

.proj-gallery-item:nth-child(3) {
    grid-column: span 5;
}

.proj-gallery-item:nth-child(4) {
    grid-column: span 4;
}

.proj-gallery-item:nth-child(5) {
    grid-column: span 4;
}

.proj-gallery-item:nth-child(6) {
    grid-column: span 4;
}

.proj-gallery-item:nth-child(n+7) {
    grid-column: span 4;
}

.proj-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.25, .46, .45, .94);
    display: block;
}

.proj-gallery-item:hover img {
    transform: scale(1.06);
}

.proj-gallery-item-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proj-gallery-item:hover .proj-gallery-item-overlay {
    background: rgba(0, 0, 0, .3);
}

.proj-gallery-item-overlay i {
    color: #fff;
    font-size: 22px;
    opacity: 0;
    transform: scale(.8);
    transition: opacity .3s, transform .3s;
}

.proj-gallery-item:hover .proj-gallery-item-overlay i {
    opacity: 1;
    transform: scale(1);
}

/* ── Details ─────────────────────────────────────────── */
.proj-single-details {
    padding: 96px 0;
    background: #f8f7f5;
}

.proj-details-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.proj-details-left .section-label {
    display: block;
    margin-bottom: 20px;
}

.proj-details-heading {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 600;
    letter-spacing: -0.5px;
    color: var(--color-text);
    margin: 0 0 24px;
    line-height: 1.2;
}

.proj-details-rule {
    width: 48px;
    height: 2px;
    background: var(--color-primary);
    margin-bottom: 28px;
}

.proj-details-text {
    color: #666;
    line-height: 1.9;
    font-size: 15px;
}

.proj-details-right {
    padding-top: 8px;
}

.proj-meta-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.proj-meta-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 20px 0;
    border-bottom: 1px solid #e5e2dc;
}

.proj-meta-item:first-child {
    border-top: 1px solid #e5e2dc;
}

.proj-meta-key {
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #999;
}

.proj-meta-value {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-text);
    text-align: right;
}

/* ── Lightbox Modal ──────────────────────────────────── */
#proj-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .92);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

#proj-lightbox.active {
    display: flex;
}

#proj-lightbox img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    display: block;
}

.lightbox-close {
    position: absolute;
    top: 24px;
    right: 32px;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    background: none;
    border: none;
    line-height: 1;
    opacity: .7;
    transition: opacity .2s;
}

.lightbox-close:hover {
    opacity: 1;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 16px;
    opacity: .6;
    transition: opacity .2s;
}

.lightbox-nav:hover {
    opacity: 1;
}

.lightbox-prev {
    left: 24px;
}

.lightbox-next {
    right: 24px;
}

.lightbox-counter {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    letter-spacing: 2px;
}

/* ── Related Projects ────────────────────────────────── */
.proj-related-section {
    padding: 96px 0;
    background: #fff;
}

.proj-related-header {
    text-align: center;
    margin-bottom: 56px;
}

.proj-related-header .section-label {
    display: block;
    margin-bottom: 12px;
}

.proj-related-heading {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 600;
    letter-spacing: -0.5px;
    color: var(--color-text);
    margin: 0;
}

.proj-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.proj-related-card {
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}

.proj-related-image {
    height: 280px;
    overflow: hidden;
    position: relative;
}

.proj-related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.25, .46, .45, .94);
    display: block;
}

.proj-related-card:hover .proj-related-image img {
    transform: scale(1.06);
}

.proj-related-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .55) 0%, transparent 55%);
}

.proj-related-info {
    padding: 20px 0 0;
}

.proj-related-type {
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--color-primary);
    display: block;
    margin-bottom: 6px;
}

.proj-related-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 4px;
    line-height: 1.3;
}

.proj-related-location {
    font-size: 13px;
    color: #999;
}

/* ── Responsive ──────────────────────────────────────── */
@media (max-width: 992px) {
    .proj-details-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .proj-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .proj-gallery-grid {
        grid-auto-rows: 200px;
    }

    .proj-gallery-item:nth-child(1) {
        grid-column: span 12;
        grid-row: span 1;
    }

    .proj-gallery-item:nth-child(n+2) {
        grid-column: span 6;
    }
}

@media (max-width: 600px) {
    .proj-single-gallery {
        padding: 48px 0;
    }

    .proj-single-details {
        padding: 56px 0;
    }

    .proj-related-section {
        padding: 56px 0;
    }

    .proj-gallery-grid {
        grid-auto-rows: 180px;
        gap: 8px;
    }

    .proj-gallery-item:nth-child(n) {
        grid-column: span 12;
    }

    .proj-related-grid {
        grid-template-columns: 1fr;
    }
}
