
/*
Theme Name: Husky Records
Theme URI: https://huskyrecords.uk
Author: Sam Gaw
Author URI: https://huskyrecords.uk
Description: Minimal, fast WordPress theme for Husky Records. Clean, airy, and brand-aligned.
Version: 1.0
License: GPL-2.0-or-later
Text Domain: husky-records
*/
:root{
  --arctic:#274E6D;
  --frost:#F4F7F8;
  --shadow:#3E434A;
  --ice:#AFC3CF;
  --sunrise:#E9C77D;
}
html{box-sizing:border-box;scroll-behavior:smooth}
*,*:before,*:after{box-sizing:inherit}
body{
  margin:0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color:var(--arctic);
  background:var(--frost);
  line-height:1.6;
}
a{color:var(--arctic);text-decoration:none}
a:hover{color:var(--sunrise)}
.container{max-width:1200px;margin:0 auto;padding:1.25rem}
.header{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}
.brand{display:flex;align-items:center;gap:.75rem}
.brand img{height:40px;width:auto}
nav ul{list-style:none;display:flex;gap:1rem;margin:0;padding:0}
.hero{
  position:relative;
  padding:8rem 0 6rem;
  background:linear-gradient(180deg, rgba(175,195,207,0.35) 0%, rgba(244,247,248,0.8) 100%);
  overflow:hidden;
}
.hero h1{font-size:clamp(2rem,5vw,3rem);margin:0 0 .5rem 0}
.hero p{font-size:1.125rem;margin:0}
.cta{display:inline-block;margin-top:1rem;padding:.75rem 1.25rem;border:1px solid var(--arctic);border-radius:999px}
.section{padding:3rem 0;border-top:1px solid rgba(39,78,109,.08)}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}
.card{background:white;border-radius:14px;padding:1rem;border:1px solid rgba(39,78,109,.12);box-shadow:0 8px 20px rgba(39,78,109,.05)}
.card img{width:100%;border-radius:10px;height:220px;object-fit:cover;background:#dde5ea}
.footer{padding:2rem 0;color:var(--shadow);font-size:.95rem}
.small{opacity:.8;font-size:.95rem}
hr{border:0;border-top:1px solid rgba(39,78,109,.12);margin:2rem 0}
.button{background:var(--arctic);color:white;padding:.6rem 1rem;border-radius:8px}
.button:hover{background:#1e3f58}
.tagline{font-style:italic;opacity:.9;margin-top:.5rem}
@media(max-width:768px){
  nav ul{flex-wrap:wrap;gap:.5rem}
}
