/*
Theme Name: DoggieTrails
Theme URI: https://doggietrails.com
Author: DoggieTrails
Description: Custom lightweight theme for DoggieTrails.com
Version: 0.6.0
Text Domain: doggietrails
*/

:root{
  --dt-pine:#1B4332;
  --dt-sage:#7DA77F;
  --dt-terracotta:#E67E3C;
  --dt-cream:#F9F4E7;
  --dt-charcoal:#2D2D2D;
  --dt-white:#FFFFFF;
  --dt-radius:18px;
  --dt-shadow:0 10px 30px rgba(27,67,50,.08);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--dt-charcoal);
  background:var(--dt-cream);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.6;
}
a{color:var(--dt-pine);text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:min(1180px,92%);margin-inline:auto}

.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(249,244,231,.96);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(27,67,50,.08);
}
.header-inner{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.site-branding{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:800;
  font-size:1.45rem;
  color:var(--dt-pine);
}
.site-branding img{max-height:54px;width:auto}
.primary-nav ul{
  display:flex;
  gap:28px;
  list-style:none;
  margin:0;
  padding:0;
}
.primary-nav a{font-weight:600}
.header-actions{
  display:flex;
  gap:12px;
  align-items:center;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 22px;
  border-radius:999px;
  font-weight:700;
  border:1px solid transparent;
}
.btn-primary{
  background:var(--dt-terracotta);
  color:#fff;
}
.btn-outline{
  border-color:var(--dt-pine);
  color:var(--dt-pine);
  background:transparent;
}

.dt-hero{
  min-height:540px;
  display:grid;
  align-items:center;
  background:
    linear-gradient(90deg, rgba(249,244,231,.96) 0%, rgba(249,244,231,.72) 48%, rgba(249,244,231,.15) 100%);
}
.dt-hero-inner{
  padding:90px 0;
  max-width:720px;
}
.dt-kicker{
  letter-spacing:.2em;
  text-transform:uppercase;
  font-size:.82rem;
  color:var(--dt-pine);
  font-weight:700;
}
.dt-hero h1,
.section-title{
  font-family:Georgia,'Times New Roman',serif;
  color:var(--dt-pine);
  line-height:1.05;
  margin:.4em 0;
}
.dt-hero h1{font-size:clamp(3rem,6vw,5.5rem)}
.dt-hero p{font-size:1.2rem;max-width:620px}
.dt-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}

.dt-section{padding:72px 0}
.dt-card{
  background:#fff;
  border-radius:var(--dt-radius);
  box-shadow:var(--dt-shadow);
  padding:26px;
}
.dt-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.site-footer{
  margin-top:80px;
  background:var(--dt-pine);
  color:#fff;
  padding:44px 0 26px;
}
.site-footer a{color:#fff}
.footer-grid{
  display:grid;
  grid-template-columns:2fr repeat(3,1fr);
  gap:30px;
}
.footer-bottom{
  margin-top:30px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.18);
  font-size:.9rem;
  opacity:.9;
}

.entry-wrap{padding:60px 0}
.entry-title{
  font-family:Georgia,'Times New Roman',serif;
  color:var(--dt-pine);
  font-size:clamp(2.2rem,4vw,4rem);
}

@media (max-width:900px){
  .primary-nav{display:none}
  .header-actions .btn-outline{display:none}
  .dt-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:640px){
  .header-inner{min-height:68px}
  .site-branding{font-size:1.1rem}
  .site-branding img{max-height:44px}
  .dt-hero{min-height:auto}
  .dt-hero-inner{padding:64px 0}
  .dt-grid,.footer-grid{grid-template-columns:1fr}
  .dt-section{padding:52px 0}
}


/* =========================================================
   DoggieTrails v0.3 — approved Home hero + fixed header
   ========================================================= */

