:root{
  --lc-ink:#171611;
  --lc-muted:#6f675d;
  --lc-green:#063c35;
  --lc-green-2:#0a4a41;
  --lc-green-3:#0e5c50;
  --lc-cream:#fbf7ef;
  --lc-cream-2:#f6efe4;
  --lc-sand:#ead8c2;
  --lc-line:#e5d8c8;
  --lc-orange:#c64f20;
  --lc-orange-dark:#a83f16;
  --lc-gold:#b8864f;
  --lc-white:#fff;
  --lc-shadow:0 20px 50px rgba(49,34,20,.10);
  --lc-radius:18px;
  --lc-serif:'Playfair Display',Georgia,serif;
  --lc-sans:'DM Sans',Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--lc-cream);color:var(--lc-ink);font-family:var(--lc-sans);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
body.admin-bar .lc-header{top:32px}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{color:inherit}
svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.lc-brand-mark svg{fill:currentColor;stroke:none}
.lc-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
main{min-height:70vh}
h1,h2,h3,h4{font-family:var(--lc-serif);line-height:1.04;margin:0 0 .7em;letter-spacing:-.025em}
h1{font-size:clamp(2.8rem,6vw,5.7rem)}
h2{font-size:clamp(2.1rem,4vw,3.7rem)}
h3{font-size:1.35rem}
p{margin:0 0 1.25em;color:var(--lc-muted)}
.lc-kicker{display:inline-block;margin-bottom:12px;color:var(--lc-orange);font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.lc-kicker-light{color:#f3c69f}
.lc-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.lc-button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border:0;border-radius:7px;padding:0 20px;font-weight:700;cursor:pointer;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}
.lc-button:hover{transform:translateY(-2px)}
.lc-button-primary{background:var(--lc-orange);color:#fff;box-shadow:0 9px 24px rgba(198,79,32,.22)}
.lc-button-primary:hover{background:var(--lc-orange-dark)}
.lc-button-ghost{border:1px solid rgba(255,255,255,.65);background:rgba(11,20,17,.18);color:#fff;backdrop-filter:blur(8px)}
.lc-button-warm{background:#f3d6b5;color:#542b17}
.lc-button-outline{border:1px solid var(--lc-orange);background:transparent;color:var(--lc-orange)}
.lc-text-link{color:var(--lc-orange);font-size:.9rem;font-weight:800}
.lc-section{padding:92px 0}
.lc-section-cream{background:var(--lc-cream)}
.lc-section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}
.lc-section-heading h2{max-width:780px;margin-bottom:0}

/* Header */
.lc-header{position:relative;z-index:50;height:74px;background:var(--lc-green);color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.lc-front .lc-header{position:absolute;inset:0 0 auto;background:linear-gradient(180deg,rgba(5,13,11,.8),rgba(5,13,11,0));border:0}.lc-front .lc-header.is-scrolled{position:fixed;background:rgba(5,47,43,.96);backdrop-filter:blur(14px);box-shadow:0 9px 25px rgba(0,0,0,.16)}
.lc-light-header .lc-header{background:var(--lc-cream);color:var(--lc-ink);border-bottom:1px solid var(--lc-line)}
.lc-header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:34px}
.lc-brand{display:inline-flex;align-items:center;gap:9px;font-size:1.15rem;font-weight:800;letter-spacing:-.03em;white-space:nowrap}
.lc-brand-mark{display:grid;place-items:center;width:27px;height:27px;color:#fff}
.lc-light-header .lc-brand-mark{color:var(--lc-orange)}
.lc-brand-mark svg{width:26px;height:26px}
.lc-nav{display:flex;align-items:center;gap:26px;font-size:.78rem;font-weight:600}
.lc-nav>a:not(.lc-nav-account){position:relative;padding:26px 0}
.lc-nav>a:not(.lc-nav-account)::after{content:'';position:absolute;left:0;right:0;bottom:16px;height:2px;background:#d9a05b;transform:scaleX(0);transition:.2s ease}
.lc-nav>a:hover::after,.lc-nav>a.is-active::after{transform:scaleX(1)}
.lc-nav-account{display:grid;place-items:center;width:35px;height:35px;border:1px solid #d8a765;border-radius:50%}
.lc-nav-account svg{width:17px;height:17px}
.lc-menu-toggle{display:none;border:0;background:transparent;color:inherit;padding:8px}
.lc-menu-toggle span{display:block;width:22px;height:2px;background:currentColor;margin:4px 0}
.lc-menu-toggle b{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

/* Home */
.lc-home-hero{position:relative;min-height:700px;overflow:hidden;background:#07120f;color:#fff}
.lc-home-hero-photo{position:absolute;inset:0;background-image:url('https://images.unsplash.com/photo-1601758228041-f3b2795255f1?auto=format&fit=crop&w=1900&q=88');background-size:cover;background-position:center 42%}
.lc-home-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,10,8,.96) 0%,rgba(4,10,8,.82) 35%,rgba(4,10,8,.28) 65%,rgba(4,10,8,.08) 100%)}
.lc-home-hero::after{content:'';position:absolute;left:-8%;bottom:-98px;width:420px;height:170px;background:#c79255;border-radius:50% 55% 0 0;transform:rotate(-8deg)}
.lc-home-hero-inner{position:relative;z-index:2;min-height:620px;display:flex;align-items:center;padding-top:55px;padding-bottom:90px}
.lc-home-copy{max-width:590px}
.lc-home-copy h1{font-size:clamp(3.6rem,6.3vw,6.15rem);font-weight:600;margin-bottom:22px}
.lc-home-copy h1 em{color:#db783e;font-style:normal}
.lc-home-copy p{max-width:470px;color:rgba(255,255,255,.86);font-size:1.05rem}
.lc-home-feature-bar{position:absolute;z-index:3;left:50%;bottom:33px;transform:translateX(-50%);display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,252,247,.97);color:var(--lc-ink);border:1px solid rgba(223,207,189,.9);border-radius:12px;box-shadow:0 14px 35px rgba(0,0,0,.17);overflow:hidden}
.lc-home-feature-bar>a{display:grid;grid-template-columns:34px 1fr;gap:0 12px;align-items:center;padding:18px 20px;border-right:1px solid var(--lc-line);min-width:0}
.lc-home-feature-bar>a:last-child{border-right:0}
.lc-home-feature-bar>a>span{grid-row:1/3;color:var(--lc-orange);font-size:1.45rem}
.lc-home-feature-bar strong{font-size:.78rem}
.lc-home-feature-bar small{font-size:.68rem;color:var(--lc-muted)}
.lc-story-section{background:linear-gradient(145deg,var(--lc-green),#052c28);color:#fff}
.lc-story-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:70px;align-items:center}
.lc-story-photo{position:relative;min-height:470px;border-radius:90px 20px 90px 20px;background:url('https://images.unsplash.com/photo-1548199973-03cce0bbc87b?auto=format&fit=crop&w=1200&q=86') center/cover;box-shadow:0 28px 65px rgba(0,0,0,.24)}
.lc-story-heart{position:absolute;right:-26px;bottom:32px;width:110px;height:110px;border-radius:50%;display:grid;place-items:center;background:var(--lc-orange);font-size:2.7rem;box-shadow:0 16px 34px rgba(0,0,0,.22)}
.lc-story-grid h2{max-width:550px}
.lc-story-grid p{color:rgba(255,255,255,.78);font-size:1.03rem}
.lc-home-adoption{display:grid;grid-template-columns:1fr 1.05fr;gap:55px;align-items:center;border:1px solid var(--lc-line);border-radius:24px;padding:50px;background:#fffaf3;box-shadow:var(--lc-shadow)}
.lc-home-adoption h2{font-size:clamp(2.2rem,3.7vw,3.7rem)}
.lc-home-adoption-heart{position:relative;min-height:360px;overflow:hidden;clip-path:polygon(50% 100%,8% 58%,3% 34%,12% 12%,30% 4%,47% 18%,50% 25%,53% 18%,70% 4%,88% 12%,97% 34%,92% 58%)}
.lc-home-adoption-heart img{width:100%;height:100%;min-height:360px;object-fit:cover}
.lc-home-adoption-heart span{position:absolute;inset:auto 24px 18px auto;color:#fff;font-size:3rem}

/* App page wrappers */
.lc-app-page{padding:34px 0 86px;background:var(--lc-cream-2)}
.lc-quiz-page{padding-top:0}
.lc-directory-page{padding:38px 0 90px;background:var(--lc-cream)}
.lc-directory-page>div>h1{font-size:3rem;margin-bottom:20px}

/* Blog */
.lc-blog-hero{position:relative;overflow:hidden;background:var(--lc-cream);padding:54px 0 0}
.lc-blog-hero::after{content:'';position:absolute;right:17%;top:-120px;width:410px;height:410px;border-radius:50%;background:#eee0ce}
.lc-blog-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 480px;align-items:center;min-height:280px}
.lc-blog-hero h1{font-size:4.5rem;margin-bottom:12px}
.lc-blog-hero p{max-width:520px}
.lc-blog-dog{align-self:stretch;background:url('https://images.unsplash.com/photo-1551717743-49959800b1f6?auto=format&fit=crop&w=950&q=86') center 32%/cover no-repeat;border-radius:60% 0 0 0;position:relative;z-index:3}
.lc-blog-content{padding:0 0 90px;background:var(--lc-cream)}
.lc-blog-categories{display:flex;gap:26px;border-bottom:1px solid var(--lc-line);margin-bottom:27px;overflow:auto}
.lc-blog-categories a{padding:16px 0 11px;font-size:.82rem;white-space:nowrap;border-bottom:2px solid transparent}
.lc-blog-categories a.is-active,.lc-blog-categories a:hover{color:var(--lc-orange);border-bottom-color:var(--lc-orange)}
.lc-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.lc-post-card{background:#fff;border:1px solid var(--lc-line);border-radius:12px;overflow:hidden;transition:.2s ease}
.lc-post-card:hover{transform:translateY(-4px);box-shadow:var(--lc-shadow)}
.lc-post-image{position:relative}
.lc-post-image img{width:100%;height:210px;object-fit:cover}
.lc-post-image button{position:absolute;right:12px;top:12px;width:36px;height:36px;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:var(--lc-orange);font-size:1.25rem;cursor:pointer}
.lc-post-image button.is-active{background:var(--lc-orange);color:#fff}
.lc-post-card>div:last-child{padding:20px}
.lc-post-card small{color:var(--lc-orange);font-weight:700;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em}
.lc-post-card h2{font-size:1.35rem;margin:10px 0}
.lc-post-card p{font-size:.88rem}
.lc-pagination{margin-top:35px}

/* Adoption */
.lc-adoption-hero{position:relative;background:var(--lc-cream);overflow:hidden;padding:65px 0 0}
.lc-adoption-hero::before,.lc-adoption-hero::after{content:'';position:absolute;bottom:0;border-radius:50% 50% 0 0;background:#ead8c3}
.lc-adoption-hero::before{left:-7%;width:55%;height:130px;transform:rotate(4deg)}
.lc-adoption-hero::after{right:-5%;width:45%;height:90px;background:#f0e4d5;transform:rotate(-4deg)}
.lc-adoption-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:50px;min-height:430px;padding-bottom:65px}
.lc-adoption-hero h1{font-size:clamp(3rem,5.4vw,5.2rem)}
.lc-adoption-hero p{max-width:500px}
.lc-adoption-heart-collage{position:relative;display:grid;place-items:center;min-height:370px}
.lc-heart-image{width:500px;height:390px;overflow:hidden;clip-path:polygon(50% 100%,8% 58%,3% 34%,12% 12%,30% 4%,47% 18%,50% 25%,53% 18%,70% 4%,88% 12%,97% 34%,92% 58%)}
.lc-heart-image img{width:100%;height:100%;object-fit:cover}
.lc-adoption-heart-collage i{position:absolute;color:#b88956;font-style:normal}
.lc-adoption-heart-collage i:nth-of-type(1){left:10%;top:50%;font-size:1.6rem}.lc-adoption-heart-collage i:nth-of-type(2){right:4%;bottom:22%;font-size:2.4rem}.lc-adoption-heart-collage i:nth-of-type(3){right:15%;top:7%;font-size:1rem}
.lc-adoption-principles{position:relative;z-index:3;display:grid;grid-template-columns:repeat(3,1fr);background:rgba(255,252,247,.96);border:1px solid var(--lc-line);border-radius:12px 12px 0 0;overflow:hidden}
.lc-adoption-principles>div{display:grid;grid-template-columns:40px 1fr;gap:0 12px;padding:20px 28px;border-right:1px solid var(--lc-line)}
.lc-adoption-principles>div:last-child{border-right:0}
.lc-adoption-principles span{grid-row:1/3;color:var(--lc-orange);font-size:1.55rem}.lc-adoption-principles small{color:var(--lc-muted)}
.lc-principle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.lc-principle-grid article{background:#fff;border:1px solid var(--lc-line);border-radius:16px;padding:28px}
.lc-principle-grid article>span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#faead9;color:var(--lc-orange);font-size:1.45rem;margin-bottom:18px}
.lc-adoption-copy{margin-top:45px}

/* Article / generic */
.lc-article-hero{position:relative;min-height:520px;display:flex;align-items:end;padding:120px 0 70px;background:var(--lc-green) var(--article-image) center/cover no-repeat;color:#fff}
.lc-article-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,28,24,.94),rgba(3,28,24,.42))}
.lc-article-hero .lc-container{position:relative;z-index:2}
.lc-article-hero h1{max-width:900px}
.lc-article-hero p{color:rgba(255,255,255,.75)}
.lc-prose{max-width:820px;font-size:1.05rem}
.lc-article-content{padding:70px 0 100px}
.lc-prose h2{font-size:2.3rem;margin-top:1.7em}
.lc-prose h3{font-size:1.65rem;margin-top:1.5em}
.lc-prose p{line-height:1.82}
.lc-generic-hero{padding:90px 0 60px;background:var(--lc-green);color:#fff}
.lc-not-found{padding:130px 0;text-align:center}.lc-not-found span{display:block;color:var(--lc-orange);font-size:7rem;font-weight:900}.lc-not-found p{font-size:1.1rem}

/* Footer */
.lc-footer{background:#052f2b;color:#fff;padding:60px 0 0}
.lc-footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr 1fr;gap:48px;padding-bottom:45px}
.lc-footer .lc-brand{margin-bottom:18px}
.lc-footer p{color:rgba(255,255,255,.62);font-size:.86rem}
.lc-footer strong{display:block;margin-bottom:14px}
.lc-footer-grid>div:not(.lc-footer-about){display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.lc-footer-grid a{color:rgba(255,255,255,.67);font-size:.84rem}.lc-footer-grid a:hover{color:#fff}
.lc-footer-bottom{display:flex;justify-content:space-between;gap:30px;padding:20px 0;border-top:1px solid rgba(255,255,255,.12);font-size:.72rem;color:rgba(255,255,255,.5)}

@media(max-width:1050px){
  .lc-nav{gap:17px}.lc-home-feature-bar{grid-template-columns:1fr 1fr;bottom:22px}.lc-home-feature-bar>a:nth-child(2){border-right:0}.lc-home-feature-bar>a:nth-child(-n+2){border-bottom:1px solid var(--lc-line)}
  .lc-story-grid,.lc-home-adoption,.lc-adoption-hero-grid{grid-template-columns:1fr}.lc-story-photo{min-height:390px}.lc-home-adoption-heart{min-height:320px}.lc-blog-hero-inner{grid-template-columns:1fr 380px}.lc-footer-grid{grid-template-columns:1.3fr 1fr 1fr}.lc-footer-grid>div:last-child{grid-column:1/-1}
}
@media(max-width:820px){
  body.admin-bar .lc-header{top:46px}.lc-header{height:66px}.lc-menu-toggle{display:block}.lc-nav{display:none;position:absolute;top:100%;left:20px;right:20px;flex-direction:column;align-items:stretch;gap:0;padding:12px;background:var(--lc-green);border-radius:12px;box-shadow:var(--lc-shadow)}.lc-nav.is-open{display:flex}.lc-nav>a:not(.lc-nav-account){padding:12px}.lc-nav-account{margin:10px}
  .lc-light-header .lc-nav{background:#fff;color:var(--lc-ink)}
  .lc-home-hero{min-height:790px}.lc-home-hero-photo{background-position:68% center}.lc-home-hero-shade{background:linear-gradient(90deg,rgba(4,10,8,.92),rgba(4,10,8,.48))}.lc-home-hero-inner{min-height:660px;align-items:flex-end;padding-bottom:160px}.lc-home-copy{max-width:600px}.lc-home-copy h1{font-size:3.8rem}.lc-home-feature-bar{position:absolute;width:min(720px,calc(100% - 32px))}
  .lc-section{padding:70px 0}.lc-section-heading{align-items:flex-start;flex-direction:column}.lc-post-grid{grid-template-columns:1fr 1fr}.lc-blog-hero-inner{grid-template-columns:1fr;min-height:380px}.lc-blog-dog{min-height:230px;border-radius:50% 50% 0 0}.lc-adoption-principles{grid-template-columns:1fr}.lc-adoption-principles>div{border-right:0;border-bottom:1px solid var(--lc-line)}.lc-principle-grid{grid-template-columns:1fr}.lc-footer-grid{grid-template-columns:1fr 1fr}.lc-footer-about{grid-column:1/-1}
}
@media(max-width:560px){
  .lc-container{width:min(100% - 28px,1180px)}h1{font-size:2.8rem}.lc-home-copy h1{font-size:3.05rem}.lc-home-copy p{font-size:.94rem}.lc-home-hero{min-height:860px}.lc-home-hero-inner{padding-bottom:275px}.lc-home-feature-bar{grid-template-columns:1fr}.lc-home-feature-bar>a{border-right:0!important;border-bottom:1px solid var(--lc-line)!important;padding:13px 16px}.lc-home-feature-bar>a:last-child{border-bottom:0!important}.lc-home-hero::after{display:none}
  .lc-story-grid{gap:35px}.lc-story-photo{min-height:310px}.lc-story-heart{width:80px;height:80px;right:-5px}.lc-home-adoption{padding:27px;gap:25px}.lc-home-adoption-heart{min-height:260px}.lc-home-adoption-heart img{min-height:260px}
  .lc-post-grid{grid-template-columns:1fr}.lc-blog-hero h1{font-size:3rem}.lc-heart-image{width:350px;height:310px}.lc-footer-grid{grid-template-columns:1fr}.lc-footer-about{grid-column:auto}.lc-footer-bottom{flex-direction:column}.lc-actions{flex-direction:column;align-items:stretch}.lc-button{width:100%}
}

/* =========================
   LOVE CANIS V4 OVERRIDES
   Emotional/premium redesign
   ========================= */
:root{
  --lc-cream:#f8f1e7;
  --lc-cream-2:#fbf7f1;
  --lc-sand:#e8d1ba;
  --lc-line:#e9dccf;
  --lc-orange:#d0602a;
  --lc-orange-dark:#b84e1b;
  --lc-green:#073b34;
  --lc-shadow:0 24px 56px rgba(45,27,14,.11);
  --lc-shadow-strong:0 26px 70px rgba(28,18,10,.16);
}
body{background:linear-gradient(180deg,#f6efe6 0%,#fbf7f1 32%,#f7f0e6 100%)}
p{color:#6f6458}
.lc-section{padding:84px 0}
.lc-button{border-radius:10px}
.lc-button-primary{background:linear-gradient(180deg,#d86c35,#c2511e)}
.lc-button-primary:hover{background:linear-gradient(180deg,#c9622f,#b84e1b)}
.lc-button-ghost{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.48)}
.lc-header{background:linear-gradient(180deg,#083b34,#07332d)}
.lc-front .lc-header{background:linear-gradient(180deg,rgba(4,12,10,.86),rgba(4,12,10,0))}
.lc-front .lc-header.is-scrolled{background:rgba(7,59,52,.95)}
.lc-light-header .lc-header{background:linear-gradient(180deg,#083b34,#07332d);color:#fff;border-bottom:0}
.lc-light-header .lc-brand-mark{color:#fff}
.lc-light-header .lc-nav-account{border-color:#d8a765}

/* Keep home hero strong */
.lc-home-feature-bar{border-radius:16px;bottom:36px;box-shadow:0 22px 46px rgba(0,0,0,.2)}
.lc-home-feature-bar strong{font-size:.82rem}.lc-home-feature-bar small{font-size:.72rem}

/* Shared premium page shells */
.lc-directory-page,
.lc-app-page,
.lc-blog-content,
.lc-breed-content{background:transparent}
.lc-directory,
.lc-results-shell,
.lc-compare,
.lc-dashboard,
.lc-quiz-shell,
.lc-breed-profile,
.lc-blog-content .lc-container > .lc-post-grid,
.lc-adoption-principles,
.lc-home-adoption{box-shadow:var(--lc-shadow)}

/* Directory */
.lc-directory-page{padding:42px 0 92px}
.lc-directory-page>.lc-container>h1{display:none}
.lc-directory{background:rgba(255,252,247,.98);border:1px solid var(--lc-line);border-radius:22px;padding:28px 28px 32px;box-shadow:var(--lc-shadow);position:relative}
.lc-directory::before{content:'Todas as raças';display:block;font-family:var(--lc-serif);font-size:3rem;line-height:1.04;color:var(--lc-ink);margin:8px 0 22px}
.lc-directory-toolbar{grid-template-columns:minmax(240px,1.7fr) repeat(4,minmax(110px,.7fr)) minmax(120px,.8fr);gap:12px;margin-bottom:24px}
.lc-directory-toolbar select,.lc-search-box{height:46px;border-radius:14px;border-color:#eadfce;background:#fff}
.lc-directory-layout{grid-template-columns:210px 1fr;gap:24px}
.lc-directory-sidebar{background:linear-gradient(180deg,#fffdf9,#fbf4ea);border:1px solid #f0e5d9;border-radius:18px;padding:10px}
.lc-directory-sidebar button,.lc-directory-sidebar a{border-radius:12px;padding:11px 12px;font-size:.79rem;font-weight:600}
.lc-directory-sidebar button.is-active,.lc-directory-sidebar button:hover{background:var(--lc-orange);box-shadow:0 10px 18px rgba(208,96,42,.18)}
.lc-directory-sidebar a{margin-top:8px;background:#fff7ee;border:1px dashed #ebd5bf}
.lc-directory-meta{padding:0 4px 10px;font-size:.78rem}
.lc-directory .lc-breed-grid{gap:16px}

/* Cards */
.lc-breed-card{border-radius:15px;border-color:#eee2d5;box-shadow:0 10px 24px rgba(62,42,25,.04)}
.lc-breed-card:hover{transform:translateY(-6px);box-shadow:0 22px 36px rgba(62,42,25,.1)}
.lc-breed-card-image{background:#f0e5d8}
.lc-directory .lc-breed-card-image img{height:162px}
.lc-breed-card-body{padding:14px 15px 16px}
.lc-breed-card-body h3{font-size:1.02rem}
.lc-breed-card-body p{font-size:.75rem;color:#8a7c6d}
.lc-breed-card-foot{font-size:.71rem}
.lc-card-score{border-radius:10px}

/* Breed profile */
.lc-breed-profile{display:block;background:#fffaf4}
.lc-breed-hero{padding:24px 0 0;background:transparent}
.lc-breed-hero-grid{background:#fffaf4;border:1px solid var(--lc-line);border-radius:24px 24px 0 0;overflow:hidden;align-items:stretch;gap:0;box-shadow:var(--lc-shadow)}
.lc-breed-title{padding:48px 42px 26px}
.lc-breed-title h1{font-size:clamp(2.9rem,5vw,4.4rem);margin-bottom:12px}
.lc-breed-title>p{font-size:.98rem;max-width:430px}
.lc-breed-main-image{border-radius:0;box-shadow:none}
.lc-breed-main-image img{height:420px}
.lc-fact-strip{transform:translateY(-20px);border-radius:18px;box-shadow:0 18px 32px rgba(45,27,14,.08)}
.lc-breed-content{padding:0 0 92px}
.lc-breed-content .lc-container{background:#fffaf4;border:1px solid var(--lc-line);border-top:0;border-radius:0 0 24px 24px;box-shadow:var(--lc-shadow);padding:0 28px 30px}
.lc-profile-tabs{gap:28px;padding-top:8px}
.lc-profile-tabs button{font-size:.84rem;padding:19px 0 14px}
.lc-profile-grid{gap:36px;padding-top:26px}
.lc-tab-panel h2{font-size:2rem}
.lc-profile-facts>div,.lc-info-card,.lc-compat-card,.lc-metrics-card{border-radius:16px;background:#fff}
.lc-compat-card{padding:24px 22px}
.lc-live-score{font-size:2.5rem}

/* Quiz */
.lc-quiz-shell{border-radius:22px;box-shadow:var(--lc-shadow-strong);background:#fffaf4}
.lc-quiz-sidebar{background:radial-gradient(circle at top left,#0a564b 0%,#073b34 52%,#062f2a 100%);padding:24px 22px}
.lc-quiz-sidebar li{padding:12px 12px;border-radius:12px;font-size:.83rem}
.lc-quiz-sidebar li.is-active{background:rgba(255,255,255,.11)}
.lc-quiz-dog{left:10px;right:10px;bottom:6px;height:180px;border-radius:26px 26px 0 0}
.lc-quiz-main{padding:30px 36px 28px;background:#fffdf9}
.lc-step-dots i{width:26px;height:26px;font-size:.66rem}
.lc-step-dots i:not(:last-child){margin-right:40px}
.lc-step-dots i:not(:last-child)::after{left:24px;top:12px;width:44px}
.lc-question legend{font-size:2.1rem}
.lc-options label,.lc-choice-row label,.lc-field select,.lc-field input,.lc-check-line{border-radius:14px}

/* Results */
.lc-results-shell{border-radius:22px;overflow:hidden;box-shadow:var(--lc-shadow-strong)}
.lc-results-shell>aside{background:radial-gradient(circle at top left,#0a564b 0%,#073b34 55%,#062f2a 100%);padding:28px 24px}
.lc-results-shell>section{padding:34px 36px;background:#fffdf9}
.lc-results-shell h1{font-size:2.3rem}
.lc-ranked-grid{gap:16px}
.lc-ranked-card{border-radius:16px;padding:10px 10px 13px;box-shadow:0 8px 20px rgba(45,27,14,.05)}
.lc-ranked-card>a>img{height:168px;border-radius:12px}
.lc-rank{width:30px;height:30px;border-radius:8px;background:#e6b774}
.lc-report-actions{margin-top:28px}

/* Compare */
.lc-compare{border-radius:22px;box-shadow:var(--lc-shadow-strong);background:#fffdf9;padding:28px 30px 32px}
.lc-compare-head h1{font-size:2.2rem}
.lc-compare thead img{width:110px;height:82px;border-radius:10px}
.lc-compare th,.lc-compare td{padding:12px 12px;font-size:.74rem}
.lc-compare table{border:1px solid var(--lc-line);border-radius:18px;overflow:hidden}
.lc-compare thead th{background:#fff8ef}
.lc-compare tbody tr:nth-child(even){background:#fffcf8}

/* Blog */
.lc-blog-hero{padding:36px 0 0;background:transparent}
.lc-blog-hero-inner{background:#fffaf4;border:1px solid var(--lc-line);border-radius:22px 22px 0 0;overflow:hidden;box-shadow:var(--lc-shadow);padding-left:34px}
.lc-blog-hero h1{font-size:4.1rem}
.lc-blog-dog{min-height:310px;border-radius:56% 0 0 0}
.lc-blog-content .lc-container{background:#fffaf4;border:1px solid var(--lc-line);border-top:0;border-radius:0 0 22px 22px;box-shadow:var(--lc-shadow);padding:0 26px 34px}
.lc-blog-categories{margin-top:0;padding-top:18px}
.lc-post-card{border-radius:16px;box-shadow:0 8px 20px rgba(45,27,14,.04)}

/* Adoption */
.lc-adoption-hero{background:transparent;padding:38px 0 0}
.lc-adoption-hero-grid{background:#fffaf4;border:1px solid var(--lc-line);border-radius:24px 24px 0 0;box-shadow:var(--lc-shadow);padding:46px 38px 54px;min-height:unset}
.lc-adoption-principles{border-radius:0 0 24px 24px;box-shadow:var(--lc-shadow);margin-top:-1px}
.lc-principle-grid article{border-radius:18px;box-shadow:0 8px 20px rgba(45,27,14,.04)}

/* Dashboard */
.lc-dashboard{border-radius:22px;box-shadow:var(--lc-shadow-strong)}
.lc-dashboard>aside{background:radial-gradient(circle at top left,#0a564b 0%,#073b34 55%,#062f2a 100%);padding:24px 18px}
.lc-dashboard>section{padding:30px 30px 34px;background:#fffdf9}
.lc-dashboard>section h1{font-size:2.25rem}
.lc-dashboard-card{background:#fff;border-radius:16px;box-shadow:0 8px 18px rgba(45,27,14,.04)}
.lc-dashboard-result-row a,.lc-saved-articles a{border-radius:12px}

@media(max-width:1100px){
  .lc-directory::before{font-size:2.4rem}
  .lc-breed-hero-grid{grid-template-columns:1fr}
  .lc-breed-main-image img{height:340px}
}
@media(max-width:850px){
  .lc-directory{padding:22px 18px 24px}
  .lc-directory-toolbar{grid-template-columns:1fr 1fr 1fr}.lc-directory-toolbar .lc-search-box{grid-column:1/-1}
  .lc-directory-layout{grid-template-columns:1fr}
  .lc-blog-hero-inner{padding-left:22px}
  .lc-adoption-hero-grid{padding:32px 22px 42px}
}
@media(max-width:650px){
  .lc-directory::before{font-size:2rem}
  .lc-breed-title{padding:28px 20px 16px}.lc-breed-content .lc-container{padding:0 16px 20px}
  .lc-results-shell>section,.lc-dashboard>section{padding:22px 18px}
  .lc-compare{padding:22px 14px}
  .lc-blog-hero h1{font-size:3rem}
}
