.blog-hero{position:relative;min-height:48vh;display:flex;align-items:flex-end;overflow:hidden;isolation:isolate;background:var(--hero-bg);color:var(--hero-ink)}.blog-hero-bg{position:absolute;inset:0;z-index:0}.blog-hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.4}.blog-hero::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgb(8 6 3 / .5),transparent 38%,rgb(8 6 3 / .9))}.blog-hero .wrap{position:relative;z-index:2;padding-top:146px;padding-bottom:56px}.blog-hero .eyebrow{color:var(--hero-gold)}.blog-hero h1{font-size:clamp(2.2rem,5.5vw,4rem);font-weight:700;margin-top:14px}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:54px 34px}.post-card{margin:0;display:flex;flex-direction:column}.post-card .ph{overflow:hidden;background:var(--surface);aspect-ratio:3/2}.post-card .ph img{width:100%;height:100%;object-fit:cover;transition:transform .9s cubic-bezier(.2,.7,.2,1)}.post-card:hover .ph img{transform:scale(1.05)}.post-card .meta{margin-top:16px;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}.post-card h2{font-size:1.4rem;margin:10px 0;line-height:1.25}.post-card h2 a:hover{color:var(--gold)}.post-card .excerpt{color:var(--muted);font-size:.96rem;margin:0 0 14px}.post-card .more{font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink);border-bottom:1px solid var(--gold);padding-bottom:4px;align-self:flex-start;margin-top:auto}.post-card .more:hover{color:var(--gold)}@media(max-width:900px){.post-grid{grid-template-columns:1fr 1fr;gap:40px 24px}}@media(max-width:560px){.post-grid{grid-template-columns:1fr}}.blog-empty{text-align:center;color:var(--muted);padding:40px 0}.pagination{display:flex;gap:10px;justify-content:center;margin-top:70px;flex-wrap:wrap}.pagination .page-numbers{display:inline-flex;min-width:44px;height:44px;align-items:center;justify-content:center;border:1px solid var(--line-2);color:var(--ink);font-size:.85rem;letter-spacing:.05em;transition:.25s;padding:0 12px}.pagination .page-numbers.current,.pagination .page-numbers:hover{border-color:var(--gold);color:var(--gold)}.single-hero{position:relative;min-height:64vh;display:flex;align-items:flex-end;overflow:hidden;isolation:isolate;background:var(--hero-bg);color:var(--hero-ink)}.single-hero-bg{position:absolute;inset:0;z-index:0}.single-hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.55}.single-hero::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgb(8 6 3 / .4),transparent 30%,rgb(8 6 3 / .92))}.single-hero .wrap{position:relative;z-index:2;padding-top:150px;padding-bottom:60px;max-width:900px}.single-hero .meta{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--hero-gold);margin-bottom:14px}.single-hero h1{font-size:clamp(2rem,4.6vw,3.4rem);font-weight:700;max-width:22ch}.post-body{max-width:760px;margin:0 auto}.post-body p{color:var(--ink);font-size:1.12rem;line-height:1.8;margin:0 0 22px}.post-body h2{font-size:clamp(1.5rem,3vw,2rem);margin:44px 0 16px}.post-body h3{font-size:1.3rem;margin:34px 0 12px}.post-body img{width:100%;height:auto;margin:28px 0}.post-body ul,.post-body ol{color:var(--ink);font-size:1.08rem;line-height:1.8;padding-left:1.2em;margin:0 0 22px}.post-body li{margin-bottom:8px}.post-body a{color:var(--gold);border-bottom:1px solid var(--gold)}.post-body blockquote{border-left:2px solid var(--gold);padding-left:24px;margin:28px 0;font-family:var(--serif);font-style:italic;font-size:1.3rem;color:var(--muted)}.single-back{max-width:760px;margin:56px auto 0;padding-top:28px;border-top:1px solid var(--line)}.single-back a{font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink);border-bottom:1px solid var(--gold);padding-bottom:4px}.single-back a:hover{color:var(--gold)}body.ricco-livingskin .blog-hero h1,body.ricco-livingskin .single-hero h1{color:var(--hero-ink)!important}body.ricco-livingskin .post-card h2,body.ricco-livingskin .post-body h2,body.ricco-livingskin .post-body h3{color:var(--ink)!important}body.ricco-livingskin .post-card h2 a{color:var(--ink)!important}body.ricco-livingskin .post-card h2 a:hover{color:var(--gold)!important}