/* Tucasa — Blog-only styling (v150) (scoped to body.blog on posts index) */
body.blog .tucasa-blog-hero{
  margin: 18px 0 18px;
  padding: 26px 0 8px;
}
body.blog .tucasa-blog-hero .shell{
  background: linear-gradient(180deg, rgba(43,134,199,.10), rgba(255,255,255,0));
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 18px;
  padding: 18px 18px 16px;
}
body.blog .tucasa-blog-hero h1{
  letter-spacing:-0.02em;
  margin: 0;
}
body.blog .tucasa-blog-sub{
  margin-top:8px;
  max-width: 70ch;
  opacity:.85;
}
body.blog .tucasa-blog-tools{
  margin-top:14px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
}
body.blog .tucasa-blog-search{
  flex: 1 1 260px;
  display:flex;
  align-items:center;
  gap:10px;
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  border-radius: 14px;
  padding: 10px 12px;
}
body.blog .tucasa-blog-search input[type="search"]{
  border:0;
  outline:none;
  width:100%;
  background:transparent;
  font:inherit;
}
body.blog .tucasa-blog-cats{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
body.blog .tucasa-blog-cats a{
  display:inline-flex;
  align-items:center;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.8);
  text-decoration:none;
  font-weight:600;
  font-size: 13px;
}
body.blog .tucasa-blog-cats a:hover,
body.blog .tucasa-blog-cats a:focus-visible{
  transform: translateY(-1px);
}
body.blog .tucasa-post-grid{
  margin-top: 18px;
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
body.blog .tucasa-post-card{
  grid-column: span 12;
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  border-radius: 18px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height: 100%;
}
@media (min-width: 720px){
  body.blog .tucasa-post-card{ grid-column: span 6; }
}
@media (min-width: 1040px){
  body.blog .tucasa-post-card{ grid-column: span 4; }
}
body.blog .tucasa-post-thumb{
  aspect-ratio: 16 / 9;
  background: rgba(43,134,199,.10);
  display:block;
}
body.blog .tucasa-post-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
body.blog .tucasa-post-body{
  padding: 14px 14px 12px;
  display:flex;
  flex-direction:column;
  gap:10px;
  flex:1;
}
body.blog .tucasa-post-meta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  font-size: 13px;
  opacity:.78;
}
body.blog .tucasa-post-title{
  margin:0;
  font-size: 18px;
  letter-spacing:-0.01em;
}
body.blog .tucasa-post-excerpt{
  margin:0;
  opacity:.88;
}
body.blog .tucasa-post-cta{
  margin-top:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
body.blog .tucasa-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  border-radius: 999px;
  padding: 10px 12px;
  font-weight:700;
  text-decoration:none;
  border:1px solid rgba(43,134,199,.22);
}
body.blog .tucasa-btn:hover,
body.blog .tucasa-btn:focus-visible{
  transform: translateY(-1px);
}
body.blog .tucasa-pagination{
  margin: 18px 0 6px;
  display:flex;
  justify-content:space-evenly;
}
body.blog .tucasa-pagination .page-numbers{
  display:inline-flex;
  gap:8px;
  align-items:center;
  flex-wrap:wrap;
}
body.blog .tucasa-pagination a,
body.blog .tucasa-pagination span{
  border:1px solid rgba(15,23,42,.10);
  padding:8px 10px;
  border-radius: 12px;
  text-decoration:none;
}
body.blog .tucasa-pagination .current{
  border-color: rgba(43,134,199,.35);
  font-weight:800;
}

