
/* =========================================================
   CATLEY RANCH – MEMORY FINAL CLEAN
========================================================= */

.ak-memory-dogs .ak-catley-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:34px;
  width:min(100%,1120px);
  margin:0 auto;
}

.ak-memory-dogs .ak-dog-card{
  position:relative;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(159,197,26,.22);
  background:#050605;
  text-decoration:none;
  color:#fff;
  box-shadow:0 30px 90px rgba(0,0,0,.62);
  transition:.35s ease;
}

.ak-memory-dogs .ak-dog-card:hover{
  transform:translateY(-6px);
  border-color:rgba(159,197,26,.52);
}

.ak-memory-dogs .ak-dog-img{
  width:100%;
  height:520px;
  background-size:cover;
  background-position:center top;
  background-repeat:no-repeat;
  filter:grayscale(100%) contrast(1.06) brightness(.88);
  transition:.4s ease;
}

.ak-memory-dogs .ak-dog-card:hover .ak-dog-img{
  filter:grayscale(0%) contrast(1) brightness(1);
  transform:scale(1.02);
}

.ak-memory-dogs .ak-dog-content{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  min-height:190px;
  padding:34px 94px 34px 34px;
  background:linear-gradient(180deg,rgba(8,8,8,.96),#050505);
}

.ak-memory-dogs .ak-dog-content h3{
  margin:0;
  color:#f7f3e9;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(28px,2vw,42px);
  line-height:1.04;
  font-weight:400;
  letter-spacing:-.04em;
}

.ak-memory-dogs .ak-dog-content h3::before{
  content:"";
  display:block;
  width:92px;
  height:2px;
  margin:0 0 24px;
  background:linear-gradient(90deg,#9fc51a,transparent);
}

/* HIDE OLD META */

.ak-memory-dogs .ak-dog-content > p,
.ak-memory-dogs .ak-dog-content > span{
  display:none !important;
}

/* YEARS */

.ak-memory-dogs .ak-dog-years{
  display:flex !important;
  align-items:center !important;
  flex-wrap:nowrap !important;
  white-space:nowrap !important;
  gap:10px !important;

  margin-top:20px !important;

  color:#d6d6d6 !important;

  font-size:13px !important;
  font-weight:900 !important;
  letter-spacing:.12em !important;
  line-height:1 !important;
  text-transform:uppercase !important;

  position:relative;
  z-index:10;
}

.ak-memory-dogs .ak-dog-years span{
  white-space:nowrap !important;
}

.ak-memory-dogs .ak-dog-birth{
  color:#d6d6d6 !important;
}

.ak-memory-dogs .ak-dog-separator{
  color:#777 !important;
}

.ak-memory-dogs .ak-dog-death{
  color:#b6ff00 !important;
}

.ak-memory-dogs .ak-dog-no-date{
  color:#8b8b8b !important;
}

/* CANDLE */

.ak-memory-dogs .ak-dog-content::after{
  content:"";
  position:absolute;
  right:30px;
  bottom:30px;

  width:22px;
  height:42px;

  border-radius:7px 7px 4px 4px;

  background:
    linear-gradient(90deg,rgba(255,255,255,.24),transparent 38%),
    linear-gradient(180deg,#d7bf6a 0%,#8a741b 100%);

  box-shadow:
    0 0 18px rgba(255,210,120,.18),
    inset 0 0 0 1px rgba(255,255,255,.16),
    inset 0 -10px 18px rgba(0,0,0,.25);
}

.ak-memory-dogs .ak-dog-content::before{
  content:"";
  position:absolute;

  right:36px;
  bottom:69px;

  width:9px;
  height:18px;

  border-radius:50% 50% 45% 45%;

  background:
    radial-gradient(circle at 50% 62%,#fff7c8 0 2px,transparent 3px),
    linear-gradient(180deg,#ffe08a 0%,#ff9d27 58%,rgba(255,120,20,.1) 100%);

  box-shadow:
    0 0 14px rgba(255,190,70,.82),
    0 0 26px rgba(255,190,70,.34);

  transform:rotate(3deg);
}

/* TABLET */

@media(max-width:980px){

  .ak-memory-dogs .ak-catley-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* MOBILE */

@media(max-width:767px){

  .ak-memory-dogs .ak-catley-grid{
    grid-template-columns:1fr;
  }

  .ak-memory-dogs .ak-dog-img{
    height:420px;
  }

  .ak-memory-dogs .ak-dog-content{
    min-height:180px;
    padding:28px 82px 30px 28px;
  }

  .ak-memory-dogs .ak-dog-years{
    font-size:12px !important;
    gap:8px !important;
    letter-spacing:.08em !important;
  }
}
/* OPRAVA – odstranění zelených teček u datumů */

.ak-memory-dogs .ak-dog-years::before,
.ak-memory-dogs .ak-dog-years::after,
.ak-memory-dogs .ak-dog-years span::before,
.ak-memory-dogs .ak-dog-years span::after {
  content: none !important;
  display: none !important;
}

.ak-memory-dogs .ak-dog-years {
  gap: 8px !important;
}

.ak-memory-dogs .ak-dog-birth,
.ak-memory-dogs .ak-dog-separator,
.ak-memory-dogs .ak-dog-death {
  display: inline !important;
}

/* =========================================================
   HERO FIX + SVÍČKA
========================================================= */

.ak-memory-page{
  background:
    radial-gradient(circle at 18% 8%, rgba(159,197,26,.08), transparent 32%),
    radial-gradient(circle at 82% 72%, rgba(159,197,26,.05), transparent 38%),
    #070807 !important;
}

/* HERO */

.ak-memory-hero{
  position:relative !important;
  min-height:620px !important;

  display:flex !important;
  align-items:center !important;

  padding:90px 70px !important;

  overflow:hidden !important;

  background:
    linear-gradient(
      90deg,
      rgba(5,7,5,.96) 0%,
      rgba(5,7,5,.78) 34%,
      rgba(5,7,5,.34) 62%,
      rgba(5,7,5,.12) 100%
    ),
    url("https://www.dogarna.cz/wp-content/uploads/2026/04/vzpominame-hero.jpg")
    center right / cover no-repeat !important;

  border-bottom:1px solid rgba(159,197,26,.32) !important;
}

.ak-memory-hero::after{
  content:"";
  position:absolute;
  inset:0;

  background:
    radial-gradient(
      circle at 72% 48%,
      rgba(255,210,120,.16),
      transparent 24%
    ),
    linear-gradient(
      180deg,
      transparent,
      rgba(0,0,0,.28)
    );

  pointer-events:none;
}

.ak-memory-hero__content{
  position:relative;
  z-index:5;
  max-width:620px;
}

.ak-memory-eyebrow{
  margin:0 0 24px !important;

  color:#9fc51a !important;

  font-size:14px !important;
  font-weight:900 !important;
  letter-spacing:.22em !important;
  text-transform:uppercase !important;
}

.ak-memory-hero h1{
  margin:0 !important;

  color:#fff !important;

  font-size:clamp(58px,7vw,96px) !important;
  line-height:.92 !important;
  font-weight:800 !important;
  letter-spacing:-.05em !important;
}

.ak-memory-line{
  display:flex !important;
  align-items:center !important;
  gap:16px !important;

  width:min(100%,340px) !important;

  margin:34px 0 !important;
}

.ak-memory-line span{
  flex:1;
  height:1px;
  background:rgba(159,197,26,.48);
}

.ak-memory-line i{
  color:#9fc51a;
  font-style:normal;
}

.ak-memory-hero p{
  max-width:520px;

  margin:0 !important;

  color:#d6d6d6 !important;

  font-size:20px !important;
  line-height:1.8 !important;
}

/* INTRO */

.ak-memory-intro{
  display:grid !important;
  grid-template-columns:320px 1fr !important;

  gap:64px !important;
  align-items:center !important;

  padding:72px 70px !important;

  background:
    linear-gradient(
      90deg,
      #070807,
      rgba(7,8,7,.94)
    ) !important;

  border-top:1px solid rgba(159,197,26,.22);
}

/* SVÍČKA */

.ak-memory-candle{
  display:block !important;

  min-height:230px !important;

  border-radius:20px !important;

  background:
    linear-gradient(
      90deg,
      rgba(7,8,7,.08),
      rgba(7,8,7,.64)
    ),
    url("https://www.dogarna.cz/wp-content/uploads/2026/04/svucka-vzpominame.jpg")
    center / cover no-repeat !important;

  box-shadow:0 30px 90px rgba(0,0,0,.62);

  overflow:hidden !important;
}

/* MOBILE */

@media(max-width:767px){

  .ak-memory-hero{
    min-height:560px !important;

    align-items:flex-end !important;

    padding:42px 20px !important;

    background:
      linear-gradient(
        180deg,
        rgba(5,7,5,.92) 0%,
        rgba(5,7,5,.62) 50%,
        rgba(5,7,5,.24) 100%
      ),
      url("https://www.dogarna.cz/wp-content/uploads/2026/04/vzpominame-hero.jpg")
      center / cover no-repeat !important;
  }

  .ak-memory-hero h1{
    font-size:54px !important;
  }

  .ak-memory-intro{
    grid-template-columns:1fr !important;
    padding:48px 20px !important;
  }
}

/* =========================================================
   BOTTOM QUOTE FIX
========================================================= */

.ak-memory-bottom{
  position:relative !important;

  padding:90px 20px 110px !important;

  text-align:center !important;

  background:
    linear-gradient(
      90deg,
      rgba(7,8,7,.7),
      rgba(7,8,7,.96),
      rgba(7,8,7,.7)
    ) !important;

  border-top:1px solid rgba(159,197,26,.16) !important;
}

.ak-memory-bottom span{
  display:block !important;

  width:84px !important;
  height:1px !important;

  margin:34px auto 0 !important;

  background:#9fc51a !important;

  opacity:1 !important;
}

.ak-memory-bottom::after{
  content:"";

  position:absolute;
  left:50%;
  bottom:48px;

  width:120px;
  height:1px;

  transform:translateX(-50%);

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(159,197,26,.95),
      transparent
    );
}