/*
Theme Name: The Constant Fisherman
Theme URI: https://theconstantfisherman.com/
Author: Nigel Pugh & GPT-5 Thinking
Author URI: https://theconstantfisherman.com/
Description: A reflective, travel-minded fishing theme with clean typography and fast static-like performance.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-constant-fisherman
Tags: blog, one-column, custom-logo, accessibility-ready
*/
:root{
  --bg:#0e1111; --panel:#151a1a; --text:#e7ecec; --muted:#a8b3b3; --brand:#6bc2b8; --accent:#d3f36b;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Helvetica,Arial,sans-serif;line-height:1.6}
a{color:var(--accent);text-decoration:none} a:hover{text-decoration:underline}
.site-header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:0.75rem 1rem;background:rgba(21,26,26,0.9);backdrop-filter:saturate(1.2) blur(6px);border-bottom:1px solid #232a2a}
.logo{display:flex;align-items:center;gap:.5rem;font-weight:700;letter-spacing:.3px}
.nav{display:flex;gap:1rem;list-style:none;margin:0;padding:0}
.nav-toggle{display:none}
@media (max-width:800px){
  .nav{display:none;flex-direction:column;background:var(--panel);position:absolute;right:1rem;top:3.25rem;padding:.75rem;border:1px solid #232a2a;border-radius:.5rem}
  .nav[aria-expanded="true"], .nav.open{display:flex}
  .nav-toggle{display:inline-block;background:transparent;border:1px solid #2a3232;color:var(--text);padding:.4rem .6rem;border-radius:.4rem}
}
main{max-width:1100px;margin:0 auto;padding:1rem}
.hero{display:grid;place-items:center;min-height:60vh;background:
  radial-gradient(1200px 600px at 10% 10%,rgba(219,255,87,.08),transparent),
  radial-gradient(800px 400px at 90% 30%,rgba(112,224,208,.07),transparent);
  border-radius:.8rem;margin:1rem 0;padding:3rem 1.25rem;border:1px solid #1e2525
}
.hero h1{font-size:clamp(2rem,5vw,3.5rem);margin:.2rem 0 0}
.hero p{color:var(--muted);max-width:60ch}
.cta{display:flex;gap:.75rem;margin-top:1rem}
.btn{display:inline-block;padding:.7rem 1rem;border-radius:.5rem;background:var(--brand);color:#052b28;font-weight:700}
.btn.ghost{background:transparent;border:1px solid #2a3232;color:var(--text)}
.grid{display:grid;gap:1rem;margin:2rem 0}
.grid.three{grid-template-columns:repeat(3,1fr)} @media (max-width:900px){.grid.three{grid-template-columns:1fr}}
.card{padding:1rem;border:1px solid #1e2525;background:var(--panel);border-radius:.75rem}
.more{display:inline-block;margin-top:.5rem}
.quote{margin:3rem 0;padding:1.25rem;border-left:3px solid var(--accent);background:#101414;border-radius:.25rem}
.page-title h1{margin-bottom:.2rem} .page-title p{color:var(--muted)}
.list article{padding:1rem;border-bottom:1px dashed #263030} .list .meta{display:flex;gap:1rem;list-style:none;padding:0;color:var(--muted)}
.site-footer{margin-top:3rem;padding:2rem 1rem;border-top:1px solid #232a2a;background:#0f1313}
.footer-columns{display:grid;gap:1rem;grid-template-columns:2fr 2fr 1fr;max-width:1100px;margin:0 auto}
@media (max-width:900px){.footer-columns{grid-template-columns:1fr}}
.social{list-style:none;padding:0;margin:0;display:grid;gap:.3rem}
input,button{font:inherit} input{padding:.6rem;border-radius:.4rem;border:1px solid #243030;background:#0f1414;color:var(--text)}
button{padding:.6rem .9rem;border:0;border-radius:.4rem;background:var(--accent);color:#0b0f0f;font-weight:700}
.form-note{font-size:.9rem;color:var(--muted);min-height:1.25rem;margin:.25rem 0 0}
.links-list ul{list-style:disc;padding-left:1.2rem} .note{color:var(--muted)}
.screen-reader-text{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;}