/* === Header (Blog only) — align with site header === */
body.blog header#siteHeader.tucasa-blog-header{
  background:
    linear-gradient(180deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 42%),
    linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.12) 100%),
    rgba(43,134,199,.94);
  border-bottom:1px solid rgba(255,255,255,.22);
  box-shadow:0 10px 18px rgba(0,0,0,.18);
  position:sticky;
  top:0;
  z-index:999;
  backdrop-filter:saturate(120%) blur(6px);
  -webkit-backdrop-filter:saturate(120%) blur(6px);
}
body.blog header#siteHeader.tucasa-blog-header .nav-container{
  max-width:1320px;
  margin:auto;
  padding: 6px 20px;
  min-height:64px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
}
body.blog header#siteHeader.tucasa-blog-header .nav-left{display:flex;align-items:center;gap:12px;}
body.blog header#siteHeader.tucasa-blog-header .nav-left a{
  display:flex;
  align-items:center;
  justify-content:space-evenly;
  background:#fff;
  padding: 3px 10px;
  border-radius: 12px;
  box-shadow:0 8px 18px rgba(0,0,0,.10);
}
body.blog header#siteHeader.tucasa-blog-header .nav-left img{
  height: 46px;
  width:auto;
  max-width:260px;
  display:block;
  object-fit:contain;
}
body.blog header#siteHeader.tucasa-blog-header .menu-pill{
  display:inline-flex;
  align-items:center;
  justify-content:space-evenly;
  width:44px;
  height:44px;
  padding:0;
  border-radius:999px;
  border:1px solid rgba(43,134,199,.35);
  background:#fff;
  cursor:pointer;
}
body.blog header#siteHeader.tucasa-blog-header .menu-pill i{ color:var(--blue); font-size:18px; }
body.blog header#siteHeader.tucasa-blog-header .menu-pill:hover{ background:rgba(255,255,255,.92); border-color:rgba(43,134,199,.55); }
body.blog header#siteHeader.tucasa-blog-header .menu-pill:focus-visible{ outline:2px solid rgba(43,134,199,.35); outline-offset:2px; }

body.blog header#siteHeader.tucasa-blog-header .search-bar{
  position:relative;
  width:40%;
  min-width:240px;
}
body.blog header#siteHeader.tucasa-blog-header .search-wrap{
  width:100%;
  position:relative;
}
body.blog header#siteHeader.tucasa-blog-header .search-wrap input{
  width:100%;
  height:46px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.35);
  background:rgba(255,255,255,.94);
  padding: 0 46px 0 16px;
  font-size:14px;
  outline:none;
}
body.blog header#siteHeader.tucasa-blog-header .search-wrap input:focus{
  border-color:rgba(255,255,255,.75);
  box-shadow:0 0 0 3px rgba(255,255,255,.18);
}
body.blog header#siteHeader.tucasa-blog-header .search-btn{
  position:absolute;
  right:8px;
  top:50%;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  border-radius:999px;
  border:none;
  background:transparent;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-evenly;
}
body.blog header#siteHeader.tucasa-blog-header .search-btn i{ color:rgba(15,23,42,.72); font-size:16px; }

body.blog header#siteHeader.tucasa-blog-header .nav-right{
  display:flex;
  align-items:center;
  gap:18px;
  white-space:nowrap;
}
body.blog header#siteHeader.tucasa-blog-header .nav-right a{
  color:#fff;
  text-decoration:none;
  font-weight:600;
  opacity:.92;
}
body.blog header#siteHeader.tucasa-blog-header .nav-right a:hover{ opacity:1; text-decoration:underline; }
body.blog header#siteHeader.tucasa-blog-header .nav-right a:focus-visible{ outline:2px solid rgba(255,255,255,.35); outline-offset:3px; border-radius:8px; }

@media (max-width: 980px){
  body.blog header#siteHeader.tucasa-blog-header .search-bar{ width:46%; }
  body.blog header#siteHeader.tucasa-blog-header .nav-right a{ font-size:14px; }
}
@media (max-width: 780px){
  body.blog header#siteHeader.tucasa-blog-header .nav-container{ flex-wrap:wrap; align-items:flex-start; }
  body.blog header#siteHeader.tucasa-blog-header .search-bar{ width:100%; min-width:0; order:3; }
  body.blog header#siteHeader.tucasa-blog-header .nav-right{ width:100%; justify-content:space-between; order:2; }
}

/* === Footer (Blog + articles) — compact, aligned with the site footer === */
body.blog .site-footer,
body.single .site-footer{
  display:block !important;
  width:100%;
  clear:both;
  margin-top:42px;
  background:var(--dark);
  color:#fff;
  border-top:none;
}
body.blog .site-footer::after,
body.single .site-footer::after{ content:none; }

