/* ==========================================================
   FULL LANDSCAPING SERVICE
   Gallery Hero
   Rule: nav + hero must not exceed 100svh
========================================================== */

.gallery-hero{
  position: relative;
  height: 100svh;
  min-height: 100svh;
  max-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding-top: calc(var(--nav-height) + 12px);
  padding-bottom: clamp(18px, 3vh, 34px);
  background:
    radial-gradient(circle at 12% 16%, rgba(111,175,46,.22), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(245,218,40,.18), transparent 26%),
    radial-gradient(circle at 84% 86%, rgba(172,21,18,.08), transparent 30%),
    linear-gradient(135deg, #fffefa 0%, var(--ls-paper) 42%, #edf7e6 100%);
}

.gallery-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  opacity: .42;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(58,96,49,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(58,96,49,.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black 0%, rgba(0,0,0,.82) 58%, transparent 100%);
}

.gallery-hero::after{
  content: "";
  position: absolute;
  right: -18vw;
  bottom: -28vh;
  width: min(620px, 78vw);
  height: min(620px, 78vw);
  z-index: -3;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111,175,46,.22), transparent 68%);
  filter: blur(8px);
}

/* Background decor */

.gallery-hero-bg{
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.gallery-hero-leaf{
  position: absolute;
  width: 130px;
  height: 68px;
  border-radius: 100% 0 100% 0;
  background:
    linear-gradient(135deg, rgba(58,96,49,.24), rgba(111,175,46,.08));
  box-shadow:
    inset 18px 0 0 rgba(255,255,255,.18),
    0 18px 46px rgba(58,96,49,.10);
  opacity: .36;
}

.gallery-hero-leaf::before{
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 88px;
  height: 2px;
  background: rgba(58,96,49,.30);
  transform: rotate(-24deg);
}

.gallery-hero-leaf-one{
  left: 5vw;
  top: 22vh;
  transform: rotate(-22deg) scale(.85);
}

.gallery-hero-leaf-two{
  right: 7vw;
  top: 19vh;
  transform: rotate(42deg) scale(.72);
}

.gallery-hero-ring{
  position: absolute;
  right: -190px;
  bottom: -150px;
  width: 500px;
  height: 500px;
  border: 2px solid rgba(58,96,49,.12);
  border-left-color: transparent;
  border-top-color: transparent;
  border-radius: 50%;
  transform: rotate(-18deg);
}

.gallery-hero-glow{
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
}

.gallery-hero-glow-one{
  left: 8%;
  bottom: 12%;
  width: 260px;
  height: 260px;
  background: rgba(111,175,46,.12);
}

.gallery-hero-glow-two{
  right: 10%;
  top: 16%;
  width: 300px;
  height: 300px;
  background: rgba(245,218,40,.12);
}

/* Layout */

.gallery-hero-container{
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .47fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
}

.gallery-hero-content{
  max-width: 850px;
  min-width: 0;
}

.gallery-hero-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: clamp(14px, 2vh, 20px);
  padding: 9px 14px;
  border-radius: var(--radius-pill);
  color: var(--ls-green-dark);
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(111,175,46,.24);
  box-shadow: 0 14px 30px rgba(58,96,49,.10);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  font-size: clamp(.64rem, .78vw, .76rem);
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gallery-hero-eyebrow span{
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 100% 0 100% 0;
  background: var(--ls-yellow);
  transform: rotate(-18deg);
  box-shadow: 0 0 0 6px rgba(245,218,40,.18);
}

.gallery-hero h1{
  max-width: 900px;
  color: var(--ls-ink);
  font-size: clamp(2.9rem, 6.2vw, 5.9rem);
  font-weight: 950;
  line-height: .9;
  letter-spacing: -.07em;
}

.gallery-hero h1::first-letter{
  color: var(--ls-green-dark);
}

.gallery-hero-content p{
  max-width: 700px;
  margin-top: clamp(16px, 2.4vh, 22px);
  color: rgba(23,23,19,.70);
  font-size: clamp(.96rem, 1.18vw, 1.06rem);
  font-weight: 600;
  line-height: 1.7;
}

.gallery-hero-actions{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(22px, 3vh, 30px);
}

.gallery-hero-main-btn,
.gallery-hero-contact-btn{
  min-height: 52px;
}

.gallery-hero-main-btn{
  min-width: 178px;
}

.gallery-hero-main-btn span{
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  color: var(--ls-black);
  background: var(--ls-yellow);
}

.gallery-hero-contact-btn{
  min-width: 180px;
}

.gallery-hero-pills{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 620px;
  margin-top: clamp(18px, 2.6vh, 26px);
}

.gallery-hero-pills span{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: var(--radius-pill);
  color: rgba(23,23,19,.78);
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(19,20,17,.08);
  box-shadow: 0 10px 24px rgba(19,20,17,.07);
  font-size: .78rem;
  font-weight: 850;
}

/* Visual */

.gallery-hero-visual{
  position: relative;
  min-height: 470px;
}

.gallery-visual-card{
  position: relative;
  min-height: 450px;
  padding: 18px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.72));
  border: 1px solid rgba(255,255,255,.86);
  box-shadow:
    0 30px 80px rgba(19,20,17,.16),
    inset 0 1px 0 rgba(255,255,255,.82);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  overflow: hidden;
  isolation: isolate;
}

