.text-center{text-align:center}.areas-metodologia{margin:64px 0}.areas-metodologia__header{margin-bottom:24px}.areas-metodologia__title{margin:6px 0 0;font-size:clamp(2rem,1.6rem + 1vw,2.6rem);color:var(--gray-900)}.areas-metodologia__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.areas-metodologia__item{border-radius:var(--border-radius-4,1.5rem);overflow:hidden;background:#fff;border:1px solid var(--gray-200);box-shadow:var(--shadow-sm,0 1px 2px rgba(0,0,0,.05));display:flex;flex-direction:column}.areas-metodologia__image{min-height:260px;background:var(--areas-metodologia-image,linear-gradient(135deg,#1c2335 0%,#0f172a 100%));background-size:cover;background-position:center;background-repeat:no-repeat}.areas-metodologia__text{padding:24px 22px;display:flex;flex-direction:column;gap:10px}.areas-metodologia__item-title{margin:0;font-size:1.35rem;color:var(--gray-900)}.areas-metodologia__item-body{margin:0;color:var(--gray-700);line-height:1.7}@media (max-width:960px){.areas-metodologia{margin:52px 0}}@media (max-width:720px){.areas-metodologia__grid{grid-template-columns:1fr}}.areas-archive-section{margin:64px 0}.areas-archive-section__layout{display:grid;grid-template-columns:.56fr 1fr;gap:28px;align-items:start}.areas-archive-section__sidebar{padding:28px 24px;display:flex;flex-direction:column;gap:12px}.areas-archive-section__sidebar-inner{display:flex;flex-direction:column;gap:12px}.areas-archive-section__sidebar-cta--mobile{display:none}.areas-archive-section__content{min-width:0}@media (max-width:960px){.areas-archive-section{margin:48px 0}.areas-archive-section__layout{grid-template-columns:1fr;gap:16px}.areas-archive-section__sidebar{padding-bottom:0}.areas-archive-section__sidebar-cta--desktop{display:none}.areas-archive-section__sidebar-cta--mobile{display:inline-flex;margin:20px auto 0;width:fit-content}}.areas-archive__hero{margin:40px 0 24px}.areas-archive__title{margin:6px 0 0;font-size:clamp(2rem,1.6rem + 1vw,2.8rem);color:var(--gray-900)}.areas-archive__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.areas-archive__grid--two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.areas-archive__grid--two-col .areas-archive__card{aspect-ratio:1/1;min-height:0}.areas-archive__icon{color:var(--areas-icon-color,var(--gray-700));display:flex;align-items:center;justify-content:center;width:var(--areas-icon-size,100px);height:var(--areas-icon-size,100px);margin:0 auto 8px}.areas-archive__icon-img{width:100%;height:100%;object-fit:contain;display:block;filter:var(--areas-icon-filter,invert(30%) sepia(11%) saturate(417%) hue-rotate(169deg) brightness(95%) contrast(92%))}.areas-archive__card{background:0 0;border-radius:var(--border-radius-4,1.5rem);padding:22px 18px;text-align:center;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;box-shadow:var(--shadow-sm,0 1px 2px rgba(0,0,0,.05));min-height:200px;color:var(--gray-800);transition:transform .2s ease,box-shadow .2s ease}.area-entry .flex-col-2{min-width:0}.area-entry__group-image{display:block;width:100%;max-width:100%;height:auto;border-radius:var(--border-radius-4,1.5rem);overflow:hidden}.areas-archive__card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md,0 4px 6px rgba(0,0,0,.1));background:linear-gradient(135deg,var(--cb-secondary,#f6c75d) 0%,rgba(255,255,255,.92) 100%);border-color:transparent;color:var(--gray-900)}.areas-archive__card-title a{color:inherit;text-decoration:none}.areas-archive__card-title a:hover{color:var(--cb-primary)}.areas-archive__card-excerpt{margin:0;color:var(--gray-700);font-size:.95rem;line-height:1.6}.areas-archive__card-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:2px;max-height:0;padding-top:0;padding-bottom:0;overflow:hidden;opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,max-height .2s ease,margin-top .2s ease,padding .2s ease}.areas-archive__card:hover .areas-archive__card-cta,.areas-archive__card:focus-within .areas-archive__card-cta{max-height:64px;margin-top:10px;padding-top:12px;padding-bottom:12px;opacity:1;transform:translateY(0);pointer-events:auto}@media (hover:none){.areas-archive__card-cta{max-height:64px;margin-top:10px;padding-top:12px;padding-bottom:12px;opacity:1;transform:none;pointer-events:auto}}@media (max-width:720px){.areas-archive__grid{grid-template-columns:1fr}.areas-archive__grid--two-col{grid-template-columns:1fr}.areas-archive__grid--two-col .areas-archive__card{aspect-ratio:1.45/1;min-height:180px}.areas-archive__card{padding:20px 16px}.areas-archive__icon{--areas-icon-size:60px}}.staff-archive__hero{margin:40px 0 24px}.staff-archive__title{margin:6px 0 0;font-size:clamp(2rem,1.6rem + 1vw,2.8rem);color:var(--gray-900)}.staff-archive__groups{display:flex;flex-direction:column;gap:36px}.staff-archive__group{display:flex;flex-direction:column}.staff-archive__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.staff-archive__card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--border-radius-4,1.5rem);overflow:hidden;box-shadow:var(--shadow-sm,0 1px 2px rgba(0,0,0,.05));display:flex;flex-direction:column;min-height:320px;transition:transform .2s ease,box-shadow .2s ease}.staff-archive__card--link{color:inherit;text-decoration:none}.staff-archive__card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md,0 4px 6px rgba(0,0,0,.1))}.staff-archive__photo{display:block;width:100%;max-width:100%}.staff-archive__photo-img{display:block;width:100%;height:auto}.staff-archive__photo--placeholder{min-height:320px;background:linear-gradient(135deg,#1c2335 0%,#0f172a 100%)}.staff-archive__body{padding:18px 16px 20px;display:flex;flex-direction:column;gap:2px}.staff-archive__name{margin:0;font-size:1.2rem;font-weight:700;color:var(--gray-900)}.staff-archive__excerpt{margin:0;color:var(--gray-700);font-size:.95rem;line-height:1.6}.staff-archive__position{margin:0;font-size:1rem;color:var(--cb-gray-600);font-weight:400}.staff-archive__related-area{margin:0;font-size:.85rem;color:var(--cb-gray-500);font-weight:200}@media (max-width:720px){.staff-archive__grid{grid-template-columns:1fr}}@media (min-width:721px) and (max-width:1100px){.staff-archive__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.area-related-staff{margin:56px 0}.area-related-staff__header{margin-bottom:28px}.area-related-staff__title{margin:6px 0 0;color:var(--gray-900);font-size:clamp(2rem,1.6rem + 1vw,2.8rem)}.area-related-staff__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.area-related-staff__card{display:flex;flex-direction:column;min-height:320px;overflow:hidden;background:#fff;border:1px solid var(--gray-200);border-radius:var(--border-radius-4,1.5rem);box-shadow:var(--shadow-sm,0 1px 2px rgba(0,0,0,.05));transition:transform .2s ease,box-shadow .2s ease}.area-related-staff__card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md,0 4px 6px rgba(0,0,0,.1))}.area-related-staff__media{display:block;min-height:360px;background:var(--area-related-staff-photo,linear-gradient(135deg,#1c2335 0%,#0f172a 100%));background-size:cover;background-position:center;background-repeat:no-repeat}.area-related-staff__body{display:flex;flex-direction:column;gap:0px;padding:18px 16px 20px}.area-related-staff__name{margin:0;color:var(--gray-900);font-size:1.2rem}.area-related-staff__name a{color:inherit;text-decoration:none}.area-related-staff__name a:hover{color:var(--cb-primary)}.area-related-staff__position,.area-related-staff__excerpt{margin:0;color:var(--gray-700);font-size:.95rem;line-height:1.6}.area-related-staff__position{color:var(--cb-primary);font-weight:700}@media (max-width:720px){.area-related-staff__grid{grid-template-columns:1fr}}@media (min-width:721px) and (max-width:1100px){.area-related-staff__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.staff-profile{margin:48px auto}.staff-profile__photo{min-height:360px;border-radius:var(--border-radius-4,1.5rem);overflow:hidden;background:var(--gray-200)}.staff-profile__photo img{width:100%;height:100%;object-fit:cover;display:block}.staff-profile__photo-placeholder{width:100%;height:100%;min-height:360px;background:linear-gradient(135deg,#1c2335 0%,#0f172a 100%)}.staff-profile__eyebrow{margin:0;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-600)}.staff-profile__name{margin:6px 0 4px;font-size:clamp(2rem,1.6rem + 1vw,2.8rem);color:var(--gray-900)}.staff-profile__role{margin:0 0 10px;color:var(--gray-700);font-weight:600}.staff-profile__bio{color:var(--gray-700);line-height:1.8}.staff-profile__meta{display:flex;flex-direction:column;gap:18px}.staff-profile__section{display:flex;flex-direction:column;gap:12px}.staff-profile__section-title{margin:0;color:var(--gray-900);font-size:2rem;letter-spacing:.05em;text-transform:uppercase;padding-top:1.5rem}.staff-profile__card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.staff-profile__card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--border-radius-2,1rem);padding:16px 14px;box-shadow:var(--shadow-sm,0 1px 2px rgba(0,0,0,.05))}.staff-profile__card-label{margin:0 0 4px;font-size:.95rem;color:var(--gray-600);text-transform:uppercase;letter-spacing:.05em}.staff-profile__card-value{margin:0;color:var(--gray-900);font-weight:600;line-height:1.5}.staff-profile__card-grid .staff-profile__card-value{background:#fff;border:1px solid var(--gray-200);border-radius:var(--border-radius-2,1rem);padding:16px 14px;box-shadow:var(--shadow-sm,0 1px 2px rgba(0,0,0,.05))}.staff-profile__card-value+.staff-profile__card-value{margin-top:12px;padding-top:12px;border-top:1px solid var(--gray-200)}.staff-profile__card-grid .staff-profile__card-value+.staff-profile__card-value{margin-top:0;padding-top:16px;border-top:1px solid var(--gray-200)}.staff-profile__card-value strong,.staff-profile__card-value span{display:block}.staff-profile__card-value span{margin-top:4px;color:var(--gray-700);font-weight:400}.staff-profile__item-image{display:block;width:100px;height:100px;margin-bottom:12px;border-radius:var(--border-radius-1,.5rem);object-fit:cover}.staff-profile__linkedin a{color:var(--cb-primary);font-weight:600;text-decoration:none}@media (max-width:960px){.staff-profile{margin:40px auto}.staff-profile__photo{min-height:300px}.staff-profile__card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.staff-profile__wrapper{gap:var(--gutter-y)}.staff-profile__photo{min-height:260px}.staff-profile__card-grid{grid-template-columns:1fr}}.clientes-slider__swiper{padding:8px 0 24px}.clientes-slider__card{display:flex;flex-direction:column;align-items:center;justify-content:center}.clientes-slider__logo{max-height:90px;width:auto;object-fit:contain}.clientes-slider__empty{color:var(--gray-600)}.clientes-slider__pagination{position:static;margin-top:12px}@media (max-width:960px){.clientes-slider{margin:48px 0}}.hero-experience__panel{position:relative;min-height:620px;border-radius:var(--border-radius-4,1.5rem);overflow:hidden;padding:48px 24px;background-size:cover;background-position:center;background-repeat:no-repeat;color:var(--cb-white)}.hero-experience__content{position:relative;max-width:615px;display:flex;flex-direction:column;align-items:center;gap:14px;z-index:1}.areas-principales__list{gap:var(--cb-spacer-3);border-radius:var(--cb-card-radius);--areas-icon-color:var(--cb-primary);--areas-icon-filter:brightness(0) invert(1)}.areas-principales__item{padding:24px 22px;display:flex;flex-direction:row;gap:var(--spacer-4);border-radius:var(--cb-spacer-3);border:.5px solid var(--cb-bg);background-color:var(--cb-bg);color:var(--cb-gray-700);transition:background-color .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out,transform .3s ease-in-out}.areas-principales__item h3{font-weight:600}.areas-principales__item p{font-weight:300;padding-right:50px}.areas-principales__item:hover{transform:translateY(-2px);background-color:var(--cb-white);box-shadow:0 12px 40px rgba(0,0,0,.12)}.areas-principales__item:hover p,.areas-principales__item:hover h3{color:var(--cb-primary)}.areas-principales__link{display:flex;flex-direction:row;gap:var(--spacer-4);width:100%;color:inherit;text-decoration:none}.areas-principales__icon{margin:0 0 12px;align-self:flex-start;justify-content:flex-start}@media (max-width:960px){.areas-principales{margin:48px 0}}.enfoque-trabajo{margin:72px 0}.enfoque-trabajo__header{margin-bottom:28px}.enfoque-trabajo__list{display:flex;flex-wrap:wrap;gap:var(--cb-spacer-3)}.enfoque-trabajo__item{background:0 0;border:.4px solid var(--cb-primary);border-radius:var(--border-radius-2,1rem);padding:24px 20px;display:flex;flex-direction:column;gap:12px;min-width:220px;transition:background-color .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out}.enfoque-trabajo__item:hover{background-color:var(--cb-primary);box-shadow:var(--shadow-sm,0 1px 2px rgba(0,0,0,.05))}.enfoque-trabajo__item:hover .enfoque-trabajo__badge{background-color:var(--cb-white);color:var(--cb-primary)}.enfoque-trabajo__item:hover .enfoque-trabajo__item-title,.enfoque-trabajo__item:hover .enfoque-trabajo__item-text{color:var(--cb-white)}.enfoque-trabajo__badge{width:56px;height:56px;border-radius:14px;background:var(--cb-primary-hover);color:var(--cb-primary);display:grid;place-items:center;font-weight:700;letter-spacing:.04em;transition:background-color .3s ease-in-out,color .3s ease-in-out}.enfoque-trabajo__item-title{color:var(--cb-primary);transition:color .3s ease-in-out}.enfoque-trabajo__item-text{margin:0;color:var(--gray-700);line-height:1.6;transition:color .3s ease-in-out}@media (max-width:960px){.enfoque-trabajo{margin:56px 0}}@media (max-width:720px){.enfoque-trabajo__header{margin-bottom:20px}}.testimonios{margin:80px 0}.testimonios__header{margin-bottom:32px}.testimonios__list{display:flex;flex-wrap:wrap;gap:var(--cb-spacer-3)}.testimonios__item{border-radius:var(--border-radius-4,2rem);padding:32px 34px;display:flex;flex-direction:column;gap:16px;min-height:260px;min-width:260px;border:1px solid var(--gray-200);box-shadow:var(--shadow-sm,0 1px 2px rgba(0,0,0,.05))}.testimonios__item--light{background:#fff;color:var(--gray-900);transition:background .3s ease,color .4s ease}.testimonios__item--light:hover{background:var(--cb-primary);color:var(--cb-white)}.testimonios__quote{margin:0;font-size:1.05rem;line-height:1.7}.testimonios__meta{display:flex;flex-direction:column;gap:4px;margin-top:auto}.testimonios__company{font-size:.95rem;color:currentColor;opacity:.7}.testimonios__author{font-weight:700;color:currentColor}@media (max-width:960px){.testimonios{margin:64px 0}}@media (max-width:720px){.testimonios__item{padding:24px 22px}}.experiencia-clientes{margin:72px 0;--experiencia-clientes-image:url("/wp-content/themes/spot-rodriguez-abogados/assets/css/../images/team-crecimientoEmpresarial.webp")}.experiencia-clientes__content{display:flex;flex-wrap:wrap;gap:var(--spacer-4);align-items:center}.experiencia-clientes__image{border-radius:var(--border-radius-4,1.5rem);min-height:480px;background:var(--experiencia-clientes-image,linear-gradient(135deg,#1c2335 0%,#0f172a 100%));background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.experiencia-clientes__stats{display:grid;grid-template-columns:1fr;gap:16px;margin-top:8px}.experiencia-clientes__stat{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.experiencia-clientes__icon{width:56px;height:56px;border-radius:14px;background:var(--cb-primary);color:var(--cb-white);display:grid;place-items:center;font-size:1.5rem}@media (max-width:960px){.experiencia-clientes{margin:56px 0}.experiencia-clientes__image{min-height:380px}}@media (max-width:720px){.experiencia-clientes__content{gap:var(--gutter-y)}.experiencia-clientes__image{min-height:320px}}body.blog,body.category,body.tag,body.date,body.author{background:var(--cb-bg);overflow-x:hidden}body.blog .site-content,body.category .site-content,body.tag .site-content,body.date .site-content,body.author .site-content{background:var(--cb-bg)}.blog-archive{margin-top:clamp(44px,7vw,78px);color:var(--gray-900,#131923)}.blog-archive__hero{max-width:820px;margin-bottom:clamp(62px,8vw,90px)}.blog-archive__title{margin:0;color:var(--gray-900,#131923);font-size:clamp(2.3rem,1.5rem + 2.25vw,3.4rem);line-height:1.14}.blog-archive__lead{max-width:660px;margin:18px auto 34px;color:var(--gray-600,#56616e);font-size:1rem;line-height:1.7}.blog-archive__subscribe{display:flex;width:min(100%,430px);gap:8px;margin-inline:auto;padding:6px;border:1px solid var(--gray-200,#e2e7ec);border-radius:8px;background:var(--cb-white,#fff)}.blog-archive__subscribe input{flex:1 1 auto;min-width:0;padding:0 10px;border:0;background:0 0;color:var(--gray-800,#293442);font:inherit;font-size:.92rem}.blog-archive__subscribe input:focus{outline:none}.blog-archive__subscribe-button{flex:none;padding:12px 20px;border:0;border-radius:6px;background:var(--cb-primary,#111a2f);color:var(--cb-white,#fff);cursor:pointer;font:inherit;font-size:.9rem;font-weight:600}.blog-archive__section-title{margin:0 0 26px;color:var(--gray-900,#131923);font-family:var(--cb-font-sans);font-size:clamp(1.25rem,1.1rem + .3vw,1.45rem);font-weight:600}.blog-archive__recent-grid{display:grid;grid-template-columns:minmax(300px,1.05fr) minmax(290px,.95fr);gap:clamp(24px,3vw,34px);align-items:start}.blog-archive__recent-secondary{display:flex;flex-direction:column;gap:25px}.blog-archive-card__image-link{display:block;background:#eef0f0;overflow:hidden;text-decoration:none;border-radius:var(--border-radius-4,1.5rem) 1.5rem 0 0}.blog-archive-card__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease;border-radius:var(--border-radius-4,1.5rem) 1.5rem 0 0}.blog-archive-card:hover .blog-archive-card__image{transform:scale(1.025)}.blog-archive-card__image--placeholder{background:linear-gradient(135deg,#eff0eb 0%,#dfe4e2 45%,#c6cfcf 100%)}.blog-archive-card--recent{display:grid;grid-template-columns:minmax(145px,42%) minmax(0,1fr);gap:18px}.blog-archive-card__body{min-width:0;padding-top:18px}.blog-archive-card--recent .blog-archive-card__body{padding-top:0}.blog-archive-card__meta{margin:0 0 10px;color:var(--gray-600,#5c6570);font-size:.76rem;line-height:1.4}.blog-archive-card__title{margin:0 0 10px;font-family:var(--cb-font-sans);font-size:clamp(1.2rem,1.05rem + .28vw,1.4rem);font-weight:600;line-height:1.28}.blog-archive-card--recent .blog-archive-card__title{font-size:1.04rem}.blog-archive-card__title a{display:flex;gap:14px;justify-content:space-between;color:inherit;text-decoration:none}.blog-archive-card__arrow{flex:none;font-size:1.12em;font-weight:400}.blog-archive-card__excerpt{display:-webkit-box;margin:0 0 15px;overflow:hidden;color:var(--gray-600,#56616e);font-size:.9rem;line-height:1.62;-webkit-box-orient:vertical;-webkit-line-clamp:2}.blog-archive-card--feature .blog-archive-card__excerpt{-webkit-line-clamp:3}.blog-archive-card--recent .blog-archive-card__excerpt{font-size:.82rem;line-height:1.5}.blog-archive-card__terms{display:flex;flex-wrap:wrap;gap:7px}.blog-archive-card__terms a{padding:3px 10px;border:1px solid var(--gray-400,#99a0a8);border-radius:999px;color:var(--gray-800,#293442);font-size:.72rem;line-height:1.2;text-decoration:none}.blog-archive__all{margin-top:clamp(60px,8vw,94px)}.blog-archive__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(34px,4vw,50px) clamp(20px,3vw,30px)}.blog-archive__pagination{margin-top:clamp(54px,7vw,88px);margin-bottom:clamp(56px,7vw,82px)}.blog-archive__pagination .nav-links{display:flex;gap:9px;align-items:center;justify-content:center}.blog-archive__pagination .page-numbers{display:grid;place-items:center;min-width:40px;height:40px;border-radius:7px;color:var(--gray-700,#43505e);text-decoration:none}.blog-archive__pagination .page-numbers.current{background:var(--cb-primary,#111a2f);color:var(--cb-white,#fff)}.blog-archive__pagination .prev,.blog-archive__pagination .next{position:absolute;width:auto;padding:0 15px;border:1px solid var(--gray-200,#e2e7ec)}.blog-archive__pagination .prev{left:0}.blog-archive__pagination .next{right:0}.blog-archive__pagination .navigation{position:relative}.blog-archive__newsletter{padding:clamp(38px,5vw,52px) 0;border-top:5px solid var(--cb-secondary,#d3aa43);background:#fafafa}.blog-archive__newsletter-inner{display:flex;gap:32px;align-items:center;justify-content:space-between}.blog-archive__newsletter h2{margin:0 0 8px;font-family:var(--cb-font-sans);font-size:clamp(1.45rem,1.25rem + .45vw,1.7rem);font-weight:600}.blog-archive__newsletter p{margin:0;color:var(--gray-600,#56616e)}.blog-archive__newsletter .blog-archive__subscribe{margin-inline:0}body.blog .footer-brand,body.category .footer-brand,body.tag .footer-brand,body.date .footer-brand,body.author .footer-brand{border-radius:0;background:#fafafa;color:var(--gray-900,#131923)}body.blog .footer-brand__text,body.blog .footer-brand__menu a,body.blog .footer-brand__contact-item,body.blog .footer-brand__copyright,body.category .footer-brand__text,body.category .footer-brand__menu a,body.category .footer-brand__contact-item,body.category .footer-brand__copyright,body.tag .footer-brand__text,body.tag .footer-brand__menu a,body.tag .footer-brand__contact-item,body.tag .footer-brand__copyright,body.date .footer-brand__text,body.date .footer-brand__menu a,body.date .footer-brand__contact-item,body.date .footer-brand__copyright,body.author .footer-brand__text,body.author .footer-brand__menu a,body.author .footer-brand__contact-item,body.author .footer-brand__copyright{color:var(--gray-700,#43505e)}body.blog .footer-brand__social-link,body.category .footer-brand__social-link,body.tag .footer-brand__social-link,body.date .footer-brand__social-link,body.author .footer-brand__social-link{border-color:var(--gray-300,#d1d6db);color:var(--gray-800,#293442)}body.blog .footer-brand__bottom,body.category .footer-brand__bottom,body.tag .footer-brand__bottom,body.date .footer-brand__bottom,body.author .footer-brand__bottom{border-top:1px solid var(--gray-200,#e2e7ec);background:#fafafa}@media (max-width:960px){.blog-archive__recent-grid{grid-template-columns:1fr}.blog-archive__recent-secondary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.blog-archive-card--recent{display:block}.blog-archive__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.blog-archive{margin-top:38px}.blog-archive__hero{margin-bottom:54px}.blog-archive__title{font-size:clamp(2rem,9vw,2.45rem)}.blog-archive__subscribe{display:block;padding:0;border:0;background:0 0}.blog-archive__subscribe input{width:100%;height:50px;padding:0 14px;border:1px solid var(--gray-200,#e2e7ec);border-radius:7px;box-sizing:border-box;background:var(--cb-white,#fff)}.blog-archive__subscribe-button{width:100%;margin-top:10px}.blog-archive__recent-secondary,.blog-archive__cards{display:block}.blog-archive-card--recent,.blog-archive-card--grid{margin-top:38px}.blog-archive__pagination .prev,.blog-archive__pagination .next{position:static}.blog-archive__newsletter-inner{display:block}.blog-archive__newsletter .blog-archive__subscribe{margin-top:26px}}.single-post .site-content{background:var(--cb-bg)}.blog-single{width:min(100% - 2rem,1140px);margin:28px auto 64px;padding:clamp(44px,7vw,82px) clamp(16px,5vw,64px) clamp(48px,7vw,72px);background:#fff;box-shadow:0 24px 70px rgba(18,27,35,.06);border-radius:var(--border-radius-4,1.5rem)}.blog-post__header{max-width:790px;display:flex;flex-direction:column;align-items:center}.blog-post__category{margin-bottom:16px;color:var(--cb-primary,#172538);font-size:.74rem;font-weight:600;letter-spacing:.18em;text-decoration:none;text-transform:uppercase}.blog-post__date{margin-bottom:18px;color:#777d84;font-size:.73rem;letter-spacing:.12em;text-transform:uppercase}.blog-post__title{max-width:760px;margin:0;color:#171a20;font-size:clamp(2.25rem,1.55rem + 2.2vw,3.45rem);font-weight:400;line-height:1.14;letter-spacing:-.025em}.blog-post__excerpt{max-width:650px;margin:24px 0 0;color:#70757b;font-size:1rem;line-height:1.75}.blog-post__author{display:inline-flex;gap:12px;align-items:center;margin-top:30px;text-align:left}.blog-post__avatar{display:block;width:48px;height:48px;border-radius:50%}.blog-post__author-detail{display:flex;flex-direction:column;gap:3px;line-height:1.3}.blog-post__author-label{color:#7d8288;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.blog-post__author-name{color:var(--cb-primary,#172538);font-size:.9rem;font-weight:600;text-decoration:none}.blog-post__featured{max-width:900px;margin:clamp(38px,6vw,56px) auto 0}.blog-post__featured-image{display:block;width:100%;max-height:490px;object-fit:cover}.blog-post__layout{max-width:820px;gap:clamp(26px,5vw,50px);align-items:flex-start;margin-top:clamp(48px,7vw,66px)}.blog-post__share{position:sticky;top:32px;flex:0 0 44px;display:flex;flex-direction:column;gap:10px;align-items:center}.blog-post__share-title{margin-bottom:4px;color:#8a8f94;font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;writing-mode:vertical-rl;transform:rotate(180deg)}.blog-post__share-link{display:grid;place-items:center;width:38px;height:38px;border:1px solid #e5e7e9;border-radius:50%;color:#5b636c;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.blog-post__share-link:hover{border-color:var(--cb-primary,#172538);background:var(--cb-primary,#172538);color:#fff}.blog-post__content{flex:1 1 auto;width:calc(100% - 44px - clamp(26px,5vw,50px));min-width:0;color:#30353b;font-size:clamp(1rem,.98rem + .12vw,1.06rem);line-height:1.82}.blog-post__content>p:first-of-type::first-letter{float:left;margin:.04em .12em 0 0;color:#151a21;font-family:Georgia,"Times New Roman",serif;font-size:3.3em;font-weight:600;line-height:.8}.blog-post__content p{margin:0 0 1.55em}.blog-post__content h2,.blog-post__content h3{margin:1.7em 0 .65em;color:#171a20;font-weight:400;letter-spacing:-.015em;line-height:1.25}.blog-post__content h2{font-size:clamp(1.6rem,1.35rem + .7vw,2.05rem)}.blog-post__content h3{font-size:clamp(1.3rem,1.15rem + .45vw,1.62rem)}.blog-post__content a{color:var(--cb-primary,#172538);text-decoration-color:#af9163;text-underline-offset:3px}.blog-post__content blockquote{margin:2em 0;padding:.2em 0 .2em 26px;border-left:2px solid #af9163;color:#444a50;font-family:Georgia,"Times New Roman",serif;font-size:1.25rem;line-height:1.55}.blog-post__content img{max-width:100%;height:auto}.blog-post__footer{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:46px;padding-top:22px;border-top:1px solid #eaebec;color:#636970;font-size:.88rem}.blog-post__footer a{text-decoration:none}.blog-single__after{max-width:820px;margin-top:clamp(48px,7vw,68px)}.blog-single .post-navigation{padding-top:28px;border-top:1px solid #eaebec}.blog-single .post-navigation .nav-links{display:flex;gap:22px;justify-content:space-between}.blog-single .post-navigation .nav-previous,.blog-single .post-navigation .nav-next{max-width:46%}.blog-single .post-navigation .nav-next{margin-left:auto;text-align:right}.blog-single .post-navigation a{display:flex;flex-direction:column;gap:7px;color:#151a21;text-decoration:none}.blog-single__nav-label{color:#747b83;font-size:.7rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase}.blog-single__nav-title{font-family:Georgia,"Times New Roman",serif;font-size:1.15rem;line-height:1.35}.blog-single .comments-area{margin-top:52px}.blog-single .comments-title,.blog-single .comment-reply-title{color:#171a20;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.5rem,1.3rem + .5vw,1.8rem);font-weight:400}.blog-single .comment-list{margin:28px 0 44px;padding-left:0;list-style:none}.blog-single .comment-body{margin-bottom:26px;padding-bottom:26px;border-bottom:1px solid #eaebec}.blog-single .comment-form label{display:block;margin-bottom:7px;color:#545b62;font-size:.86rem;font-weight:600}.blog-single .comment-form input:not([type=submit]),.blog-single .comment-form textarea{display:block;width:100%;max-width:100%;padding:13px 15px;border:1px solid #dfe2e5;border-radius:0;box-sizing:border-box;color:#20242b;font:inherit}.blog-single .comment-form textarea{min-height:160px;resize:vertical}.blog-single .comment-form .submit{padding:13px 25px;border:0;background:var(--cb-primary,#172538);color:#fff;cursor:pointer;font:inherit}@media (max-width:720px){.blog-single{width:100%;margin:0 auto 42px;padding:38px 10px 46px;box-shadow:none}.blog-post__title{font-size:clamp(2rem,8.5vw,2.6rem)}.blog-post__layout{display:block;margin-top:38px}.blog-post__share{position:static;flex-direction:row;justify-content:center;margin-bottom:34px}.blog-post__share-title{margin-right:7px;margin-bottom:0;writing-mode:horizontal-tb;transform:none}.blog-post__content{width:100%;line-height:1.72}}