/* Vending National WordPress editorial layer. */
:root{--blog-sidebar:360px;--blog-reading:780px}
body.vending-wordpress{overflow-x:hidden;background:#fff}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{z-index:100000;top:10px;left:10px;width:auto;height:auto;padding:12px 16px;clip:auto;background:#fff;color:var(--navy);font-weight:800;box-shadow:var(--shadow)}
a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid rgba(244,124,32,.55);outline-offset:3px}
.site-nav .is-current{color:#f8a35e!important}
.page-hero{padding:66px 0 62px}
.page-hero h1{max-width:920px;color:#fff;font-size:clamp(40px,5.4vw,64px)}
.page-hero .eyebrow{color:#ffad70}
.page-hero> .shell>p:not(.eyebrow),.archive-description{max-width:780px;margin:18px 0 0;color:#d2e0e9;font-size:17px;line-height:1.65;white-space:normal}
.archive-description p{margin:0;color:inherit}
.blog-index-hero{min-height:350px;display:flex;align-items:center}
.blog-index-section,.archive-section{padding-top:72px}
.blog-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--blog-sidebar);gap:50px;align-items:start}
.blog-listing{min-width:0}
.listing-heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(240px,.8fr);gap:30px;align-items:end;margin-bottom:34px;padding-bottom:25px;border-bottom:1px solid var(--line)}
.listing-heading .eyebrow{margin-bottom:8px}
.listing-heading h2{margin:0;color:var(--navy);font-size:clamp(30px,4vw,43px);line-height:1.08;letter-spacing:-.035em}
.listing-heading>p{margin:0;color:var(--muted)}
.blog-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px}
.blog-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 10px 30px rgba(7,29,50,.08);transition:transform .2s ease,box-shadow .2s ease}
.blog-card:hover{transform:translateY(-3px);box-shadow:0 17px 38px rgba(7,29,50,.13)}
.blog-card-image{display:block;overflow:hidden;background:#dfe8ef;aspect-ratio:3/2}
.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.blog-card:hover .blog-card-image img{transform:scale(1.025)}
.blog-card-body{display:flex;flex:1;flex-direction:column;padding:25px}
.blog-card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;color:#74828e;font-size:11px;line-height:1.35}
.blog-card-meta a{color:var(--orange-dark);font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.blog-card h2{margin:0 0 12px;color:var(--navy);font-size:22px;line-height:1.2;letter-spacing:-.02em}
.blog-card h2 a:hover{color:var(--orange-dark)}
.blog-card-excerpt{margin-bottom:22px;color:var(--muted);font-size:14px}
.blog-card-excerpt p{margin:0}
.blog-card .text-link{display:inline-flex;align-items:center;gap:7px;margin-top:auto;color:var(--orange-dark);font-size:13px}
.blog-card .text-link span{transition:transform .2s}
.blog-card .text-link:hover span{transform:translateX(3px)}
.navigation.pagination{margin-top:42px}
.nav-links{display:flex;flex-wrap:wrap;gap:8px}
.nav-links .page-numbers{display:grid;min-width:42px;height:42px;place-items:center;padding:0 12px;border:1px solid var(--line);border-radius:4px;color:var(--navy);font-size:13px;font-weight:800}
.nav-links .page-numbers.current,.nav-links a.page-numbers:hover{border-color:var(--orange);background:var(--orange);color:#fff}
.empty-state{padding:45px;background:var(--pale);border-left:5px solid var(--orange)}
.empty-state h2{margin-top:0;color:var(--navy)}

/* Sidebar and embedded lead form */
.blog-sidebar{display:grid;min-width:0;gap:24px}
.sidebar-lead{overflow:hidden;border-radius:10px;background:transparent}
.sidebar-lead .connect360-widget-card,.sidebar-lead .connect360-widget-card #formTargetDiv,.sidebar-lead .connect360-widget-card iframe{width:100%!important;max-width:none!important;height:680px!important;min-height:680px!important}
.sidebar-service-actions{display:grid;gap:12px;margin-top:22px}.sidebar-service-actions .button{width:100%}.sidebar-service-actions .button-coffee{background:#4f9e1d}.sidebar-service-actions .button-coffee:hover,.sidebar-service-actions .button-coffee:focus{background:#3d7e16}
.blog-side-card{padding:27px;background:var(--pale);border-top:4px solid var(--orange);border-radius:7px}
.blog-side-card .side-card-kicker{margin:0 0 5px;color:var(--orange-dark);font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.blog-side-card>h2{margin:0 0 20px;color:var(--navy);font-size:25px;letter-spacing:-.025em}
.category-list{margin:0;padding:0;list-style:none}
.category-list li{margin:0;border-top:1px solid #d6e0e7}
.category-list>li:first-child{border-top:0}
.category-list a{display:flex;justify-content:space-between;gap:12px;padding:10px 0;color:#284158;font-size:13px;font-weight:800}
.category-list a:hover{color:var(--orange-dark)}
.category-list .children{margin:0 0 8px;padding:0 0 0 14px;list-style:none;border-left:2px solid #d7e2e9}
.category-list .children li{border:0}
.category-list .children a{padding:6px 0;font-size:12px;font-weight:700}
.recent-posts-card{background:#fff;border:1px solid var(--line);border-top:4px solid var(--orange);box-shadow:0 8px 25px rgba(7,29,50,.06)}
.recent-post-item{display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px;padding:15px 0;border-top:1px solid var(--line)}
.recent-post-item:first-of-type{padding-top:0;border-top:0}
.recent-post-thumb{display:block;height:68px;overflow:hidden;border-radius:4px;background:#dfe8ef}
.recent-post-thumb img,.recent-post-placeholder{display:block;width:100%;height:100%;object-fit:cover}
.recent-post-placeholder{background:linear-gradient(135deg,var(--navy),var(--navy-soft))}
.recent-post-item time{display:block;margin-bottom:3px;color:#7e8a94;font-size:10px;text-transform:uppercase}
.recent-post-item h3{margin:0;color:var(--navy);font-size:13px;line-height:1.3}
.recent-post-item h3 a:hover{color:var(--orange-dark)}

/* Single article layout */
.single-post-hero{padding:56px 0 58px}
.single-hero-inner{max-width:1180px}
.single-post-hero .eyebrow{display:inline-block;margin-bottom:15px}
.single-post-hero h1{max-width:990px;font-size:clamp(38px,5vw,61px)}
.single-post-hero .single-deck{max-width:850px;margin:20px 0 0;color:#d7e3eb;font-size:19px;line-height:1.6}
.single-meta{display:flex;flex-wrap:wrap;gap:10px 25px;margin-top:24px;color:#b7c9d6;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.single-meta span{position:relative}
.single-meta span:before{content:"";position:absolute;left:-14px;top:7px;width:3px;height:3px;border-radius:50%;background:var(--orange)}
.single-post-section{padding-top:54px}
.post-article{min-width:0;max-width:var(--blog-reading)}
.post-featured-image{margin:0 0 38px}
.post-featured-image img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:9px;box-shadow:0 18px 45px rgba(7,29,50,.13)}
.post-featured-image figcaption,.entry-content figcaption{margin-top:10px;color:#697987;font-size:12px;line-height:1.45}
.entry-content{color:#334b60;font-size:17px;line-height:1.78}
.entry-content>p:first-child{color:var(--ink);font-size:20px;line-height:1.65}
.entry-content p{margin:0 0 22px;color:inherit}
.entry-content h2{margin:55px 0 18px;padding-top:4px;color:var(--navy);font-size:clamp(28px,3.3vw,38px);line-height:1.15;letter-spacing:-.03em;scroll-margin-top:24px}
.entry-content h3{margin:33px 0 11px;color:var(--navy);font-size:22px;line-height:1.25}
.entry-content h4{margin:27px 0 9px;color:var(--navy);font-size:18px}
.entry-content ul,.entry-content ol{margin:0 0 25px;padding-left:24px}
.entry-content li{margin:9px 0;padding-left:3px}
.entry-content a{color:#c95408;font-weight:750;text-decoration:underline;text-decoration-color:#f3b487;text-decoration-thickness:1px;text-underline-offset:3px}
.entry-content a:hover{color:var(--orange-dark);text-decoration-color:currentColor}
.entry-content figure{margin:38px 0}
.entry-content figure img{width:100%;height:auto;border-radius:8px;box-shadow:0 13px 34px rgba(7,29,50,.1)}
.entry-content blockquote{margin:34px 0;padding:25px 30px;background:var(--pale);border-left:5px solid var(--orange);color:var(--navy);font-size:20px;font-weight:700}
.entry-content blockquote p:last-child{margin-bottom:0}
.entry-content table{display:block;width:100%;overflow-x:auto;margin:30px 0;border-collapse:collapse;font-size:14px}
.entry-content th,.entry-content td{padding:13px 15px;border:1px solid var(--line);text-align:left;vertical-align:top}
.entry-content th{background:var(--navy);color:#fff}
.entry-content tbody tr:nth-child(even){background:var(--pale)}
.entry-content hr{margin:45px 0;border:0;border-top:1px solid var(--line)}
.inline-project-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:32px 0 38px;padding:22px 24px;background:var(--pale);border-left:5px solid var(--orange);box-shadow:0 8px 24px rgba(7,29,50,.06)}
.inline-project-cta div{display:grid;gap:3px}.inline-project-cta strong{color:var(--navy);font-size:19px;line-height:1.25}.inline-project-cta span{color:var(--muted);font-size:13px;line-height:1.5}.entry-content .inline-project-cta a.button{min-width:max-content;min-height:44px;padding-inline:18px;background:var(--orange);color:#fff;font-size:12px;text-decoration:none}.entry-content .inline-project-cta a.button:visited{color:#fff}.entry-content .inline-project-cta a.button:hover,.entry-content .inline-project-cta a.button:focus{background:var(--orange-dark);color:#fff}
.entry-content .wp-block-button__link{display:inline-flex;min-height:48px;align-items:center;padding:0 22px;border-radius:4px;background:var(--orange);color:#fff;text-decoration:none}
.entry-content h2:nth-last-of-type(1){padding-top:27px;border-top:1px solid var(--line)}
.entry-content h2:nth-last-of-type(1)+h3{margin-top:24px}
.post-footer-cta{margin-top:60px;padding:38px;background:var(--navy);color:#fff;border-top:5px solid var(--orange)}
.post-footer-cta .eyebrow{margin-bottom:8px;color:#ffad70}
.post-footer-cta h2{margin:0 0 12px;color:#fff;font-size:32px;line-height:1.12}
.post-footer-cta p:not(.eyebrow){margin:0 0 23px;color:#cad9e3}
.post-footer-cta .button{background:var(--orange)}
.post-footer-cta .button:hover{background:var(--orange-dark)}
.related-posts .section-heading{margin-bottom:30px}
.related-posts .section-heading .eyebrow{margin-bottom:9px}
.related-posts .section-heading h2{margin:0;color:var(--navy);font-size:38px}
.related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}

/* Search and utility pages */
.blog-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;max-width:700px;margin:0 0 32px}
.blog-search-form input{min-width:0;height:52px;padding:0 16px;border:1px solid var(--line);border-right:0;border-radius:4px 0 0 4px;color:var(--ink);font:inherit}
.blog-search-form button{min-width:108px;border:0;border-radius:0 4px 4px 0;background:var(--orange);color:#fff;font-weight:900;cursor:pointer}
.blog-search-form button:hover{background:var(--orange-dark)}
.error-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.page-links{margin-top:30px;padding:15px;background:var(--pale)}
.wp-caption,.wp-caption img{max-width:100%;height:auto}
.alignwide{width:min(100%,1000px)}
.alignleft{float:left;margin:8px 28px 18px 0}
.alignright{float:right;margin:8px 0 18px 28px}
.aligncenter{margin-right:auto!important;margin-left:auto!important}

@media(max-width:1100px){
  :root{--blog-sidebar:330px}
  .blog-layout{gap:34px}
  .blog-card-grid{gap:18px}
  .blog-card-body{padding:21px}
  .blog-card h2{font-size:20px}
}
@media(max-width:980px){
  .blog-layout{grid-template-columns:1fr}
  .post-article{max-width:none}
  .blog-sidebar{grid-template-columns:1fr 1fr}
  .sidebar-lead{grid-column:1/-1;width:min(100%,620px);margin-inline:auto}
  .related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .page-hero{padding:48px 0}
  .page-hero h1{font-size:40px}
  .blog-index-hero{min-height:290px}
  .listing-heading{grid-template-columns:1fr;gap:12px}
  .blog-card-grid,.related-grid{grid-template-columns:1fr}
  .blog-sidebar{grid-template-columns:1fr}
  .sidebar-lead{grid-column:auto}
  .single-post-hero .single-deck{font-size:17px}
  .single-meta span:before{display:none}
  .post-featured-image{margin-bottom:30px}
  .entry-content{font-size:16px;line-height:1.72}
  .entry-content>p:first-child{font-size:18px}
  .entry-content h2{margin-top:44px;font-size:29px}
  .entry-content h3{font-size:20px}
  .post-footer-cta{padding:29px 24px}
  .post-footer-cta h2{font-size:27px}
}
@media(max-width:620px){
  .single-post-section,.blog-index-section,.archive-section{padding-top:38px}
  .blog-card-body{padding:20px}
  .blog-card-meta{align-items:flex-start;flex-direction:column;gap:4px}
  .single-post-hero h1{font-size:38px}
  .single-post-hero{padding:44px 0 46px}
  .entry-content figure{margin:30px 0}
  .entry-content blockquote{padding:22px;font-size:18px}
  .inline-project-cta{align-items:stretch;flex-direction:column;gap:16px;padding:20px}.inline-project-cta .button{width:100%}
  .alignleft,.alignright{float:none;margin:24px 0}
  .blog-search-form{grid-template-columns:1fr}
  .blog-search-form input{border-right:1px solid var(--line);border-radius:4px 4px 0 0}
  .blog-search-form button{height:48px;border-radius:0 0 4px 4px}
}
@media(prefers-reduced-motion:reduce){.blog-card,.blog-card-image img,.blog-card .text-link span{transition:none!important}}
