/* ============================================================ */
/*  BURIAN RANGELAND SERVICES                                   */
/*  Paste into Appearance > Customize > Additional CSS          */
/*  (replaces everything currently there)                       */
/* ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@500;600;700&display=swap');

/* ---- design tokens ---- */
.brls-page{
  --navy:#1c2a39;
  --green:#5b9b3e;
  --green-bright:#73b84a;
  --green-dark:#487d31;
  --cream:#eef5e1;
  --ink:#3a3d3a;
  --muted:#6b6f69;
  --hero:#2b302c;
  --radius:999px;
}

/* ---- base ---- */
.brls-page *{box-sizing:border-box;margin:0;padding:0}
.brls-page{font-family:'Inter',system-ui,sans-serif;color:#3a3d3a;background:#fff;line-height:1.7;-webkit-font-smoothing:antialiased}
.brls-page h1,.brls-page h2,.brls-page h3,.brls-page .logo{font-family:'Poppins',system-ui,sans-serif;color:#1c2a39;line-height:1.15;letter-spacing:-.01em}
.brls-page a{color:inherit;text-decoration:none}
.brls-page .wrap{max-width:1080px;margin:0 auto;padding:0 24px}

/* ---- buttons ---- */
.brls-page .btn{display:inline-block;background:#73b84a;color:#fff;font-family:'Poppins',sans-serif;font-weight:600;font-size:17px;padding:15px 38px;border-radius:999px;cursor:pointer;text-decoration:none !important;box-shadow:0 8px 20px rgba(28,42,34,.30),0 2px 5px rgba(28,42,34,.20);transition:background .2s ease,transform .2s cubic-bezier(.2,.7,.3,1),box-shadow .2s ease}
.brls-page .btn:hover{background:#487d31;transform:translateY(-3px);box-shadow:0 16px 30px rgba(28,42,34,.36),0 5px 10px rgba(28,42,34,.24)}
.brls-page .btn:active{transform:translateY(-1px);box-shadow:0 6px 14px rgba(28,42,34,.30)}
.brls-page .btn:focus-visible{outline:3px solid #1c2a39;outline-offset:3px}

/* ---- nav ---- */
.brls-page header.nav{position:absolute;top:0;left:0;right:0;z-index:10}
.brls-page .nav-inner{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;max-width:1080px;margin:0 auto;flex-wrap:wrap;gap:14px}
.brls-page .logo{color:#fff;font-weight:700;font-size:25px;letter-spacing:.04em;line-height:1}
.brls-page .logo small{display:block;font-size:10px;font-weight:500;letter-spacing:.34em;color:#d7ddd2;margin-top:3px}
.brls-page .logo span{display:block;font-size:9px;letter-spacing:.3em;color:#aeb6a7;margin-top:4px}
.brls-page nav ul{list-style:none;display:flex;gap:24px;flex-wrap:wrap;align-items:center}
.brls-page nav a{color:#f3f5ef;font-size:15px;font-weight:500;opacity:.92;transition:opacity .15s}
.brls-page nav a:hover,.brls-page nav a[aria-current]{opacity:1;color:#cfe6bd}
.brls-page nav a[aria-current]{border-bottom:2px solid #73b84a;padding-bottom:3px}

/* ---- hero ---- */
.brls-page .hero{position:relative;min-height:88vh;display:flex;align-items:center;background:linear-gradient(180deg,rgba(20,24,20,.5),rgba(20,24,20,.62)),linear-gradient(160deg,#26392b,#172019 80%);color:#fff;text-align:center;padding:150px 0 90px}
.brls-page .hero .eyebrow{font-family:'Poppins',sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.22em;font-size:13px;color:#bfe39f;margin-bottom:22px}
.brls-page .hero h1{color:#fff;font-size:clamp(32px,4.8vw,50px);font-weight:700;max-width:22ch;margin:0 auto 22px}
.brls-page .hero p{font-size:clamp(17px,2vw,20px);max-width:54ch;margin:0 auto 38px;color:#eef1ea}
.brls-page .hero .photo-note{position:absolute;bottom:14px;left:0;right:0;font-family:'Inter',sans-serif;font-size:12px;letter-spacing:.04em;color:rgba(255,255,255,.5)}

/* ---- sections ---- */
.brls-page section{padding:84px 0}
.brls-page .section-tight{padding:66px 0}
.brls-page .eyebrow{font-family:'Poppins',sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.2em;font-size:13px;color:#5b9b3e;margin-bottom:14px}
.brls-page h2{font-size:clamp(28px,3.6vw,40px);font-weight:700;margin-bottom:8px}
.brls-page .lead{font-size:19px;color:#3a3d3a;max-width:62ch}
.brls-page .overview{background:#fff}
.brls-page .overview .lead{margin-top:18px}
.brls-page .overview .lead + .lead{margin-top:18px}

/* ---- included grid ---- */
.brls-page .included{background:#eef5e1}
.brls-page .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px;margin-top:38px}
.brls-page .item{background:#fff;border-radius:14px;padding:24px 26px;display:flex;gap:15px;align-items:flex-start;border:1px solid #e2ead6;box-shadow:0 4px 16px rgba(28,42,34,.06);transition:transform .22s cubic-bezier(.2,.7,.3,1),box-shadow .22s ease}
.brls-page .item:hover{transform:translateY(-5px);box-shadow:0 18px 36px rgba(28,42,34,.15)}
.brls-page .item .tick{flex:0 0 auto;width:34px;height:34px;border-radius:50%;background:#5b9b3e;display:flex;align-items:center;justify-content:center}
.brls-page .item .tick svg{width:18px;height:18px;stroke:#fff;stroke-width:3;fill:none}
.brls-page .item h3{font-size:18px;font-weight:600;margin-bottom:3px}
.brls-page .item p{font-size:15px;color:#6b6f69;line-height:1.55}

/* ---- trust band ---- */
.brls-page .trust{background:linear-gradient(180deg,#63a546,#5b9b3e 58%,#54923a);color:#fff;padding:70px 0;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.brls-page .trust .row{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:30px;text-align:center}
.brls-page .trust .cell svg{box-sizing:content-box;width:32px;height:32px;stroke:#fff;stroke-width:2;fill:none;padding:19px;margin-bottom:18px;background:rgba(255,255,255,.13);border-radius:50%;box-shadow:0 12px 26px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.22);transition:transform .28s cubic-bezier(.2,.7,.3,1),background .28s ease,box-shadow .28s ease}
.brls-page .trust .cell span{display:block;font-family:'Poppins',sans-serif;font-weight:600;font-size:17px;color:#fff}

/* ---- how it works ---- */
.brls-page .how{background:#fff}
.brls-page .steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:26px;margin-top:44px;counter-reset:step}
.brls-page .step{position:relative;padding-top:8px}
.brls-page .step .num{font-family:'Poppins',sans-serif;font-weight:700;font-size:15px;color:#fff;background:#73b84a;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.brls-page .step h3{font-size:19px;font-weight:600;margin-bottom:6px}
.brls-page .step p{font-size:15.5px;color:#6b6f69}

/* ---- service area ---- */
.brls-page .area{background:#eef5e1;text-align:center}
.brls-page .area .towns{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:30px;max-width:760px;margin-left:auto;margin-right:auto}
.brls-page .area .towns span{background:#fff;border:1px solid #d8e3c8;border-radius:999px;padding:9px 22px;font-weight:500;font-size:15.5px;color:#1c2a39}

/* ---- testimonial ---- */
.brls-page .quote{background:#fff;text-align:center}
.brls-page .quote blockquote{max-width:760px;margin:26px auto 0;font-size:21px;line-height:1.6;color:#1c2a39;border:0 !important;padding:0 !important;background:none !important;quotes:none}
.brls-page .quote .stars{color:#73b84a;font-size:22px;letter-spacing:3px}
.brls-page .quote cite{display:block;margin-top:22px;font-style:normal;font-weight:600;color:#6b6f69;font-size:15px;font-family:'Poppins',sans-serif}

/* ---- faq ---- */
.brls-page .faq{background:#eef5e1}
.brls-page .faq .qa{max-width:780px;margin:34px auto 0}
.brls-page .faq details{background:#fff;border:1px solid #dde7ce;border-radius:12px;margin-bottom:14px;overflow:hidden}
.brls-page .faq summary{cursor:pointer;list-style:none;padding:20px 24px;font-family:'Poppins',sans-serif;font-weight:600;font-size:17.5px;color:#1c2a39;display:flex;justify-content:space-between;align-items:center;gap:16px}
.brls-page .faq summary::-webkit-details-marker{display:none}
.brls-page .faq summary .plus{flex:0 0 auto;width:22px;height:22px;position:relative;transition:transform .2s}
.brls-page .faq summary .plus::before,.brls-page .faq summary .plus::after{content:"";position:absolute;background:#5b9b3e;border-radius:2px}
.brls-page .faq summary .plus::before{top:10px;left:0;width:22px;height:3px}
.brls-page .faq summary .plus::after{left:10px;top:0;width:3px;height:22px;transition:opacity .2s}
.brls-page .faq details[open] summary .plus::after{opacity:0}
.brls-page .faq .body{padding:0 24px 22px;color:#3a3d3a;font-size:16px}

/* ---- cta ---- */
.brls-page .cta{background:#5b9b3e;color:#fff;text-align:center;padding:84px 0 110px}
.brls-page .cta h2{color:#fff;font-size:clamp(30px,4vw,46px);max-width:18ch;margin:0 auto 30px}
.brls-page .cta .btn{background:#fff;color:#487d31;box-shadow:0 8px 22px rgba(0,0,0,.20),0 2px 6px rgba(0,0,0,.14)}
.brls-page .cta .btn:hover{background:#eef5e1;box-shadow:0 16px 32px rgba(0,0,0,.26),0 5px 12px rgba(0,0,0,.18)}

/* ---- footer base: ONE padding control. Footer content is styled inline in the HTML widget. ---- */
/* padding = TOP (space above logo)  SIDES  BOTTOM (space below copyright). Tune the two outer numbers. */
.brls-page footer{padding:24px 0 12px;font-size:15px}
.brls-page footer a:hover{color:#cfe6bd}

/* ---- scroll reveal ---- */
.brls-page .reveal{opacity:0;transform:translateY(26px) scale(.985);transition:opacity .7s ease,transform .7s ease}
.brls-page .reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .brls-page .reveal{opacity:1;transform:none;transition:none}
}

@media(max-width:720px){
  .brls-page nav ul{display:none}
  .brls-page .hero{min-height:480px}
  .brls-page section{padding:74px 0}
}

/* ---- split hero ---- */
.brls-page .hero.hero-split{display:grid;grid-template-columns:1.02fr .98fr;min-height:88vh;padding:0;text-align:left;background:#1d2b20}
.brls-page .hero.hero-split .hero-text{padding:118px 56px 70px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.brls-page .hero.hero-split .hero-text h1{margin:0 0 22px;max-width:16ch}
.brls-page .hero.hero-split .hero-text p{margin:0 0 36px;max-width:46ch}
.brls-page .hero.hero-split .hero-photo{position:relative;background-size:cover;background-position:center;align-self:stretch;margin:30px 34px 34px 18px;border-radius:22px;overflow:hidden;box-shadow:0 26px 60px rgba(0,0,0,.42),0 8px 20px rgba(0,0,0,.3)}
.brls-page .hero.hero-split .hero-photo::before{display:none}

/* ---- about story ---- */
.brls-page .story{max-width:1000px;margin:0 auto}
.brls-page .story::after{content:"";display:block;clear:both}
.brls-page .story-portrait{float:left;width:300px;margin:8px 42px 24px 0}
.brls-page .story-portrait img{width:100%;border-radius:16px;display:block;box-shadow:0 16px 38px rgba(28,42,34,.22),0 4px 10px rgba(28,42,34,.16)}
.brls-page .story-portrait figcaption{margin-top:12px;font-family:'Poppins',sans-serif;font-weight:600;font-size:15px;color:#1c2a39;text-align:center}
.brls-page .story .eyebrow{margin-bottom:6px}
.brls-page .story h2{margin-bottom:18px}
.brls-page .story p{font-size:18px;line-height:1.75;color:#3a3d3a;margin-top:20px}
.brls-page .story > p:first-of-type{margin-top:0}

/* ---- feature ---- */
.brls-page .feature{background:#eef5e1}
.brls-page .feature-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:48px;align-items:center}
.brls-page .feature-photo img{width:100%;border-radius:18px;display:block;box-shadow:0 22px 50px rgba(28,42,34,.2),0 6px 14px rgba(28,42,34,.14)}

@media(max-width:820px){
  .brls-page .hero.hero-split{grid-template-columns:1fr}
  .brls-page .hero.hero-split .hero-text{padding:116px 28px 44px;text-align:center;align-items:center}
  .brls-page .hero.hero-split .hero-photo{min-height:380px;order:2;margin:0 18px 24px;border-radius:16px}
}
@media(max-width:760px){
  .brls-page .story-portrait{float:none;width:auto;max-width:300px;margin:0 auto 24px}
  .brls-page .feature-grid{grid-template-columns:1fr;gap:26px}
  .brls-page .feature-photo{max-width:440px}
}

/* ---- hero photo note + overview split + placeholder + gallery ---- */
.brls-page .hero-ph{position:absolute;bottom:20px;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:9px;color:rgba(255,255,255,.66);font-family:'Inter',sans-serif;font-size:13px;letter-spacing:.02em}
.brls-page .hero-ph svg{width:18px;height:18px;stroke:rgba(255,255,255,.66);stroke-width:1.8;fill:none;flex:0 0 auto}
.brls-page .ov-split{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.brls-page .ph{background:#eef5e1;border:2px dashed #c4d4ad;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:320px;text-align:center;padding:34px}
.brls-page .ph svg{width:50px;height:50px;stroke:#5b9b3e;stroke-width:1.5;fill:none}
.brls-page .ph .pt{font-family:'Poppins',sans-serif;font-weight:600;font-size:15px;color:#6f7d5c}
.brls-page .ph .ps{font-size:12.5px;color:#9aa589;max-width:26ch;line-height:1.5}
.brls-page .ov-split .ov-photo img{width:100%;border-radius:16px;display:block}
.brls-page .gallery{background:#fff}
.brls-page .shots{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-top:36px}
.brls-page .shots img{width:100%;height:230px;object-fit:cover;border-radius:12px;display:block}
@media(max-width:760px){
  .brls-page .ov-split{grid-template-columns:1fr;gap:26px}
  .brls-page .shots img{height:200px}
}

/* ---- full-bleed: span the full browser width regardless of theme container ---- */
.brls-page{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}

/* companion to the full-bleed trick: clip the few stray pixels it can create */
/* so the page never scrolls sideways on mobile. overflow-x:clip is used where */
/* supported (keeps sticky elements working); older browsers fall back to hidden. */
html,body{overflow-x:hidden;overflow-x:clip}

/* ---- home service card illustrations ---- */
.brls-page .item .svc-ico{height:84px;width:auto;max-width:150px;object-fit:contain;margin-bottom:12px}

/* ---- force brand sections to keep their color over the theme ---- */
.brls-page .trust{background:linear-gradient(180deg,#63a546,#5b9b3e 58%,#54923a) !important;color:#fff !important}
.brls-page .trust .cell span{color:#fff !important}
.brls-page .trust .cell svg{stroke:#fff !important}
.brls-page .cta{background:#5b9b3e !important;color:#fff !important}
.brls-page .cta h2{color:#fff !important}
.brls-page .included,.brls-page .area,.brls-page .feature{background:#eef5e1 !important}

/* ---- balanced 2x2 card grid (About: Why clients stay with us) ---- */
.brls-page .grid.grid-2{grid-template-columns:repeat(2,1fr);max-width:920px;margin-left:auto;margin-right:auto}
@media(max-width:640px){.brls-page .grid.grid-2{grid-template-columns:1fr}}

/* ---- trust band motion + chips ---- */
.brls-page .trust .cell{display:flex;flex-direction:column;align-items:center;animation:trustRise .6s ease both}
.brls-page .trust .cell:nth-child(2){animation-delay:.1s}
.brls-page .trust .cell:nth-child(3){animation-delay:.2s}
.brls-page .trust .cell:nth-child(4){animation-delay:.3s}
.brls-page .trust .cell:hover svg{transform:translateY(-7px) scale(1.05);background:rgba(255,255,255,.22);box-shadow:0 18px 32px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.3)}
@keyframes trustRise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.brls-page .trust .cell{animation:none}}

/* ---- trust band balance: a touch wider, one line per label on desktop ---- */
.brls-page .trust .wrap{max-width:1140px}
.brls-page .trust .row{gap:26px}
@media(min-width:721px){.brls-page .trust .cell span{white-space:nowrap}}

/* ---- service area: closing statement pill ---- */
.brls-page .area .towns span.town-all{background:#5b9b3e;border-color:#5b9b3e;color:#fff;font-weight:600;font-style:italic}

/* ---- hero dual action + credentials line ---- */
.brls-page .hero-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}
.brls-page .btn-ghost{display:inline-block;background:transparent;color:#fff;font-family:'Poppins',sans-serif;font-weight:600;font-size:17px;padding:13px 36px;border-radius:999px;border:2px solid rgba(255,255,255,.6);cursor:pointer;text-decoration:none !important;transition:background .2s ease,border-color .2s ease,transform .2s cubic-bezier(.2,.7,.3,1)}
.brls-page .btn-ghost:hover{background:rgba(255,255,255,.12);border-color:#fff;transform:translateY(-2px)}
.brls-page .hero-creds{margin-top:26px !important;font-size:13px;letter-spacing:.04em;color:rgba(255,255,255,.82);font-weight:500}

/* ---- email links: keep on one line, shrink to fit on small screens ---- */
.brls-page a[href^="mailto:"]{white-space:nowrap;font-size:clamp(13px,3.6vw,1em)}

/* ============================================================ */
/*  ASTRA FOOTER BUILDER: collapse the row padding that creates */
/*  the dark cushion so the footer sits snug to the section     */
/*  above and ends right after the copyright. Footer's own      */
/*  breathing room lives inside the HTML widget, left untouched. */
/* ============================================================ */
#colophon,
.site-footer,
#colophon .ast-builder-grid-row-container,
#colophon .ast-builder-grid-row-container-inner,
#colophon .ast-builder-grid-row,
#colophon .ast-builder-layout-element,
#colophon .widget,
.site-footer .ast-builder-grid-row-container,
.site-footer .ast-builder-grid-row-container-inner,
.site-footer .ast-builder-grid-row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
}

/* the actual top cushion lives on the HTML element wrappers */
#colophon .ast-builder-html-element,
#colophon .ast-header-html,
.site-footer .ast-builder-html-element,
.site-footer .ast-header-html {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* real Astra footer section/widget wrappers */
.site-footer .site-footer-primary-section-1,
.site-footer .site-footer-section,
.site-footer .footer-widget-area,
.site-footer .site-footer-focus-item,
.site-footer .ast-footer-html-1,
#colophon .site-footer-primary-section-1,
#colophon .site-footer-section,
#colophon .footer-widget-area,
#colophon .site-footer-focus-item,
#colophon .ast-footer-html-1 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
  align-self: start !important;
}

/* if the section is a grid that centers the widget, pin content to the top */
.site-footer .site-footer-primary-section-1,
.site-footer .grid-row {
  align-items: start !important;
  align-content: start !important;
  row-gap: 0 !important;
}
