:root{
  --bg:#fff;
  --text:#101828;
  --muted:#475467;
  --border:#EAECF0;
  --primary:#2563eb;
  --shadow: 0 10px 30px rgba(16,24,40,.08);
  --radius:18px;
  --container:1120px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  color:var(--text);
  background:var(--bg);
  line-height:1.55;
}
a{color:inherit}
.container{width:min(var(--container), calc(100% - 2rem)); margin:0 auto}

h1,h2,h3{line-height:1.15; margin:0 0 .6rem}
h2{font-size:clamp(1.6rem,2.2vw,2.2rem)}
p{margin:0 0 1rem}
.lead{font-size:1.05rem; color:var(--muted); max-width:70ch}
.muted{color:var(--muted)}
.small{font-size:.92rem}

.sr-only{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0;
}
.skip-link{
  position:absolute; top:.75rem; left:.75rem; background:#fff; padding:.5rem .75rem;
  border:1px solid var(--border); border-radius:999px; transform:translateY(-150%);
  z-index:9999;
}
.skip-link:focus{transform:translateY(0)}

/* Header */
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(234,236,240,.7);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:.8rem 0; gap:1rem;
}
.brand{
  text-decoration:none;
  font-weight:800;
  letter-spacing:-.02em;
  font-size:1.15rem;
}

/* Nav */
.nav{position:relative}
.nav-toggle{
  display:inline-flex;
  border:1px solid var(--border);
  background:#fff;
  border-radius:999px;
  padding:.45rem .75rem;
  font-weight:700;
}
.nav-links{
  display:none;
  position:absolute;
  right:0;
  top:52px;
  flex-direction:column;
  background:#fff;
  border:1px solid var(--border);
  border-radius:16px;
  padding:.75rem;
  box-shadow:var(--shadow);
  min-width:240px;
}

.nav-links a:not(.btn){
  text-decoration:none;
  color:var(--muted);
  font-weight:650;
  padding:.35rem .45rem;
  border-radius:12px;
}
.nav-links a:not(.btn):hover{background:#f8fafc; color:var(--text)}
.nav-links.is-open{display:flex}

/* ===== UNIFIED BUTTONS ===== */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.72rem 1rem;
  border-radius:999px;
  border:none;
  text-decoration:none;
  font-weight:750;
  cursor:pointer;

  font-size:1rem;
  line-height:1.2;

  background:var(--primary);
  color:#fff;

  box-shadow:0 10px 20px rgba(37,99,235,.20);
  transition: filter .15s ease, transform .15s ease, box-shadow .15s ease;
}
.btn:hover{
  filter:brightness(.95);
  transform: translateY(-1px);
  box-shadow:0 14px 28px rgba(37,99,235,.26);
}
.btn:active{transform: translateY(0)}
.btn-small{
  padding:.55rem .85rem;
  font-size:.9rem;
}

