/* Homepage only. Feature content lives in index.html. */
body.yenra-home { --ink:#12324b; --teal:#006b77; --muted:#4d6470; --line:#cfdee2; margin:0; background:#f7f9f8; color:var(--ink); font-family:Arial,Helvetica,sans-serif; font-size:16px; line-height:1.65; }
.yenra-home * { box-sizing:border-box; }
.yenra-home .home-shell { width:min(1200px,calc(100% - 64px)); margin-inline:auto; }
.yenra-home a { color:#005b78; text-underline-offset:4px; }
.yenra-home a:hover { color:#003e52; }
.yenra-home :focus-visible { outline:3px solid #007d89; outline-offset:5px; }
.yenra-home .skip-link { position:absolute; left:20px; top:-100px; background:white; padding:12px; z-index:10; }
.yenra-home .skip-link:focus { top:10px; }
.yenra-home .home-header { display:flex; justify-content:space-between; align-items:center; gap:24px; padding-block:25px; }
.yenra-home .brand { font-family:Georgia,'Times New Roman',serif; font-size:38px; font-weight:bold; letter-spacing:-2px; text-decoration:none; color:var(--ink); }
.yenra-home .brand-note { margin-left:20px; padding-left:20px; border-left:1px solid var(--line); font-size:13px; color:var(--muted); }
.yenra-home .home-header nav { display:flex; gap:28px; font-size:14px; font-weight:bold; }
.yenra-home .home-header nav a { text-decoration:none; }
.yenra-home h1,.yenra-home h2,.yenra-home h3,.yenra-home p { margin:0; }
.yenra-home .home-hero { display:grid; grid-template-columns:0.85fr 1.15fr; background:#12324b; color:white; border-radius:16px; overflow:hidden; }
.yenra-home .hero-copy { padding:48px 38px; align-self:center; }
.yenra-home .eyebrow { font-size:11px; font-weight:bold; letter-spacing:2px; text-transform:uppercase; color:var(--teal); margin-bottom:13px; }
.yenra-home .hero-copy .eyebrow { color:#b7dbdb; }
.yenra-home h1 { font-family:Georgia,'Times New Roman',serif; font-weight:normal; font-size:clamp(38px,4.2vw,57px); line-height:1.08; letter-spacing:-1.5px; }
.yenra-home .hero-copy>p:not(.eyebrow) { color:#e0eaef; font-size:17px; line-height:1.7; margin-block:22px 27px; max-width:36ch; }
.yenra-home .hero-actions { display:flex; align-items:center; flex-wrap:wrap; gap:15px 23px; }
.yenra-home .hero-actions a { color:white; font-size:14px; font-weight:bold; }
.yenra-home .hero-actions .button { display:inline-block; background:#e4b970; color:#12324b; padding:11px 18px; border-radius:5px; text-decoration:none; }
.yenra-home .hero-art { margin:0; border:0; display:flex; flex-direction:column; height:100%; background:#e8eeef; }
.yenra-home .hero-art img { width:100%; height:100%; min-height:330px; flex:1; object-fit:cover; display:block; }
.yenra-home .hero-art figcaption { padding:9px 16px; background:#e8eeef; color:#405863; font-size:11px; font-style:normal; }
.yenra-home .section-heading { display:flex; justify-content:space-between; align-items:end; gap:25px; margin-bottom:24px; }
.yenra-home h2 { font-family:Georgia,'Times New Roman',serif; font-size:34px; font-weight:normal; line-height:1.2; letter-spacing:-.5px; }
.yenra-home .section-heading>p { color:var(--muted); font-size:13px; }
.yenra-home .home-section { padding-top:55px; }
.yenra-home .feature-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:25px; }
.yenra-home .feature-card { background:white; border:1px solid var(--line); border-radius:10px; overflow:hidden; }
.yenra-home .feature-card img { display:block; width:100%; height:auto; aspect-ratio:16/9; object-fit:cover; }
.yenra-home .feature-body { padding:22px 24px 25px; }
.yenra-home .feature-body .eyebrow { margin-bottom:9px; letter-spacing:1.4px; }
.yenra-home h3 { font-size:21px; line-height:1.3; letter-spacing:-.25px; }
.yenra-home h3 a { color:var(--ink); text-decoration:none; }
.yenra-home h3 a:hover { text-decoration:underline; }
.yenra-home .feature-body>p:last-child { margin-top:12px; font-size:14px; color:var(--muted); }
.yenra-home .spotlight { display:grid; grid-template-columns:1fr 1.15fr; gap:44px; align-items:center; padding:30px; background:#e9f1f0; border:1px solid var(--line); border-radius:12px; }
.yenra-home .spotlight img { width:100%; height:auto; display:block; border-radius:7px; }
.yenra-home .spotlight h2 { margin-bottom:16px; }
.yenra-home .spotlight p:not(.eyebrow) { font-size:15px; color:#405863; }
.yenra-home .spotlight-links { display:flex; gap:12px 24px; flex-wrap:wrap; margin-top:20px; font-size:14px; font-weight:bold; }
.yenra-home .directory { margin-top:55px; padding:36px 0 46px; border-top:1px solid var(--line); }
.yenra-home .directory-intro { color:var(--muted); margin-top:12px; max-width:66ch; font-size:15px; }
.yenra-home .category-tools { display:flex; align-items:end; flex-wrap:wrap; gap:12px; margin:24px 0 18px; }
.yenra-home .category-tools label { font-size:13px; font-weight:bold; display:block; margin-bottom:6px; }
.yenra-home input { font:inherit; padding:10px 13px; width:290px; max-width:100%; color:var(--ink); border:1px solid #839ba5; border-radius:5px; background:white; }
.yenra-home input::placeholder { color:#596b75; opacity:1; }
.yenra-home button { font:inherit; font-size:14px; background:white; color:#005b78; border:1px solid #839ba5; padding:12px 16px; border-radius:5px; cursor:pointer; }
.yenra-home #category-count { font-size:13px; color:var(--muted); margin-bottom:10px; }
.yenra-home .category-list { list-style:none; padding:0; margin:0; display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); column-gap:24px; }
.yenra-home .category-list li { margin:0; border-bottom:1px solid #e0e8eb; }
.yenra-home .category-list a { display:block; padding:10px 0; font-size:14px; text-decoration:none; }
.yenra-home .category-list a:hover { text-decoration:underline; }
.yenra-home [hidden] { display:none!important; }
.yenra-home .empty-message { padding:20px 0; }
.yenra-home .home-footer { border-top:1px solid var(--line); padding:24px 0 30px; display:flex; justify-content:space-between; gap:16px; color:var(--muted); font-size:12px; }
@media(min-width:1000px) { .yenra-home .hero-art img { max-height:445px; } }
@media(max-width:900px) { .yenra-home .brand-note { display:none; } .yenra-home .hero-copy { padding:34px 28px; } .yenra-home .feature-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .yenra-home .category-list { grid-template-columns:repeat(4,minmax(0,1fr)); } .yenra-home .spotlight { gap:28px; } }
@media(max-width:640px) { .yenra-home .home-shell { width:calc(100% - 36px); } .yenra-home .home-header { padding-block:17px; } .yenra-home .brand { font-size:32px; } .yenra-home .home-header nav { gap:17px; font-size:12px; } .yenra-home .home-hero { grid-template-columns:1fr; } .yenra-home .hero-copy { padding:32px 26px; } .yenra-home h1 { font-size:36px; } .yenra-home .hero-copy>p:not(.eyebrow) { font-size:16px; margin-block:18px 22px; } .yenra-home .hero-art img { min-height:0; height:auto; aspect-ratio:16/9; } .yenra-home .hero-art figcaption { font-size:10px; } .yenra-home .home-section { padding-top:36px; } .yenra-home .section-heading { display:block; margin-bottom:20px; } .yenra-home .section-heading>p { margin-top:10px; } .yenra-home h2 { font-size:29px; } .yenra-home .feature-grid { grid-template-columns:1fr; gap:20px; } .yenra-home .spotlight { grid-template-columns:1fr; padding:20px; gap:24px; } .yenra-home .directory { margin-top:36px; padding-top:28px; } .yenra-home .category-list { grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 18px; } .yenra-home .category-tools>div { width:100%; } .yenra-home input { width:100%; } .yenra-home .home-footer { flex-direction:column; gap:8px; } }
@media(prefers-reduced-motion:no-preference) { .yenra-home a { transition:color .15s ease; } }
