.home-page{background:var(--color-background);color:var(--color-text)}
.home-header{display:flex;align-items:center;justify-content:space-between;width:min(var(--content-lg),calc(100% - var(--space-8)));margin:0 auto;background:color-mix(in srgb,var(--color-surface) 88%,transparent)!important;border-bottom:1px solid var(--color-border)!important}
.home-navigation{display:flex;align-items:center;gap:var(--space-6)}
.home-navigation a{color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:500;text-decoration:none}
.home-navigation a:hover{color:var(--color-primary)}
.home-main{width:min(var(--content-lg),calc(100% - var(--space-8)));margin:0 auto;padding:var(--space-5) 0 calc(var(--space-9) * 1.5)}
.home-intro{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(260px,.65fr);align-items:end;gap:var(--space-7);padding:var(--space-7) 0 var(--space-9)}
.home-intro h1{max-width:15ch;margin:var(--space-3) 0 0;font-size:clamp(2.65rem,5.4vw,4.7rem);line-height:.98;letter-spacing:-.055em}
.home-intro>p:last-child{max-width:34rem;margin:0 0 var(--space-2);color:var(--color-text-secondary);font-size:var(--text-lg);line-height:var(--leading-reading)}
.home-eyebrow,.home-kicker,.home-section-heading>div>span{color:var(--color-primary);font-size:var(--text-xs);font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.home-featured{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,.8fr);min-height:560px;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface);box-shadow:var(--shadow-lg)}
.home-featured-media{min-height:100%;overflow:hidden;background:var(--color-background-subtle)}
.home-featured-media img{width:100%;height:100%;object-fit:cover;transition:transform var(--motion-normal)}
.home-featured:hover .home-featured-media img{transform:scale(1.018)}
.home-featured-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(var(--space-7),5vw,calc(var(--space-9) * 1.5))}
.home-featured-category{margin:var(--space-7) 0 var(--space-3);color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:600}
.home-featured h2{max-width:13ch;margin:0;font-size:clamp(2rem,4vw,3.6rem);line-height:1.02;letter-spacing:-.045em}
.home-featured h2 a{color:inherit;text-decoration:none}
.home-featured-summary{margin:var(--space-6) 0 0;color:var(--color-text-secondary);font-size:var(--text-md);line-height:var(--leading-reading)}
.home-featured-meta{display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-5);margin-top:var(--space-7);color:var(--color-muted);font-size:var(--text-xs)}
.home-featured-meta>*+*::before{content:'·';margin-right:var(--space-5)}
.home-primary-action{display:inline-flex;align-items:center;gap:var(--space-3);min-height:48px;margin-top:var(--space-8);padding:0 var(--space-6);border-radius:var(--radius-pill);background:var(--color-primary);box-shadow:var(--shadow-md);color:#fff;font-size:var(--text-sm);font-weight:700;text-decoration:none;transition:transform var(--motion-fast),background var(--motion-fast),box-shadow var(--motion-fast)}
.home-primary-action:hover{background:var(--color-primary-hover);box-shadow:var(--shadow-md);color:#fff;transform:translateY(-2px)}
.home-featured-empty{grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);min-height:460px;background:var(--color-surface)}
.home-featured-monogram{display:grid;place-items:center;background:var(--color-primary);color:#fff;font-size:clamp(6rem,18vw,14rem);font-weight:700;letter-spacing:-.08em}
.home-secondary,.home-editorial-section{padding-top:calc(var(--space-9) * 1.5)}
.home-secondary{padding-bottom:var(--space-6)}
.home-section-heading{display:flex;align-items:end;justify-content:space-between;gap:var(--space-6);margin-bottom:var(--space-7)}
.home-section-heading h2{margin:var(--space-2) 0 0;font-size:clamp(1.75rem,3vw,2.55rem);letter-spacing:-.035em}
.home-section-heading>a{color:var(--color-text);font-size:var(--text-sm);font-weight:600;text-decoration:none}
.home-section-heading>a:hover{color:var(--color-primary)}
.home-section-heading>span{color:var(--color-muted);font-size:var(--text-xs)}
.home-secondary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-5)}
.home-secondary-grid :where(.news-preview-card,.review-preview-card){grid-template-columns:112px minmax(0,1fr)!important;min-height:168px!important;box-shadow:none!important}
.home-secondary-grid :where(.news-preview-image,.review-preview-image){min-height:100%;aspect-ratio:auto!important}
.home-secondary-grid :where(.news-preview-body,.review-preview-body){padding:var(--space-5)!important}
.home-secondary-grid :where(.news-preview-body>p,.review-preview-body>p,.news-preview-footer,.review-preview-footer){display:none}
.home-secondary-grid :where(h3){font-size:var(--text-md)!important;line-height:1.22!important}
.home-reviews{margin-top:var(--space-9);padding:calc(var(--space-9) * 1.5) clamp(var(--space-6),5vw,var(--space-9));border-radius:var(--radius-xl);background:var(--color-text)}
.home-reviews .home-section-heading h2,.home-reviews .home-section-heading>a{color:var(--color-surface)}
.home-reviews .home-section-heading>div>span{color:var(--color-primary)}
.home-reviews .reviews-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.home-reviews :where(.review-preview-card){border-color:color-mix(in srgb,var(--color-surface) 15%,transparent)!important;background:var(--color-surface)!important}
.home-news .news-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.home-news .news-preview-card:first-child{grid-column:span 2;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr)!important}
.home-news .news-preview-card:first-child .news-preview-image{min-height:100%;aspect-ratio:auto}
.home-empty{min-height:270px;background:var(--color-surface)}
.home-reviews .home-empty{background:var(--color-surface)!important;color:var(--color-text)!important}
.home-reviews .home-empty p{color:var(--color-text-secondary)!important}
.home-community{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(250px,.6fr);gap:var(--space-9);align-items:end;margin-top:calc(var(--space-9) * 1.5);padding:clamp(var(--space-7),5vw,var(--space-9));border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}
.home-community h2{max-width:18ch;margin:var(--space-3) 0;font-size:clamp(1.8rem,4vw,3.25rem);letter-spacing:-.04em}
.home-community p{max-width:42rem;margin:0;color:var(--color-text-secondary);line-height:var(--leading-reading)}
.home-community-links{display:grid;gap:var(--space-2)}
.home-community-links a{display:flex;justify-content:space-between;padding:var(--space-4) 0;border-bottom:1px solid var(--color-border);color:var(--color-text);font-weight:600;text-decoration:none}
.home-community-links a:hover{color:var(--color-primary)}
.home-footer{display:flex;align-items:center;justify-content:center;gap:var(--space-4);color:var(--color-muted)}
.home-footer strong{color:var(--color-text)}
@media(max-width:980px){.home-intro{grid-template-columns:1fr;gap:var(--space-5)}.home-intro h1{max-width:18ch}.home-featured{grid-template-columns:1fr;min-height:0}.home-featured-media{aspect-ratio:16/9}.home-featured-content{padding:var(--space-8)}.home-featured h2{max-width:18ch}.home-secondary-grid,.home-reviews .reviews-preview-grid,.home-news .news-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-secondary-grid>:last-child{display:none}.home-news .news-preview-card:first-child{grid-column:span 2}.home-community{grid-template-columns:1fr}}
@media(max-width:680px){.home-header{width:100%;padding-inline:var(--space-4)!important}.home-navigation{gap:var(--space-4)}.home-navigation a:first-child{display:none}.home-main{width:min(100% - var(--space-5),var(--content-lg));padding-top:var(--space-6)}.home-intro{padding:var(--space-7) 0 var(--space-8)}.home-intro h1{font-size:clamp(2.35rem,12vw,3.5rem)}.home-intro>p:last-child{font-size:var(--text-md)}.home-featured{border-radius:var(--radius-lg)}.home-featured-media{aspect-ratio:4/3}.home-featured-content{padding:var(--space-6)}.home-featured h2{font-size:clamp(1.9rem,9vw,2.6rem)}.home-featured-meta>*+*::before{display:none}.home-featured-empty{grid-template-columns:1fr}.home-featured-monogram{min-height:220px}.home-section-heading{align-items:flex-start}.home-section-heading>span{display:none}.home-secondary,.home-editorial-section{padding-top:var(--space-9)}.home-secondary-grid,.home-reviews .reviews-preview-grid,.home-news .news-preview-grid{grid-template-columns:1fr}.home-secondary-grid>:last-child{display:grid}.home-secondary-grid :where(.news-preview-card,.review-preview-card){grid-template-columns:96px minmax(0,1fr)!important}.home-reviews{margin-inline:calc(var(--space-3)*-1);padding:var(--space-9) var(--space-3);border-radius:var(--radius-lg)}.home-news .news-preview-card:first-child{grid-column:auto;grid-template-columns:1fr!important}.home-news .news-preview-card:first-child .news-preview-image{aspect-ratio:16/9}.home-community{margin-top:var(--space-9);padding:var(--space-8) var(--space-2)}.home-footer{flex-direction:column;gap:var(--space-2)}}
