.feature-article{background:var(--color-bg);padding:var(--space-12) var(--space-6) var(--space-20)}.feature-header,.feature-body,.feature-cta{max-width:620px;margin:0 auto}.feature-more{max-width:1100px;margin:0 auto}.feature-header{text-align:center}.feature-crumbs{display:flex;justify-content:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-text-secondary);margin-bottom:var(--space-6)}.feature-crumbs a{color:var(--color-text-secondary);text-decoration:none}.feature-crumbs a:hover{color:var(--forest);text-decoration:underline}.feature-header h1{font-family:var(--font-display);font-size:clamp(32px,4.4vw,50px);font-weight:400;line-height:1.12;letter-spacing:-.02em;color:var(--forest);margin:0 0 var(--space-5)}.feature-standfirst{font-size:var(--text-lg);line-height:var(--leading-relaxed);color:var(--color-text-secondary);margin:0 auto;max-width:600px}.feature-shot{margin:var(--space-8) auto var(--space-12);max-width:720px}.feature-shot--wide{max-width:1100px}.feature-shot--detail,.feature-shot--tall{max-width:340px}.feature-shot--portrait{max-width:560px}.feature-shot img{display:block;width:100%;height:auto;border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-md);background:var(--color-surface)}.feature-shot figcaption{margin-top:var(--space-3);font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--color-text-secondary);text-align:center}.feature-cycle-stage{position:relative;width:100%;border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-md);background:var(--color-surface);overflow:hidden}.feature-shot--cycle .feature-cycle-frame{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none;border-radius:0;box-shadow:none;opacity:0}.feature-shot--cycle .feature-cycle-frame.is-on{opacity:1}.feature-cycle-chip{position:absolute;top:var(--space-4);left:var(--space-4);z-index:1;padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);background:var(--forest);color:var(--color-bg);font-family:var(--font-body);font-size:var(--text-base);font-weight:var(--weight-semibold);line-height:1.2;letter-spacing:.01em}@media(max-width:640px){.feature-cycle-chip{top:var(--space-2);left:var(--space-2);padding:var(--space-1) var(--space-3);font-size:var(--text-sm)}}.feature-shot--pair{--pair-w: min(940px, calc(100vw - 2 * var(--space-6)));width:var(--pair-w);max-width:none;margin-left:calc((100% - var(--pair-w)) / 2);margin-right:calc((100% - var(--pair-w)) / 2)}.feature-shot--pair figcaption{max-width:620px;margin-inline:auto}.feature-pair-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4);align-items:start}.feature-pair-label{display:block;margin-top:var(--space-2);font-size:var(--text-sm);font-weight:600;line-height:var(--leading-normal);color:var(--color-text-secondary);text-align:center}@media(max-width:720px){.feature-pair-grid{grid-template-columns:1fr;gap:var(--space-6)}}.feature-section{margin-top:var(--space-16)}.feature-section h2{font-family:var(--font-display);font-size:clamp(24px,2.6vw,32px);font-weight:400;line-height:1.2;letter-spacing:-.015em;color:var(--forest);margin:0 0 var(--space-4)}.feature-section p{font-size:var(--text-lg);line-height:var(--leading-relaxed);color:var(--color-text);margin:0 0 var(--space-4)}.feature-ul{list-style:none;padding:0;margin:0 0 var(--space-4);display:flex;flex-direction:column;gap:var(--space-3)}.feature-ul li{position:relative;padding-left:var(--space-6);font-size:var(--text-lg);line-height:var(--leading-relaxed);color:var(--color-text)}.feature-ul li:before{content:"";position:absolute;left:2px;top:10px;width:7px;height:7px;border-radius:50%;background:var(--clay)}.feature-cta{margin-top:var(--space-16);text-align:center}.feature-cta h2{font-family:var(--font-display);font-size:clamp(26px,3vw,36px);font-weight:400;color:var(--forest);margin:0 0 var(--space-6)}.feature-cta-note{margin:var(--space-4) 0 0;font-size:var(--text-sm);color:var(--color-text-secondary)}.feature-more{margin-top:var(--space-20)}.feature-more>h2{font-family:var(--font-display);font-size:var(--text-xl);font-weight:400;color:var(--color-text-secondary);text-align:center;margin:0 0 var(--space-6)}.feature-more-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4)}@media(max-width:960px){.feature-more-grid{grid-template-columns:1fr}}.feature-more-card{display:flex;flex-direction:column;padding:var(--space-6);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);text-decoration:none;box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-base),transform var(--transition-base)}.feature-more-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.feature-more-card h3{font-family:var(--font-display);font-size:var(--text-lg);font-weight:400;color:var(--forest);margin:0 0 var(--space-2);line-height:1.25}.feature-more-card p{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--color-text-secondary);margin:0 0 var(--space-3);flex:1}.feature-more-link{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--forest);margin-top:auto}.feature-more-card:hover .feature-more-link{color:var(--forest-mid)}@media(max-width:640px){.feature-article{padding:var(--space-8) var(--space-4) var(--space-12)}.feature-shot{margin:var(--space-8) auto}}.feature-beta-note{margin:var(--space-5) auto 0;max-width:520px;font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--color-text-secondary)}.feature-beta-note a{color:var(--forest);font-weight:var(--weight-semibold);text-decoration:underline;text-underline-offset:2px}.feature-beta-note a:hover{color:var(--forest-mid)}.feature-inline-link{color:var(--forest);font-weight:var(--weight-semibold);text-decoration:underline;text-underline-offset:2px}.feature-inline-link:hover{color:var(--forest-mid)}.feature-table-wrap{margin:0 0 var(--space-4);overflow-x:auto}.feature-table{width:100%;border-collapse:collapse;font-size:var(--text-base);text-align:left}.feature-table th,.feature-table td{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border);line-height:var(--leading-snug)}.feature-table thead th{font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--color-text-secondary);border-bottom-color:var(--forest)}.feature-table tbody th{font-weight:var(--weight-semibold);color:var(--color-text);white-space:nowrap}.feature-table tbody td{color:var(--color-text-secondary)}.feature-table tbody tr:last-child th,.feature-table tbody tr:last-child td{border-bottom:none}.feature-more-card:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-radius:var(--radius-xl)}.feature-crumbs a:focus-visible,.feature-inline-link:focus-visible,.feature-beta-note a:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-radius:var(--radius-sm)}@media(max-width:640px){.feature-crumbs{align-items:center;margin-bottom:var(--space-4)}.feature-crumbs a{display:inline-flex;align-items:center;min-height:44px;padding:0 var(--space-2)}}