.custom-logo-link{
  display:block;
  line-height:0;
}
.custom-logo-link img.custom-logo{
  width:190px !important;
  max-width:190px !important;
  height:auto !important;
  max-height:none !important;
}
.header-inner{
  min-height:72px !important;
}
.site-header{
  background:rgba(249,244,231,.98);
}
.primary-nav ul{
  gap:26px;
}
.header-actions .btn{
  white-space:nowrap;
  min-width:max-content;
  padding-left:22px;
  padding-right:22px;
}

/* Approved full-photo hero */
.dt-approved-hero{
  position:relative;
  min-height:520px;
  display:flex;
  align-items:stretch;
  overflow:hidden;
  background-image:
    linear-gradient(90deg,
      rgba(249,244,231,.98) 0%,
      rgba(249,244,231,.92) 29%,
      rgba(249,244,231,.50) 48%,
      rgba(249,244,231,.05) 70%,
      rgba(249,244,231,0) 100%
    ),
    url('assets/img/hero-approved.jpg');
  background-size:cover;
  background-position:center right;
}
.dt-approved-hero .container{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  width:min(1180px,92%);
}
.dt-approved-copy{
  width:min(580px,52%);
  padding:66px 0 58px;
}
.dt-approved-copy .dt-kicker{
  margin-bottom:14px;
  letter-spacing:.18em;
}
.dt-approved-copy h1{
  margin:0;
  font-family:Georgia,'Times New Roman',serif;
  color:var(--dt-pine);
  font-size:clamp(3.1rem,5.1vw,5rem);
  line-height:.98;
  letter-spacing:-.035em;
}
.dt-approved-copy .dt-lead{
  max-width:520px;
  margin:20px 0 24px;
  font-size:1.08rem;
  line-height:1.5;
}
.dt-approved-copy .dt-actions{
  margin-top:0;
}
.dt-approved-copy .btn{
  min-height:48px;
  padding:0 24px;
}
.dt-approved-note{
  position:absolute;
  right:7vw;
  top:105px;
  color:#fff;
  text-align:center;
  font-family:Georgia,'Times New Roman',serif;
  font-style:italic;
  font-size:1.35rem;
  line-height:1.08;
  text-shadow:0 2px 8px rgba(0,0,0,.4);
}
.dt-approved-note::after{
  content:"";
  display:block;
  width:72px;
  height:4px;
  margin:10px auto 0;
  border-radius:999px;
  background:var(--dt-terracotta);
  transform:rotate(-7deg);
}

/* Four benefits bar like the approved mockup */
.dt-approved-benefits{
  background:rgba(249,244,231,.98);
  border-top:1px solid rgba(27,67,50,.08);
  border-bottom:1px solid rgba(27,67,50,.08);
}
.dt-approved-benefits-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.dt-approved-benefit{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:12px;
  padding:22px 24px;
  border-right:1px solid rgba(27,67,50,.12);
}
.dt-approved-benefit:last-child{border-right:0}
.dt-approved-benefit .ico{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(125,167,127,.18);
  color:var(--dt-pine);
  font-size:1.25rem;
}
.dt-approved-benefit strong{
  display:block;
  color:var(--dt-pine);
  font-size:.95rem;
  line-height:1.2;
}
.dt-approved-benefit span{
  display:block;
  color:#5d625f;
  font-size:.82rem;
  margin-top:3px;
}

/* Remove the old placeholder section spacing on Home */
.home .dt-section.dt-placeholder{
  display:none;
}

@media (max-width:980px){
  .custom-logo-link img.custom-logo{
    width:165px !important;
    max-width:165px !important;
  }
  .dt-approved-hero{
    min-height:620px;
    background-image:
      linear-gradient(180deg,
        rgba(249,244,231,.98) 0%,
        rgba(249,244,231,.90) 38%,
        rgba(249,244,231,.18) 62%,
        rgba(249,244,231,0) 100%
      ),
      url('assets/img/hero-approved.jpg');
    background-position:center 58%;
  }
  .dt-approved-hero .container{
    align-items:flex-start;
  }
  .dt-approved-copy{
    width:100%;
    max-width:640px;
    padding-top:52px;
  }
  .dt-approved-note{display:none}
  .dt-approved-benefits-grid{
    grid-template-columns:1fr 1fr;
  }
  .dt-approved-benefit:nth-child(2){border-right:0}
  .dt-approved-benefit:nth-child(-n+2){border-bottom:1px solid rgba(27,67,50,.12)}
}

