.hero-split .hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,0.9fr);gap:24px;align-items:center}
.hero-split .hero-copy{display:grid;gap:12px}
.hero-split .hero-media{display:block}
.hero-split .hero-media .ac-card,
.hero-split .hero-media .video-embed{max-width:680px;margin:0 auto}

@media (max-width:900px){
  .hero-split .hero-grid{grid-template-columns:1fr}
  .hero-split .hero-media{order:2}
  .hero-split .hero-copy{order:1;text-align:center}
}

.card-grid--illust,.card-grid--image,.showcase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.card-grid--illust-large{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
@media (max-width:1100px){
  .card-grid--illust,.card-grid--image,.showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .card-grid--illust-large{grid-template-columns:1fr}
}
@media (max-width:700px){
  .card-grid--illust,.card-grid--image,.showcase-grid{grid-template-columns:1fr}
  .card-grid--illust-large{grid-template-columns:1fr}
}

.card-grid--illust .link-card.manual-card,
.card-grid--image .link-card.manual-card{height:100%}

.hero-brand-link{color:inherit;text-decoration:none;border-bottom:none}
.hero-brand-link:hover{text-decoration:none}

.home-search{padding:0;margin-top:-18px;margin-bottom:2.5rem}
.home-search .container{max-width:var(--theme-content-max-width,960px)}
.home-search-form{display:flex;align-items:center;gap:12px;padding:6px 10px;border:1px solid rgba(20,83,45,.14);border-radius:999px;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 10px 25px rgba(15,23,42,.08);transition:box-shadow .25s ease,border-color .25s ease,background .25s ease}
.home-search-input{flex:1;min-width:0;border:none;background:transparent;padding:12px 4px 12px 12px;font-size:1.05rem;line-height:1.4;color:var(--text,#0f172a);outline:none}
.home-search-input::placeholder{color:rgba(15,23,42,.45)}
.home-search-submit{padding:10px 20px;border-radius:999px;border:none;background:var(--accent,#14532d);color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.home-search-submit:hover{transform:translateY(-1px);box-shadow:0 10px 18px rgba(20,83,45,.18)}
.home-search-submit:active{transform:translateY(0)}

html[data-theme="dark"] .home-search-form{background:rgba(23,23,20,.82);border-color:rgba(249,214,123,.28);box-shadow:0 18px 40px rgba(0,0,0,.36)}
html[data-theme="dark"] .home-search-input{color:#f5f1e6}
html[data-theme="dark"] .home-search-input::placeholder{color:rgba(245,241,230,.45)}
html[data-theme="dark"] .home-search-submit{background:var(--accent-2,#f9d67b);color:#1f1305;box-shadow:0 10px 24px rgba(249,214,123,.24)}
html[data-theme="dark"] .home-search-submit:hover{box-shadow:0 14px 30px rgba(249,214,123,.32)}

@media (max-width:680px){
  .home-search-form{flex-direction:column;align-items:stretch;padding:12px;gap:10px;border-radius:32px}
  .home-search-submit{width:100%}
}