.gallery-visual-card::before{
  content: "";
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 240px;
  height: 240px;
  z-index: -1;
  border-radius: 50%;
  background: rgba(111,175,46,.13);
}

.gallery-visual-top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.gallery-visual-top span{
  display: block;
  color: var(--ls-muted);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.gallery-visual-top strong{
  display: block;
  margin-top: 4px;
  color: var(--ls-black);
  font-size: 1.05rem;
  font-weight: 950;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.gallery-visual-top i{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: var(--radius-pill);
  color: var(--ls-black);
  background: var(--ls-yellow);
  box-shadow: 0 14px 28px rgba(245,218,40,.20);
  font-size: .74rem;
  font-style: normal;
  font-weight: 950;
}

.gallery-visual-grid{
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: 150px 150px;
  gap: 10px;
}

.gallery-visual-photo{
  position: relative;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(58,96,49,.16), rgba(245,218,40,.12));
  box-shadow: 0 16px 36px rgba(19,20,17,.10);
}

.gallery-visual-photo-large{
  grid-row: span 2;
}

.gallery-visual-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 900ms var(--ease-out),
    filter 900ms var(--ease-out);
}

.gallery-visual-photo::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,.32), transparent 60%),
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), transparent 28%);
}

.gallery-visual-card:hover .gallery-visual-photo img{
  transform: scale(1.07);
  filter: saturate(1.08) contrast(1.04);
}

.gallery-visual-bottom{
  margin-top: 14px;
  padding: 16px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 18%, rgba(245,218,40,.16), transparent 30%),
    linear-gradient(135deg, rgba(19,20,17,.96), rgba(58,96,49,.96));
  border: 1px solid rgba(255,255,255,.12);
}

.gallery-visual-bottom strong{
  display: block;
  color: var(--ls-white);
  font-size: .98rem;
  font-weight: 950;
  line-height: 1.15;
}

.gallery-visual-bottom p{
  margin-top: 7px;
  color: rgba(255,255,255,.70);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.5;
}

.gallery-floating-note{
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 5px;
  width: min(220px, 52vw);
  padding: 14px 15px;
  border-radius: 22px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.86);
  box-shadow: 0 20px 44px rgba(19,20,17,.14);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.gallery-floating-note strong{
  color: var(--ls-black);
  font-size: .92rem;
  font-weight: 950;
  line-height: 1;
}

.gallery-floating-note span{
  color: var(--ls-muted);
  font-size: .78rem;
  font-weight: 750;
  line-height: 1.35;
}

.gallery-floating-note-one{
  left: -22px;
  bottom: 94px;
}

.gallery-floating-note-two{
  right: -18px;
  bottom: 24px;
  color: var(--ls-white);
  background: linear-gradient(135deg, rgba(19,20,17,.94), rgba(58,96,49,.94));
}

.gallery-floating-note-two strong{
  color: var(--ls-white);
}

.gallery-floating-note-two span{
  color: rgba(255,255,255,.74);
}

/* Reveal */

[data-gallery-hero-reveal]{
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 760ms var(--ease-out),
    transform 760ms var(--ease-out);
}

[data-gallery-hero-reveal].is-visible{
  opacity: 1;
  transform: translateY(0);
}









































/* ==========================================================
   FULL LANDSCAPING SERVICE
   Featured Work Preview
========================================================== */

