.hero-main{padding:2.8rem 0 3.2rem}
.hero-wrap h1,.hero-text h1{font-size:clamp(1.35rem,3.2vw,1.85rem);font-weight:800;color:#2a2420;line-height:1.35;margin-bottom:.85rem}
.hero-wrap h1 em,.hero-text h1 em{color:#e07a3a;font-style:normal}
.hero-desc{color:#8a7a6a;font-size:.92rem;margin-bottom:1.2rem;max-width:520px}
.hero-btns{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1.5rem}
.trust-row{display:flex;flex-wrap:wrap;gap:1rem}
.trust-row .t{background:#fff;border:1px solid #e8ddd0;padding:.65rem 1rem;min-width:90px;border-radius:16px}
.trust-row strong{display:block;font-size:1.25rem;color:#5cb85c;font-weight:800}
.trust-row span{font-size:.72rem;color:#8a7a6a}


.hero-wrap{display:grid;grid-template-columns:1fr 1.1fr;gap:2rem;align-items:center}
.bento-cards{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:auto auto;gap:.85rem}
.bento-cards .card-item:nth-child(1){grid-row:span 2;background:#fff;border:2px solid #e07a3a;border-radius:16px;padding:1.3rem}
.bento-cards .card-item:nth-child(2){background:#f0f8f0;border:2px solid #5cb85c;border-radius:16px;padding:1.1rem}
.bento-cards .card-item:nth-child(3){background:#f0f4f8;border:2px solid #4a90c4;border-radius:16px;padding:1.1rem}
.bento-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}
.bento-steps .step-item{background:#fff;border:2px solid #e8ddd0;border-radius:16px;padding:1.1rem;text-align:center}
.bento-dual{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}
.bento-dual .dual-pane{background:#fff;border:2px solid #e8ddd0;border-radius:16px;overflow:hidden}


@media(max-width:900px){
  .hero-wrap{grid-template-columns:1fr!important;display:grid!important}
  .hero-wrap{flex-direction:column!important;display:flex!important}
  .bento-cards,.temple-pillars,.sea-panels,.club-cabins,.reef-cells,.swiss-grid3,
  .bento-steps,.temple-rites,.club-boarding,.swiss-steps,
  .bento-dual,.temple-scrolls,.sea-layers,.club-manifest,.reef-pairs,.swiss-dual,
  .reef-cycle{grid-template-columns:1fr!important;display:grid!important}
  .temple-rites::before{display:none}
  .bento-cards .card-item:nth-child(1){grid-row:span 1}
  .reef-cycle .step-item{width:100%;border-radius:12px;aspect-ratio:auto}
}
