:root{
  --paper:#F3E4C8;
  --paper-2:#EAD5AC;
  --cream-white:#FFF9EE;
  --ink:#3A2A1E;
  --ink-soft:#6E5A45;
  --gold:#C6932F;
  --gold-deep:#93691E;
  --lavender:#B9A0C4;
  --rust:#A85434;
  --paw:#C7AD8C;

  --font-display:'Baloo 2', system-ui, sans-serif;
  --font-body:'Fraunces', Georgia, serif;
  --font-mono:'IBM Plex Mono', ui-monospace, monospace;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--font-body);
  font-size:1.05rem;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  *{animation-duration:0.001ms !important; transition-duration:0.001ms !important;}
}

a{color:inherit;}
img{max-width:100%;display:block;}

/* ambient paw texture */
.paw-field{
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:0.16;
  background-image:
    radial-gradient(circle at 3px 3px, var(--paw) 2.4px, transparent 2.5px),
    radial-gradient(circle at 3px 3px, var(--paw) 2.4px, transparent 2.5px);
  background-size:140px 140px;
  background-position:0 0, 70px 70px;
}

.eyebrow{
  font-family:var(--font-mono);
  font-size:0.78rem;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:var(--gold-deep);
  margin:0 0 0.6rem;
}
.eyebrow.center{text-align:center;}

h1,h2{font-family:var(--font-display); margin:0; color:var(--ink);}
h2{font-size:clamp(1.8rem, 3.2vw, 2.6rem); font-weight:700; line-height:1.15;}