body.blog .site-footer .footer-inner,
body.single .site-footer .footer-inner{
  max-width:1200px;
  width:calc(100% - 40px);
  margin:0 auto;
  padding:34px 0 20px;
  display:flex;
  gap:28px;
  align-items:flex-start;
  justify-content:space-between;
}
body.blog .site-footer .footer-brand,
body.single .site-footer .footer-brand{
  flex:1 1 280px;
  min-width:240px;
}
body.blog .site-footer .footer-brand h3,
body.single .site-footer .footer-brand h3{
  margin:0 0 10px;
  font-family:'Playfair Display', serif;
  font-size:22px;
  line-height:1.15;
  color:#fff;
}
body.blog .site-footer .footer-brand p,
body.single .site-footer .footer-brand p{
  margin:0;
  max-width:380px;
  color:#CBD5E1;
  font-size:14px;
  line-height:1.55;
}
body.blog .site-footer .footer-nav,
body.single .site-footer .footer-nav{
  flex:2 1 620px;
  display:grid;
  grid-template-columns:repeat(3,minmax(170px,1fr));
  gap:18px;
}
body.blog .site-footer .footer-nav h4,
body.single .site-footer .footer-nav h4{
  margin:0 0 10px;
  color:#fff;
  font-size:14px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.2px;
}
body.blog .site-footer .footer-nav ul,
body.single .site-footer .footer-nav ul{
  list-style:none;
  margin:0;
  padding:0;
}
body.blog .site-footer .footer-nav li,
body.single .site-footer .footer-nav li{
  margin:0 0 8px;
}
body.blog .site-footer a,
body.single .site-footer a{
  color:#fff;
  opacity:.9;
  text-decoration:none;
  font-size:14px;
  line-height:1.35;
}
body.blog .site-footer a:hover,
body.blog .site-footer a:focus-visible,
body.single .site-footer a:hover,
body.single .site-footer a:focus-visible{
  opacity:1;
  text-decoration:underline;
}
body.blog .site-footer .footer-bottom,
body.single .site-footer .footer-bottom{
  max-width:1200px;
  width:calc(100% - 40px);
  margin:0 auto;
  padding:12px 0 16px;
  border-top:1px solid rgba(255,255,255,.12);
  background:transparent;
  text-align:center;
  color:#CBD5E1;
  font-size:13px;
  line-height:1.4;
}
body.blog .site-footer .footer-bottom small,
body.single .site-footer .footer-bottom small{
  font-size:inherit;
}

@media (max-width:900px){
  body.blog .site-footer .footer-inner,
  body.single .site-footer .footer-inner{
    flex-direction:column;
    align-items:stretch;
    padding:30px 0 18px;
  }
  body.blog .site-footer .footer-nav,
  body.single .site-footer .footer-nav{
    grid-template-columns:repeat(2,minmax(150px,1fr));
  }
}
@media (max-width:560px){
  body.blog .site-footer,
  body.single .site-footer{
    margin-top:34px;
  }
  body.blog .site-footer .footer-inner,
  body.blog .site-footer .footer-bottom,
  body.single .site-footer .footer-inner,
  body.single .site-footer .footer-bottom{
    width:calc(100% - 32px);
  }
  body.blog .site-footer .footer-nav,
  body.single .site-footer .footer-nav{
    grid-template-columns:1fr;
  }
}

/* Single article — clearer back-to-blog action */
body.single .blog-back-chip{
  margin: 0 0 14px;
}
body.single .blog-back-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(43,134,199,.22);
  background:#fff;
  color:var(--dark);
  text-decoration:none;
  font-weight:700;
  box-shadow:0 8px 18px rgba(15,23,42,.06);
}
body.single .blog-back-link:hover,
body.single .blog-back-link:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(43,134,199,.38);
}
body.single .blog-back-link span[aria-hidden="true"]{
  font-size:16px;
  line-height:1;
}


