/* SomethingFishy standalone content pages */
:root{--navy:#062247;--deep:#031a35;--blue:#0877b9;--sky:#eafaff;--gold:#ffc94a;--gold2:#f4a51c;--line:rgba(6,34,71,.14);--shadow:0 18px 50px rgba(0,31,65,.13)}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--navy);background:linear-gradient(180deg,#f8fdff,#eaf8fd)}
.sf-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);box-shadow:0 8px 24px rgba(0,30,60,.08)}
.sf-header-inner{width:min(1520px,96vw);margin:auto;min-height:92px;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center}
.sf-brand{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:340px;color:var(--navy)}
.sf-brand img{width:66px;height:66px;object-fit:contain;border-radius:15px;background:#fff}
.sf-wordmark strong{font-size:clamp(30px,3.8vw,54px);line-height:.88;letter-spacing:-1.8px;display:block}
.sf-wordmark span{display:block;color:#9b1b1e;font-weight:900;text-transform:uppercase;letter-spacing:2px;font-size:13px;margin-top:5px}
.sf-nav{display:flex;gap:9px;justify-content:center;align-items:center;flex-wrap:wrap;font-weight:900}
.sf-nav a{text-decoration:none;padding:11px 15px;border-radius:999px;background:#f3fbff;border:1px solid var(--line);color:var(--navy)}
.sf-nav a:hover,.sf-nav a.active{background:var(--gold)}
.sf-nav .dock{background:var(--navy);color:#fff}
.registry-seal{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:1000;background:linear-gradient(135deg,#fff7d0,var(--gold));padding:9px 13px;border-radius:999px;color:var(--navy);box-shadow:0 12px 28px rgba(130,84,0,.18)}
.registry-seal img{width:42px;height:42px}
.page{width:min(1520px,96vw);margin:auto;padding:24px 0 42px}
.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;margin-bottom:18px}
.hero-panel,.panel{border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);background:#fff}
.hero-panel{padding:30px;background:linear-gradient(135deg,#fff,#eafaff)}
.eyebrow{font-weight:1000;color:#9b1b1e;letter-spacing:2px;text-transform:uppercase}
.hero-panel h1{font-size:clamp(38px,5vw,72px);line-height:.92;margin:8px 0 12px}
.hero-panel p{font-size:19px;font-weight:800;line-height:1.4}
.hero-card{padding:22px;background:linear-gradient(135deg,#062247,#0877b9);color:white;border-radius:24px;box-shadow:var(--shadow)}
.toolbar{display:grid;grid-template-columns:2fr 1fr auto;gap:12px;margin:18px 0}
input,select{width:100%;min-height:46px;border:1px solid #bed3e4;border-radius:12px;padding:10px 12px;font:inherit}
button,.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;min-height:46px;padding:10px 18px;background:var(--navy);color:white;text-decoration:none;font-weight:900;cursor:pointer}
.gold{background:var(--gold);color:var(--navy)}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{background:white;border:1px solid var(--line);border-radius:20px;box-shadow:0 10px 28px rgba(0,31,65,.09);overflow:hidden;display:flex;flex-direction:column}
.card img{width:100%;height:180px;object-fit:cover;background:#eef8ff}
.card-body{padding:16px}
.card h2{margin:0 0 8px;font-size:22px}
.meta{display:flex;gap:8px;flex-wrap:wrap;color:#344f70;font-weight:800;font-size:13px}
.summary{font-weight:700;line-height:1.4}
.badges{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}
.badge{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:900;background:#edf7ff;color:#06457a}
.footer{background:var(--deep);color:white;padding:28px 0;margin-top:34px}
.footer-inner{width:min(1520px,96vw);margin:auto;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:20px}
.footer a{display:block;color:white;text-decoration:none;margin:6px 0;font-weight:800}
@media(max-width:1100px){.sf-header-inner,.hero{grid-template-columns:1fr}.sf-brand{justify-content:center;text-align:center}.sf-nav{justify-content:center}.registry-seal{justify-self:center}.grid{grid-template-columns:repeat(2,1fr)}.toolbar{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.sf-brand{min-width:0}.sf-wordmark strong{font-size:34px}.grid,.toolbar,.footer-inner{grid-template-columns:1fr}.card img{height:150px}}