/* nav */
.site-nav{
  position:relative;
  z-index:2;
  padding:1.4rem clamp(1.2rem, 5vw, 3rem) 0;
}
.nav-inner{
  max-width:1160px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.nav-mark{
  font-family:var(--font-display);
  font-weight:700;
  font-size:1.3rem;
  text-decoration:none;
  color:var(--ink);
}
.nav-mark .dot{color:var(--rust);}
.nav-follow{
  font-family:var(--font-mono);
  font-size:0.82rem;
  text-decoration:none;
  color:var(--ink);
  border:1.5px solid var(--ink);
  padding:0.5rem 0.9rem;
  border-radius:999px;
  transition:background 0.2s ease, color 0.2s ease;
}
.nav-follow:hover{background:var(--ink); color:var(--paper);}

main{position:relative; z-index:1;}

/* hero */
.hero{
  max-width:1160px;
  margin:0 auto;
  padding:clamp(2.5rem,6vw,5rem) clamp(1.2rem,5vw,3rem) clamp(3rem,6vw,5rem);
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:clamp(2rem,4vw,3rem);
  align-items:center;
}
.wordmark{
  font-family:var(--font-display);
  font-weight:800;
  font-size:clamp(4rem, 11vw, 8rem);
  line-height:0.9;
  color:var(--cream-white);
  -webkit-text-stroke:3px var(--ink);
  text-shadow:
    5px 5px 0 var(--gold),
    8px 8px 0 var(--ink);
  margin-bottom:0.3rem;
  letter-spacing:0.01em;
}
.hero-sub{
  font-family:var(--font-body);
  font-style:italic;
  font-weight:500;
  font-size:clamp(1.3rem,2.4vw,1.7rem);
  color:var(--rust);
  margin:0 0 1rem;
}
.hero-body{
  max-width:32ch;
  color:var(--ink-soft);
  margin:0 0 1.8rem;
}
.hero-actions{display:flex; flex-wrap:wrap; gap:0.8rem;}

.btn{
  display:inline-block;
  font-family:var(--font-mono);
  font-size:0.85rem;
  text-decoration:none;
  padding:0.85rem 1.4rem;
  border-radius:999px;
  border:1.5px solid var(--ink);
  transition:transform 0.15s ease, background 0.2s ease, color 0.2s ease;
}
.btn:hover{transform:translateY(-2px);}
.btn-primary{background:var(--ink); color:var(--paper);}
.btn-primary:hover{background:var(--gold-deep); border-color:var(--gold-deep); color:var(--cream-white);}

.hero-portrait{
  position:relative;
  justify-self:center;
}
.hero-portrait img{
  width:min(360px, 78vw);
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:50%;
  border:6px solid var(--cream-white);
  box-shadow:0 18px 40px rgba(58,42,30,0.28), 0 0 0 3px var(--gold);
}
.portrait-tag{
  position:absolute;
  bottom:-0.6rem;
  left:50%;
  transform:translateX(-50%) rotate(-3deg);
  background:var(--cream-white);
  border:1.5px solid var(--ink);
  font-family:var(--font-mono);
  font-size:0.72rem;
  padding:0.4rem 0.8rem;
  border-radius:999px;
  white-space:nowrap;
  box-shadow:3px 3px 0 var(--rust);
}

/* reveal animation */
.reveal{
  opacity:0;
  transform:translateY(28px);
  transition:opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible{opacity:1; transform:translateY(0);}

/* bands */
.band-dog, .band-owner{padding:clamp(2rem,5vw,3.5rem) clamp(1.2rem,5vw,3rem);}
.band-inner{
  max-width:1160px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(2rem,5vw,4rem);
  align-items:center;
}
.band-inner.reverse .band-media{order:2;}
.band-inner.reverse .band-copy{order:1;}

.banner-strip{
  border-radius:20px;
  box-shadow:0 14px 30px rgba(58,42,30,0.18);
}

.band-copy h2{margin-bottom:0.9rem;}
.band-copy p{color:var(--ink-soft); max-width:46ch;}
.band-copy p + p{margin-top:0.8rem;}

.profile-card{
  background:var(--cream-white);
  border:1.5px solid var(--ink);
  border-radius:22px;
  padding:1.8rem;
  max-width:380px;
  box-shadow:7px 7px 0 var(--lavender);
}
.profile-avatar{
  width:64px; height:64px; border-radius:50%;
  object-fit:cover; margin-bottom:0.9rem;
  border:2px solid var(--ink);
}
.profile-name{
  font-family:var(--font-display);
  font-weight:700;
  font-size:1.15rem;
  display:inline-flex;
  align-items:center;
  gap:0.3rem;
}
.badge{width:16px; height:16px; color:var(--gold);}
.profile-id{display:flex; flex-direction:column; gap:0.15rem; margin-bottom:0.9rem;}
.profile-handle{font-family:var(--font-mono); font-size:0.85rem; color:var(--ink-soft);}
.profile-role{font-weight:600; margin:0 0 0.4rem;}
.profile-credit{
  font-family:var(--font-mono);
  font-size:0.78rem;
  color:var(--rust);
  margin:0;
}

/* tweet */
.tweet-section{padding:clamp(2.5rem,5vw,4rem) clamp(1.2rem,5vw,3rem) clamp(3rem,6vw,4.5rem);}
.section-head{max-width:640px; margin:0 auto 2.2rem; text-align:center;}
.section-head h2{margin-bottom:0;}

.tweet-card{
  display:block;
  max-width:600px;
  margin:0 auto;
  background:var(--cream-white);
  border:1.5px solid var(--ink);
  border-radius:26px;
  padding:1.6rem;
  text-decoration:none;
  color:var(--ink);
  box-shadow:10px 10px 0 var(--gold);
  transition:transform 0.2s ease, box-shadow 0.2s ease;
}
.tweet-card:hover{
  transform:translate(-4px,-4px);
  box-shadow:14px 14px 0 var(--gold);
}
.tweet-head{display:flex; align-items:center; gap:0.7rem; margin-bottom:0.9rem;}
.tweet-avatar{width:46px; height:46px; border-radius:50%; object-fit:cover; border:2px solid var(--ink);}
.tweet-id{display:flex; flex-direction:column; gap:0.1rem;}
.tweet-text{font-family:var(--font-body); font-size:1.25rem; font-weight:500; margin:0 0 1rem;}
.tweet-media{border-radius:16px; overflow:hidden; border:1px solid var(--paw); margin-bottom:1rem;}
.tweet-media img{width:100%; aspect-ratio:1/1; object-fit:cover;}
.tweet-stats{
  display:flex; gap:1.3rem; flex-wrap:wrap;
  font-family:var(--font-mono); font-size:0.82rem; color:var(--ink-soft);
  margin-bottom:1rem;
}
.tweet-cta{
  display:inline-block;
  font-family:var(--font-mono);
  font-size:0.85rem;
  font-weight:500;
  color:var(--rust);
}

/* receipts */
.receipts{padding:clamp(2rem,5vw,3.5rem) clamp(1.2rem,5vw,3rem) clamp(3rem,6vw,4.5rem);}
.receipt-frame{
  max-width:460px;
  margin:0 auto;
  background:var(--cream-white);
  border:1.5px solid var(--ink);
  border-radius:14px;
  padding:0.9rem 0.9rem 1.3rem;
  transform:rotate(-1.5deg);
  box-shadow:0 16px 30px rgba(58,42,30,0.2);
}
.receipt-frame img{border-radius:8px;}
.receipt-frame figcaption{
  text-align:center;
  font-family:var(--font-mono);
  font-size:0.82rem;
  color:var(--ink-soft);
  margin-top:0.8rem;
}

/* focus visibility */
a:focus-visible, .tweet-card:focus-visible{
  outline:3px solid var(--rust);
  outline-offset:3px;
}

@media (max-width: 820px){
  .hero{grid-template-columns:1fr; text-align:center;}
  .hero-body{margin-left:auto; margin-right:auto;}
  .hero-actions{justify-content:center;}
  .wordmark{-webkit-text-stroke:2px var(--ink); text-shadow:3px 3px 0 var(--gold), 5px 5px 0 var(--ink);}
  .band-inner{grid-template-columns:1fr;}
  .band-inner.reverse .band-media, .band-inner.reverse .band-copy{order:initial;}
  .band-copy{text-align:center;}
  .band-copy p{margin-left:auto; margin-right:auto;}
  .profile-card{margin:0 auto;}
}