@media (max-width:640px){
  .custom-logo-link img.custom-logo{
    width:150px !important;
    max-width:150px !important;
  }
  .header-inner{
    min-height:64px !important;
  }
  .dt-approved-hero{
    min-height:560px;
  }
  .dt-approved-copy{
    padding:42px 0 34px;
  }
  .dt-approved-copy h1{
    font-size:clamp(2.7rem,13vw,4rem);
  }
  .dt-approved-copy .dt-lead{
    font-size:1rem;
  }
  .dt-approved-benefits-grid{
    grid-template-columns:1fr;
  }
  .dt-approved-benefit{
    border-right:0;
    border-bottom:1px solid rgba(27,67,50,.12);
  }
  .dt-approved-benefit:last-child{border-bottom:0}
}


/* =========================================================
   DoggieTrails v0.4 — REAL approved hero
   ========================================================= */

/* Header: locked compact sizing */
.site-header{
  background:#F9F4E7 !important;
  border-bottom:1px solid rgba(27,67,50,.08) !important;
}
.header-inner{
  min-height:78px !important;
  width:min(1180px,92%) !important;
}
.custom-logo-link{
  display:block !important;
  line-height:0 !important;
}
.custom-logo-link img.custom-logo{
  width:190px !important;
  max-width:190px !important;
  height:auto !important;
  max-height:none !important;
}
.primary-nav ul{
  gap:30px !important;
}
.primary-nav a{
  color:#0B3B2D !important;
  font-weight:700 !important;
}
.header-actions{
  gap:12px !important;
}
.header-actions .btn{
  min-width:max-content !important;
  white-space:nowrap !important;
}