.featured-work{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 18%, rgba(111,175,46,.13), transparent 28%),
    radial-gradient(circle at 88% 80%, rgba(245,218,40,.14), transparent 30%),
    linear-gradient(180deg, rgba(251,250,245,.94), rgba(238,247,232,.92));
}

.featured-work::before{
  content: "";
  position: absolute;
  inset: 0;
  opacity: .40;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(58,96,49,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(58,96,49,.055) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, black, transparent 74%);
}

.featured-work-container{
  position: relative;
  z-index: 2;
}

/* Background decoration */

.featured-work-bg{
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.featured-leaf{
  position: absolute;
  width: 140px;
  height: 72px;
  border-radius: 100% 0 100% 0;
  background:
    linear-gradient(135deg, rgba(58,96,49,.20), rgba(111,175,46,.08));
  box-shadow:
    inset 18px 0 0 rgba(255,255,255,.18),
    0 20px 50px rgba(58,96,49,.10);
  opacity: .36;
}

.featured-leaf::before{
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 94px;
  height: 2px;
  background: rgba(58,96,49,.30);
  transform: rotate(-24deg);
}

.featured-leaf-one{
  left: 5vw;
  top: 18vh;
  transform: rotate(-24deg) scale(.78);
}

.featured-leaf-two{
  right: 7vw;
  bottom: 14vh;
  transform: rotate(42deg) scale(.72);
}

.featured-ring{
  position: absolute;
  right: -180px;
  top: 100px;
  width: 520px;
  height: 520px;
  border: 2px solid rgba(58,96,49,.12);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(24deg);
}

.featured-glow{
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
}

.featured-glow-one{
  left: 8%;
  bottom: 12%;
  width: 270px;
  height: 270px;
  background: rgba(111,175,46,.12);
}

.featured-glow-two{
  right: 10%;
  top: 16%;
  width: 320px;
  height: 320px;
  background: rgba(245,218,40,.12);
}

/* Header */

.featured-work-header{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  gap: clamp(24px, 5vw, 70px);
  margin-bottom: clamp(36px, 5vw, 64px);
}

.featured-work-header h2{
  max-width: 900px;
  margin-top: 20px;
}

.featured-work-header .lead{
  padding: 20px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(255,255,255,.80);
  box-shadow:
    0 18px 42px rgba(19,20,17,.08),
    inset 0 1px 0 rgba(255,255,255,.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

/* Layout */

.featured-work-layout{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .42fr);
  gap: 18px;
  align-items: stretch;
}

/* Gallery card */

.featured-gallery-card{
  position: relative;
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, .42fr);
  gap: 14px;
  padding: 14px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.76));
  border: 1px solid rgba(255,255,255,.86);
  box-shadow:
    0 30px 80px rgba(19,20,17,.14),
    inset 0 1px 0 rgba(255,255,255,.82);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  overflow: hidden;
  isolation: isolate;
}

.featured-gallery-card::before{
  content: "";
  position: absolute;
  right: -90px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  z-index: -1;
  border-radius: 50%;
  background: rgba(111,175,46,.13);
}

.featured-main-photo,
.featured-small-photo{
  position: relative;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(58,96,49,.16), rgba(245,218,40,.12));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.18),
    0 18px 44px rgba(19,20,17,.10);
}

.featured-main-photo{
  min-height: 100%;
  border-radius: calc(var(--radius-xl) - 12px);
}

.featured-small-grid{
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

.featured-small-photo{
  border-radius: 28px;
}

.featured-main-photo img,
.featured-small-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 950ms var(--ease-out),
    filter 950ms var(--ease-out);
}

.featured-main-photo::after,
.featured-small-photo::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(0,0,0,.36), transparent 58%),
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), transparent 28%);
}

.featured-gallery-card:hover img{
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.04);
}