/* HERO */
.hero{
  position:relative;
  min-height:72vh;
  display:flex;
  align-items:flex-end;
  padding: 5.5rem 0 2.75rem;
}
.hero-media{
  position:absolute; inset:0;
  background: url("/hero.jpg") center/cover no-repeat;
}
.hero-overlay{
  position:absolute; inset:0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.78) 0%,
    rgba(0,0,0,.55) 40%,
    rgba(0,0,0,.25) 70%,
    rgba(0,0,0,.05) 100%
  );
}
.hero-content{position:relative; color:#fff}
.hero-box{max-width:44rem}
.hero-title{
  font-size:clamp(2.0rem, 6vw, 3.2rem);
  letter-spacing:-.02em;
  text-shadow:
    0 3px 18px rgba(0,0,0,.55),
    0 1px 2px rgba(0,0,0,.65);
}
.hero-subtitle{
  font-size:1.05rem;
  color:rgba(255,255,255,.92);
  max-width:60ch;
  text-shadow:0 2px 14px rgba(0,0,0,.25);
}
.hero-actions{
  display:flex;
  gap:.75rem;
  flex-wrap:wrap;
  margin-top:1rem;
}

/* Hero social buttons */
.hero-social{
  position:absolute;
  top:1rem;
  right:1rem;
  z-index:5;
  display:flex;
  gap:.5rem;
}

.hero-social-btn{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  text-decoration:none;
  background:var(--primary);
  color:#fff;
  box-shadow:0 10px 20px rgba(37,99,235,.20);
  transition: filter .15s ease, transform .15s ease, box-shadow .15s ease;
}

.hero-social-btn:hover{
  filter:brightness(.95);
  transform: translateY(-1px);
  box-shadow:0 14px 28px rgba(37,99,235,.26);
}

.hero-social-btn svg{
  width:20px;
  height:20px;
  display:block;
}

/* TikTok special styling */
.hero-social-btn[href*="tiktok"]{
  background:#000;
}

.hero-social-btn[href*="tiktok"] svg{
  color:#fff;
  filter:
    drop-shadow(-1px -1px 0 #25F4EE)
    drop-shadow(1px 1px 0 #FE2C55);
}

/* Instagram special styling */
.hero-social-btn[href*="instagram"]{
  background:#000;
}

.hero-social-btn[href*="instagram"] svg{
  color:#fff;
  filter:
    drop-shadow(-1px -1px 0 #feda75)
    drop-shadow(1px -1px 0 #fa7e1e)
    drop-shadow(-1px 1px 0 #d62976)
    drop-shadow(1px 1px 0 #962fbf);
}

/* Sections */
.section{padding:3.5rem 0}
.section-alt{background:#f8fafc}

.grid-2{
  display:grid;
  grid-template-columns: 1fr;
  gap:1.25rem;
}
.grid-3{
  display:grid;
  grid-template-columns: 1fr;
  gap:1rem;
  margin-top:1.25rem;
}

/* Cards */
.card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:0 18px 40px rgba(16,24,40,.06);
  padding:1.15rem;
}

/* CTA layout */
.card-cta{
  display:flex;
  flex-direction:column;
  gap:.85rem;
}
.card-cta h3{margin-bottom:.25rem}

.cta-actions{
  margin-top:auto;
  display:flex;
  flex-direction:column;
  gap:.6rem;
}
.cta-actions .btn{width:100%}
.cta-actions--tight .btn{padding:.66rem 1rem}

/* Images */
.story-photo{
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

/* Lists */
.list{
  margin:0;
  padding-left:1.1rem;
  color:var(--muted);
}
.list li{margin:.35rem 0}

.about-card{margin-top:2rem}

/* Divider */
.crayon-divider{
  height:18px;
  background: repeating-linear-gradient(
    90deg,
    rgba(37,99,235,0.30) 0 16px,
    rgba(244,63,94,0.30) 16px 32px,
    rgba(16,185,129,0.26) 32px 48px,
    rgba(245,158,11,0.24) 48px 64px
  );
  opacity:.55;
}

/* Footer */
.footer{border-top:1px solid var(--border); padding:1.5rem 0; background:#fff}
.footer-inner{display:flex; align-items:center; justify-content:space-between}

/* Desktop */
@media (min-width: 900px){
  .nav-toggle{display:none}
  .nav-links{
    position:static;
    display:flex !important;
    flex-direction:row;
    align-items:center;
    gap:.9rem;
    background:transparent;
    border:none;
    box-shadow:none;
    padding:0;
  }

  .grid-2{grid-template-columns: 1.15fr .85fr; gap:1.5rem}
  .grid-3{grid-template-columns: repeat(3,1fr); gap:1rem}

  .hero-content{
    display:flex;
    justify-content:flex-end;
  }
  .hero-box{
    width: 52%;
    text-align:right;
    padding-bottom: 2.75rem;
  }
  .hero-actions{justify-content:flex-end}

  .hero-social{
    top:1rem;
    right:1rem;
  }
}

/* Mobile hero crop */
@media (max-width: 768px){
  .hero-media{
    background-position: 10% center;
  }
}
