.blog-hero { position: relative; padding-block: clamp(60px, 8vw, 96px) clamp(32px, 4vw, 56px); overflow: hidden; background: radial-gradient(70% 90% at 100% 0%, rgba(213,165,0,.07), transparent 60%), linear-gradient(180deg, rgba(0,96,87,.05) 0%, rgba(255,255,255,1) 75%); }
.blog-hero-inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: stretch; }
@media (max-width: 920px) { .blog-hero-inner { grid-template-columns: 1fr; } }
.blog-intro h1 { font-family: var(--f-display); font-weight: 400; font-size: clamp(40px, 5vw, 64px); line-height: 1.02; letter-spacing: -0.015em; color: var(--teal-deep); margin: 18px 0 18px; text-wrap: balance; }
.blog-intro h1 em { font-style: italic; color: var(--teal); }
.blog-intro p { font-size: clamp(16px, 1.2vw, 18px); line-height: 1.6; color: var(--muted); max-width: 48ch; margin: 0; }
.blog-search { margin-top: 30px; display: flex; align-items: center; gap: 0; background: #fff; border: 1px solid var(--line-strong); border-radius: 999px; padding: 6px 6px 6px 22px; max-width: 460px; transition: border-color .2s, box-shadow .2s; }
.blog-search:focus-within { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(213,165,0,.10); }
.blog-search .ico { color: var(--muted); }
.blog-search input { flex: 1; border: 0; outline: none; background: transparent; font: inherit; font-size: 14.5px; padding: 10px 12px; color: var(--ink); }
.blog-search button { background: var(--teal-deep); color: #fff; border: 0; border-radius: 999px; height: 40px; padding: 0 18px; font-weight: 500; font-size: 13.5px; }
.blog-search button:hover { background: var(--gold); color: var(--teal-deep); }
.cats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.cats a { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: 0.08em; text-transform: uppercase; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line-strong); color: var(--muted); transition: background .2s, color .2s, border-color .2s; white-space: nowrap; }
.cats a:hover { color: var(--teal); border-color: var(--teal); }
.cats a.on { background: var(--teal-deep); color: #fff; border-color: var(--teal-deep); }

.featured-row { margin-top: 8px; display: grid; grid-template-columns: 1.45fr 1fr; gap: clamp(24px, 3vw, 36px); align-items: stretch; }
@media (max-width: 920px) { .featured-row { grid-template-columns: 1fr; } }
.featured { position: relative; display: flex; flex-direction: column; background: #fff; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--line); }
.featured .feat-cover { position: relative; aspect-ratio: 16 / 10; overflow: hidden; display: block; background-size: cover; background-position: center; }
.featured .feat-cover .feat-tag { position: absolute; top: 20px; left: 20px; background: rgba(255,255,255,.94); color: var(--teal-deep); padding: 6px 12px 6px 10px; border-radius: 999px; font-size: 11px; font-family: var(--f-mono); letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500; display: inline-flex; align-items: center; gap: 8px; z-index: 2; }
.featured .feat-cover .feat-tag::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.featured .feat-body { padding: 32px clamp(24px, 3vw, 40px) 36px; display: flex; flex-direction: column; gap: 14px; }
.featured .post-cat { align-self: flex-start; background: rgba(0,96,87,.08); color: var(--teal); border-radius: 999px; padding: 6px 14px; font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; }
.featured h2 { font-family: var(--f-display); font-weight: 400; font-size: clamp(28px, 3.4vw, 42px); line-height: 1.04; letter-spacing: -0.01em; color: var(--teal-deep); margin: 0; text-wrap: balance; }
.featured h2 a { color: inherit; transition: color .2s; }
.featured h2 a:hover { color: var(--teal); }
.featured .feat-desc { font-size: 15.5px; line-height: 1.6; color: var(--muted); margin: 0; max-width: 56ch; }
.featured .feat-meta { margin-top: 6px; display: flex; align-items: center; justify-content: space-between; gap: 14px; font-family: var(--f-mono); font-size: 11.5px; letter-spacing: 0.06em; color: var(--muted); }

.side-stack { display: flex; flex-direction: column; gap: 18px; }
.post-side { display: grid; grid-template-columns: 140px 1fr; gap: 16px; background: #fff; border-radius: var(--r-md); border: 1px solid var(--line); overflow: hidden; align-items: stretch; transition: box-shadow .3s, transform .3s; }
.post-side:hover { box-shadow: 0 8px 22px rgba(0,0,0,.07); transform: translateY(-2px); }
.post-side-cover { display: block; height: 100%; min-height: 130px; position: relative; background-size: cover; background-position: center; }
.post-side .post-cat { position: absolute; top: 10px; left: 10px; background: rgba(255,255,255,.94); color: var(--teal-deep); padding: 4px 8px; border-radius: 4px; font-size: 10px; font-family: var(--f-mono); letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500; z-index: 2; }
.post-side-body { display: flex; flex-direction: column; gap: 6px; padding: 18px 18px 18px 0; }
.post-side-body h4 { font-family: var(--f-display); font-weight: 400; font-size: 19px; line-height: 1.18; letter-spacing: -0.005em; margin: 0; color: var(--teal-deep); }
.post-side-body p { font-size: 13px; line-height: 1.5; color: var(--muted); margin: 0; }
.post-side-body .post-meta { margin-top: auto; font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.06em; color: var(--muted-soft); }
@media (max-width: 560px) { .post-side { grid-template-columns: 1fr; } .post-side-cover { aspect-ratio: 16/10; min-height: 0; } .post-side-body { padding: 16px 18px 18px; } }

.posts { background: var(--paper-warm); padding-block: clamp(64px, 8vw, 100px); }
.posts-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.posts-head h2 { font-family: var(--f-display); font-weight: 400; font-size: clamp(28px, 3.4vw, 40px); letter-spacing: -0.01em; color: var(--teal-deep); margin: 12px 0 0; }
.posts-head h2 em { font-style: italic; color: var(--teal); }
.posts-head .desc { color: var(--muted); font-size: 15px; max-width: 36ch; }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 960px) { .posts-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .posts-grid { grid-template-columns: 1fr; } }
.post-card { background: #fff; border-radius: var(--r-md); border: 1px solid var(--line); overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 1px 2px rgba(0,0,0,.03), 0 6px 18px rgba(0,0,0,.04); transition: box-shadow .3s, transform .3s; }
.post-card:hover { box-shadow: 0 14px 36px rgba(0,0,0,.10); transform: translateY(-3px); }
.post-cover { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background-size: cover; background-position: center; }
.post-card .post-cat { position: absolute; top: 14px; left: 14px; z-index: 2; background: var(--teal); color: #fff; font-size: 11px; font-family: var(--f-mono); letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; font-weight: 500; }
.post-body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.post-body h3 { font-family: var(--f-display); font-size: 24px; font-weight: 400; line-height: 1.18; color: var(--teal-deep); margin: 0; letter-spacing: -0.005em; }
.post-body h3 a { color: inherit; transition: color .2s; }
.post-body h3 a:hover { color: var(--teal); }
.post-body p { color: var(--muted); font-size: 14px; margin: 0; line-height: 1.55; }
.post-card .post-meta { margin-top: auto; padding-top: 16px; display: flex; align-items: center; justify-content: space-between; font-family: var(--f-mono); font-size: 11.5px; letter-spacing: 0.06em; color: var(--muted); }
.read-more { color: var(--teal); font-weight: 500; font-family: var(--f-body); font-size: 13.5px; display: inline-flex; align-items: center; gap: 6px; transition: gap .25s, color .2s; }
.post-card:hover .read-more { gap: 10px; color: var(--gold); }

/* Remove placeholders classes */
.imgph::before, .imgph::after { display: none; }