.featured-photo-badge{
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  width: min(320px, calc(100% - 40px));
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.86);
  box-shadow: 0 20px 44px rgba(19,20,17,.18);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.featured-photo-badge span{
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 11px;
  border-radius: var(--radius-pill);
  color: var(--ls-black);
  background: var(--ls-yellow);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.featured-photo-badge strong{
  display: block;
  margin-top: 12px;
  color: var(--ls-black);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: .98;
  font-weight: 950;
  letter-spacing: -.055em;
}

/* Info card */

.featured-work-info{
  position: relative;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border-radius: var(--radius-xl);
  color: var(--ls-white);
  background:
    radial-gradient(circle at 18% 18%, rgba(245,218,40,.16), transparent 30%),
    linear-gradient(135deg, rgba(19,20,17,.98), rgba(58,96,49,.96));
  border: 1px solid rgba(255,255,255,.13);
  box-shadow:
    0 30px 80px rgba(19,20,17,.22),
    inset 0 1px 0 rgba(255,255,255,.10);
  overflow: hidden;
  isolation: isolate;
}

.featured-work-info::before{
  content: "";
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  z-index: -1;
  border-radius: 50%;
  background: rgba(245,218,40,.14);
}

.featured-info-label{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 8px 13px;
  border-radius: var(--radius-pill);
  color: var(--ls-black);
  background: var(--ls-yellow);
  box-shadow: 0 14px 30px rgba(245,218,40,.22);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.featured-work-info h3{
  margin-top: 22px;
  color: var(--ls-white);
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: .94;
  letter-spacing: -.06em;
}

.featured-work-info > p{
  margin-top: 16px;
  color: rgba(255,255,255,.72);
  font-size: .95rem;
  font-weight: 650;
  line-height: 1.7;
}

.featured-stat-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.featured-stat{
  min-height: 104px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.12);
}

.featured-stat strong{
  display: block;
  color: var(--ls-yellow);
  font-size: 2rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.06em;
}

.featured-stat span{
  display: block;
  margin-top: 9px;
  color: rgba(255,255,255,.74);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.35;
}

.featured-service-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.featured-service-tags a{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 11px;
  border-radius: var(--radius-pill);
  color: rgba(255,255,255,.84);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  font-size: .78rem;
  font-weight: 800;
  transition:
    color var(--transition-fast),
    background var(--transition-fast),
    transform var(--transition-fast);
}

.featured-service-tags a:hover{
  color: var(--ls-black);
  background: var(--ls-yellow);
  transform: translateY(-2px);
}

.featured-work-btn{
  width: 100%;
  margin-top: auto;
}

/* Reveal */

.featured-work [data-reveal]{
  opacity: 0;
  transform: translateY(24px) scale(.98);
}

.featured-work [data-reveal].is-visible{
  opacity: 1;
  transform: translateY(0) scale(1);
}








































/* ==========================================================
   FULL LANDSCAPING SERVICE
   Service Gallery Sections
========================================================== */

.service-gallery{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 16%, rgba(111,175,46,.13), transparent 28%),
    radial-gradient(circle at 88% 84%, rgba(245,218,40,.14), transparent 30%),
    linear-gradient(180deg, rgba(238,247,232,.92), rgba(251,250,245,.96));
}

.service-gallery::before{
  content: "";
  position: absolute;
  inset: 0;
  opacity: .40;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(58,96,49,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(58,96,49,.055) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, black, transparent 74%);
}

.service-gallery-container{
  position: relative;
  z-index: 2;
}

/* Decor */

