/* An editorial journal: olive, warm paper and quiet architectural lines. */
.news-home{background:var(--white)}
.news-section-heading{gap:28px;align-items:end}
.news-section-heading h2,.news-related h2{font-size:clamp(1.75rem,2.6vw,2.65rem);line-height:1.6}
.news-section-heading p{max-width:58ch;margin-top:18px;font-size:1rem;line-height:2;color:var(--muted)}
.news-section-heading>.text-link{flex-shrink:0}
.news-teasers{display:grid;grid-template-columns:1.25fr 1fr;gap:28px 40px;align-items:start}
.news-card{min-width:0}
.news-card-link{display:block;height:100%;border-bottom:1px solid var(--line);padding-bottom:24px}
.news-card-visual{aspect-ratio:1.6;overflow:hidden;background:#e5e0d2;border-radius:3px 24px 3px 3px}
.news-card-visual img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease)}
.news-card-placeholder{height:100%;display:grid;place-content:center;justify-items:center;gap:18px;color:#5d644f;background:#e3dfd1;position:relative}
.news-card-placeholder:before,.news-card-placeholder:after{content:"";position:absolute;border:1px solid #71795b26;inset:16px;pointer-events:none}
.news-card-placeholder:after{inset:25px}
.news-card-placeholder svg{width:42px;height:42px}
.news-card-placeholder>span{font-size:.8125rem}
.news-card-copy{padding-top:24px;min-width:0}
.news-meta{display:flex;align-items:center;gap:12px 18px;flex-wrap:wrap;font-size:.75rem;line-height:1.9;color:var(--muted)}
.news-meta>span{color:#6a542d}
.news-meta time{display:flex;align-items:center;gap:12px}
.news-meta time:before{content:"";height:4px;width:4px;border-radius:50%;background:var(--gold);flex-shrink:0}
.news-card h3{font-size:clamp(1.125rem,1.45vw,1.45rem);line-height:1.9;font-weight:700;margin-block:15px 12px;overflow-wrap:anywhere}
.news-card p{font-size:.9375rem;line-height:2;color:var(--muted);overflow-wrap:anywhere}
.news-read{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.875rem;padding-top:22px;color:#414a37}
.news-read>span{display:grid;place-items:center;width:36px;height:36px;border:1px solid #a7ac9c;border-radius:50%;font:22px Arial,sans-serif;transition:background .25s,color .25s,transform .25s}
.news-card-link:hover .news-read>span{background:var(--dark);color:var(--paper);transform:translate(-2px,-2px)}
.news-card-link:hover img{transform:scale(1.025)}
.news-card-link:focus-visible{outline:2px solid #745c2b;outline-offset:7px;border-radius:3px}
.news-teasers .news-card:first-child{grid-row:span 2}
.news-teasers .news-card:first-child h3{font-size:clamp(1.35rem,1.9vw,1.8rem)}
.news-teasers .news-card:not(:first-child) .news-card-link{display:grid;grid-template-columns:.65fr 1fr;gap:24px}
.news-teasers .news-card:not(:first-child) .news-card-visual{aspect-ratio:.85}
.news-teasers .news-card:not(:first-child) .news-card-copy{padding-top:0}
.news-teasers .news-card:only-child{grid-column:1/-1;grid-row:auto}
.news-teasers .news-card:only-child .news-card-link{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center}
.news-empty{display:grid;grid-template-columns:.65fr 1.6fr;gap:clamp(28px,5vw,85px);align-items:center;padding:clamp(28px,4vw,64px);border:1px solid #c9c7b6;border-radius:4px 28px 4px 4px;background:#e8e4d7}
.news-empty-emblem{min-height:155px;border-inline-end:1px solid #bcbba8;display:grid;align-content:center;justify-items:center;gap:24px;padding-inline-end:25px;color:#576046}
.news-empty-emblem svg{width:64px;height:64px;stroke-width:.8}
.news-empty-emblem>span{font:10px/1.8 Arial,sans-serif;letter-spacing:.18em;text-align:center}
.news-empty h3{font-size:clamp(1.3rem,2vw,1.75rem);line-height:1.9;margin-bottom:14px}
.news-empty p{color:#555d4a;max-width:56ch;line-height:2;font-size:1rem}
.news-empty-link{display:inline-flex;align-items:center;gap:20px;min-height:44px;font-size:.875rem;border-bottom:1px solid #959c87;margin-top:22px}
.news-archive{padding-top:38px}
.news-filters{display:grid;grid-template-columns:1.4fr 1fr auto;align-items:end;gap:24px;padding:28px;background:var(--white);border:1px solid var(--line);border-radius:16px}
.news-filters>div{display:grid;gap:12px;min-width:0}
.news-filters label{font-size:.875rem}
.news-filters :is(input,select){min-height:52px;width:100%;min-width:0;border:1px solid #999f90;border-radius:6px;background:var(--paper);padding:10px 14px;color:var(--ink);font-size:1rem}
.news-filters input::placeholder{color:#646958;opacity:1}
.news-filters button{min-height:52px;font-size:.9375rem;padding:12px 22px;gap:20px;border-radius:6px}
.news-results-summary{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-block:42px 28px}
.news-results-summary h2{font-size:clamp(1.125rem,1.7vw,1.6rem);line-height:1.9}
.news-results-summary>span{font-size:.8125rem;line-height:1.9;color:var(--muted)}
.news-results-summary a{text-decoration:underline;text-underline-offset:5px;display:inline-block;padding-block:10px}
.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 28px}
.news-hero .experience-copy{min-width:0}
.news-hero .news-meta{margin-bottom:20px}
.news-hero.experience-hero h1{font-size:clamp(1.7rem,2.8vw,2.8rem);line-height:1.8;overflow-wrap:anywhere;font-weight:700}
.news-hero-media{margin:0;min-width:0}
.news-hero-cover{aspect-ratio:4/3;width:100%;height:auto;object-fit:cover;border-radius:4px 36px 4px 4px}
.news-hero-media figcaption{font-size:.75rem;line-height:1.9;color:var(--muted);border-bottom:1px solid var(--line);padding-block:14px}
.news-reading{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(0,1fr);gap:7vw;align-items:start;padding-top:54px}
.news-story>h2{font-size:1.125rem;line-height:1.9;margin-bottom:26px;color:#61684f}
.news-prose{max-width:68ch;overflow-wrap:anywhere}
.news-prose p{font-size:1.0625rem;line-height:2.25;margin-bottom:28px}
.news-source{display:flex;flex-wrap:wrap;gap:12px;font-size:.875rem;line-height:2;border-top:1px solid var(--line);padding-top:22px;margin-block:36px}
.news-source a{text-decoration:underline;text-underline-offset:5px}
.news-story>.text-link{margin-top:28px}
.news-aside{padding:32px;border:1px solid #c4c7b8;background:#e7e7dc;border-radius:3px 24px 3px 3px}
.news-aside>.eyebrow{font-size:.75rem;color:#646750;display:block;margin-bottom:20px}
.news-aside h2{font-size:1.4rem;line-height:1.9;margin-bottom:20px}
.news-aside p{font-size:.9375rem;line-height:2;color:var(--muted);margin-bottom:20px}
.news-related{background:var(--white)}
@media(min-width:1800px){.news-home,.news-archive,.news-reading,.news-related{padding-inline:max(var(--gutter),calc((100vw - 1580px)/2))}}
@media(max-width:1100px){.news-teasers{gap:28px}.news-teasers .news-card:not(:first-child) .news-card-link{gap:18px;grid-template-columns:1fr}.news-teasers .news-card:not(:first-child) .news-card-visual{aspect-ratio:2.3}.news-teasers .news-card:first-child .news-card-visual{aspect-ratio:1}.news-filters{grid-template-columns:1.2fr 1fr}.news-filters button{justify-self:start}.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.news-reading{gap:35px;grid-template-columns:1.5fr 1fr}.news-aside{padding:24px}}
@media(max-width:760px){.news-section-heading{align-items:start}.news-section-heading p{font-size:.9375rem;margin-top:14px}.news-teasers,.news-grid{grid-template-columns:1fr;gap:32px}.news-teasers .news-card:first-child{grid-row:auto}.news-teasers .news-card:first-child h3{font-size:1.25rem}.news-teasers .news-card:only-child .news-card-link,.news-teasers .news-card:not(:first-child) .news-card-link{display:block}.news-card-visual,.news-teasers .news-card:first-child .news-card-visual,.news-teasers .news-card:not(:first-child) .news-card-visual{aspect-ratio:1.5}.news-card-copy,.news-teasers .news-card:not(:first-child) .news-card-copy{padding-top:20px}.news-card h3{font-size:1.2rem;margin-block:12px}.news-empty{grid-template-columns:1fr;gap:24px}.news-empty-emblem{border-inline-end:0;border-bottom:1px solid #bcbba8;padding:0 0 24px;min-height:0;display:flex;justify-content:space-between;align-items:center;gap:16px}.news-empty-emblem svg{width:48px;height:48px;flex:none}.news-empty p{font-size:.9375rem}.news-filters{grid-template-columns:1fr;padding:20px;gap:20px}.news-filters button{width:100%;justify-content:space-between}.news-results-summary{align-items:start;flex-direction:column;gap:10px;margin-block:30px 24px}.news-reading{grid-template-columns:1fr;gap:40px;padding-top:34px}.news-prose p{font-size:1rem;line-height:2.15}.news-hero.experience-hero h1{font-size:clamp(1.6rem,5vw,2rem)}.news-hero-media{margin-top:12px}.news-hero-cover{border-top-right-radius:24px}.news-meta{font-size:.75rem}.news-aside h2{font-size:1.25rem}.media-intro-index{gap:14px;flex-wrap:wrap}.media-intro-index span+span{padding-inline-start:14px}}
@media(prefers-reduced-motion:reduce){.news-card-link:hover img,.news-card-link:hover .news-read>span{transform:none}.news-card-visual img,.news-read>span{transition:none}}