/* Hero structure */
.dt-real-hero{
  position:relative;
  min-height:675px;
  overflow:hidden;
  background:#F4F0E5;
  isolation:isolate;
}
.dt-real-hero-photo{
  position:absolute;
  z-index:-4;
  inset:0 0 0 37%;
  background:url('assets/img/hero-dog-landscape.jpg') center center / cover no-repeat;
}
.dt-real-hero-photo::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,
    rgba(244,240,229,.34) 0%,
    rgba(244,240,229,.08) 24%,
    rgba(244,240,229,0) 52%);
}
.dt-real-hero-fade{
  position:absolute;
  z-index:-3;
  inset:0;
  background:
    linear-gradient(90deg,
      #F4F0E5 0%,
      rgba(244,240,229,.98) 26%,
      rgba(244,240,229,.88) 39%,
      rgba(244,240,229,.36) 52%,
      rgba(244,240,229,0) 66%);
}
.dt-real-hero-forest{
  position:absolute;
  z-index:-2;
  left:0;
  bottom:-20px;
  width:49%;
  height:80%;
  background:url('assets/img/forest-fade.svg') left bottom / cover no-repeat;
  opacity:.7;
  pointer-events:none;
}
.dt-real-hero-inner{
  position:relative;
  min-height:675px;
  width:min(1380px,92%) !important;
}
.dt-real-hero-copy{
  width:min(670px,54%);
  padding:66px 0 38px;
}
.dt-real-hero-copy .dt-kicker{
  margin:0 0 18px;
  color:#244F42;
  font-size:.83rem;
  font-weight:800;
  letter-spacing:.27em;
}
.dt-real-hero-copy h1{
  margin:0;
  max-width:650px;
  color:#103F31;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(4.1rem,5.2vw,6.2rem);
  line-height:.95;
  letter-spacing:-.045em;
}
.dt-real-lead{
  max-width:470px;
  margin:24px 0 28px;
  color:#27312E;
  font-size:1.28rem;
  line-height:1.4;
}
.dt-real-actions{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.dt-real-actions .btn{
  min-height:56px;
  padding:0 34px;
  font-size:1.05rem;
  font-weight:800;
}
.btn-light{
  border:1.5px solid rgba(16,63,49,.20);
  background:rgba(255,255,255,.84);
  color:#103F31;
}
.dt-pin{
  margin-right:8px;
  color:#103F31;
  font-size:.75rem;
}

/* Four feature callouts live INSIDE the hero, not as a separate strip */
.dt-real-features{
  width:min(690px,100%);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:42px;
}
.dt-real-feature{
  min-height:95px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:9px;
  padding:0 18px;
  text-align:center;
  border-right:1px solid rgba(16,63,49,.20);
}
.dt-real-feature:first-child{padding-left:0}
.dt-real-feature:last-child{
  border-right:0;
  padding-right:0;
}
.dt-feature-icon{
  min-height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#103F31;
  font-size:1.65rem;
  line-height:1;
  letter-spacing:-.15em;
}
.dt-real-feature strong{
  color:#103F31;
  font-size:.93rem;
  line-height:1.25;
}

/* Small location label and handwritten note */
.dt-hero-location{
  position:absolute;
  top:28px;
  right:0;
  display:flex;
  align-items:flex-start;
  gap:9px;
  color:#20322C;
  font-size:.88rem;
  font-weight:700;
  line-height:1.1;
}
.dt-hero-location small{
  font-size:.78rem;
  font-weight:500;
}
.dt-location-dot{
  width:27px;
  height:27px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:#103F31;
  box-shadow:0 4px 14px rgba(0,0,0,.08);
  font-size:.55rem;
}
.dt-hero-hand{
  position:absolute;
  top:132px;
  right:28px;
  color:#103F31;
  font-family:"Brush Script MT","Segoe Script",cursive;
  font-size:2rem;
  line-height:1.08;
  transform:rotate(-4deg);
  text-align:center;
}
.dt-hero-hand span{
  display:block;
  width:110px;
  height:5px;
  margin:11px auto 0;
  background:#E67E3C;
  border-radius:999px;
  transform:rotate(-8deg);
}

/* Keep footer away while only hero is being built */
.home .site-footer{
  margin-top:0;
}

@media (max-width:1100px){
  .dt-real-hero-copy{
    width:60%;
  }
  .dt-hero-hand{
    right:12px;
    font-size:1.6rem;
  }
  .dt-real-features{
    grid-template-columns:repeat(2,1fr);
    max-width:560px;
    gap:18px 0;
  }
  .dt-real-feature:nth-child(2){border-right:0}
}

@media (max-width:900px){
  .custom-logo-link img.custom-logo{
    width:165px !important;
    max-width:165px !important;
  }
  .dt-real-hero{
    min-height:780px;
  }
  .dt-real-hero-photo{
    inset:45% 0 0 0;
    background-position:center 40%;
  }
  .dt-real-hero-fade{
    background:linear-gradient(180deg,
      #F4F0E5 0%,
      rgba(244,240,229,.97) 45%,
      rgba(244,240,229,.65) 60%,
      rgba(244,240,229,0) 74%);
  }
  .dt-real-hero-forest{
    width:100%;
    height:55%;
    bottom:20%;
  }
  .dt-real-hero-inner{
    min-height:780px;
  }
  .dt-real-hero-copy{
    width:100%;
    max-width:680px;
    padding-top:48px;
  }
  .dt-hero-location,
  .dt-hero-hand{
    display:none;
  }
}

@media (max-width:640px){
  .header-inner{
    min-height:66px !important;
  }
  .custom-logo-link img.custom-logo{
    width:145px !important;
    max-width:145px !important;
  }
  .dt-real-hero{
    min-height:820px;
  }
  .dt-real-hero-inner{
    min-height:820px;
    width:90% !important;
  }
  .dt-real-hero-copy{
    padding-top:38px;
  }
  .dt-real-hero-copy h1{
    font-size:clamp(3rem,14vw,4.5rem);
  }
  .dt-real-lead{
    font-size:1.05rem;
    margin:19px 0 22px;
  }
  .dt-real-actions{
    gap:10px;
  }
  .dt-real-actions .btn{
    width:100%;
    min-height:50px;
  }
  .dt-real-features{
    grid-template-columns:1fr 1fr;
    margin-top:30px;
  }
  .dt-real-feature{
    padding:0 10px 14px;
    border-right:0;
  }
}


/* =========================================================
   DoggieTrails v0.5 — clean hero with manual image upload
   ========================================================= */

/* Header */
.site-header{
  background:#F9F4E7 !important;
  border-bottom:1px solid rgba(27,67,50,.08) !important;
}
.header-inner{
  min-height:78px !important;
  width:min(1180px,92%) !important;
}
.custom-logo-link{
  display:block !important;
  line-height:0 !important;
}
.custom-logo-link img.custom-logo{
  width:190px !important;
  max-width:190px !important;
  height:auto !important;
  max-height:none !important;
}
.primary-nav ul{
  gap:30px !important;
}
.primary-nav a{
  color:#0B3B2D !important;
  font-weight:700 !important;
}
.header-actions{
  gap:12px !important;
}
.header-actions .btn{
  min-width:max-content !important;
  white-space:nowrap !important;
}

/* Clean hero */
.dt-clean-hero{
  position:relative;
  min-height:675px;
  overflow:hidden;
  background:#F4F0E5;
  isolation:isolate;
}
.dt-clean-hero-media{
  position:absolute;
  inset:0 0 0 39%;
  z-index:-4;
  background:none;
}
.dt-clean-hero-media.has-image{
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
.dt-clean-hero-overlay{
  position:absolute;
  inset:0;
  z-index:-3;
  background:linear-gradient(90deg,
    #F4F0E5 0%,
    rgba(244,240,229,.97) 28%,
    rgba(244,240,229,.88) 42%,
    rgba(244,240,229,.32) 55%,
    rgba(244,240,229,0) 68%);
}
.dt-clean-hero-inner{
  position:relative;
  min-height:675px;
  width:min(1380px,92%) !important;
}
.dt-clean-hero-copy{
  width:min(670px,54%);
  padding:66px 0 38px;
}
.dt-clean-hero-copy .dt-kicker{
  margin:0 0 18px;
  color:#244F42;
  font-size:.83rem;
  font-weight:800;
  letter-spacing:.27em;
}
.dt-clean-hero-copy h1{
  margin:0;
  max-width:650px;
  color:#103F31;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(4.1rem,5.2vw,6.2rem);
  line-height:.95;
  letter-spacing:-.045em;
}
.dt-clean-lead{
  max-width:470px;
  margin:24px 0 28px;
  color:#27312E;
  font-size:1.28rem;
  line-height:1.4;
}
.dt-clean-actions{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.dt-clean-actions .btn{
  min-height:56px;
  padding:0 34px;
  font-size:1.05rem;
  font-weight:800;
}
.btn-light{
  border:1.5px solid rgba(16,63,49,.20);
  background:rgba(255,255,255,.88);
  color:#103F31;
}
.dt-clean-features{
  width:min(690px,100%);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:42px;
}
.dt-clean-feature{
  min-height:95px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:9px;
  padding:0 18px;
  text-align:center;
  border-right:1px solid rgba(16,63,49,.20);
}
.dt-clean-feature:first-child{padding-left:0}
.dt-clean-feature:last-child{
  border-right:0;
  padding-right:0;
}
.dt-feature-icon{
  min-height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#103F31;
  font-size:1.65rem;
  line-height:1;
  letter-spacing:-.15em;
}
.dt-clean-feature strong{
  color:#103F31;
  font-size:.93rem;
  line-height:1.25;
}

.dt-hero-location{
  position:absolute;
  top:28px;
  right:0;
  display:flex;
  align-items:flex-start;
  gap:9px;
  color:#20322C;
  font-size:.88rem;
  font-weight:700;
  line-height:1.1;
}
.dt-hero-location small{
  font-size:.78rem;
  font-weight:500;
}
.dt-location-dot{
  width:27px;
  height:27px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:#103F31;
  box-shadow:0 4px 14px rgba(0,0,0,.08);
  font-size:.55rem;
}
.dt-hero-hand{
  position:absolute;
  top:132px;
  right:28px;
  color:#103F31;
  font-family:"Brush Script MT","Segoe Script",cursive;
  font-size:2rem;
  line-height:1.08;
  transform:rotate(-4deg);
  text-align:center;
}
.dt-hero-hand span{
  display:block;
  width:110px;
  height:5px;
  margin:11px auto 0;
  background:#E67E3C;
  border-radius:999px;
  transform:rotate(-8deg);
}

/* If no image uploaded, keep right side intentionally clean */
.dt-clean-hero-media:not(.has-image) + .dt-clean-hero-overlay{
  background:linear-gradient(90deg,
    #F4F0E5 0%,
    rgba(244,240,229,.98) 50%,
    rgba(244,240,229,.96) 100%);
}

.home .site-footer{
  margin-top:0;
}

@media (max-width:1100px){
  .dt-clean-hero-copy{
    width:60%;
  }
  .dt-hero-hand{
    right:12px;
    font-size:1.6rem;
  }
  .dt-clean-features{
    grid-template-columns:repeat(2,1fr);
    max-width:560px;
    gap:18px 0;
  }
  .dt-clean-feature:nth-child(2){border-right:0}
}

@media (max-width:900px){
  .custom-logo-link img.custom-logo{
    width:165px !important;
    max-width:165px !important;
  }
  .dt-clean-hero{
    min-height:780px;
  }
  .dt-clean-hero-media{
    inset:45% 0 0 0;
    background-position:center 40%;
  }
  .dt-clean-hero-overlay{
    background:linear-gradient(180deg,
      #F4F0E5 0%,
      rgba(244,240,229,.97) 45%,
      rgba(244,240,229,.62) 60%,
      rgba(244,240,229,0) 74%);
  }
  .dt-clean-hero-inner{
    min-height:780px;
  }
  .dt-clean-hero-copy{
    width:100%;
    max-width:680px;
    padding-top:48px;
  }
  .dt-hero-location,
  .dt-hero-hand{
    display:none;
  }
}

@media (max-width:640px){
  .header-inner{
    min-height:66px !important;
  }
  .custom-logo-link img.custom-logo{
    width:145px !important;
    max-width:145px !important;
  }
  .dt-clean-hero{
    min-height:820px;
  }
  .dt-clean-hero-inner{
    min-height:820px;
    width:90% !important;
  }
  .dt-clean-hero-copy{
    padding-top:38px;
  }
  .dt-clean-hero-copy h1{
    font-size:clamp(3rem,14vw,4.5rem);
  }
  .dt-clean-lead{
    font-size:1.05rem;
    margin:19px 0 22px;
  }
  .dt-clean-actions{
    gap:10px;
  }
  .dt-clean-actions .btn{
    width:100%;
    min-height:50px;
  }
  .dt-clean-features{
    grid-template-columns:1fr 1fr;
    margin-top:30px;
  }
  .dt-clean-feature{
    padding:0 10px 14px;
    border-right:0;
  }
}


/* =========================================================
   DoggieTrails v0.6 — Explore Map section
   ========================================================= */

.dt-map-section{
  position:relative;
  overflow:hidden;
  background:#0F493A;
  color:#fff;
  padding:76px 0;
}
.dt-map-section::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.12;
  background:
    radial-gradient(circle at 15% 20%, transparent 0 24px, rgba(255,255,255,.18) 25px 26px, transparent 27px 54px),
    radial-gradient(circle at 35% 65%, transparent 0 34px, rgba(255,255,255,.15) 35px 36px, transparent 37px 70px);
  pointer-events:none;
}
.dt-map-grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(520px,1.35fr);
  gap:54px;
  align-items:center;
}
.dt-map-copy{
  position:relative;
  z-index:2;
}
.dt-map-kicker{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:18px;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:.78rem;
  font-weight:800;
  color:#D8E5DA;
}
.dt-map-kicker::after{
  content:"";
  width:82px;
  height:1px;
  background:rgba(255,255,255,.35);
}
.dt-map-copy h2{
  margin:0;
  max-width:520px;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(3rem,4.5vw,5rem);
  line-height:.98;
  letter-spacing:-.035em;
  color:#fff;
}
.dt-map-copy > p{
  max-width:520px;
  margin:24px 0 32px;
  color:#E7EFE9;
  font-size:1.16rem;
  line-height:1.55;
}
.dt-map-points{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  margin-bottom:30px;
}
.dt-map-point{
  display:grid;
  grid-template-columns:46px 1fr;
  gap:14px;
  align-items:start;
}
.dt-map-point > span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.55);
  border-radius:50%;
  color:#fff;
  font-size:1.15rem;
}
.dt-map-point strong{
  display:block;
  margin-bottom:2px;
  font-size:.98rem;
}
.dt-map-point p{
  margin:0;
  color:#C9D8CE;
  font-size:.88rem;
  line-height:1.35;
}
.dt-map-button{
  min-width:210px;
}
.dt-map-card{
  position:relative;
  min-height:520px;
  border-radius:24px;
  overflow:hidden;
  background:#DDE8DA;
  box-shadow:0 22px 55px rgba(0,0,0,.20);
  border:1px solid rgba(255,255,255,.18);
}
.dt-map-live{
  position:absolute;
  inset:0;
}
.dt-map-placeholder{
  position:absolute;
  inset:0;
  overflow:hidden;
  background:
    linear-gradient(35deg, rgba(125,167,127,.26), rgba(255,255,255,.15)),
    repeating-linear-gradient(30deg, rgba(27,67,50,.08) 0 2px, transparent 2px 38px),
    #DDE8DA;
}
.dt-map-placeholder::before,
.dt-map-placeholder::after{
  content:"";
  position:absolute;
  border:4px solid rgba(230,126,60,.9);
  border-color:rgba(230,126,60,.9) transparent rgba(230,126,60,.9) transparent;
  border-radius:45%;
  transform:rotate(18deg);
}
.dt-map-placeholder::before{
  width:310px;
  height:180px;
  left:34%;
  top:34%;
}
.dt-map-placeholder::after{
  width:185px;
  height:110px;
  left:45%;
  top:41%;
}
.dt-map-placeholder-copy{
  position:absolute;
  top:24px;
  left:24px;
  z-index:4;
  display:flex;
  flex-direction:column;
  gap:2px;
  padding:12px 16px;
  border-radius:14px;
  background:rgba(255,255,255,.92);
  color:#103F31;
  box-shadow:0 10px 30px rgba(27,67,50,.12);
}
.dt-map-placeholder-copy span{
  font-size:.82rem;
  color:#69736E;
}
.dt-map-pin{
  position:absolute;
  z-index:3;
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:50% 50% 50% 0;
  transform:rotate(-45deg);
  background:#103F31;
  color:#fff;
  box-shadow:0 7px 20px rgba(0,0,0,.18);
}
.dt-map-pin::first-letter{
  transform:rotate(45deg);
}
.pin-one{left:56%;top:29%}
.pin-two{left:68%;top:52%}
.pin-three{left:42%;top:63%}

@media (max-width:980px){
  .dt-map-grid{
    grid-template-columns:1fr;
    gap:38px;
  }
  .dt-map-copy h2{
    max-width:700px;
  }
  .dt-map-card{
    min-height:460px;
  }
}

@media (max-width:640px){
  .dt-map-section{
    padding:54px 0;
  }
  .dt-map-card{
    min-height:380px;
    border-radius:18px;
  }
  .dt-map-copy h2{
    font-size:clamp(2.7rem,12vw,4rem);
  }
}