.service-gallery-bg{
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.sg-leaf{
  position: absolute;
  width: 142px;
  height: 72px;
  border-radius: 100% 0 100% 0;
  background:
    linear-gradient(135deg, rgba(58,96,49,.20), rgba(111,175,46,.08));
  box-shadow:
    inset 18px 0 0 rgba(255,255,255,.18),
    0 20px 50px rgba(58,96,49,.10);
  opacity: .35;
}

.sg-leaf::before{
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 94px;
  height: 2px;
  background: rgba(58,96,49,.30);
  transform: rotate(-24deg);
}

.sg-leaf-one{
  left: 5vw;
  top: 18vh;
  transform: rotate(-24deg) scale(.78);
}

.sg-leaf-two{
  right: 7vw;
  bottom: 12vh;
  transform: rotate(42deg) scale(.72);
}

.sg-ring{
  position: absolute;
  right: -180px;
  top: 100px;
  width: 520px;
  height: 520px;
  border: 2px solid rgba(58,96,49,.12);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(24deg);
}

.sg-glow{
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
}

.sg-glow-one{
  left: 8%;
  bottom: 12%;
  width: 270px;
  height: 270px;
  background: rgba(111,175,46,.12);
}

.sg-glow-two{
  right: 10%;
  top: 16%;
  width: 320px;
  height: 320px;
  background: rgba(245,218,40,.12);
}

/* Header */

.service-gallery-header{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  gap: clamp(24px, 5vw, 70px);
  margin-bottom: 22px;
}

.service-gallery-header h2{
  max-width: 900px;
  margin-top: 20px;
}

.service-gallery-header .lead{
  padding: 20px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(255,255,255,.80);
  box-shadow:
    0 18px 42px rgba(19,20,17,.08),
    inset 0 1px 0 rgba(255,255,255,.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

/* Navigation */

.gallery-service-nav{
  position: sticky;
  top: calc(var(--nav-height) + 14px);
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: clamp(34px, 5vw, 58px);
  padding: 12px;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.86);
  box-shadow:
    0 18px 44px rgba(19,20,17,.10),
    inset 0 1px 0 rgba(255,255,255,.78);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.gallery-service-nav a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 15px;
  border-radius: var(--radius-pill);
  color: rgba(23,23,19,.74);
  background: rgba(19,20,17,.045);
  font-size: .86rem;
  font-weight: 900;
  line-height: 1;
  transition:
    color var(--transition-fast),
    background var(--transition-fast),
    transform var(--transition-fast);
}

.gallery-service-nav a:hover,
.gallery-service-nav a.is-active{
  color: var(--ls-black);
  background: var(--ls-yellow);
  transform: translateY(-2px);
}

/* Stack */

.gallery-service-stack{
  display: grid;
  gap: clamp(22px, 4vw, 38px);
}

.gallery-service-block{
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, .45fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  min-height: 650px;
  padding: 14px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.74));
  border: 1px solid rgba(255,255,255,.86);
  box-shadow:
    0 30px 80px rgba(19,20,17,.12),
    inset 0 1px 0 rgba(255,255,255,.82);
  overflow: hidden;
  isolation: isolate;
  scroll-margin-top: calc(var(--nav-height) + 100px);
}

.gallery-service-block::before{
  content: "";
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  z-index: -1;
  border-radius: 50%;
  background: rgba(111,175,46,.12);
}

.gallery-service-block-alt{
  grid-template-columns: minmax(0, 1fr) minmax(330px, .45fr);
}

.gallery-service-block-alt .gallery-service-content{
  order: 2;
}

.gallery-service-block-alt .gallery-service-media{
  order: 1;
}

.gallery-service-content{
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3.5vw, 42px);
  border-radius: calc(var(--radius-xl) - 12px);
  background:
    radial-gradient(circle at 18% 18%, rgba(245,218,40,.13), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.52));
  border: 1px solid rgba(19,20,17,.07);
  box-shadow: 0 18px 44px rgba(19,20,17,.06);
}

.gallery-service-kicker{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 8px 13px;
  border-radius: var(--radius-pill);
  color: var(--ls-green-dark);
  background: rgba(111,175,46,.12);
  border: 1px solid rgba(111,175,46,.22);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gallery-service-content h3{
  margin-top: 22px;
  color: var(--ls-ink);
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: .9;
  letter-spacing: -.065em;
}

.gallery-service-content p{
  max-width: 620px;
  margin-top: 18px;
  color: var(--ls-muted);
  font-size: .98rem;
  font-weight: 650;
  line-height: 1.7;
}

.gallery-service-includes{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.gallery-service-includes span{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 11px;
  border-radius: var(--radius-pill);
  color: rgba(23,23,19,.78);
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(19,20,17,.08);
  font-size: .78rem;
  font-weight: 850;
}

.gallery-service-benefits{
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.gallery-service-benefits li{
  position: relative;
  padding-left: 28px;
  color: rgba(23,23,19,.72);
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.5;
}

.gallery-service-benefits li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 8px;
  color: var(--ls-black);
  background: var(--ls-yellow);
  font-size: .72rem;
  font-weight: 950;
}

.gallery-service-btn{
  width: fit-content;
  margin-top: auto;
}

.gallery-service-btn span{
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  color: var(--ls-black);
  background: var(--ls-yellow);
}

/* Media */

.gallery-service-media{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .42fr);
  gap: 14px;
  min-height: 100%;
}

.gallery-service-photo{
  position: relative;
  margin: 0;
  border-radius: calc(var(--radius-xl) - 12px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(58,96,49,.16), rgba(245,218,40,.12));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.18),
    0 18px 44px rgba(19,20,17,.10);
}

