
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.card,.product,.guide-card,.challenge,.story-card,.contact-card{border:1px solid #3d5963;background:rgba(255,255,255,.05);padding:22px;min-width:0;overflow:hidden}
.card h2,.product h2,.guide-card h2,.challenge h2{overflow-wrap:anywhere;line-height:1.1}.card .fish{font-size:3rem}.card small{color:#8da2a7}
.challenge progress{width:100%;height:18px}.challenge.done{background:rgba(140,224,207,.14)}
.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #3d5963}.product{border:0;border-right:1px solid #3d5963;min-height:500px;display:flex;flex-direction:column;position:relative}.product:last-child{border-right:0}.product.featured{background:rgba(155,141,245,.16)}.product strong{font-size:clamp(2.8rem,5vw,4.2rem);color:var(--gold);line-height:1;overflow-wrap:anywhere}.product p{line-height:1.72;flex:1}.badge{position:static;align-self:flex-start;background:var(--coral);padding:6px 9px;margin-bottom:16px}
.revenue,.request{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:40px;margin-top:34px;padding:32px;border:1px solid #3d5963}.revenue{background:#102c38}.revenue h2,.request h2{font-size:clamp(2.4rem,5vw,3.8rem);line-height:.95;overflow-wrap:anywhere}.revenue p,.request p{line-height:1.8;color:#9db1b5}
.form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form label{display:grid;gap:6px;font-size:.72rem;text-transform:uppercase}.form input,.form select,.form textarea{background:#0d202b;color:white;border:1px solid #4d6872;padding:12px;width:100%;min-width:0}.wide{grid-column:1/-1}.saved{background:#17382e;border:1px solid var(--mint);padding:12px}
.guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.guide-card{min-height:220px}.guide-card p,.story-card p{line-height:1.78;color:#97acb0}
.story-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.story-card:first-child{grid-row:span 2}.story-card h2{font-size:clamp(2rem,4vw,4rem);line-height:.95}
.contact-wrap{display:grid;grid-template-columns:.75fr 1.25fr;gap:26px}
.policy article{padding:24px 0;border-bottom:1px solid #36505a}.policy p{line-height:1.82;color:#97acb0}.policy h2{overflow-wrap:anywhere}
@media(max-width:920px){.grid,.products,.revenue,.request,.story-grid,.contact-wrap{grid-template-columns:1fr}.product{border-right:0;border-bottom:1px solid #3d5963;min-height:auto}.guide-grid{grid-template-columns:1fr}.story-card:first-child{grid-row:auto}}
@media(max-width:600px){.form{grid-template-columns:1fr}.wide{grid-column:auto}.card,.product,.guide-card,.challenge,.story-card,.contact-card{padding:18px}.revenue,.request{padding:22px}}