/* TUCASA v435 — Blog width refinement only */
body.blog main.section-wrap{
  max-width: 1480px;
  width: calc(100% - 96px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

body.blog main.section-wrap > .shell,
body.blog .tucasa-blog-hero .shell{
  max-width: 1480px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body.blog .tucasa-post-grid{
  gap: 24px;
}

@media (max-width: 980px){
  body.blog main.section-wrap{
    width: calc(100% - 48px);
  }
}

@media (max-width: 640px){
  body.blog main.section-wrap{
    width: calc(100% - 28px);
  }
}


/* TUCASA v532 — Blog page container aligned to Tucasa main width */
body.blog .tucasa-blog-page{
  width:100%;
  overflow-x:hidden;
}

body.blog .tucasa-blog-page .tucasa-blog-shell{
  width:min(1320px, calc(100% - 40px)) !important;
  max-width:1320px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:20px !important;
  padding-right:20px !important;
  box-sizing:border-box !important;
}

body.blog .tucasa-blog-page .tucasa-blog-cards{
  width:100% !important;
  max-width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

@media (max-width:1100px){
  body.blog .tucasa-blog-page .tucasa-blog-cards{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width:760px){
  body.blog .tucasa-blog-page .tucasa-blog-shell{
    width:calc(100% - 32px) !important;
  }
  body.blog .tucasa-blog-page .tucasa-blog-cards{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
}

/* TUCASA v536 — Single blog articles aligned to Tucasa 1320px container */
body.single .single-post-shell,
body.single .single-post-shell .tucasa-blog-hero,
body.single .single-post-shell .tucasa-blog-article{
  width:100% !important;
  max-width:100% !important;
  overflow-x:hidden;
}

body.single .single-post-shell .tucasa-blog-hero > .shell,
body.single .single-post-shell .tucasa-blog-article > .shell{
  width:min(1320px, calc(100% - 40px)) !important;
  max-width:1320px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:20px !important;
  padding-right:20px !important;
  box-sizing:border-box !important;
}

body.single .single-post-shell .tucasa-blog-hero{
  margin-left:auto !important;
  margin-right:auto !important;
}


/* TUCASA v571 — Featured image inside single blog article header */
body.single .single-post-shell .tucasa-single-featured-image{
  margin:22px 0 0;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(15,23,42,.10);
  box-shadow:0 18px 42px rgba(15,23,42,.10);
  background:#eef2f7;
  aspect-ratio:16/7;
}
body.single .single-post-shell .tucasa-single-featured-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
@media (max-width:760px){
  body.single .single-post-shell .tucasa-single-featured-image{
    border-radius:16px;
    aspect-ratio:16/10;
    margin-top:16px;
  }
}

/* Tucasa Build 403 / v753 — Blog aligned visually with Aménagement, CSS only */
body.blog,
body.single{
  background:#f8f4ee !important;
}
body.blog main,
body.single main,
body.blog .tucasa-blog-page,
body.single .single-post-shell{
  background:#f8f4ee !important;
}
body.blog header#siteHeader.tucasa-blog-header,
body.single header#siteHeader.tucasa-blog-header,
body.blog header#siteHeader.tucasa-blog-header.shrink,
body.single header#siteHeader.tucasa-blog-header.shrink{
  background:#ffffff !important;
  background-image:none !important;
  border-bottom:1px solid rgba(15,23,42,.055) !important;
  box-shadow:0 10px 28px rgba(15,23,42,.075) !important;
  backdrop-filter:saturate(118%) blur(8px) !important;
  -webkit-backdrop-filter:saturate(118%) blur(8px) !important;
}
body.blog header#siteHeader.tucasa-blog-header .nav-container,
body.single header#siteHeader.tucasa-blog-header .nav-container,
body.blog header#siteHeader.tucasa-blog-header.shrink .nav-container,
body.single header#siteHeader.tucasa-blog-header.shrink .nav-container{
  min-height:70px !important;
  height:70px !important;
  padding-top:8px !important;
  padding-bottom:8px !important;
}
body.blog header#siteHeader.tucasa-blog-header .nav-left a,
body.single header#siteHeader.tucasa-blog-header .nav-left a,
body.blog header#siteHeader.tucasa-blog-header.shrink .nav-left a,
body.single header#siteHeader.tucasa-blog-header.shrink .nav-left a{
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
  padding:0 !important;
  border-radius:0 !important;
}
body.blog header#siteHeader.tucasa-blog-header .nav-left img,
body.single header#siteHeader.tucasa-blog-header .nav-left img,
body.blog header#siteHeader.tucasa-blog-header.shrink .nav-left img,
body.single header#siteHeader.tucasa-blog-header.shrink .nav-left img{
  height:50px !important;
  width:auto !important;
  object-fit:contain !important;
}
body.blog header#siteHeader.tucasa-blog-header .menu-pill,
body.single header#siteHeader.tucasa-blog-header .menu-pill,
body.blog header#siteHeader.tucasa-blog-header.shrink .menu-pill,
body.single header#siteHeader.tucasa-blog-header.shrink .menu-pill{
  width:46px !important;
  height:46px !important;
  min-width:46px !important;
  min-height:46px !important;
  background:#ffffff !important;
  color:#2f3529 !important;
  border:1px solid rgba(15,23,42,.07) !important;
  box-shadow:0 12px 28px rgba(15,23,42,.13) !important;
}
body.blog header#siteHeader.tucasa-blog-header .menu-pill i,
body.single header#siteHeader.tucasa-blog-header .menu-pill i{
  color:#2f3529 !important;
}
body.blog header#siteHeader.tucasa-blog-header .nav-right a,
body.single header#siteHeader.tucasa-blog-header .nav-right a,
body.blog header#siteHeader.tucasa-blog-header.shrink .nav-right a,
body.single header#siteHeader.tucasa-blog-header.shrink .nav-right a{
  color:#20242a !important;
  opacity:.92 !important;
}
body.blog header#siteHeader.tucasa-blog-header .nav-right a:hover,
body.blog header#siteHeader.tucasa-blog-header .nav-right a:focus-visible,
body.single header#siteHeader.tucasa-blog-header .nav-right a:hover,
body.single header#siteHeader.tucasa-blog-header .nav-right a:focus-visible{
  color:#111827 !important;
  opacity:1 !important;
}
body.blog .site-footer,
body.single .site-footer{
  background:#ffffff !important;
  color:#20242a !important;
  border-top:1px solid rgba(15,23,42,.07) !important;
  box-shadow:0 -5px 18px rgba(15,23,42,.035) !important;
}
body.blog .site-footer .footer-brand h3,
body.blog .site-footer .footer-nav h4,
body.single .site-footer .footer-brand h3,
body.single .site-footer .footer-nav h4{
  color:#20242a !important;
}
body.blog .site-footer .footer-brand p,
body.blog .site-footer .footer-bottom,
body.single .site-footer .footer-brand p,
body.single .site-footer .footer-bottom{
  color:#5f6872 !important;
}
body.blog .site-footer a,
body.single .site-footer a{
  color:#20242a !important;
  opacity:.92 !important;
}
body.blog .site-footer a:hover,
body.blog .site-footer a:focus-visible,
body.single .site-footer a:hover,
body.single .site-footer a:focus-visible{
  color:#111827 !important;
  opacity:1 !important;
}
body.blog .site-footer .footer-bottom,
body.single .site-footer .footer-bottom{
  border-top:1px solid rgba(15,23,42,.07) !important;
}

