/* Cinnamonbred Homepage v2 — ported from the Claude Design prototype */
html { margin: 0; padding: 0; background: #FBF6EC; scroll-behavior: smooth; }
body { margin: 0; padding: 0; background: #FBF6EC; transition: background 0.8s ease; }
body.cb2-modal-open { overflow: hidden; }

.cb2 {
  /* morning palette defaults — JS swaps these per time of day */
  --bg: #FBF6EC; --surface: #FFFDF7; --card: #FFFFFF;
  --ink: #33402F; --muted: #5A6450; --faint: #70735C;
  --line: #E6DAC0; --dash: #C9B690;
  --brand: #2C4030; --accent: #8C3B2E; --accent-deep: #7A2E22;
  --btn-bg: #2C4030; --btn-ink: #FBF6EC;
  --gold: #D9A441; --gold-ink: #3A2C12;
  --band-bg: #EFD9B8; --band-head: #7A2E22; --band-ink: #6B5A3E;
  --bubble: #F6E8D2; --shadow: rgba(60,48,30,0.16); --wood: #8A6B44;
  --cloud: #FFFFFF;
  --ink-moss: #2C4030; --ink-clay: #8C3B2E; --ink-honey: #B37E1F; --ink-plain: #4A4438;
}

.cb2 { background: var(--bg); color: var(--ink); font-family: 'Karla', sans-serif; min-height: 100vh; transition: background 1s ease, color 0.6s ease; overflow-x: hidden; }
.cb2 * { box-sizing: border-box; }
.cb2 img { display: block; }
.cb2 button { font-family: 'Karla', sans-serif; border: none; cursor: pointer; }
.cb2 input, .cb2 textarea { font-family: 'Karla', sans-serif; }
.cb2 a { color: var(--accent); text-decoration: none; }
.cb2 a:hover { color: var(--accent-deep); }
.cb2 section { scroll-margin-top: 84px; }
.cb2-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.cb2 button:focus-visible, .cb2 a:focus-visible, .cb2 input:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

.cb2-nav { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 14px 40px; background: color-mix(in srgb, var(--bg) 96%, var(--surface)); border-bottom: 1px solid color-mix(in srgb, var(--line) 70%, transparent); transition: background 1s ease, border-color 0.6s ease; }
.cb2-wordmark { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 22px; color: var(--brand); letter-spacing: -0.02em; cursor: pointer; background: none; padding: 0; }
.cb2-wordmark i { font-style: normal; color: var(--accent); }
.cb2-links { display: flex; gap: 26px; font-size: 15px; font-weight: 700; color: var(--muted); align-items: center; }
.cb2-links button { background: none; padding: 4px 0; font-size: 15px; font-weight: 700; color: var(--muted); transition: color 0.2s ease; }
.cb2-links button:hover { color: var(--brand); }
.cb2-menu { display: none; width: 44px; height: 44px; padding: 11px; border-radius: 50%; background: var(--surface); border: 2px solid var(--line) !important; flex-direction: column; justify-content: center; gap: 4px; transition: background 0.3s ease, border-color 0.3s ease; }
.cb2-menu span { display: block; width: 100%; height: 2px; border-radius: 2px; background: var(--brand); transition: transform 0.25s ease, opacity 0.2s ease; }
.cb2-live { display: inline-flex; align-items: center; gap: 9px; border: 2px solid var(--brand); border-radius: 999px; padding: 9px 20px; font-weight: 800; font-size: 15px; color: var(--brand) !important; transition: all 0.2s ease; }
.cb2-live:hover { background: var(--brand); color: var(--bg) !important; }
.cb2-live .cb2-dotlive { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); animation: cb2-blink 2.2s ease-in-out infinite; }
@keyframes cb2-blink { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }

.cb2-heroband { position: relative; }
.cb2-sky { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.cb2-sky-layer { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s ease; background-repeat: no-repeat; background-size: 100% 620px; }
.cb2-sky-m { background: linear-gradient(180deg, rgba(178,214,228,0.75) 0%, rgba(232,238,210,0.5) 44%, rgba(232,238,210,0) 78%); }
.cb2-sky-g { background: linear-gradient(180deg, rgba(244,192,116,0.66) 0%, rgba(243,217,168,0.42) 46%, rgba(243,217,168,0) 80%); }
.cb2-sky-e { background: linear-gradient(180deg, rgba(14,26,18,0.85) 0%, rgba(24,42,29,0.4) 52%, rgba(24,42,29,0) 84%); }
.cb2-t-morning .cb2-sky-m, .cb2-t-golden .cb2-sky-g, .cb2-t-evening .cb2-sky-e { opacity: 1; }
.cb2-cloud { position: absolute; background: var(--cloud); border-radius: 50%; filter: blur(16px); opacity: 0.85; transition: background 1.4s ease; }
.cb2-star { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: #F4EDD6; opacity: 0; transition: opacity 1.2s ease; box-shadow: 0 0 6px rgba(244,237,214,0.9); }
.cb2-t-evening .cb2-star { opacity: 0.9; }
.cb2-orb { position: absolute; z-index: 4; border-radius: 50%; cursor: grab; pointer-events: auto; touch-action: none; -webkit-user-select: none; user-select: none; background: radial-gradient(circle at 38% 34%, #FFF6D8, #FFD978 58%, #F4B44A); box-shadow: 0 0 44px 16px rgba(255,205,100,0.5), 0 0 120px 50px rgba(255,190,80,0.22); transition: left 1.1s ease, top 1.1s ease, width 1.1s ease, height 1.1s ease, box-shadow 0.35s ease, background 1.4s ease; }
.cb2-orb::after { content: ''; position: absolute; inset: -10px; border-radius: 50%; border: 1px dashed color-mix(in srgb, var(--accent) 55%, transparent); opacity: 0; transition: opacity 0.2s ease; }
.cb2-orb:hover::after, .cb2-orb:focus-visible::after, .cb2-orb.cb2-dragging::after { opacity: 1; }
.cb2-orb.cb2-moon { background: radial-gradient(circle at 40% 36%, #FDF8E6, #E8DFC2 55%, #C9C0A0); box-shadow: 0 0 30px 10px rgba(244,237,214,0.35), 0 0 90px 30px rgba(244,237,214,0.12); }
.cb2-orb.cb2-dragging { transition: none; cursor: grabbing; }
.cb2-orb:active { cursor: grabbing; }
.cb2-orb-tag { position: absolute; z-index: 4; font-family: 'Caveat', cursive; font-size: 21px; color: var(--muted); white-space: nowrap; pointer-events: none; transition: opacity 0.4s ease, color 0.6s ease; }
.cb2-orb-tag b { color: var(--accent); font-weight: 600; }

.cb2-hero { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; padding: 152px 56px 36px; align-items: center; max-width: 1480px; margin: 0 auto; }
.cb2-h1 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: clamp(28px, 4.3vw, 62px); line-height: 1.05; letter-spacing: -0.025em; color: var(--brand); margin: 0 0 22px; text-wrap: pretty; transition: color 0.6s ease; }
.cb2-h1 em { font-style: normal; color: var(--accent); }
.cb2-lede { font-size: 19px; line-height: 1.6; color: var(--muted); max-width: 46ch; margin: 0 0 28px; }
.cb2-ctas { display: flex; gap: 18px; align-items: center; margin-bottom: 32px; flex-wrap: wrap; }
.cb2-btn { background: var(--btn-bg); color: var(--btn-ink); border-radius: 999px; padding: 16px 32px; font-weight: 800; font-size: 17px; box-shadow: 0 8px 20px var(--shadow); transition: box-shadow 0.2s ease, background 0.6s ease; display: inline-block; }
.cb2-btn:hover { box-shadow: 0 12px 26px var(--shadow); background: var(--accent-deep); }
.cb2-btn:active { box-shadow: 0 5px 12px var(--shadow); }
a.cb2-btn { color: var(--btn-ink); }
a.cb2-btn:hover { color: var(--btn-ink); }
.cb2-ghost { background: none; padding: 4px 0 2px; font-weight: 800; font-size: 17px; color: var(--accent); border-bottom: 2px dashed var(--dash) !important; border-radius: 0; transition: color 0.2s ease, border-color 0.2s ease; }
.cb2-ghost:hover { color: var(--accent-deep); border-color: var(--accent) !important; }
.cb2-mascot { display: flex; align-items: center; gap: 14px; }
.cb2-mascot img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; object-position: 78% 72%; border: 3px solid var(--band-bg); }
.cb2-say { font-family: 'Caveat', cursive; font-size: 22px; color: var(--accent); background: var(--bubble); border-radius: 16px 16px 16px 4px; padding: 8px 16px; transition: background 0.6s ease; }

.cb2-scene-wrap { position: relative; }
.cb2-scene { position: relative; border-radius: 28px; overflow: hidden; box-shadow: 0 22px 48px var(--shadow); max-height: 520px; }
.cb2-scene-inner { position: relative; width: 100%; padding-top: 96.1%; }
.cb2-scene-inner > img { position: absolute; inset: 0; width: 100%; height: 100%; }
.cb2-shade { position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity 1.4s ease; background: linear-gradient(200deg, rgba(16,30,20,0.5), rgba(16,30,20,0.14) 55%, rgba(255,210,120,0.08)); }
.cb2-t-evening .cb2-shade { opacity: 1; }
.cb2-shade-g { background: linear-gradient(200deg, rgba(255,178,72,0.22), rgba(255,178,72,0) 60%); }
.cb2-t-golden .cb2-shade-g { opacity: 1; }
.cb2-pin { position: absolute; display: flex; align-items: center; gap: 10px; cursor: pointer; background: none; padding: 0; z-index: 3; }
.cb2-pin.cb2-pin-flip { flex-direction: row-reverse; transform: translateX(calc(-100% + 17px)); }
.cb2-dot { width: 17px; height: 17px; border-radius: 50%; background: var(--bg); border: 5px solid var(--accent); box-shadow: 0 0 0 6px color-mix(in srgb, var(--accent) 20%, transparent), 0 4px 10px rgba(0,0,0,0.2); flex: none; }
.cb2-pin-label { background: var(--card); color: var(--ink); font-weight: 800; font-size: 14.5px; padding: 8px 15px; border-radius: 999px; box-shadow: 0 6px 16px var(--shadow); white-space: nowrap; text-align: left; transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease; }
.cb2-pin-label small { display: block; font-weight: 500; font-size: 12px; color: var(--faint); }
.cb2-pin:hover .cb2-pin-label { background: var(--btn-bg); color: var(--btn-ink); }
.cb2-pin:hover .cb2-pin-label small { color: color-mix(in srgb, var(--btn-ink) 70%, transparent); }
.cb2-motion .cb2-dot { animation: cb2-pulse 2.6s ease-in-out infinite; }
@keyframes cb2-pulse {
  0%, 100% { box-shadow: 0 0 0 6px color-mix(in srgb, var(--accent) 20%, transparent), 0 4px 10px rgba(0,0,0,0.2); }
  50% { box-shadow: 0 0 0 11px color-mix(in srgb, var(--accent) 10%, transparent), 0 4px 10px rgba(0,0,0,0.2); }
}
.cb2 .cb2-sheep { position: absolute; width: 72px; height: 62px; margin: -31px 0 0 -36px; background: none; border-radius: 50%; border: 2px dashed transparent; transition: border-color 0.25s ease, background 0.25s ease; z-index: 2; }
.cb2 .cb2-sheep:hover { border-color: rgba(255,255,255,0.85); background: rgba(255,255,255,0.14); }
.cb2 .cb2-sheep:focus-visible { border-color: rgba(255,255,255,0.95); background: rgba(255,255,255,0.18); outline-color: var(--accent); }
.cb2 .cb2-sheep:active { transform: scale(0.92); }
.cb2-heart { position: absolute; left: 50%; top: 30%; font-size: 24px; font-weight: 700; color: var(--accent); pointer-events: none; animation: cb2-heart 1.05s ease-out forwards; text-shadow: 0 1px 0 rgba(255,255,255,0.6); }
.cb2-t-evening .cb2-heart { text-shadow: none; }
@keyframes cb2-heart { 0% { transform: translate(-50%, 0) scale(0.6); opacity: 0; } 15% { opacity: 1; } 100% { transform: translate(calc(-50% + var(--hx, 0px)), -74px) scale(1.15) rotate(12deg); opacity: 0; } }
.cb2-scene-foot { display: flex; justify-content: space-between; align-items: baseline; margin-top: 12px; padding: 0 8px; gap: 16px; }
.cb2-scene-note { font-family: 'Caveat', cursive; font-size: 21px; color: var(--faint); }
.cb2-pets { font-family: 'Caveat', cursive; font-size: 22px; color: var(--accent); white-space: nowrap; }
.cb2-ff { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #FFE9A8; box-shadow: 0 0 8px 2px rgba(255,233,168,0.75); opacity: 0; pointer-events: none; z-index: 2; }
.cb2-t-evening.cb2-motion .cb2-ff { animation: cb2-ff ease-in-out infinite; }
@keyframes cb2-ff { 0%, 100% { opacity: 0; transform: translate(0, 0); } 30% { opacity: 0.95; } 55% { opacity: 0.25; } 75% { opacity: 0.85; } 50% { transform: translate(var(--fx, 20px), var(--fy, -26px)); } }

.cb2-motion .cb2-cloud { animation: cb2-sway ease-in-out infinite; }
@keyframes cb2-sway { 0%, 100% { transform: translateX(-26px); } 50% { transform: translateX(28px); } }
.cb2-t-evening.cb2-motion .cb2-star { animation: cb2-twinkle ease-in-out infinite; }
@keyframes cb2-twinkle { 0%, 100% { opacity: 0.9; } 50% { opacity: 0.25; } }
.cb2-rv { opacity: 1; transform: none; }
.cb2-motion .cb2-rv { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16,1,0.3,1); }
.cb2-motion .cb2-rv.cb2-in { opacity: 1; transform: none; }
.cb2-motion .cb2-masonry .cb2-rv { transform: none; transition: opacity 0.55s ease; }

.cb2-sec-head { display: flex; align-items: baseline; justify-content: space-between; padding: 64px 56px 8px; max-width: 1480px; margin: 0 auto; }
.cb2-h2 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 36px; letter-spacing: -0.02em; color: var(--brand); margin: 0; transition: color 0.6s ease; }
.cb2-h2-note { font-family: 'Caveat', cursive; font-size: 23px; color: var(--faint); }
.cb2-filters { display: flex; gap: 10px; padding: 18px 56px 26px; max-width: 1480px; margin: 0 auto; flex-wrap: wrap; }
.cb2 .cb2-chip { background: var(--surface); border: 2px solid var(--line); color: var(--muted); border-radius: 999px; padding: 10px 20px; font-weight: 700; font-size: 15px; transition: all 0.2s ease; }
.cb2 .cb2-chip:hover { border-color: var(--dash); }
.cb2 .cb2-chip.cb2-on { background: var(--btn-bg); border-color: var(--btn-bg); color: var(--btn-ink); }
.cb2-chip small { font-weight: 700; opacity: 0.55; margin-left: 6px; }

.cb2-masonry { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 26px; row-gap: 26px; align-items: start; padding: 0 56px; max-width: 1480px; margin: 0 auto; }
.cb2-masonry.cb2-masonry-ready { grid-auto-rows: 8px; row-gap: 18px; }
.cb2-masonry .cb2-rv { min-width: 0; align-self: start; }
.cb2-masonry.cb2-masonry-ready .cb2-rv { grid-row-end: span var(--cb2-span, 1); }
.cb2-piece { position: relative; display: block; margin: 0; background: var(--card); border-radius: 5px; padding: 12px 12px 14px; box-shadow: 0 6px 18px var(--shadow); cursor: zoom-in; transition: box-shadow 0.3s ease, background 0.6s ease, border-color 0.3s ease; border: 1px solid color-mix(in srgb, var(--line) 62%, transparent); width: 100%; text-align: left; isolation: isolate; }
.cb2-piece::before { content: ''; position: absolute; z-index: 2; top: -9px; left: 50%; transform: translateX(-50%) rotate(-2deg); width: 74px; height: 20px; background: color-mix(in srgb, var(--band-bg) 82%, transparent); border-left: 1px dashed rgba(0,0,0,0.08); border-right: 1px dashed rgba(0,0,0,0.08); transition: transform 0.3s ease, background 0.3s ease; }
.cb2-piece::after { content: ''; position: absolute; inset: -1px; z-index: 3; border: 2px solid color-mix(in srgb, var(--accent) 72%, transparent); border-radius: 5px; opacity: 0; pointer-events: none; transition: opacity 0.25s ease; }
.cb2-masonry .cb2-rv:nth-child(2n) .cb2-piece::before { transform: translateX(-50%) rotate(2.5deg); }
.cb2-piece img { width: 100%; height: auto; border-radius: 3px; background: var(--surface); }
.cb2-piece .cb2-meta { display: flex; justify-content: space-between; padding: 11px 4px 0; font-size: 15px; gap: 12px; }
.cb2-piece .cb2-t { font-weight: 800; color: var(--ink); }
.cb2-piece .cb2-m { color: var(--faint); flex: none; }
.cb2-piece:focus-visible { outline-color: var(--accent); box-shadow: 0 14px 30px var(--shadow); }
.cb2-piece:focus-visible::after { opacity: 1; }

@media (hover: hover) {
  .cb2-masonry .cb2-rv:hover { z-index: 2; }
  .cb2-masonry .cb2-rv:hover .cb2-piece { box-shadow: 0 16px 32px var(--shadow); border-color: color-mix(in srgb, var(--accent) 36%, var(--line)); }
  .cb2-masonry .cb2-rv:hover .cb2-piece::after { opacity: 1; }
  .cb2-masonry .cb2-rv:hover .cb2-piece::before { transform: translateX(-50%) rotate(0deg); background: color-mix(in srgb, var(--gold) 24%, var(--band-bg)); }
}

.cb2-lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(20,26,18,0.94); display: flex; align-items: center; justify-content: center; padding: 40px; animation: cb2-fade 0.25s ease; overscroll-behavior: contain; }
@keyframes cb2-fade { from { opacity: 0; } }
.cb2-lb-card { background: var(--card); border-radius: 20px; padding: 18px; max-width: min(880px, 92vw); max-height: 92vh; display: flex; flex-direction: column; box-shadow: 0 30px 80px rgba(0,0,0,0.4); animation: cb2-pop 0.3s cubic-bezier(0.16,1,0.3,1); }
@keyframes cb2-pop { from { transform: scale(0.96) translateY(10px); opacity: 0; } }
.cb2-lb-card > img { max-width: 100%; max-height: calc(92vh - 150px); object-fit: contain; border-radius: 12px; }
.cb2-lb-bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 6px 2px; }
.cb2-lb-bar .cb2-t { font-weight: 800; font-size: 17px; color: var(--ink); }
.cb2-lb-bar .cb2-m { color: var(--faint); font-size: 14.5px; }
.cb2-lb-note { font-family: 'Caveat', cursive; font-size: 21px; color: var(--accent); padding: 2px 6px 0; }
.cb2-lb-nav { display: flex; gap: 8px; align-items: center; }
.cb2-lb-count { font-size: 13.5px; font-weight: 700; color: var(--faint); margin-right: 6px; white-space: nowrap; }
.cb2-lb-nav button { background: var(--bg); border: 2px solid var(--line); color: var(--ink); border-radius: 999px; width: 42px; height: 42px; font-size: 17px; font-weight: 800; transition: border-color 0.2s ease, background 0.2s ease; }
.cb2-lb-nav button:hover { border-color: var(--accent); background: var(--surface); }

.cb2-den { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center; max-width: 1368px; margin: 24px auto 0; padding: 0 56px; }
.cb2-tv { position: relative; border: 12px solid var(--wood); border-radius: 26px; background: #1A241C; box-shadow: 0 24px 52px var(--shadow), inset 0 0 0 3px rgba(0,0,0,0.35); transition: border-color 0.6s ease; }
.cb2-tv-screen { position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 16 / 10; margin: 8px; }
.cb2-tv-screen img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.4s ease; }
.cb2-tv-screen img.cb2-showing { opacity: 1; }
.cb2-tv-glare { position: absolute; inset: 0; z-index: 1; background: linear-gradient(115deg, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 34%); pointer-events: none; }
.cb2-tv-sticker { position: absolute; top: -26px; right: -18px; background: var(--gold); color: var(--gold-ink); font-family: 'Caveat', cursive; font-size: 22px; padding: 8px 18px; border-radius: 999px; transform: rotate(4deg); box-shadow: 0 8px 18px var(--shadow); }
.cb2-tv-foot { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px 6px; color: #C9C0A0; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; }
.cb2-tv-foot .cb2-pwr { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px 2px color-mix(in srgb, var(--gold) 55%, transparent); animation: cb2-blink 3s ease-in-out infinite; }
.cb2-den-info .cb2-den-id { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.cb2-den-info .cb2-den-id img { width: 74px; height: 74px; border-radius: 50%; border: 3px solid var(--band-bg); object-fit: cover; }
.cb2-den-handle { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 26px; color: var(--brand); letter-spacing: -0.02em; }
.cb2-den-bio { font-size: 15px; color: var(--faint); margin-top: 3px; }
.cb2-den-info p { font-size: 17.5px; line-height: 1.65; color: var(--muted); max-width: 50ch; margin: 0 0 20px; }
.cb2-den-vibes { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }
.cb2-vibe { background: var(--bubble); color: var(--muted); border-radius: 999px; padding: 8px 16px; font-weight: 700; font-size: 14px; transition: background 0.6s ease; }

.cb2-band { display: grid; grid-template-columns: auto 1fr; gap: 48px; align-items: center; background: var(--band-bg); border-radius: 28px; margin: 72px auto 0; max-width: 1368px; padding: 44px 56px; transition: background 1s ease; }
.cb2-band > img { width: 230px; height: 230px; object-fit: cover; border-radius: 22px; transform: rotate(-2deg); box-shadow: 0 12px 28px var(--shadow); transition: transform 0.4s cubic-bezier(0.16,1,0.3,1); }
.cb2-band:hover > img { transform: rotate(0.5deg) scale(1.02); }
.cb2-band h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 32px; color: var(--band-head); margin: 0 0 12px; letter-spacing: -0.02em; }
.cb2-band p { font-size: 17.5px; line-height: 1.65; color: var(--band-ink); max-width: 58ch; margin: 0 0 24px; }
.cb2-band .cb2-btn { background: var(--accent-deep); color: var(--btn-ink); }

.cb2-shop { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; margin: 28px auto 0; max-width: 1368px; border: 2px dashed var(--dash); border-radius: 28px; padding: 40px 56px; background: var(--surface); transition: background 1s ease; }
.cb2-shop h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 30px; color: var(--brand); margin: 0 0 10px; letter-spacing: -0.02em; }
.cb2-shop h3 span { color: var(--gold); }
.cb2-shop p { font-size: 17px; line-height: 1.6; color: var(--muted); max-width: 52ch; margin: 0 0 22px; }
.cb2-input { flex: 1; border: 2px solid var(--dash); border-radius: 999px; padding: 14px 22px; font-size: 16px; color: var(--ink); background: var(--bg); outline: none; transition: border-color 0.2s ease, background 0.6s ease; }
.cb2-input::placeholder { color: var(--faint); }
.cb2-input:focus { border-color: var(--gold); }
.cb2-send { background: var(--gold); color: var(--gold-ink); border-radius: 999px; padding: 14px 26px; font-weight: 800; font-size: 16px; white-space: nowrap; box-shadow: 0 6px 14px var(--shadow); transition: box-shadow 0.2s ease, background 0.2s ease; }
.cb2-send:hover { box-shadow: 0 10px 20px var(--shadow); }
.cb2-send:active { box-shadow: 0 4px 10px var(--shadow); }
.cb2-shop-img { width: 220px; height: 200px; object-fit: cover; border-radius: 20px; transform: rotate(2deg); box-shadow: 0 12px 26px var(--shadow); transition: transform 0.4s cubic-bezier(0.16,1,0.3,1); }
.cb2-shop:hover .cb2-shop-img { transform: rotate(-0.5deg) scale(1.02); }

.cb2-gb { max-width: 1368px; margin: 0 auto; padding: 0 0 8px; }
.cb2-gb-form { display: flex; gap: 10px; padding: 26px 56px 0; flex-wrap: wrap; align-items: center; }
.cb2-gb-form .cb2-input { min-width: 150px; }
.cb2-gb-form .cb2-note-input { flex: 2.5; min-width: 260px; font-family: 'Caveat', cursive; font-size: 20px; }
.cb2-inks { display: flex; gap: 8px; align-items: center; padding: 0 4px; }
.cb2 .cb2-ink { width: 26px; height: 26px; border-radius: 50%; border: 2px solid var(--card); box-shadow: 0 0 0 2px var(--line); padding: 0; transition: box-shadow 0.15s ease; }
.cb2-ink:hover { box-shadow: 0 0 0 3px var(--dash); }
.cb2-ink.cb2-on { box-shadow: 0 0 0 4px var(--gold); }
.cb2-gb-wall { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 22px; padding: 26px 56px 0; }
.cb2-note { background: var(--card); border-radius: 4px 18px 14px 16px; padding: 20px 22px 16px; box-shadow: 0 8px 18px var(--shadow); transition: background 0.6s ease, box-shadow 0.25s ease; }
.cb2-note:hover { box-shadow: 0 12px 24px var(--shadow); }
.cb2-note:nth-child(3n+1) { transform: rotate(-1.3deg); }
.cb2-note:nth-child(3n+2) { transform: rotate(0.9deg); }
.cb2-note:nth-child(3n) { transform: rotate(-0.4deg); }
.cb2-note.cb2-new { animation: cb2-drop 0.55s cubic-bezier(0.16,1,0.3,1); }
@keyframes cb2-drop { 0% { transform: translateY(-22px) rotate(-4deg); opacity: 0; } 100% { opacity: 1; } }
.cb2-note p { font-family: 'Caveat', cursive; font-size: 23px; line-height: 1.3; margin: 0 0 10px; }
.cb2-note .cb2-who { font-size: 14px; font-weight: 700; color: var(--faint); }

.cb2-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 44px 56px; margin: 72px auto 0; border-top: 1px solid var(--line); font-size: 15px; color: var(--faint); max-width: 1480px; flex-wrap: wrap; }
.cb2-frog { display: flex; align-items: center; gap: 12px; }
.cb2-frog img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; object-position: 30% 40%; border: 2px solid var(--band-bg); }
.cb2-frog-t { font-family: 'Caveat', cursive; font-size: 20px; color: var(--muted); }
.cb2-frog-t b { color: var(--accent); font-weight: 600; transition: opacity 0.5s ease; display: inline-block; }
.cb2-frog-t b.cb2-tickout { opacity: 0; }
.cb2-soc { display: flex; gap: 24px; font-weight: 800; }
.cb2-soc a { color: var(--muted); }
.cb2-soc a:hover { color: var(--accent); }