.gallery-service-photo-main{
  min-height: 100%;
}

.gallery-service-photo:not(.gallery-service-photo-main){
  min-height: 100%;
}

.gallery-service-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 950ms var(--ease-out),
    filter 950ms var(--ease-out);
}

.gallery-service-photo::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(0,0,0,.34), transparent 58%),
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.16), transparent 28%);
}

.gallery-service-block:hover .gallery-service-photo img{
  transform: scale(1.055);
  filter: saturate(1.08) contrast(1.04);
}

/* Dark block */

.gallery-service-block-dark{
  color: var(--ls-white);
  background:
    radial-gradient(circle at 18% 18%, rgba(245,218,40,.16), transparent 30%),
    linear-gradient(135deg, rgba(19,20,17,.98), rgba(58,96,49,.96));
  border-color: rgba(255,255,255,.13);
  box-shadow:
    0 34px 88px rgba(19,20,17,.24),
    inset 0 1px 0 rgba(255,255,255,.10);
}

.gallery-service-block-dark::before{
  background: rgba(245,218,40,.14);
}

.gallery-service-block-dark .gallery-service-content{
  color: var(--ls-white);
  background:
    radial-gradient(circle at 18% 18%, rgba(245,218,40,.12), transparent 30%),
    rgba(255,255,255,.075);
  border-color: rgba(255,255,255,.12);
}

.gallery-service-block-dark .gallery-service-kicker{
  color: var(--ls-black);
  background: var(--ls-yellow);
  border-color: rgba(245,218,40,.32);
}

.gallery-service-block-dark .gallery-service-content h3{
  color: var(--ls-white);
}

.gallery-service-block-dark .gallery-service-content p,
.gallery-service-block-dark .gallery-service-benefits li{
  color: rgba(255,255,255,.74);
}

.gallery-service-block-dark .gallery-service-includes span{
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.12);
}

/* Reveal */

.service-gallery [data-reveal]{
  opacity: 0;
  transform: translateY(24px) scale(.98);
}

.service-gallery [data-reveal].is-visible{
  opacity: 1;
  transform: translateY(0) scale(1);
}








































/* ==========================================================
   Responsive
========================================================== */

