
.topbar{position:sticky;top:0;z-index:60;background:#18553b;color:#fff;border-bottom:1px solid rgba(255,255,255,.14)}
.topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:flex-end}
.topbar-items{display:flex;align-items:center;justify-content:flex-end;gap:20px;font-size:12px;white-space:nowrap}
.top-item{display:inline-flex;align-items:center;gap:6px;color:#fff}
a.top-item:hover{color:#c3ef75}
.top-icon{color:#9fd34a;font-size:14px;line-height:1}
.location-dot{font-size:10px}
.social-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;color:#fff;transition:color .2s ease,transform .2s ease}
.social-btn:hover{color:#b9ed66;transform:translateY(-1px)}
.social-btn svg{width:16px;height:16px;fill:currentColor}
:root{--g:#123d2d;--g2:#1d5a40;--lime:#83cf2b;--cream:#f5f2e8;--ink:#10231a;--muted:#68756f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:var(--ink);line-height:1.6}a{text-decoration:none;color:inherit}img{display:block;width:100%}.wrap{width:min(1180px,92%);margin:auto}header{position:sticky;top:34px;z-index:50;background:#09271d;color:white}.nav{min-height:82px;display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:center}.brand{display:flex;align-items:center;gap:10px}.brand img{width:72px;height:62px;object-fit:contain;background:transparent;border-radius:0}.brand span b,.brand span small{display:block}.brand span small{letter-spacing:3px;color:#9be64a;font-size:9px}.nav nav{display:flex;justify-content:center;gap:20px;font-size:13px;font-weight:700}.cta{border:1px solid var(--lime);padding:9px 12px;border-radius:6px}.menu{display:none;background:none;border:0;color:white;font-size:24px}.hero{min-height:700px;position:relative;display:flex;align-items:center;color:white;overflow:hidden}.slides,.slide,.shade{position:absolute;inset:0}.slide{background-size:cover;background-position:center;opacity:0;transition:opacity 1s,transform 6s;transform:scale(1.03)}.slide.active{opacity:1;transform:scale(1)}.shade{background:linear-gradient(90deg,rgba(3,20,14,.94),rgba(3,20,14,.7) 45%,rgba(3,20,14,.1))}.hero-copy{position:relative;z-index:2}.eyebrow{color:#9be64a;font-weight:800;letter-spacing:2px;font-size:11px}.eyebrow.dark{color:var(--g2)}h1,h2{font-family:Georgia,serif;line-height:1.05;margin:0}h1{font-size:clamp(50px,7vw,88px)}h1 em{font-style:normal;color:#9be64a}.hero-copy>p:not(.eyebrow){max-width:650px;font-size:18px;color:#e3e9e5}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-block;background:var(--lime);color:#113b2b;padding:14px 22px;border-radius:6px;font-weight:800;border:1px solid var(--lime);cursor:pointer}.ghost{background:rgba(0,0,0,.15);color:white;border-color:#ffffff88}.dots{display:flex;gap:8px;margin-top:34px}.dot{width:9px;height:9px;border-radius:50%;border:0;background:#ffffff66;padding:0}.dot.active{background:#9be64a}.ticker{overflow:hidden;background:var(--g);color:white;border-top:3px solid var(--lime);white-space:nowrap}.ticker div{display:inline-block;padding:12px 0;font-size:11px;font-weight:800;letter-spacing:.7px;animation:move 28s linear infinite}@keyframes move{to{transform:translateX(-50%)}}.section{padding:90px 0}.light{background:#f8faf8}.cream{background:var(--cream)}.heading{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:end;margin-bottom:38px}.center{display:block;text-align:center;max-width:820px;margin:0 auto 40px}.center p:last-child{color:var(--muted)}h2{font-size:clamp(38px,5vw,56px)}.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.cards article{background:var(--g);color:white;border-radius:11px;overflow:hidden}.cards img{height:185px;object-fit:cover}.cards article div{padding:18px}.cards h3{margin:0 0 8px;font-size:20px}.cards p{font-size:13px;color:#d4dfd8}.split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.photo{position:relative}.photo img{height:560px;object-fit:cover;border-radius:12px}.photo span{position:absolute;bottom:16px;left:16px;background:white;padding:8px 12px;border-radius:5px;font-weight:800;font-size:12px}.checks{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0}.link{color:var(--g2);font-weight:800}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:30px 0}.values div{border-top:3px solid var(--lime);padding-top:12px}.values b,.values small{display:block}.values small{color:var(--muted);margin-top:4px}.fish{display:flex;align-items:center;gap:18px;color:#538f2d;font-weight:800}.fish svg{width:130px;fill:none;stroke:currentColor;stroke-width:6}.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:240px 240px;gap:12px}.gallery figure{margin:0;position:relative;overflow:hidden;border-radius:9px}.gallery figure:first-child{grid-row:span 2}.gallery img{height:100%;object-fit:cover}.gallery figcaption{position:absolute;bottom:14px;left:14px;color:white;font-weight:800;text-shadow:0 2px 8px #000}.quote{background:#0f3829;color:white;padding:90px 0}.quote p{color:#d2ddd7}.details{display:grid;gap:14px;margin-top:28px}.details>*{border-top:1px solid #ffffff2c;padding-top:12px}.details small,.details b{display:block}.details small{color:#9be64a;letter-spacing:1.5px}form{background:white;color:var(--ink);padding:28px;border-radius:12px}.row{display:grid;grid-template-columns:1fr 1fr;gap:12px}label{display:block;font-size:12px;font-weight:800;margin-bottom:12px}input,select,textarea{width:100%;margin-top:6px;padding:13px;border:1px solid #ccd5cf;border-radius:6px;font:inherit}form .btn{width:100%}footer{background:#081f17;color:#cbd8d1;padding:52px 0 20px}.foot{display:grid;grid-template-columns:1.3fr .8fr 1.2fr .9fr;gap:34px}.foot>div:not(.fish){display:flex;flex-direction:column;gap:6px}.foot>div:first-child img{width:130px;background:transparent;border-radius:0}.foot p{font-size:13px;color:#9eb0a7}.footfish{flex-direction:column;text-align:center}.copyright{border-top:1px solid #ffffff1f;margin-top:32px;padding-top:16px;text-align:center;font-size:12px;color:#7d9187}@media(max-width:1000px){.contact{display:none}.nav{grid-template-columns:auto 1fr}.cards{grid-template-columns:repeat(2,1fr)}.cards article:last-child{grid-column:span 2}}@media(max-width:800px){.menu{display:block;justify-self:end}.nav nav{display:none;position:absolute;top:82px;left:0;right:0;background:#0b2d21;padding:18px 4%;flex-direction:column}.nav nav.open{display:flex}.nav{grid-template-columns:1fr auto}.split,.heading{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr;grid-template-rows:220px 220px 220px}.gallery figure:first-child{grid-column:span 2;grid-row:auto}.foot{grid-template-columns:1fr 1fr}}@media(max-width:560px){.brand span{display:none}.hero{min-height:660px}.cards,.row,.checks,.values{grid-template-columns:1fr}.cards article:last-child{grid-column:auto}.gallery{grid-template-columns:1fr;grid-template-rows:repeat(5,210px)}.gallery figure:first-child{grid-column:auto}.foot{grid-template-columns:1fr}.photo img{height:440px}}

@media(max-width:800px){
  header{top:0}
  .topbar{position:relative}
  .topbar-inner{min-height:auto;padding:7px 0}
  .topbar-items{width:100%;justify-content:center;gap:8px 12px;flex-wrap:wrap;font-size:10px;white-space:normal}
  .social-btn{width:24px;height:24px}
}
@media(max-width:560px){
  .topbar .top-item:nth-child(2){max-width:100%;overflow-wrap:anywhere}
  .brand img{width:66px;height:56px}
}


.hidden-field{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important
}
.form-status{margin-top:14px;font-size:13px;font-weight:700}
.form-status.success{padding:12px 14px;border-radius:7px;background:#eaf6ec;color:#1f6338}
.form-status.error{padding:12px 14px;border-radius:7px;background:#fff0f0;color:#8b2b2b}
#submitEstimate:disabled{opacity:.65;cursor:not-allowed}


/* V7 — light/dark */
body{transition:background-color .25s ease,color .25s ease}
body.theme-dark{background:#0b1712;color:#e7eee9}
body.theme-dark .section,
body.theme-dark .reviews-section{background:#0f2119}
body.theme-dark .cream{background:#15261e}
body.theme-dark .review-feature,
body.theme-dark .google-rating-card,
body.theme-dark form{background:#13271e;color:#eef3ef;border-color:#2d473b}
body.theme-dark .center p:last-child,
body.theme-dark .review-feature p,
body.theme-dark .reviews-head>div>p:last-child{color:#b9c6bf}
body.theme-dark input,
body.theme-dark select,
body.theme-dark textarea{background:#0d1c16;color:#fff;border-color:#355246}

/* V7 — reviews */
.reviews-section{padding:90px 0;background:#f7faf7}
.reviews-head{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end;margin-bottom:34px}
.reviews-head h2{font-family:Georgia,serif;font-size:clamp(38px,5vw,56px);line-height:1.05;margin:0}
.reviews-head>div>p:last-child{color:var(--muted);max-width:700px}
.google-rating-card{min-width:205px;border:1px solid #dfe4df;border-radius:12px;padding:18px 20px;background:#fff}
.google-label{font-size:14px}
.rating-line{display:flex;align-items:center;gap:10px;margin:5px 0}
.rating-score{font-size:29px;font-weight:800}
.stars,.review-stars{color:#f4b400;letter-spacing:1px}
.rating-count{font-size:12px;color:var(--muted)}
.review-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.review-feature{border:1px solid #dfe4df;border-radius:12px;background:#fff;padding:24px;min-height:210px}
.review-feature h3{margin:14px 0 8px}
.review-feature p{color:var(--muted);margin:0}
.review-icon{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--g);color:#fff;font-weight:800}
.review-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.review-outline{background:transparent;border-color:var(--g2);color:var(--g2)}
@media(max-width:800px){
  .reviews-head{grid-template-columns:1fr}
  .google-rating-card{max-width:250px}
  .review-feature-grid{grid-template-columns:1fr}
}

/* V7 — slow leaves */
.leaf-scene{position:relative;height:120px;overflow:hidden;pointer-events:none;background:linear-gradient(to bottom,transparent,rgba(18,61,45,.06))}
.floating-leaf{position:absolute;top:-35px;font-size:25px;opacity:.78;animation:leaf-fall linear infinite}
.leaf-1{left:8%;animation-duration:19s;animation-delay:-3s}
.leaf-2{left:24%;animation-duration:23s;animation-delay:-8s}
.leaf-3{left:41%;animation-duration:21s;animation-delay:-5s}
.leaf-4{left:58%;animation-duration:25s;animation-delay:-11s}
.leaf-5{left:74%;animation-duration:20s;animation-delay:-6s}
.leaf-6{left:89%;animation-duration:24s;animation-delay:-13s}
@keyframes leaf-fall{
  0%{transform:translate3d(0,-30px,0) rotate(0)}
  25%{transform:translate3d(16px,35px,0) rotate(70deg)}
  50%{transform:translate3d(-12px,75px,0) rotate(145deg)}
  75%{transform:translate3d(14px,110px,0) rotate(230deg)}
  100%{transform:translate3d(-8px,155px,0) rotate(320deg)}
}
@media(prefers-reduced-motion:reduce){.floating-leaf{display:none}}

/* V8 — unified header */
.topbar{display:none!important}
.site-header{position:sticky;top:0;z-index:60;background:#08271d;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.site-header .nav{min-height:76px;display:grid;grid-template-columns:auto auto 1fr auto;gap:22px;align-items:center}
.site-header .brand img{width:58px;height:50px}
.site-header .brand span b{font-size:15px;line-height:1.1}.site-header .brand span small{font-size:8px}
.site-header nav{display:flex;justify-content:center;gap:17px;font-size:12px;font-weight:700;white-space:nowrap}
.header-contact{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}
.header-item{display:inline-flex;align-items:center;gap:5px;font-size:10px;white-space:nowrap;color:#f4f8f5}
.header-icon{color:#9be64a;font-size:15px;line-height:1}.location-item .header-icon{font-size:10px}
.social-btn{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:#fff;flex:0 0 auto}.social-btn svg{width:18px;height:18px;fill:currentColor}
.theme-toggle{width:48px;height:28px;flex:0 0 auto}.site-header .menu{display:none}
@media(max-width:1180px){.email-item .header-text{display:none}.site-header .nav{gap:14px}.site-header nav{gap:12px}.header-contact{gap:7px}}
@media(max-width:900px){.site-header .nav{grid-template-columns:auto 1fr auto;min-height:64px}.site-header nav{display:none;position:absolute;top:64px;left:0;right:0;background:#0b2d21;padding:18px 4%;flex-direction:column;gap:14px}.site-header nav.open{display:flex}.site-header .menu{display:block;justify-self:end}.header-contact{justify-self:end}.header-item .header-text{display:none}.header-item{width:28px;height:28px;display:grid;place-items:center}.brand span{display:none}.site-header .brand img{width:54px;height:46px}}
@media(max-width:560px){.location-item{display:none}.header-contact{gap:4px}.social-btn,.header-item{width:27px;height:27px}.theme-toggle{width:44px;height:26px}.site-header .nav{gap:7px}}

/* V8 — real Google review carousel */
.review-carousel{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;gap:14px;max-width:900px;margin:0 auto}
.review-viewport{overflow:hidden;border-radius:14px}.review-track{display:flex;transition:transform .65s cubic-bezier(.22,.61,.36,1)}
.review-slide{min-width:100%;background:#fff;border:1px solid #dfe4df;border-radius:14px;padding:32px 36px;min-height:230px;display:flex;flex-direction:column;justify-content:center}
.review-quote{font-family:Georgia,serif;font-size:clamp(19px,2.2vw,27px);line-height:1.45;margin:12px 0 20px;color:#24362d}
.review-author{display:flex;flex-direction:column}.review-author span{font-size:12px;color:var(--muted)}
.review-arrow{width:44px;height:44px;border-radius:50%;border:1px solid #cbd8d1;background:#fff;color:var(--g);font-size:31px;line-height:1;cursor:pointer;box-shadow:0 5px 16px rgba(0,0,0,.07)}
.review-dots{display:flex;justify-content:center;gap:8px;margin-top:18px}.review-dot{width:9px;height:9px;border:0;border-radius:50%;background:#c5cec9;padding:0;cursor:pointer}.review-dot.active{background:var(--g2)}
.reviews-section .review-actions{justify-content:center}
body.theme-dark .review-slide,body.theme-dark .review-arrow{background:#13271e;color:#eef3ef;border-color:#2d473b}body.theme-dark .review-quote{color:#e8efeb}
@media(max-width:700px){.review-carousel{grid-template-columns:34px minmax(0,1fr) 34px;gap:7px}.review-arrow{width:34px;height:34px;font-size:25px}.review-slide{padding:24px 20px;min-height:260px}.reviews-section{padding:65px 0}.review-actions{justify-content:center}}

/* V8 — fall leaves integrated into quote panel */
.quote{position:relative;overflow:hidden;isolation:isolate;padding:90px 0;background:radial-gradient(circle at 25% 40%,#174b38 0,#0f3829 45%,#0a2b20 100%)}
.quote>.wrap{position:relative;z-index:2}.quote-leaves{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}.maple-leaf{position:absolute;display:block;font-size:38px;opacity:.72;filter:saturate(1.15);animation:leaf-float 13s ease-in-out infinite alternate;will-change:transform}.leaf-a{left:5%;top:13%;font-size:34px;animation-duration:14s}.leaf-b{left:31%;top:8%;font-size:30px;animation-duration:17s;animation-delay:-5s}.leaf-c{right:7%;top:17%;font-size:37px;animation-duration:15s;animation-delay:-8s}.leaf-d{left:7%;bottom:13%;font-size:32px;animation-duration:18s;animation-delay:-4s}.leaf-e{left:38%;bottom:8%;font-size:39px;animation-duration:16s;animation-delay:-10s}.leaf-f{right:8%;bottom:12%;font-size:34px;animation-duration:19s;animation-delay:-7s}.leaf-g{right:39%;top:46%;font-size:28px;opacity:.45;animation-duration:20s;animation-delay:-11s}
@keyframes leaf-float{0%{transform:translate3d(-7px,-8px,0) rotate(-12deg)}35%{transform:translate3d(10px,8px,0) rotate(10deg)}70%{transform:translate3d(-5px,17px,0) rotate(25deg)}100%{transform:translate3d(13px,-3px,0) rotate(42deg)}}
.leaf-scene{display:none!important}
@media(max-width:800px){.quote{padding:68px 0}.maple-leaf{font-size:28px;opacity:.48}.leaf-g{display:none}.quote .split{gap:34px}}
@media(prefers-reduced-motion:reduce){.maple-leaf{animation:none}}


/* ===== V9 — FINAL APPROVED REQUEST-A-QUOTE DESIGN ===== */
.quote{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  padding:76px 0 82px;
  background:
    radial-gradient(circle at 20% 35%,rgba(34,91,64,.34),transparent 30%),
    radial-gradient(circle at 78% 42%,rgba(36,90,65,.24),transparent 32%),
    linear-gradient(135deg,#061d16 0%,#0b3023 48%,#061d16 100%);
}
.quote::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 9% 24%,rgba(218,123,20,.10) 0 3px,transparent 5px),
    radial-gradient(circle at 27% 12%,rgba(215,67,32,.09) 0 4px,transparent 7px),
    radial-gradient(circle at 66% 18%,rgba(223,143,32,.08) 0 3px,transparent 6px),
    radial-gradient(circle at 91% 61%,rgba(211,73,31,.08) 0 4px,transparent 7px);
  filter:blur(.2px);
}
.quote-layout{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:68px;
  align-items:center;
}
.quote-copy{max-width:430px}
.quote-copy .eyebrow{margin:0 0 18px}
.quote-copy h2{
  color:#fff;
  font-size:clamp(44px,5vw,64px);
  line-height:1.08;
  letter-spacing:-1.4px;
}
.quote-dot{color:var(--lime)}
.quote-intro{
  max-width:390px;
  margin:20px 0 18px;
  color:#eef4f0!important;
  font-size:16px;
  line-height:1.55;
}
.quote-accent{
  width:48px;
  height:2px;
  background:var(--lime);
  margin:0 0 4px;
}
.quote-contact-list{margin-top:8px}
.quote-contact-row{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:14px;
  align-items:center;
  min-height:86px;
  border-bottom:1px solid rgba(255,255,255,.17);
  color:#fff;
}
.quote-contact-row:last-child{border-bottom:0}
.quote-contact-icon{
  width:46px;
  height:46px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:1.5px solid var(--lime);
  color:var(--lime);
  font-size:22px;
  line-height:1;
  background:rgba(4,31,23,.48);
  box-shadow:inset 0 0 0 1px rgba(131,207,43,.05);
}
.quote-location-icon{font-size:14px}
.quote-contact-copy small,
.quote-contact-copy b{display:block}
.quote-contact-copy small{
  color:var(--lime);
  letter-spacing:1px;
  font-size:12px;
  font-weight:800;
  margin-bottom:2px;
}
.quote-contact-copy b{
  color:#fff;
  font-size:15px;
  line-height:1.4;
}

.quote-form-dark{
  position:relative;
  z-index:3;
  margin:0;
  padding:28px 30px 30px;
  border-radius:13px;
  border:1px solid rgba(183,221,199,.24);
  background:linear-gradient(145deg,rgba(17,63,45,.76),rgba(9,43,31,.82));
  color:#fff;
  box-shadow:0 22px 60px rgba(0,0,0,.22);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}
.quote-form-dark label{
  margin-bottom:13px;
  color:#fff;
  font-size:12px;
  font-weight:800;
}
.quote-form-dark .field-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.quote-form-dark input,
.quote-form-dark select,
.quote-form-dark textarea{
  width:100%;
  margin-top:7px;
  padding:13px 14px;
  border-radius:6px;
  border:1px solid rgba(207,228,216,.30);
  background:rgba(5,35,25,.30);
  color:#fff;
  font:inherit;
  outline:none;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.quote-form-dark input:focus,
.quote-form-dark select:focus,
.quote-form-dark textarea:focus{
  border-color:rgba(131,207,43,.82);
  box-shadow:0 0 0 3px rgba(131,207,43,.12);
  background:rgba(5,35,25,.44);
}
.quote-form-dark select option{color:#12291f;background:#fff}
.quote-form-dark textarea{min-height:128px;resize:vertical}
.quote-form-dark textarea::placeholder{color:rgba(239,247,242,.56)}
.quote-form-dark .form-btn{
  width:100%;
  margin-top:3px;
  padding:15px 18px;
  border-radius:6px;
  font-size:14px;
  color:#0d2d20;
}

/* Autumn maple leaves, integrated into the quote section */
.quote-autumn{
  position:absolute;
  inset:0;
  z-index:1;
  overflow:hidden;
  pointer-events:none;
}
.fall-leaf{
  position:absolute;
  width:60px;
  height:60px;
  opacity:.88;
  filter:drop-shadow(0 7px 8px rgba(0,0,0,.18));
  transform-origin:50% 60%;
  will-change:transform;
  animation:autumn-float 15s ease-in-out infinite alternate;
}
.fall-leaf path{fill:currentColor}
.fall-leaf-1{left:4%;top:8%;width:66px;height:66px;color:#c93222;animation-duration:15s;animation-delay:-4s}
.fall-leaf-2{left:36%;top:7%;width:47px;height:47px;color:#d89a2d;animation-duration:18s;animation-delay:-9s}
.fall-leaf-3{right:4.5%;top:18%;width:52px;height:52px;color:#d94325;animation-duration:17s;animation-delay:-6s}
.fall-leaf-4{left:2%;bottom:4%;width:76px;height:76px;color:#bd3928;opacity:.67;filter:blur(.5px) drop-shadow(0 7px 8px rgba(0,0,0,.13));animation-duration:20s;animation-delay:-11s}
.fall-leaf-5{left:35%;bottom:2%;width:56px;height:56px;color:#d8a237;animation-duration:16s;animation-delay:-7s}
.fall-leaf-6{right:3%;bottom:6%;width:65px;height:65px;color:#dfad3d;opacity:.78;animation-duration:19s;animation-delay:-12s}
.fall-leaf-7{right:8%;top:47%;width:35px;height:35px;color:#c8472b;opacity:.55;filter:blur(.8px);animation-duration:21s;animation-delay:-5s}
.fall-leaf-8{left:15%;top:50%;width:33px;height:33px;color:#d79528;opacity:.40;filter:blur(1.2px);animation-duration:22s;animation-delay:-14s}
.fall-leaf-9{right:23%;bottom:8%;width:28px;height:28px;color:#b93123;opacity:.38;filter:blur(1px);animation-duration:23s;animation-delay:-8s}

@keyframes autumn-float{
  0%{transform:translate3d(-8px,-7px,0) rotate(-12deg)}
  25%{transform:translate3d(9px,5px,0) rotate(10deg)}
  50%{transform:translate3d(-3px,14px,0) rotate(24deg)}
  75%{transform:translate3d(12px,7px,0) rotate(5deg)}
  100%{transform:translate3d(1px,20px,0) rotate(30deg)}
}

body.theme-dark .quote{background:linear-gradient(135deg,#04150f 0%,#08271c 48%,#04150f 100%)}

@media(max-width:900px){
  .quote{padding:62px 0 68px}
  .quote-layout{grid-template-columns:1fr;gap:40px}
  .quote-copy{max-width:620px}
  .quote-contact-list{max-width:620px}
  .quote-form-dark{max-width:700px;width:100%;margin:auto}
  .fall-leaf-2,.fall-leaf-7,.fall-leaf-9{display:none}
  .fall-leaf{opacity:.48}
}
@media(max-width:560px){
  .quote{padding:52px 0 58px}
  .quote-copy h2{font-size:43px}
  .quote-form-dark{padding:22px 18px 24px}
  .quote-form-dark .field-row{grid-template-columns:1fr;gap:0}
  .quote-contact-row{grid-template-columns:42px 1fr;min-height:76px}
  .quote-contact-icon{width:40px;height:40px;font-size:19px}
  .quote-contact-copy b{font-size:13px;overflow-wrap:anywhere}
  .fall-leaf-1{left:-2%;top:4%;width:55px;height:55px}
  .fall-leaf-3{right:-3%;top:27%;width:47px;height:47px}
  .fall-leaf-4{left:-6%;bottom:2%;width:62px;height:62px}
  .fall-leaf-5{left:70%;bottom:1%;width:44px;height:44px}
  .fall-leaf-6{right:-4%;bottom:13%;width:50px;height:50px}
}
@media(prefers-reduced-motion:reduce){
  .fall-leaf{animation:none}
}


/* V10 — recognizable maple leaves */
.fall-leaf{overflow:visible;filter:drop-shadow(0 8px 10px rgba(0,0,0,.22))}
.fall-leaf .maple-body,.fall-leaf .maple-stem{fill:currentColor}
.fall-leaf .maple-vein{
  fill:none;
  stroke:rgba(82,35,18,.42);
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round
}
@keyframes autumn-float{
  0%{transform:translate3d(-8px,-7px,0) rotate(-14deg)}
  25%{transform:translate3d(9px,5px,0) rotate(6deg)}
  50%{transform:translate3d(-3px,14px,0) rotate(18deg)}
  75%{transform:translate3d(12px,7px,0) rotate(2deg)}
  100%{transform:translate3d(1px,20px,0) rotate(27deg)}
}


/* ===== V11 — REVIEWS, THREE AT A TIME ===== */
.review-carousel-three{
  max-width:1180px;
}
.review-carousel-three .review-viewport{
  padding:4px;
}
.review-carousel-three .review-track{
  gap:18px;
  transform:none!important;
}
.review-carousel-three .review-slide{
  flex:0 0 calc((100% - 36px)/3);
  min-width:0;
  min-height:250px;
  padding:26px 24px;
  justify-content:flex-start;
  border-radius:16px;
}
.review-carousel-three .review-quote{
  font-size:18px;
  line-height:1.55;
  margin:14px 0 22px;
}
.review-carousel-three .review-author{margin-top:auto}
.review-rating-only .review-quote{
  font-family:inherit;
  font-size:20px;
  font-weight:700;
  color:var(--g);
}
.review-carousel-three + .review-dots{
  display:none;
}
.review-carousel-three .review-arrow{
  opacity:.35;
  pointer-events:none;
}

@media(max-width:900px){
  .review-carousel-three .review-track{gap:14px}
  .review-carousel-three .review-slide{
    flex-basis:calc((100% - 14px)/2);
  }
}
@media(max-width:640px){
  .premium-theme-toggle{
    width:70px!important;
    height:34px!important;
  }
  .theme-toggle-orb{width:26px;height:26px}
  body.theme-dark .theme-toggle-orb{transform:translateX(36px)}
  .review-carousel-three{
    grid-template-columns:1fr;
  }
  .review-carousel-three .review-arrow{display:none}
  .review-carousel-three .review-viewport{overflow:visible}
  .review-carousel-three .review-track{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
  }
  .review-carousel-three .review-slide{
    min-height:auto;
    padding:22px 20px;
  }
}


/* Keep the existing desktop header untouched; standardize mobile controls. */
  .main-header .header-inner{
    min-height:72px;
    padding-left:18px;
    padding-right:18px;
    gap:0;
  }

  .brand-mark{
    flex:0 0 42px!important;
    width:42px!important;
    height:42px!important;
    display:grid!important;
    place-items:center!important;
  }

  .mobile-actions{
    margin-left:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:10px!important;
  }

  .mobile-actions > a,
  .mobile-actions > button,
  .mobile-menu-btn{
    flex:0 0 38px!important;
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    padding:0!important;
    margin:0!important;
    display:grid!important;
    place-items:center!important;
    line-height:1!important;
    box-sizing:border-box!important;
  }

  .mobile-actions svg,
  .mobile-menu-btn svg{
    width:25px!important;
    height:25px!important;
    max-width:25px!important;
    max-height:25px!important;
  }

  /* Same Christian Ichthys, now clearly communicates Light / Dark. */
  .ichthys-theme-toggle{
    flex:0 0 38px!important;
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    padding:0!important;
    margin:0!important;
    display:grid!important;
    place-items:center!important;
  }
  .ichthys-icon{
    width:34px!important;
    height:25px!important;
  }
  .ichthys-body,.ichthys-tail{
    stroke-width:2.5!important;
  }
  .ichthys-eye{display:none!important}
  .ichthys-mode-dot{display:none!important}

  .ichthys-sun{
    display:block;
    fill:none;
    stroke:#d7ef9a;
    stroke-width:1.55;
    stroke-linecap:round;
    opacity:1;
    transition:opacity .2s ease;
  }
  .ichthys-sun circle{fill:none}
  .ichthys-moon{
    display:block;
    fill:#dce8e2;
    stroke:none;
    opacity:0;
    transition:opacity .2s ease;
  }
  body.theme-dark .ichthys-sun{opacity:0}
  body.theme-dark .ichthys-moon{opacity:1}

  /* More consistent visual weight for social/contact icons. */
  .mobile-actions a,
  .mobile-actions button{
    color:#eef5f0;
  }
  .mobile-actions a:hover,
  .mobile-actions button:hover{
    transform:none!important;
  }

  /* Hamburger aligned to the same visual footprint. */
  .mobile-menu-btn{
    border:0!important;
    background:transparent!important;
  }
}

/* Extra narrow phones: preserve a single clean line without shrinking icons unevenly. */
@media (max-width:390px){
  .main-header .header-inner{
    padding-left:12px;
    padding-right:12px;
  }
  .mobile-actions{gap:5px!important}
  .mobile-actions > a,
  .mobile-actions > button,
  .mobile-menu-btn,
  .ichthys-theme-toggle{
    flex-basis:35px!important;
    width:35px!important;
    min-width:35px!important;
    height:36px!important;
  }
  .mobile-actions svg,.mobile-menu-btn svg{
    width:23px!important;
    height:23px!important;
  }
  .ichthys-icon{width:32px!important;height:23px!important}
}


/* Brand is intentionally slightly larger, exactly as approved mockup. */
  .brand-mark{
    flex:0 0 46px!important;
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    margin:0!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .brand-mark img,
  .brand-mark svg{
    width:44px!important;
    height:44px!important;
    object-fit:contain!important;
  }

  /* All mobile actions share the SAME 42x42 footprint and center line. */
  .mobile-actions{
    flex:1 1 auto!important;
    margin:0 0 0 20px!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:0!important;
    height:46px!important;
  }

  .mobile-actions > a,
  .mobile-actions > button,
  .mobile-menu-btn,
  .ichthys-theme-toggle{
    position:relative!important;
    flex:0 0 42px!important;
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
    max-width:42px!important;
    max-height:42px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    line-height:1!important;
    vertical-align:middle!important;
    transform:none!important;
  }

  /* Normalize every SVG/icon to one optical size. */
  .mobile-actions > a svg,
  .mobile-actions > button svg,
  .mobile-menu-btn svg{
    display:block!important;
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    min-height:30px!important;
    max-width:30px!important;
    max-height:30px!important;
    margin:auto!important;
    padding:0!important;
    overflow:visible!important;
  }

  /* Phone + mail: stronger line weight so they no longer look tiny. */
  .mobile-phone svg,
  .mobile-email svg{
    stroke-width:2.15!important;
  }

  /* Social icons receive same optical footprint. */
  .mobile-facebook,
  .mobile-instagram{
    font-size:30px!important;
    width:42px!important;
    height:42px!important;
  }
  .mobile-facebook svg,
  .mobile-instagram svg{
    width:30px!important;
    height:30px!important;
  }

  /* Approved Ichthys: same size as other icons, sun/moon clearly visible. */
  .ichthys-theme-toggle{
    overflow:visible!important;
  }
  .ichthys-theme-toggle::before{display:none!important}
  .ichthys-icon{
    width:39px!important;
    height:30px!important;
    max-width:39px!important;
    max-height:30px!important;
    margin:auto!important;
    overflow:visible!important;
  }
  .ichthys-body,
  .ichthys-tail{
    stroke:#d7ef9a!important;
    stroke-width:3!important;
    opacity:1!important;
  }
  .ichthys-eye,
  .ichthys-mode-dot{display:none!important}

  .ichthys-sun{
    display:block!important;
    fill:none!important;
    stroke:#d7ef9a!important;
    stroke-width:2!important;
    stroke-linecap:round!important;
    opacity:1;
  }
  .ichthys-moon{
    display:block!important;
    fill:#d7ef9a!important;
    stroke:none!important;
    opacity:0;
  }
  body.theme-dark .ichthys-sun{opacity:0!important}
  body.theme-dark .ichthys-moon{opacity:1!important}

  /* Hamburger: same footprint and optical weight, not oversized. */
  .mobile-menu-btn{
    width:42px!important;
    height:42px!important;
  }
  .mobile-menu-btn svg{
    width:30px!important;
    height:30px!important;
    stroke-width:2.1!important;
  }

  /* Remove decorative effects that made individual icons look mismatched. */
  .mobile-actions > a::before,
  .mobile-actions > a::after,
  .mobile-actions > button::after{
    box-shadow:none!important;
  }

  /* Every action uses one consistent header color. */
  .mobile-actions > a,
  .mobile-actions > button,
  .mobile-menu-btn{
    color:#d7ef9a!important;
  }

  /* Keep Instagram/Facebook visually crisp and equal. */
  .mobile-facebook svg *,
  .mobile-instagram svg *{
    vector-effect:non-scaling-stroke;
  }
}

/* Galaxy/iPhone-class narrow screens: preserve exact alignment,
   reduce spacing rather than shrinking individual icons differently. */
@media (max-width:390px){
  .main-header .header-inner{
    padding-left:14px!important;
    padding-right:14px!important;
  }
  .brand-mark{
    flex-basis:42px!important;
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
  }
  .brand-mark img,.brand-mark svg{
    width:40px!important;
    height:40px!important;
  }
  .mobile-actions{
    margin-left:12px!important;
  }
  .mobile-actions > a,
  .mobile-actions > button,
  .mobile-menu-btn,
  .ichthys-theme-toggle{
    flex-basis:38px!important;
    width:38px!important;
    min-width:38px!important;
    max-width:38px!important;
    height:40px!important;
  }
  .mobile-actions > a svg,
  .mobile-actions > button svg,
  .mobile-menu-btn svg{
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
    min-height:28px!important;
  }
  .ichthys-icon{
    width:36px!important;
    height:28px!important;
  }
}


/* ---------- DESKTOP ---------- */
@media (min-width:641px){
  .main-header{
    min-height:78px!important;
  }

  .main-header .header-inner{
    min-height:78px!important;
    height:78px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:nowrap!important;
    gap:28px!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }

  .brand,
  .brand-wrap,
  .brand-link{
    display:flex!important;
    align-items:center!important;
    flex:0 0 auto!important;
  }

  .brand-mark{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:46px!important;
    height:46px!important;
    flex:0 0 46px!important;
    margin:0!important;
  }

  .brand-mark img,
  .brand-mark svg{
    width:44px!important;
    height:44px!important;
    object-fit:contain!important;
  }

  .desktop-nav,
  .main-nav,
  nav{
    display:flex!important;
    align-items:center!important;
  }

  .desktop-nav,
  .main-nav{
    gap:24px!important;
    flex:0 0 auto!important;
  }

  .desktop-nav a,
  .main-nav a{
    display:flex!important;
    align-items:center!important;
    min-height:40px!important;
    line-height:1!important;
  }

  /* Right-side utility/contact group: one baseline, one optical system */
  .header-actions,
  .desktop-actions,
  .top-actions,
  .header-contact,
  .header-right{
    margin-left:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:12px!important;
    min-height:46px!important;
    flex-wrap:nowrap!important;
  }

  .header-action,
  .header-actions > a,
  .header-actions > button,
  .desktop-actions > a,
  .desktop-actions > button,
  .header-right > a,
  .header-right > button,
  .social-btn{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:38px!important;
    height:38px!important;
    margin:0!important;
    padding:0!important;
    line-height:1!important;
    vertical-align:middle!important;
    box-sizing:border-box!important;
  }

  /* Contact text stays readable but icon sits on same optical baseline */
  .header-phone,
  .header-email{
    gap:7px!important;
    color:#eef5f0!important;
    font-size:12px!important;
    white-space:nowrap!important;
  }

  .header-phone svg,
  .header-email svg,
  .header-actions svg,
  .desktop-actions svg,
  .header-right svg,
  .social-btn svg{
    width:20px!important;
    height:20px!important;
    min-width:20px!important;
    min-height:20px!important;
    display:block!important;
    margin:0!important;
    overflow:visible!important;
  }

  /* Desktop Ichthys should not overpower neighbors */
  .ichthys-theme-toggle{
    flex:0 0 46px!important;
    width:46px!important;
    min-width:46px!important;
    height:38px!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .ichthys-icon{
    width:42px!important;
    height:24px!important;
    max-width:42px!important;
    max-height:24px!important;
    margin:auto!important;
  }
  .ichthys-body,.ichthys-tail{
    stroke-width:2.35!important;
  }

  .social-btn{
    flex:0 0 34px!important;
    width:34px!important;
    min-width:34px!important;
  }

  /* Visual separators, if present, align to header center */
  .header-separator,
  .action-separator{
    width:1px!important;
    height:24px!important;
    background:rgba(255,255,255,.18)!important;
    margin:0 2px!important;
    align-self:center!important;
  }
}

/* ---------- MOBILE ---------- */
@media (max-width:640px){
  .main-header{
    height:84px!important;
    min-height:84px!important;
  }

  .main-header .header-inner{
    height:84px!important;
    min-height:84px!important;
    padding:0 18px!important;
    display:grid!important;
    grid-template-columns:46px 1fr!important;
    align-items:center!important;
    column-gap:18px!important;
  }

  .brand,
  .brand-wrap,
  .brand-link{
    min-width:0!important;
  }

  .brand-mark{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
    display:grid!important;
    place-items:center!important;
    margin:0!important;
    padding:0!important;
  }

  .brand-mark img,
  .brand-mark svg{
    width:44px!important;
    height:44px!important;
    display:block!important;
    object-fit:contain!important;
  }

  .mobile-actions{
    width:100%!important;
    height:46px!important;
    margin:0!important;
    padding:0!important;
    display:grid!important;
    grid-template-columns:repeat(6,1fr)!important;
    align-items:center!important;
    justify-items:center!important;
    gap:0!important;
  }

  /* EXACT SAME physical box for every mobile control */
  .mobile-actions > a,
  .mobile-actions > button,
  .mobile-menu-btn,
  .ichthys-theme-toggle{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
    max-width:42px!important;
    max-height:42px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    display:grid!important;
    place-items:center!important;
    line-height:1!important;
    align-self:center!important;
    justify-self:center!important;
    transform:none!important;
  }

  /* Standard icon viewport */
  .mobile-actions > a svg,
  .mobile-actions > button svg,
  .mobile-menu-btn svg{
    width:29px!important;
    height:29px!important;
    min-width:29px!important;
    min-height:29px!important;
    max-width:29px!important;
    max-height:29px!important;
    display:block!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }

  /* Phone / mail get enough stroke to match Facebook + Instagram optically */
  .mobile-phone svg,
  .mobile-email svg,
  .header-phone svg,
  .header-email svg{
    stroke-width:2.25!important;
  }

  /* Ichthys optical box equals neighboring icons */
  .ichthys-theme-toggle{
    width:42px!important;
    height:42px!important;
  }

  .ichthys-icon{
    width:36px!important;
    height:28px!important;
    max-width:36px!important;
    max-height:28px!important;
    margin:0!important;
  }

  .ichthys-body,
  .ichthys-tail{
    stroke:#d7ef9a!important;
    stroke-width:2.8!important;
  }

  .ichthys-sun{
    stroke:#d7ef9a!important;
    stroke-width:1.9!important;
  }

  .ichthys-moon{
    fill:#d7ef9a!important;
  }

  /* Same visual size for social icons */
  .mobile-facebook svg,
  .mobile-instagram svg{
    width:29px!important;
    height:29px!important;
  }

  /* Hamburger no longer dominates */
  .mobile-menu-btn svg{
    width:29px!important;
    height:29px!important;
    stroke-width:2.1!important;
  }

  .mobile-actions > a,
  .mobile-actions > button,
  .mobile-menu-btn{
    color:#d7ef9a!important;
  }

  /* Remove any leftover individual offsets from previous versions */
  .mobile-actions *,
  .ichthys-theme-toggle *{
    vertical-align:middle!important;
  }

  .mobile-actions > a,
  .mobile-actions > button{
    top:auto!important;
    bottom:auto!important;
    left:auto!important;
    right:auto!important;
  }
}

/* Extra-small mobile: preserve equal sizing, reduce gutter only */
@media (max-width:390px){
  .main-header .header-inner{
    grid-template-columns:42px 1fr!important;
    column-gap:10px!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }

  .brand-mark{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
  }

  .brand-mark img,
  .brand-mark svg{
    width:40px!important;
    height:40px!important;
  }

  .mobile-actions > a,
  .mobile-actions > button,
  .mobile-menu-btn,
  .ichthys-theme-toggle{
    width:38px!important;
    min-width:38px!important;
    max-width:38px!important;
    height:40px!important;
    min-height:40px!important;
    max-height:40px!important;
  }

  .mobile-actions > a svg,
  .mobile-actions > button svg,
  .mobile-menu-btn svg{
    width:27px!important;
    height:27px!important;
    min-width:27px!important;
    min-height:27px!important;
  }

  .ichthys-icon{
    width:34px!important;
    height:26px!important;
  }
}


/* Desktop compacting for common laptop widths */
@media (max-width:1180px) and (min-width:761px){
  .v16-header .v16-nav{
    width:96%!important;
    column-gap:18px!important;
  }
  .v16-main-nav{gap:15px!important}
  .v16-main-nav a{font-size:12px!important}
  .v16-actions{gap:5px!important}
  .v16-desktop-text{font-size:10px!important}
  .v16-iconbox{width:24px!important;min-width:24px!important}
  .v16-iconbox > svg{width:20px!important;height:20px!important}
  .v16-theme{width:48px!important;min-width:48px!important}
  .v16-fishbox{width:44px!important;min-width:44px!important}
  .v16-fishbox .ichthys-icon{width:42px!important;height:24px!important}
}

/* ---------------- MOBILE ---------------- */
@media (max-width:760px){
  .v16-header{
    min-height:86px!important;
  }

  .v16-header .v16-nav{
    width:100%!important;
    min-height:86px!important;
    height:86px!important;
    padding:0 18px!important;
    display:grid!important;
    grid-template-columns:48px minmax(0,1fr) 44px!important;
    column-gap:12px!important;
    align-items:center!important;
  }

  .v16-brand{
    width:48px!important;
    min-width:48px!important;
    height:48px!important;
    gap:0!important;
  }
  .v16-brand img{
    width:46px!important;
    height:46px!important;
  }
  .v16-brand .brand-copy{
    display:none!important;
  }

  .v16-main-nav{
    display:none!important;
    position:absolute!important;
    top:86px!important;
    left:0!important;
    right:0!important;
    background:#062d21!important;
    padding:18px 6%!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:10px!important;
    border-top:1px solid rgba(255,255,255,.12)!important;
  }
  .v16-main-nav.open{display:flex!important}
  .v16-main-nav a{
    width:100%!important;
    height:40px!important;
    font-size:15px!important;
  }

  .v16-actions{
    width:100%!important;
    height:48px!important;
    justify-self:stretch!important;
    display:grid!important;
    grid-template-columns:repeat(5,minmax(38px,1fr))!important;
    align-items:center!important;
    justify-items:center!important;
    gap:0!important;
  }

  .v16-action{
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    min-height:42px!important;
    gap:0!important;
    display:grid!important;
    place-items:center!important;
    padding:0!important;
  }

  /* Hide all text and location on mobile */
  .v16-desktop-text,
  .v16-location,
  .v16-location-separator,
  .v16-after-location,
  .v16-separator{
    display:none!important;
  }

  .v16-phone,
  .v16-email,
  .v16-theme,
  .v16-social{
    display:grid!important;
  }

  /* Equal optical boxes */
  .v16-iconbox,
  .v16-fishbox{
    width:34px!important;
    min-width:34px!important;
    height:34px!important;
    min-height:34px!important;
    display:grid!important;
    place-items:center!important;
  }

  .v16-iconbox > svg{
    width:30px!important;
    height:30px!important;
    stroke-width:2.15!important;
  }

  .v16-theme{
    width:42px!important;
    min-width:42px!important;
  }
  .v16-fishbox .ichthys-icon{
    width:38px!important;
    height:29px!important;
  }
  .v16-fishbox .ichthys-body,
  .v16-fishbox .ichthys-tail{
    stroke-width:2.8!important;
  }
  .v16-fishbox .ichthys-sun{
    stroke-width:1.9!important;
  }

  .v16-social{
    width:42px!important;
    min-width:42px!important;
  }

  .v16-menu{
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    background:transparent!important;
    display:grid!important;
    place-items:center!important;
    color:#fff!important;
  }
  .v16-menu svg{
    width:32px!important;
    height:32px!important;
    fill:none!important;
    stroke:#fff!important;
    stroke-width:2.1!important;
    stroke-linecap:round!important;
  }
}

/* Very narrow phones: reduce only gutters, not individual optical scale */
@media (max-width:390px){
  .v16-header .v16-nav{
    grid-template-columns:44px minmax(0,1fr) 40px!important;
    column-gap:7px!important;
    padding:0 10px!important;
  }
  .v16-brand{
    width:44px!important;
    min-width:44px!important;
  }
  .v16-brand img{
    width:42px!important;
    height:42px!important;
  }
  .v16-action{
    width:38px!important;
    min-width:38px!important;
    height:40px!important;
    min-height:40px!important;
  }
  .v16-iconbox,
  .v16-fishbox{
    width:31px!important;
    min-width:31px!important;
    height:31px!important;
  }
  .v16-iconbox > svg{
    width:27px!important;
    height:27px!important;
  }
  .v16-fishbox .ichthys-icon{
    width:35px!important;
    height:27px!important;
  }
  .v16-menu{
    width:40px!important;
    min-width:40px!important;
  }
  .v16-menu svg{
    width:29px!important;
    height:29px!important;
  }
}


/* DESKTOP */
@media (min-width:1181px){
  .v16-header .v16-nav{
    min-height:86px!important;
    column-gap:30px!important;
  }
  .v16-brand{
    gap:12px!important;
  }
  .v16-brand img{
    width:58px!important;
    height:58px!important;
  }
  .v16-brand .brand-copy b{
    font-size:18px!important;
  }
  .v16-brand .brand-copy small{
    font-size:10px!important;
    margin-top:6px!important;
  }
  .v16-main-nav{
    gap:25px!important;
  }
  .v16-main-nav a{
    height:46px!important;
    font-size:14px!important;
  }
  .v16-actions{
    height:52px!important;
    gap:9px!important;
  }
  .v16-action{
    height:46px!important;
    min-height:46px!important;
    gap:8px!important;
  }
  .v16-iconbox{
    width:31px!important;
    min-width:31px!important;
    height:31px!important;
    min-height:31px!important;
  }
  .v16-iconbox > svg{
    width:27px!important;
    height:27px!important;
    stroke-width:2!important;
  }
  .v16-desktop-text{
    font-size:12px!important;
  }
  .v16-separator{
    height:29px!important;
    margin:0 3px!important;
  }
  .v16-theme{
    width:59px!important;
    min-width:59px!important;
  }
  .v16-fishbox{
    width:55px!important;
    min-width:55px!important;
    height:33px!important;
  }
  .v16-fishbox .ichthys-icon{
    width:54px!important;
    height:30px!important;
  }
  .v16-fishbox .ichthys-body,
  .v16-fishbox .ichthys-tail{
    stroke-width:2.7!important;
  }
  .v16-social{
    width:40px!important;
    min-width:40px!important;
  }
}

/* LAPTOP / COMPACT DESKTOP — modest increase without changing layout */
@media (max-width:1180px) and (min-width:761px){
  .v16-header .v16-nav{
    min-height:82px!important;
  }
  .v16-brand img{
    width:54px!important;
    height:54px!important;
  }
  .v16-brand .brand-copy b{
    font-size:17px!important;
  }
  .v16-brand .brand-copy small{
    font-size:9.5px!important;
  }
  .v16-main-nav a{
    font-size:12.5px!important;
  }
  .v16-desktop-text{
    font-size:10.5px!important;
  }
  .v16-iconbox{
    width:27px!important;
    min-width:27px!important;
    height:27px!important;
  }
  .v16-iconbox > svg{
    width:23px!important;
    height:23px!important;
  }
  .v16-theme{
    width:51px!important;
    min-width:51px!important;
  }
  .v16-fishbox{
    width:47px!important;
    min-width:47px!important;
  }
  .v16-fishbox .ichthys-icon{
    width:46px!important;
    height:26px!important;
  }
}

/* MOBILE — keep the successful V16 row; enlarge ONLY G and fish */
@media (max-width:760px){
  .v16-brand{
    overflow:visible!important;
  }
  .v16-brand img{
    width:46px!important;
    height:46px!important;
    transform:scale(1.28)!important;
    transform-origin:center!important;
  }
  .v16-fishbox{
    overflow:visible!important;
  }
  .v16-fishbox .ichthys-icon{
    width:42px!important;
    height:31px!important;
  }
  .v16-fishbox .ichthys-body,
  .v16-fishbox .ichthys-tail{
    stroke-width:3.15!important;
  }
  .v16-fishbox .ichthys-sun{
    stroke-width:2.05!important;
  }
}

/* Narrow phones retain the same optical logo/fish emphasis */
@media (max-width:390px){
  .v16-brand img{
    width:42px!important;
    height:42px!important;
    transform:scale(1.28)!important;
  }
  .v16-fishbox .ichthys-icon{
    width:39px!important;
    height:29px!important;
  }
  .v16-fishbox .ichthys-body,
  .v16-fishbox .ichthys-tail{
    stroke-width:3.05!important;
  }
}


/* ==========================================================
   V18 FINAL CLEAN HEADER
   Single source of truth for desktop and mobile.
   ========================================================== */

.site-header.v16-header{
  position:sticky;
  top:0;
  z-index:100;
  width:100%;
  background:#062d21;
  border-bottom:1px solid rgba(255,255,255,.10);
}

/* ---------- DESKTOP / TABLET LANDSCAPE ---------- */
@media (min-width:761px){
  .site-header.v16-header .v16-nav{
    width:min(1240px,94%);
    min-height:88px;
    margin:0 auto;
    padding:0;
    display:grid;
    grid-template-columns:auto auto minmax(0,1fr);
    align-items:center;
    column-gap:30px;
  }

  .v16-brand{
    display:flex;
    align-items:center;
    gap:12px;
    min-width:max-content;
    text-decoration:none;
  }
  .v16-brand img{
    width:60px;
    height:60px;
    display:block;
    object-fit:contain;
  }
  .v16-brand .brand-copy{
    display:flex;
    flex-direction:column;
    line-height:1;
  }
  .v16-brand .brand-copy b{
    color:#fff;
    font-size:18px;
    font-weight:800;
    letter-spacing:.3px;
  }
  .v16-brand .brand-copy small{
    margin-top:6px;
    color:#b8e25b;
    font-size:10px;
    font-weight:700;
    letter-spacing:3px;
  }

  .v16-main-nav{
    position:static;
    display:flex;
    align-items:center;
    gap:24px;
    padding:0;
    background:transparent;
    white-space:nowrap;
  }
  .v16-main-nav a{
    height:44px;
    display:flex;
    align-items:center;
    color:#fff;
    font-size:14px;
    font-weight:700;
    line-height:1;
    text-decoration:none;
  }
  .v16-main-nav a:hover{color:#b8e25b}

  .v16-actions{
    justify-self:end;
    min-width:0;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:8px;
    white-space:nowrap;
  }

  .v16-action{
    height:44px;
    min-height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    margin:0;
    padding:0;
    color:#fff;
    border:0;
    background:transparent;
    box-shadow:none;
    text-decoration:none;
    line-height:1;
  }

  .v16-iconbox{
    width:30px;
    height:30px;
    min-width:30px;
    display:grid;
    place-items:center;
    line-height:0;
  }
  .v16-iconbox > svg{
    width:26px;
    height:26px;
    display:block;
    overflow:visible;
    fill:none;
    stroke:#c9ea73;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .v16-iconbox .fill-icon{
    fill:#c9ea73;
    stroke:none;
  }

  .v16-desktop-text{
    display:inline-flex;
    align-items:center;
    color:#fff;
    font-size:12px;
    font-weight:600;
    line-height:1;
  }

  .v16-separator{
    width:1px;
    height:28px;
    min-width:1px;
    margin:0 2px;
    display:block;
    background:rgba(255,255,255,.22);
  }

  .v16-theme{
    width:56px;
    min-width:56px;
    height:44px;
  }
  .v16-fishbox{
    width:52px;
    min-width:52px;
    height:30px;
  }
  .v16-fishbox .ichthys-icon{
    width:50px;
    height:28px;
  }
  .v16-fishbox .ichthys-body,
  .v16-fishbox .ichthys-tail{
    fill:none;
    stroke:#c9ea73;
    stroke-width:2.65;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .v16-fishbox .ichthys-sun{
    display:block;
    opacity:1;
    fill:none;
    stroke:#c9ea73;
    stroke-width:1.8;
  }
  .v16-fishbox .ichthys-moon{
    display:block;
    opacity:0;
    fill:#c9ea73;
    stroke:none;
  }
  body.theme-dark .v16-fishbox .ichthys-sun{opacity:0}
  body.theme-dark .v16-fishbox .ichthys-moon{opacity:1}

  .v16-social{
    width:38px;
    min-width:38px;
  }

  .v16-menu{display:none}
}

/* Compact desktop so nothing collapses on smaller laptops */
@media (min-width:761px) and (max-width:1180px){
  .site-header.v16-header .v16-nav{
    width:96%;
    min-height:82px;
    column-gap:18px;
  }
  .v16-brand img{width:54px;height:54px}
  .v16-brand .brand-copy b{font-size:17px}
  .v16-brand .brand-copy small{font-size:9px}
  .v16-main-nav{gap:16px}
  .v16-main-nav a{font-size:12.5px}
  .v16-actions{gap:5px}
  .v16-desktop-text{font-size:10.5px}
  .v16-iconbox{width:25px;height:25px;min-width:25px}
  .v16-iconbox > svg{width:22px;height:22px}
  .v16-theme{width:48px;min-width:48px}
  .v16-fishbox{width:45px;min-width:45px}
  .v16-fishbox .ichthys-icon{width:43px;height:25px}
  .v16-social{width:33px;min-width:33px}
}

/* ---------- MOBILE ---------- */
@media (max-width:760px){
  .site-header.v16-header{
    min-height:88px;
  }

  .site-header.v16-header .v16-nav{
    width:100%;
    min-height:88px;
    height:88px;
    padding:0 18px;
    display:grid;
    grid-template-columns:52px minmax(0,1fr) 44px;
    align-items:center;
    column-gap:12px;
  }

  .v16-brand{
    width:52px;
    min-width:52px;
    height:52px;
    display:grid;
    place-items:center;
    gap:0;
    overflow:visible;
  }
  .v16-brand img{
    width:52px;
    height:52px;
    display:block;
    object-fit:contain;
  }
  .v16-brand .brand-copy{display:none}

  .v16-main-nav{
    display:none;
    position:absolute;
    top:88px;
    left:0;
    right:0;
    padding:18px 6%;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
    background:#062d21;
    border-top:1px solid rgba(255,255,255,.12);
  }
  .v16-main-nav.open{display:flex}
  .v16-main-nav a{
    width:100%;
    height:40px;
    display:flex;
    align-items:center;
    color:#fff;
    font-size:15px;
    font-weight:700;
  }

  .v16-actions{
    width:100%;
    height:50px;
    display:grid;
    grid-template-columns:repeat(5,minmax(40px,1fr));
    align-items:center;
    justify-items:center;
    gap:0;
  }

  .v16-action{
    width:44px;
    min-width:44px;
    height:44px;
    min-height:44px;
    margin:0;
    padding:0;
    display:grid;
    place-items:center;
    gap:0;
    border:0;
    background:transparent;
    box-shadow:none;
    color:#c9ea73;
    line-height:1;
  }

  .v16-desktop-text,
  .v16-location,
  .v16-location-separator,
  .v16-after-location,
  .v16-separator{
    display:none;
  }

  .v16-iconbox,
  .v16-fishbox{
    width:36px;
    min-width:36px;
    height:36px;
    min-height:36px;
    display:grid;
    place-items:center;
  }

  .v16-iconbox > svg{
    width:31px;
    height:31px;
    display:block;
    fill:none;
    stroke:#c9ea73;
    stroke-width:2.15;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .v16-iconbox .fill-icon{
    fill:#c9ea73;
    stroke:none;
  }

  .v16-theme{
    width:44px;
    min-width:44px;
  }
  .v16-fishbox .ichthys-icon{
    width:42px;
    height:31px;
  }
  .v16-fishbox .ichthys-body,
  .v16-fishbox .ichthys-tail{
    fill:none;
    stroke:#c9ea73;
    stroke-width:3.05;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .v16-fishbox .ichthys-sun{
    display:block;
    opacity:1;
    fill:none;
    stroke:#c9ea73;
    stroke-width:2;
  }
  .v16-fishbox .ichthys-moon{
    display:block;
    opacity:0;
    fill:#c9ea73;
    stroke:none;
  }
  body.theme-dark .v16-fishbox .ichthys-sun{opacity:0}
  body.theme-dark .v16-fishbox .ichthys-moon{opacity:1}

  .v16-social{
    width:44px;
    min-width:44px;
  }

  .v16-menu{
    width:44px;
    min-width:44px;
    height:44px;
    margin:0;
    padding:0;
    display:grid;
    place-items:center;
    border:0;
    background:transparent;
    color:#fff;
  }
  .v16-menu svg{
    width:32px;
    height:32px;
    display:block;
    fill:none;
    stroke:#fff;
    stroke-width:2.15;
    stroke-linecap:round;
  }
}

/* Very narrow phones: keep equal visual size, reduce only gutters */
@media (max-width:390px){
  .site-header.v16-header .v16-nav{
    grid-template-columns:48px minmax(0,1fr) 40px;
    column-gap:7px;
    padding:0 10px;
  }
  .v16-brand{
    width:48px;
    min-width:48px;
    height:48px;
  }
  .v16-brand img{
    width:48px;
    height:48px;
  }
  .v16-action{
    width:40px;
    min-width:40px;
    height:42px;
    min-height:42px;
  }
  .v16-iconbox,
  .v16-fishbox{
    width:33px;
    min-width:33px;
    height:33px;
  }
  .v16-iconbox > svg{
    width:29px;
    height:29px;
  }
  .v16-fishbox .ichthys-icon{
    width:39px;
    height:29px;
  }
  .v16-menu{
    width:40px;
    min-width:40px;
  }
  .v16-menu svg{
    width:30px;
    height:30px;
  }
}


/* ==========================================================
   V19 — CROPPED LOGO ASSET + FINAL LOGO SCALE
   Transparent margins were removed from the PNG itself.
   ========================================================== */

/* Desktop */
@media (min-width:1181px){
  .v16-brand img{
    width:56px!important;
    height:56px!important;
    object-fit:contain!important;
    transform:none!important;
  }
}

/* Laptop / compact desktop */
@media (min-width:761px) and (max-width:1180px){
  .v16-brand img{
    width:52px!important;
    height:52px!important;
    object-fit:contain!important;
    transform:none!important;
  }
}

/* Mobile */
@media (max-width:760px){
  .v16-brand{
    overflow:visible!important;
  }
  .v16-brand img{
    width:46px!important;
    height:46px!important;
    object-fit:contain!important;
    transform:none!important;
  }
}

/* Very narrow phones */
@media (max-width:390px){
  .v16-brand img{
    width:44px!important;
    height:44px!important;
    object-fit:contain!important;
    transform:none!important;
  }
}


/* V20 — desktop brand approximately 9% larger; mobile unchanged */
@media (min-width:1181px){
  .v16-brand{gap:13px!important;}
  .v16-brand img{
    width:61px!important;
    height:61px!important;
    object-fit:contain!important;
  }
  .v16-brand .brand-copy b{
    font-size:19.5px!important;
  }
  .v16-brand .brand-copy small{
    margin-top:6px!important;
    font-size:10.8px!important;
    letter-spacing:3.1px!important;
  }
}

/* V22 approved changes */
.fish .identity-ichthys{width:108px;height:auto;fill:none;stroke:currentColor;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}.footfish .identity-ichthys{width:102px}
@media(max-width:640px){#commercial .photo>span{color:#123d2d!important;background:#fff!important;-webkit-text-fill-color:#123d2d!important}}
.reviews-section{padding:76px 0 72px}.review-carousel-three{max-width:980px;grid-template-columns:48px minmax(0,1fr) 48px;gap:18px}.review-carousel-three .review-viewport{overflow:hidden;padding:0;border-radius:0}.review-carousel-three .review-track{display:flex;gap:0;transform:translateX(0);transition:transform .55s cubic-bezier(.22,.61,.36,1)}.review-carousel-three .review-slide{flex:0 0 100%;min-width:100%;min-height:280px;padding:24px 52px 20px;background:transparent;border:0;border-radius:0;box-shadow:none;text-align:center;align-items:center;justify-content:center}.review-carousel-three .review-stars{font-size:22px;letter-spacing:3px}.review-carousel-three .review-quote{max-width:760px;font-family:Georgia,serif;font-size:clamp(22px,2.25vw,31px);line-height:1.42;margin:18px auto 22px;color:#24362d}.review-carousel-three .review-author{margin-top:0;align-items:center;gap:2px}.review-carousel-three .review-author strong{font-size:15px}.review-carousel-three .review-author span{font-size:12px;color:var(--muted)}.review-rating-only .review-quote{font-family:Georgia,serif;font-size:clamp(22px,2.25vw,31px);font-weight:400;color:#24362d}.review-carousel-three .review-arrow{display:block;opacity:1;pointer-events:auto;width:42px;height:42px;border:1px solid #d9e0dc;background:#fff;color:var(--g);box-shadow:0 5px 16px rgba(0,0,0,.06)}.review-carousel-three + .review-dots{display:flex;margin-top:10px;gap:7px}.review-dot{width:8px;height:8px;transition:width .25s ease,background .25s ease}.review-dot.active{width:28px;border-radius:999px;background:var(--g2)}body.theme-dark .review-carousel-three .review-slide{background:transparent;border:0}body.theme-dark .review-carousel-three .review-quote,body.theme-dark .review-rating-only .review-quote{color:#e8efeb}
@media(max-width:640px){.reviews-section{padding:48px 0 44px}.reviews-head{gap:14px;margin-bottom:12px}.reviews-head h2{font-size:34px}.google-rating-card{padding:10px 14px}.review-carousel-three{grid-template-columns:34px minmax(0,1fr) 34px;gap:3px}.review-carousel-three .review-arrow{display:block;width:32px;height:32px;font-size:23px}.review-carousel-three .review-viewport{overflow:hidden}.review-carousel-three .review-track{display:flex;grid-template-columns:none;gap:0}.review-carousel-three .review-slide{min-height:215px;padding:12px 8px 8px}.review-carousel-three .review-stars{font-size:18px}.review-carousel-three .review-quote,.review-rating-only .review-quote{font-size:19px;line-height:1.36;margin:10px auto 14px}.review-carousel-three + .review-dots{margin-top:7px}.reviews-section .review-actions{margin-top:16px}}
.yard-tips{background:#0b2d21;color:#fff;padding:58px 0;border-top:1px solid rgba(255,255,255,.08)}.yard-tips-inner{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:64px;align-items:center}.yard-tips-kicker{margin:0 0 8px;color:#9be64a;font-size:11px;font-weight:800;letter-spacing:2px}.yard-tips h2{font-size:clamp(30px,3.4vw,44px);margin:0 0 10px}.yard-tips-copy>p:last-child{max-width:650px;margin:0;color:#cddbd4}.yard-tips-form{display:grid;grid-template-columns:1fr auto;padding:0;background:transparent;border:0;box-shadow:none;gap:0}.yard-tips-form input{min-width:0;height:52px;border:1px solid rgba(255,255,255,.35);border-right:0;border-radius:7px 0 0 7px;background:#fff;color:#10231a;padding:0 16px;font:inherit}.yard-tips-form button{height:52px;border:1px solid var(--lime);border-radius:0 7px 7px 0;background:var(--lime);color:#113b2b;padding:0 24px;font-weight:800;cursor:pointer}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}body.theme-dark .yard-tips{background:#061d15}body.theme-dark .yard-tips-form{background:transparent;border:0}@media(max-width:760px){.yard-tips{padding:38px 0}.yard-tips-inner{grid-template-columns:1fr;gap:20px}.yard-tips h2{font-size:30px}.yard-tips-copy>p:last-child{font-size:14px;line-height:1.5}.yard-tips-form{grid-template-columns:1fr auto}.yard-tips-form input,.yard-tips-form button{height:48px}.yard-tips-form button{padding:0 18px}}

/* ===== V23 — REVIEW CAROUSEL FIX ===== */
.review-carousel-three .review-track{display:flex!important;gap:0!important;width:100%!important}
.review-carousel-three .review-slide{
  box-sizing:border-box!important;
  flex:0 0 100%!important;
  width:100%!important;
  min-width:100%!important;
  max-width:100%!important;
}
.review-carousel-three .review-viewport{overflow:hidden!important;width:100%!important}


/* ===== V24 — REVIEW CAROUSEL RELIABLE VISIBILITY FIX ===== */
.review-carousel-three .review-track{
  display:block!important;
  width:100%!important;
  transform:none!important;
}
.review-carousel-three .review-slide{
  display:none!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  box-sizing:border-box!important;
}
.review-carousel-three .review-slide.active-review{
  display:flex!important;
}


/* V26: clickable service cards + dedicated service/gallery pages */
.service-card-link{display:block;color:inherit;text-decoration:none;border-radius:inherit}
.service-card-link article{height:100%;transition:transform .22s ease,box-shadow .22s ease}
.service-card-link:hover article,.service-card-link:focus-visible article{transform:translateY(-5px);box-shadow:0 16px 38px rgba(0,0,0,.14)}
.subpage-hero{padding:150px 0 72px;background:#073d2d;color:#fff}
.subpage-hero .eyebrow{color:#9be33a}
.subpage-hero h1{font-size:clamp(42px,7vw,78px);line-height:.96;margin:.2em 0}
.subpage-hero p{max-width:760px;font-size:18px;line-height:1.7;color:rgba(255,255,255,.86)}
.subpage-content{padding:72px 0}
.service-detail-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}
.service-detail-grid img{width:100%;height:520px;object-fit:cover;border-radius:18px}
.service-detail-grid h2{font-size:clamp(34px,4vw,54px);margin:0 0 18px}
.service-list{display:grid;gap:12px;margin:26px 0 32px;padding:0;list-style:none}
.service-list li{padding:13px 16px;border-left:3px solid #82d525;background:#f4f7f2}
.gallery-page{padding:64px 0 90px}
.gallery-grid-v26{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gallery-grid-v26 figure{margin:0;position:relative;overflow:hidden;border-radius:14px;background:#0b3c2e}
.gallery-grid-v26 img{width:100%;height:360px;object-fit:cover;display:block;transition:transform .35s ease}
.gallery-grid-v26 figure:hover img{transform:scale(1.035)}
.gallery-grid-v26 figcaption{position:absolute;left:0;right:0;bottom:0;padding:28px 18px 15px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.72));font-weight:700}
.back-home{display:inline-block;margin-top:22px;color:#9be33a;font-weight:700;text-decoration:none}
@media(max-width:900px){
 .service-detail-grid{grid-template-columns:1fr}
 .service-detail-grid img{height:390px}
 .gallery-grid-v26{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
 .subpage-hero{padding:120px 0 55px}
 .gallery-grid-v26{grid-template-columns:1fr}
 .gallery-grid-v26 img{height:330px}
}


/* V27 — Internal service pages / Gallery corrections */
body.internal-page .site-header.v16-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:#08271d;
  isolation:isolate;
}
body.internal-page .subpage-hero{
  position:relative;
  z-index:1;
}
body.internal-page .service-list li{
  color:#10231a !important;
  -webkit-text-fill-color:#10231a !important;
  background:#f4f7f2 !important;
}
body.theme-dark.internal-page .service-list li{
  color:#f2f6f3 !important;
  -webkit-text-fill-color:#f2f6f3 !important;
  background:#123d2d !important;
}
@media(max-width:760px){
  body.internal-page .subpage-hero{
    padding-top:72px;
    padding-bottom:50px;
  }
  body.internal-page .subpage-hero h1{
    font-size:clamp(40px,12vw,58px);
    line-height:1;
  }
  body.internal-page .service-list li{
    font-size:15px;
    line-height:1.45;
  }
}


/* V28 — Gallery lightbox */
.gallery-grid-v26 figure{
  cursor:zoom-in;
}
.gallery-grid-v26 figure:focus-within{
  outline:2px solid #82d525;
  outline-offset:3px;
}
.gallery-grid-v26 figure::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0);
  transition:background .25s ease;
  pointer-events:none;
}
.gallery-grid-v26 figure:hover::after{
  background:rgba(0,0,0,.08);
}

.gallery-lightbox{
  position:fixed;
  inset:0;
  z-index:3000;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(4,14,10,.94);
  padding:28px 72px;
}
.gallery-lightbox.open{
  display:flex;
}
.lightbox-stage{
  max-width:min(1200px,92vw);
  max-height:88vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.lightbox-stage img{
  display:block;
  max-width:100%;
  max-height:82vh;
  width:auto;
  height:auto;
  object-fit:contain;
  border-radius:10px;
  box-shadow:0 20px 70px rgba(0,0,0,.38);
}
.lightbox-counter{
  margin-top:12px;
  color:rgba(255,255,255,.8);
  font-size:13px;
  letter-spacing:.08em;
}
.lightbox-close,
.lightbox-arrow{
  position:absolute;
  border:0;
  background:rgba(255,255,255,.1);
  color:#fff;
  cursor:pointer;
  display:grid;
  place-items:center;
  transition:background .2s ease,transform .2s ease;
}
.lightbox-close:hover,
.lightbox-arrow:hover{
  background:rgba(255,255,255,.2);
}
.lightbox-close{
  top:20px;
  right:24px;
  width:46px;
  height:46px;
  border-radius:50%;
  font-size:34px;
  line-height:1;
}
.lightbox-arrow{
  top:50%;
  transform:translateY(-50%);
  width:52px;
  height:68px;
  border-radius:12px;
  font-size:46px;
  line-height:1;
}
.lightbox-prev{left:18px}
.lightbox-next{right:18px}
body.lightbox-open{
  overflow:hidden;
}

@media(max-width:700px){
  .gallery-lightbox{
    padding:58px 12px 22px;
  }
  .lightbox-stage{
    max-width:100%;
    max-height:84vh;
  }
  .lightbox-stage img{
    max-height:74vh;
    border-radius:8px;
  }
  .lightbox-arrow{
    width:42px;
    height:58px;
    font-size:38px;
    background:rgba(0,0,0,.35);
  }
  .lightbox-prev{left:8px}
  .lightbox-next{right:8px}
  .lightbox-close{
    top:10px;
    right:12px;
    width:42px;
    height:42px;
    font-size:30px;
  }
}


/* V29 — clear clickable gallery behavior */
.gallery-grid-v26 figure{
  cursor:pointer !important;
}
.gallery-grid-v26 figure img{
  pointer-events:none;
}


/* V30 — Six service cards */
@media(min-width:901px){
  #services .cards{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