.cb2-pollen-layer { position: fixed; inset: 0; pointer-events: none; z-index: 90; }
.cb2-pollen { position: absolute; width: 6px; height: 6px; border-radius: 50% 60% 55% 60%; background: var(--gold); opacity: 0.75; box-shadow: 0 0 8px color-mix(in srgb, var(--gold) 55%, transparent); animation: cb2-rise 1.25s ease-out forwards; }
@keyframes cb2-rise { to { transform: translate(var(--px, 10px), -48px) rotate(140deg); opacity: 0; } }

@media (max-width: 1280px) {
  .cb2-hero { gap: 40px; padding: 140px 40px 28px; }
  .cb2-lede { font-size: 17px; }
  .cb2-btn { padding: 14px 26px; font-size: 15.5px; }
  .cb2-ghost { font-size: 15.5px; }
  .cb2-mascot img { width: 60px; height: 60px; }
  .cb2-say { font-size: 19px; }
  .cb2-scene { max-height: 430px; }
  .cb2-pin-label { font-size: 13px; padding: 7px 13px; }
  .cb2-dot { width: 15px; height: 15px; border-width: 4px; }
  .cb2-pin.cb2-pin-flip { transform: translateX(calc(-100% + 15px)); }
  .cb2-h2 { font-size: 30px; }
  .cb2-h2-note { font-size: 20px; }
  .cb2-sec-head { padding: 48px 40px 6px; }
  .cb2-filters { padding: 14px 40px 22px; }
  .cb2 .cb2-chip { padding: 8px 16px; font-size: 14px; }
  .cb2-masonry { padding: 0 40px; column-gap: 20px; }
  .cb2-den { padding: 0 40px; gap: 40px; }
  .cb2-den-handle { font-size: 22px; }
  .cb2-den-info p { font-size: 16px; }
  .cb2-band, .cb2-shop { margin-left: 40px; margin-right: 40px; padding: 36px 40px; gap: 36px; }
  .cb2-band > img { width: 180px; height: 180px; }
  .cb2-band h3 { font-size: 27px; }
  .cb2-band p, .cb2-shop p { font-size: 16px; }
  .cb2-shop h3 { font-size: 26px; }
  .cb2-shop-img { width: 180px; height: 165px; }
  .cb2-input { padding: 12px 18px; font-size: 15px; }
  .cb2-send { padding: 12px 20px; font-size: 15px; }
  .cb2-note p { font-size: 21px; }
  .cb2-gb-wall, .cb2-gb-form { padding-left: 40px; padding-right: 40px; }
  .cb2-footer { padding: 36px 40px; }
}
@media (max-width: 980px) {
  .cb2-nav { padding: 14px 24px; }
  .cb2-menu { display: flex; margin-left: auto; }
  .cb2-nav.cb2-nav-open .cb2-menu span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .cb2-nav.cb2-nav-open .cb2-menu span:nth-child(2) { opacity: 0; }
  .cb2-nav.cb2-nav-open .cb2-menu span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .cb2-links { position: absolute; top: calc(100% + 10px); right: 24px; min-width: 210px; flex-direction: column; align-items: stretch; gap: 4px; padding: 14px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: 0 18px 44px var(--shadow); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, background 0.6s ease; }
  .cb2-nav.cb2-nav-open .cb2-links { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .cb2-links button { display: block; width: 100%; padding: 10px 12px; border-radius: 12px; text-align: left; }
  .cb2-links button:hover { background: var(--bubble); }
  .cb2-live { justify-content: center; margin-top: 4px; }
  .cb2-hero { grid-template-columns: 1fr; padding: 150px 24px 24px; gap: 36px; }
  .cb2-scene { max-height: 78vw; }
  .cb2-sec-head, .cb2-filters, .cb2-masonry, .cb2-gb-wall, .cb2-gb-form { padding-left: 24px; padding-right: 24px; }
  .cb2-masonry { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cb2-den { grid-template-columns: 1fr; padding: 0 24px; gap: 36px; }
  .cb2-band, .cb2-shop { grid-template-columns: 1fr; margin-left: 24px; margin-right: 24px; padding: 32px 28px; }
  .cb2-band > img { width: 180px; height: 180px; }
  .cb2-footer { flex-direction: column; gap: 14px; padding: 32px 24px; }
}
@media (max-width: 700px) {
  .cb2-masonry { grid-template-columns: minmax(0, 1fr); }
  .cb2-hero { padding: 136px 20px 20px; gap: 28px; }
  .cb2-lede { font-size: 15.5px; margin-bottom: 22px; }
  .cb2-btn { padding: 12px 22px; font-size: 14.5px; }
  .cb2-ghost { font-size: 14.5px; }
  .cb2-say { font-size: 17px; }
  .cb2-mascot img { width: 50px; height: 50px; }
  .cb2-scene { max-height: 84vw; }
  .cb2-scene-foot { align-items: flex-start; flex-direction: column; gap: 2px; }
  .cb2-scene-note, .cb2-pets { white-space: normal; font-size: 18px; }
  .cb2 .cb2-sheep { width: 56px; height: 50px; margin: -25px 0 0 -28px; }
  .cb2-pin { gap: 7px; }
  .cb2-pin-label { font-size: 12px; padding: 6px 10px; }
  .cb2-pin-label small { font-size: 10px; }
  .cb2-dot { width: 13px; height: 13px; border-width: 3px; }
  .cb2-pin.cb2-pin-flip { transform: translateX(calc(-100% + 13px)); }
  .cb2-h2 { font-size: 25px; }
  .cb2-h2-note { display: none; }
  .cb2-sec-head, .cb2-filters, .cb2-masonry, .cb2-gb-wall, .cb2-gb-form { padding-left: 20px; padding-right: 20px; }
  .cb2-band, .cb2-shop { margin-left: 20px; margin-right: 20px; padding: 26px 22px; gap: 24px; }
  .cb2-band h3, .cb2-shop h3 { font-size: 22px; }
  .cb2-band p, .cb2-shop p { font-size: 15px; }
  .cb2-band > img, .cb2-shop-img { width: min(180px, 100%); height: auto; aspect-ratio: 1; }
  .cb2-note p { font-size: 19px; }
  .cb2-tv-sticker { top: -20px; right: -8px; font-size: 18px; }
  .cb2-orb-tag { font-size: 18px; }
  .cb2-lightbox { padding: 12px; }
  .cb2-lb-card { padding: 10px; border-radius: 14px; width: 100%; }
  .cb2-lb-card > img { max-height: calc(100vh - 190px); }
  .cb2-lb-bar { align-items: flex-start; flex-direction: column; gap: 10px; }
  .cb2-lb-nav { width: 100%; justify-content: flex-end; }
  .cb2-lb-nav button { width: 38px; height: 38px; }
}

@media (max-width: 420px) {
  .cb2-nav { padding: 12px 16px; }
  .cb2-wordmark { font-size: 20px; }
  .cb2-links { left: 16px; right: 16px; }
  .cb2-hero { padding-top: 126px; }
  .cb2-ctas { align-items: flex-start; flex-direction: column; gap: 14px; }
  .cb2-gb-form { align-items: stretch; flex-direction: column; }
  .cb2-gb-form .cb2-input, .cb2-gb-form .cb2-note-input { width: 100%; min-width: 0; }
  .cb2-inks { justify-content: center; padding: 6px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cb2 *, .cb2 *::before, .cb2 *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}