/* Tucasa Build 404 / v754 — Blog header layer hard override: white like Aménagement */
html body.blog header#siteHeader,
html body.blog header#siteHeader.tucasa-master-header,
html body.blog header#siteHeader.tucasa-blog-header,
html body.blog header#siteHeader.tucasa-master-header.tucasa-blog-header,
html body.blog header#siteHeader.shrink,
html.tucasa-universe-professionnels body.blog header#siteHeader,
html.tucasa-universe-professionnels body.blog header#siteHeader.tucasa-master-header,
html.tucasa-universe-professionnels body.blog header#siteHeader.tucasa-blog-header,
html.tucasa-universe-professionnels body.blog header#siteHeader.tucasa-master-header.tucasa-blog-header{
  background:#ffffff !important;
  background-color:#ffffff !important;
  background-image:none !important;
  border-bottom:1px solid rgba(15,23,42,.055) !important;
  box-shadow:0 10px 28px rgba(15,23,42,.075) !important;
}
html body.blog header#siteHeader .nav-container,
html body.blog header#siteHeader.tucasa-blog-header .nav-container,
html.tucasa-universe-professionnels body.blog header#siteHeader .nav-container{
  background:transparent !important;
  background-image:none !important;
}
html body.blog header#siteHeader .nav-left a,
html body.blog header#siteHeader.tucasa-blog-header .nav-left a,
html.tucasa-universe-professionnels body.blog header#siteHeader .nav-left a{
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
}