@media(max-width: 1100px){
      .gallery-service-block,
  .gallery-service-block-alt{
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .gallery-service-block-alt .gallery-service-content,
  .gallery-service-block-alt .gallery-service-media{
    order: initial;
  }

  .gallery-service-media{
    min-height: 460px;
  }
     .featured-work-header{
    grid-template-columns: 1fr;
  }

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

  .featured-gallery-card,
  .featured-work-info{
    min-height: auto;
  }

  .featured-gallery-card{
    min-height: 560px;
  }
  .gallery-hero-container{
    grid-template-columns: minmax(0, 1fr) minmax(300px, .42fr);
    gap: 28px;
  }

  .gallery-hero h1{
    font-size: clamp(2.55rem, 5.8vw, 4.6rem);
  }

  .gallery-hero-visual{
    min-height: 420px;
  }

  .gallery-visual-card{
    min-height: 400px;
  }

  .gallery-visual-grid{
    grid-template-rows: 130px 130px;
  }
}

@media(max-width: 900px){
    .service-gallery-header{
    grid-template-columns: 1fr;
  }

  .service-gallery-header .lead{
    padding: 18px;
  }

  .gallery-service-nav{
    top: calc(var(--nav-height-mobile) + 12px);
    border-radius: 28px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  .gallery-service-nav::-webkit-scrollbar{
    display: none;
  }

  .gallery-service-nav a{
    flex: 0 0 auto;
  }

  .gallery-service-block{
    scroll-margin-top: calc(var(--nav-height-mobile) + 90px);
  }
  .gallery-hero{
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    align-items: center;
    padding-top: calc(var(--nav-height-mobile) + 12px);
    padding-bottom: 20px;
  }

  .gallery-hero-container{
    height: 100%;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 0;
  }

  .gallery-hero-content{
    max-width: 100%;
  }

  .gallery-hero-eyebrow{
    margin-bottom: 12px;
    padding: 8px 11px;
    font-size: .62rem;
    letter-spacing: .07em;
  }

  .gallery-hero h1{
    font-size: clamp(2.25rem, 10.2vw, 3.45rem);
    line-height: .9;
  }

  .gallery-hero-content p{
    margin-top: 14px;
    font-size: .94rem;
    line-height: 1.58;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .gallery-hero-actions{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .gallery-hero-main-btn,
  .gallery-hero-contact-btn{
    width: 100%;
    min-width: 0;
    min-height: 52px;
  }

  .gallery-hero-pills{
    gap: 7px;
    margin-top: 16px;
  }

  .gallery-hero-pills span{
    min-height: 32px;
    padding: 7px 10px;
    font-size: .72rem;
  }

  /*
    Para cumplir nav + hero <= 100svh en móvil,
    ocultamos la composición visual.
    La página mostrará las fotos completas en las secciones siguientes.
  */
  .gallery-hero-visual{
    display: none;
  }

  .gallery-hero-leaf-two,
  .gallery-hero-ring{
    display: none;
  }
}

@media(max-width: 760px){
      .gallery-service-block{
    padding: 10px;
    border-radius: 30px;
  }

  .gallery-service-content{
    border-radius: 24px;
    padding: 22px;
  }

  .gallery-service-content h3{
    font-size: clamp(1.85rem, 10vw, 3rem);
  }

  .gallery-service-media{
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .gallery-service-photo-main{
    min-height: 320px;
  }

  .gallery-service-photo:not(.gallery-service-photo-main){
    min-height: 230px;
  }

  .gallery-service-btn{
    width: 100%;
  }
  .featured-work-header .lead{
    padding: 18px;
  }

  .featured-gallery-card,
  .featured-work-info{
    border-radius: 30px;
  }

  .featured-gallery-card{
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .featured-main-photo{
    min-height: 360px;
    border-radius: 24px;
  }

  .featured-small-grid{
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .featured-small-photo{
    min-height: 190px;
    border-radius: 22px;
  }

  .featured-work-info{
    padding: 22px;
  }
}

@media(max-width: 520px){
  .featured-main-photo{
    min-height: 300px;
  }

  .featured-small-grid{
    grid-template-columns: 1fr;
  }

  .featured-small-photo{
    min-height: 220px;
  }

  .featured-photo-badge{
    left: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
    padding: 16px;
    border-radius: 22px;
  }

  .featured-stat-grid{
    grid-template-columns: 1fr;
  }

  .featured-service-tags a{
    width: 100%;
    justify-content: center;
  }
}

@media(max-width: 420px){
     .gallery-service-content{
    padding: 18px;
  }

  .gallery-service-includes span{
    width: 100%;
    justify-content: center;
  }

  .gallery-service-photo-main{
    min-height: 280px;
  }

  .gallery-service-photo:not(.gallery-service-photo-main){
    min-height: 210px;
  }
      .featured-main-photo{
    min-height: 260px;
  }

  .featured-small-photo{
    min-height: 190px;
  }
  .gallery-hero h1{
    font-size: clamp(2.02rem, 10.8vw, 2.68rem);
  }

  .gallery-hero-content p{
    -webkit-line-clamp: 3;
  }

  .gallery-hero-pills{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-hero-pills span{
    justify-content: center;
  }

  .gallery-hero-main-btn,
  .gallery-hero-contact-btn{
    min-height: 50px;
  }
}

@media(max-height: 700px) and (max-width: 900px){
  .gallery-hero-eyebrow,
  .gallery-hero-pills{
    display: none;
  }

  .gallery-hero h1{
    font-size: clamp(2rem, 9.8vw, 2.55rem);
  }

  .gallery-hero-content p{
    -webkit-line-clamp: 3;
    font-size: .88rem;
  }

  .gallery-hero-actions{
    margin-top: 16px;
  }
}

@media(prefers-reduced-motion: reduce){
     .service-gallery [data-reveal]{
    opacity: 1;
    transform: none;
  }

  .gallery-service-photo img,
  .gallery-service-nav a{
    transition: none !important;
  }
     .featured-work [data-reveal]{
    opacity: 1;
    transform: none;
  }

  .featured-main-photo img,
  .featured-small-photo img,
  .featured-service-tags a{
    transition: none !important;
  }
  [data-gallery-hero-reveal]{
    opacity: 1;
    transform: none;
    transition: none;
  }

  .gallery-visual-photo img{
    transition: none !important;
  }
}