.vspl{--vspl-accent:#c5a059;--vspl-cta-hover:#2d362e;--vspl-on-surface:#2d362e;--vspl-on-surface-variant:#5a635c;--vspl-background:#f7f5f0;--vspl-outline:#a3a9a0;--vspl-surface-container:#d6d3cd;--vspl-font-serif:"Cormorant Garamond", Georgia, serif;--vspl-font-body:"Source Sans 3", system-ui, -apple-system, sans-serif;--vspl-max-width:80rem;--vspl-gutter:clamp(1.25rem, 4vw, 1.5rem);background:var(--vspl-background);padding:5rem var(--vspl-gutter);width:100%;box-sizing:border-box}.vspl *,.vspl *::before,.vspl *::after{box-sizing:border-box}@media (min-width:768px){.vspl{padding-top:7.5rem;padding-bottom:7.5rem}}.vspl__inner{max-width:var(--vspl-max-width);margin:0 auto}.vspl__empty{margin:3rem 0 0;font-family:var(--vspl-font-body);font-size:1.25rem;line-height:1.6;color:var(--vspl-on-surface-variant)}.vspl__list{list-style:none;margin:0;padding:0}.vspl--list-only .vspl__empty{margin-top:0}.vspl-item{border-top:1px solid var(--vspl-outline);padding-top:4rem}.vspl-item:first-child{border-top:0;padding-top:0}@media (min-width:768px){.vspl-item{padding-top:5rem}.vspl-item:first-child{padding-top:0}}.vspl-item+.vspl-item{margin-top:4rem}@media (min-width:768px){.vspl-item+.vspl-item{margin-top:6rem}}.vspl-item__row{display:flex;flex-direction:column;align-items:stretch;gap:2rem}@media (min-width:1024px){.vspl-item__row{flex-direction:row;align-items:center;gap:3rem}.vspl-item--image-right .vspl-item__row{flex-direction:row-reverse}}.vspl-item__media{width:100%}@media (min-width:1024px){.vspl-item__media{width:48%;flex-shrink:0}}.vspl-item__body{width:100%}@media (min-width:1024px){.vspl-item__body{width:52%;flex-shrink:0}}.vspl-editorial-img{aspect-ratio:4 / 3;width:100%;overflow:hidden;border-radius:.75rem;background:var(--vspl-surface-container)}@media (min-width:768px){.vspl-editorial-img{aspect-ratio:16 / 10}}.vspl-editorial-img img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 0.7s ease}.vspl-editorial-img:hover img{transform:scale(1.02)}.vspl-editorial-img--empty{min-height:12rem}.vspl-item__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.vspl-item__date{font-family:var(--vspl-font-body);font-size:.875rem;color:var(--vspl-accent);background:color-mix(in srgb,var(--vspl-accent) 10%,transparent);border-radius:.375rem;padding:.25rem .5rem}.vspl-item__category{font-family:var(--vspl-font-body);font-size:.875rem;letter-spacing:.05em;text-transform:uppercase;color:var(--vspl-on-surface-variant)}.vspl-item__title{margin:1rem 0 0;font-family:var(--vspl-font-serif);font-size:clamp(1.5rem, 2.5vw, 2rem);font-weight:600;line-height:1.3}.vspl-item__title a{color:var(--vspl-on-surface);text-decoration:none;transition:color 0.3s ease}.vspl-item__title a:hover{color:var(--vspl-accent)}.vspl-item__excerpt{margin:.75rem 0 0;font-family:var(--vspl-font-body);font-size:1.25rem;line-height:1.6;color:var(--vspl-on-surface-variant)}.vspl-item__cta-wrap{margin-top:1.5rem}.vspl-ghost{display:inline-flex;align-items:center;gap:.5rem;border:0;background:#fff0;padding:0;font-family:var(--vspl-font-body);font-size:.875rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;color:var(--vspl-accent);white-space:nowrap;transition:color 0.3s ease;cursor:pointer}.vspl-ghost:hover{color:var(--vspl-cta-hover)}.vspl-ghost__icon{width:1rem;height:1rem;flex-shrink:0;transition:transform 0.3s ease}.vspl-ghost:hover .vspl-ghost__icon{transform:translateX(.25rem)}