:root{
  --bg: #f6efe6;
  --text: #2a2a2a;
  --muted:#6b625a;
  --rust:#8b3a3a;
  --gold: #c9a24d;
  --line: rgba(42,42,42,0.20);
  --paper: rgba(255,255,255,0.55);
}
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }

body{
  background: var(--bg);
  color: var(--text, #2a2a2a);
  font-family: Arial, sans-serif;
  margin: 40px;
  line-height: 1.65;
  letter-spacing: 0.1px;
}

p{
  max-width: 680px;
  margin:10px 0;
  color: var(--muted, #6b625a);
}

h1, h2, h3{
  color: var(--text);
  letter-spacing: 0.2px;
  margin: 18px 0 10px;
}

hr{
  border: none;
  border-top: 1px solid var(--line);
  margin: 18px 0 20px;
  max-width: 720px;
}

a{
  color: var(--rust);
  text-decoration: none;
  font-weight: 600;
}

a:hover{
  text-decoration: underline;
}

img{
  display: block;
max-width: 100%;
height: auto;
border: 1px solid rgba(42,42,42,0.18);
padding: 8px;
background: var(--paper);
box-shadow: 0 10px 28px rgba(0,0,0,0.10);
margin: 18px 0 28px;
}

.hero{
  margin: 20px auto 30px;
}

.caption{
  font-size: 13px;
  color: var(--muted);
  opacity: 0.85;
  margin-top: -18px;
  margin-bottom: 30px;
}

  .nav{
    margin: 18px 0 22px;
    padding-left: 0;
  }
  
  .nav a{
    display: inline-block;
    margin: 3px 0;
  }
  
  .stamp{
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: lowercase;
    color: var(--muted);
    opacity: 0.8;
  }
  .glitter-sign {
    display: block;
    margin: 30px auto;
    max-width: 800px;
    width: 100%;
    
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
  }
  .header{
    text-align: center;
    margin: 30px auto 10px;
    max-width: 720px;
  }

.glitter-sign{
  display: block;
  margin: 0 auto;
  width: min(780px, 100%);
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
}
.subtitle{
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: lowercase;
  color: var(--muted);
  opacity: 0.85;
  margin-top: 12px;
}
.nav-bait .bait{
  display: block;
}
/* --- SCREAMING STICKER POPUP LINKS --- */

.nav-bait{
  max-width: 720px;
  margin: 18px 0 26px;
}

.nav-bait .bait{
  display: block;
  position: relative;

  margin: 12px 0;
  padding: 14px 14px 14px 46px;

  background: #fffdf6;
  border: 2px solid #2a2a2a;
  box-shadow: 6px 6px 0 rgba(42,42,42,0.35);

  text-decoration: none;
  color: #2a2a2a;

  transform: rotate(-0.4deg);
}

.nav-bait .bait:nth-child(even){
  transform: rotate(0.6deg);
  background: #fff7fb;
}

.nav-bait .bait:hover{
  transform: rotate(0deg) translateY(-2px);
  box-shadow: 10px 10px 0 rgba(42,42,42,0.35);
}

/* the loud tag word (BREAKING / EXCLUSIVE etc) */
.bait-kicker{
  display: inline-block;
  padding: 3px 8px;
  margin-right: 8px;

  background: #ffea00;
  border: 2px solid #2a2a2a;

  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

/* the small line under */
.bait-sub{
  display: block;
  margin-top: 6px;

  font-size: 12px;
  letter-spacing: 0.3px;
  opacity: 0.75;
}

/* fake popup “X” */
.nav-bait .bait::before{
  content: "✕";
  position: absolute;
  left: 12px;
  top: 12px;

  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;

  background: #ff3b3b;
  color: white;
  border: 2px solid #2a2a2a;

  font-weight: 900;
  font-size: 14px;
}
/* --- LAYOUT: two columns --- */
.main{
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 34px;
  align-items: start;
  max-width: 1100px;
}

@media (max-width: 900px){
  .main{
    grid-template-columns: 1fr;
  }
}

/* --- BACKGROUND: warm 70s archive paper --- */
body{
  background:
    radial-gradient(900px 500px at 70% 10%, rgba(255,214,155,0.28), transparent 60%),
    radial-gradient(700px 500px at 15% 30%, rgba(255,170,190,0.16), transparent 55%),
    radial-gradient(900px 700px at 70% 75%, rgba(150,180,190,0.14), transparent 60%),
    repeating-linear-gradient(0deg, rgba(0,0,0,0.02) 0px, rgba(0,0,0,0.02) 1px, transparent 1px, transparent 6px),
    var(--bg);
}

/* --- MAKE PHOTO HUGE + editorial --- */
.right{
  padding-top: 8px;
}

.portrait{
  width: min(520px, 44vw);
  max-width: 100%;
  height: auto;
  display: block;

  border: 14px solid rgba(255,255,255,0.72);
  outline: 1px solid rgba(0,0,0,0.12);
  box-shadow: 0 18px 48px rgba(0,0,0,0.16);
  background: rgba(255,255,255,0.35);

  transform: rotate(-0.6deg);
}

/* --- STICKER LINKS: more “screaming pop-up” energy --- */
.nav-bait{
  margin-top: 10px;
  display: grid;
  gap: 16px;
}

.nav-bait .bait{
  display: grid;
  grid-template-columns: 18px auto;
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 6px;

  padding: 16px 16px 14px;
  background: rgba(255,255,255,0.60);
  border: 2px solid rgba(0,0,0,0.55);
  box-shadow: 6px 6px 0 rgba(0,0,0,0.12);
  position: relative;

  text-decoration: none;
  color: var(--text);

  transform: rotate(-0.2deg);
  transition: transform 120ms ease, box-shadow 120ms ease;
}
.nav-bait .tag{
  grid-column: 2;
  grid-row: 1;
}

.nav-bait .headline{
  grid-column: 2;
  grid-row: 2;
}

.nav-bait .sub{
  grid-column: 2;
  grid-row: 3;
}

.nav-bait .bait::before{
  content: "✖";
  grid-column: 1;
  grid-row: 1 / span 2;

  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;

  font-size: 12px;
  line-height: 1;
  color: white;

  background: #c42323;
  border: 1px solid rgba(0,0,0,0.55);
  box-shadow: 2px 2px 0 rgba(0,0,0,0.18);
}

.nav-bait .bait:hover{
  transform: translateY(-2px) rotate(0.15deg);
  box-shadow: 10px 10px 0 rgba(0,0,0,0.14);
}

.nav-bait .tag{
  display: inline-block;
  padding: 4px 8px;
  background: #f0d400;
  border: 1px solid rgba(0,0,0,0.65);
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  width: fit-content;
}

.nav-bait .headline{
  font-weight: 700;
  font-size: 18px;
}

.nav-bait .sub{
  grid-column: 2;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.2px;
}
.leaf divider {
  text-align: center;
 margin:40px 0 20px;
}

.leaf divider img {
  max-width: 90%;
  height: auto;
}