.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:#e8dcc8;line-height:1.35;margin-bottom:.85rem}
.hero-wrap h1 em,.hero-text h1 em{color:#c9a227;font-style:normal}
.hero-desc{color:#6a7888;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:#121c2a;border:1px solid #2a3848;padding:.65rem 1rem;min-width:90px;border-radius:4px}
.trust-row strong{display:block;font-size:1.25rem;color:#4a90c4;font-weight:800}
.trust-row span{font-size:.72rem;color:#6a7888}


.hero-wrap{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}
.temple-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.temple-pillars .card-item{background:#121c2a;border:1px solid #2a3848;border-top:3px solid #c9a227;padding:1.2rem;text-align:center}
.temple-pillars .card-item:nth-child(2){border-top-color:#4a90c4}
.temple-pillars .card-item:nth-child(3){border-top-color:#8b6914}
.temple-rites{display:flex;justify-content:space-between;gap:1rem;position:relative}
.temple-rites::before{content:"";position:absolute;top:24px;left:10%;right:10%;height:1px;background:#c9a227}
.temple-rites .step-item{flex:1;background:#121c2a;border:1px solid #2a3848;padding:1rem;text-align:center;position:relative;z-index:1}
.temple-scrolls{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.temple-scrolls .dual-pane{background:#121c2a;border:1px solid #2a3848}
.temple-scrolls .dual-head{background:#1a2838;padding:.5rem 1rem;color:#c9a227;font-family:serif;border-bottom:1px solid #2a3848}


@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}
}