/* Tucasa Build 412 / v762 — Single article premium magazine template */
body.single .single-post-shell{
  padding-top: 18px;
}

body.single .single-post-shell .tucasa-blog-hero{
  padding: 26px 0 14px;
}

body.single .single-post-shell .tucasa-blog-hero > .shell{
  max-width: 1120px !important;
}

body.single .single-post-shell .tucasa-blog-hero .h1{
  max-width: 980px;
  margin: 8px auto 8px;
  text-align: center;
  color: #20242a;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(36px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -0.045em;
  font-weight: 700;
}

body.single .single-post-shell .tucasa-blog-meta{
  text-align: center;
  color: #6b7280;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 12px;
}

body.single .single-post-shell .blog-back-chip{
  text-align: left;
  margin-bottom: 18px;
}

body.single .single-post-shell .blog-back-link{
  background: rgba(255,255,255,.84);
  border-color: rgba(15,23,42,.08);
  box-shadow: 0 12px 26px rgba(15,23,42,.07);
}

body.single .single-post-shell .tucasa-single-featured-image{
  max-width: 1040px;
  margin: 30px auto 0;
  border-radius: 30px;
  box-shadow: 0 24px 58px rgba(15,23,42,.13);
  border: 1px solid rgba(15,23,42,.07);
}

body.single .single-post-shell .tucasa-blog-article{
  padding: 18px 0 10px;
}

body.single .single-post-shell .tucasa-blog-article > .shell{
  max-width: 920px !important;
}

body.single .single-post-shell .tucasa-article-content{
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(15,23,42,.065);
  border-radius: 32px;
  box-shadow: 0 18px 48px rgba(15,23,42,.075);
  padding: clamp(28px, 5vw, 64px);
  color: #20242a;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(18px, 1.25vw, 21px);
  line-height: 1.82;
}

body.single .single-post-shell .tucasa-article-content > *:first-child{
  margin-top: 0;
}

body.single .single-post-shell .tucasa-article-content > *:last-child{
  margin-bottom: 0;
}

body.single .single-post-shell .tucasa-article-content p{
  margin: 0 0 1.35em;
}

body.single .single-post-shell .tucasa-article-content p:first-of-type::first-letter{
  float: left;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 4.15em;
  line-height: .78;
  padding: .08em .13em 0 0;
  color: #20242a;
  font-weight: 700;
}

body.single .single-post-shell .tucasa-article-content h2,
body.single .single-post-shell .tucasa-article-content h3{
  font-family: 'Playfair Display', Georgia, serif;
  color: #20242a;
  letter-spacing: -.03em;
  line-height: 1.1;
  margin: 1.65em 0 .65em;
}

body.single .single-post-shell .tucasa-article-content h2{
  font-size: clamp(28px, 3vw, 42px);
}

body.single .single-post-shell .tucasa-article-content h3{
  font-size: clamp(23px, 2.2vw, 32px);
}

body.single .single-post-shell .tucasa-article-content blockquote{
  margin: 2em 0;
  padding: 1.35em 1.5em;
  border-left: 4px solid rgba(32,36,42,.24);
  border-radius: 18px;
  background: rgba(248,244,238,.82);
  font-style: italic;
  color: #343a40;
}

body.single .single-post-shell .tucasa-article-content a{
  color: #20242a;
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

body.single .single-post-shell .tucasa-article-content img{
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(15,23,42,.10);
}

@media (max-width: 760px){
  body.single .single-post-shell{
    padding-top: 8px;
  }
  body.single .single-post-shell .tucasa-blog-hero{
    padding-top: 18px;
  }
  body.single .single-post-shell .tucasa-blog-hero .h1{
    text-align: left;
    font-size: clamp(34px, 10vw, 46px);
  }
  body.single .single-post-shell .tucasa-blog-meta{
    text-align: left;
    letter-spacing: .04em;
  }
  body.single .single-post-shell .tucasa-single-featured-image{
    border-radius: 20px;
    margin-top: 20px;
  }
  body.single .single-post-shell .tucasa-article-content{
    border-radius: 24px;
    padding: 26px 22px;
    font-size: 17px;
    line-height: 1.72;
  }
  body.single .single-post-shell .tucasa-article-content p:first-of-type::first-letter{
    font-size: 3.35em;
  }
}
