.le-editorial-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.le-editorial-heading h2, .le-project-card h3, .le-blog-card h3, .le-service-row h3 { margin: 0 0 .45em; font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif; font-weight: 500; line-height: 1.08; letter-spacing: -.03em; }
.le-editorial-heading h2 { max-width: 900px; font-size: clamp(2.5rem, 5vw, 5rem); }
.le-heading-description { max-width: 680px; color: #68716e; }
.le-eyebrow { margin: 0 0 16px; color: var(--le-accent, #0f5c55); font-size: .74rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.le-text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: .75rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.le-text-link::after { content: "↗"; }
.le-filter-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 42px; }
.le-filter-nav button { padding: 10px 15px; border: 1px solid rgba(23,32,30,.16); background: transparent; cursor: pointer; font-size: .7rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.le-filter-nav button.is-active, .le-filter-nav button:hover { background: var(--le-accent, #0f5c55); border-color: var(--le-accent, #0f5c55); color: #fff; }
.le-portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 48px 28px; }
.le-portfolio-grid.layout-editorial { grid-template-columns: repeat(12, 1fr); }
.le-portfolio-grid.layout-editorial .le-project-card { grid-column: span 6; }
.le-portfolio-grid.layout-editorial .le-project-card:nth-child(3n+1) { grid-column: span 7; }
.le-portfolio-grid.layout-editorial .le-project-card:nth-child(3n+2) { grid-column: 9 / span 4; margin-top: 80px; }
.le-project-image, .le-blog-image { position: relative; display: block; overflow: hidden; aspect-ratio: 4/3; background: #dfece7; }
.le-project-image img, .le-blog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.le-project-image:hover img, .le-blog-image:hover img { transform: scale(1.05); }
.le-card-arrow { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.94); transform: translateY(-70px); transition: transform .3s ease; }
.le-project-image:hover .le-card-arrow { transform: translateY(0); }
.le-project-copy, .le-blog-copy { padding-top: 20px; }
.le-project-copy h3, .le-blog-copy h3 { font-size: clamp(1.45rem, 2vw, 2.2rem); }
.le-project-copy p:not(.le-eyebrow), .le-blog-copy p:not(.le-eyebrow) { color: #68716e; }
.le-placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg,#e8e4dc,#c7ddd5); }
.le-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 34px; }
.le-services-list { border-top: 1px solid rgba(23,32,30,.16); }
.le-service-row { display: grid; grid-template-columns: 60px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid rgba(23,32,30,.16); }
.le-service-row > span { color: var(--le-accent, #0f5c55); font-size: .74rem; letter-spacing: .12em; }
.le-service-row h3 { font-size: clamp(1.7rem, 3vw, 3rem); }
.le-service-row p { max-width: 680px; margin-bottom: 0; color: #68716e; }
[hidden] { display: none !important; }
@media (max-width: 767px) {
  .le-editorial-heading { display: block; }
  .le-editorial-heading .le-text-link { margin-top: 18px; }
  .le-portfolio-grid, .le-blog-grid { grid-template-columns: 1fr !important; }
  .le-portfolio-grid.layout-editorial .le-project-card:nth-child(n) { grid-column: 1 / -1; margin-top: 0; }
  .le-service-row { grid-template-columns: 44px 1fr; }
}
