/* Gizmo gifts — matches gizmo.com.ai: light, squared, hairline borders, Apple system font. */
:root {
  --bg: #fbfbfd;
  --panel: #ffffff;
  --panel-2: #f5f5f7;
  --panel-3: #ececed;
  --ink: #1d1d1f;
  --ink-2: #424245;
  --muted: #86868b;
  --line: rgba(0, 0, 0, 0.08);
  --line-2: rgba(0, 0, 0, 0.12);
  --accent: #0071e3;
  --accent-press: #0063c6;
  --accent-soft: rgba(0, 113, 227, 0.10);
  --green: #1d9d57;
  --green-bright: #34a853;
  --green-soft: rgba(29, 157, 87, 0.10);
  --amber: #c2820a;
  --brand: #f5811f;
  --brand-press: #e0710f;
  --brand-soft: rgba(245, 129, 31, 0.10);
  --dark: #1d1d1f;
  --dark-2: #141416;
  --shadow-sm: 0 1px 2px rgba(0,0,0,.05), 0 1px 1px rgba(0,0,0,.03);
  --shadow-md: 0 8px 24px rgba(0,0,0,.10), 0 2px 6px rgba(0,0,0,.05);
  --shadow-lg: 0 24px 64px rgba(0,0,0,.20), 0 8px 24px rgba(0,0,0,.10);
  --ease: cubic-bezier(.4, 0, .2, 1);
  --font: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --maxw: 1180px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--ink); background: var(--bg); line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* buttons — squared */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600; font-size: .92rem; border-radius: 0; border: 1px solid transparent; padding: 12px 22px; transition: background .15s var(--ease), color .15s var(--ease), border-color .15s var(--ease); white-space: nowrap; }
.btn-lg { padding: 15px 30px; font-size: 1rem; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-press); }
.btn-brand { background: var(--brand); color: #fff; }
.btn-brand:hover { background: var(--brand-press); }
.btn-outline { background: var(--panel); color: var(--ink); border-color: var(--line-2); box-shadow: var(--shadow-sm); }
.btn-outline:hover { border-color: var(--ink-2); }
.btn svg { width: 17px; height: 17px; }

/* header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,251,253,.85); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .2s var(--ease); }
.site-header.scrolled { border-bottom-color: var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 24px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; letter-spacing: .16em; }
.logo img { width: 32px; height: 32px; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.eyebrow-pill { display: inline-block; font-size: .74rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--brand-press); background: var(--brand-soft); border: 1px solid rgba(245,129,31,.28); padding: 6px 14px; }

.backlink { display: inline-flex; align-items: center; gap: 7px; font-size: .9rem; font-weight: 600; color: var(--ink-2); transition: color .15s var(--ease); }
.backlink:hover { color: var(--accent); }
.backlink svg { width: 16px; height: 16px; }

/* hero */
.hero { position: relative; padding: 80px 0 56px; overflow: hidden; border-bottom: 1px solid var(--line); text-align: center; }
.hero-glow { position: absolute; top: -240px; left: 50%; transform: translateX(-50%); width: 1000px; height: 560px; background: radial-gradient(closest-side, var(--brand-soft) 0%, transparent 70%); pointer-events: none; }
.hero-copy { max-width: 760px; margin: 0 auto; position: relative; }
.kicker { display: inline-block; font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--brand-press); background: var(--brand-soft); border: 1px solid rgba(245,129,31,.28); padding: 6px 14px; margin-bottom: 24px; }
.hero h1 { font-size: clamp(2.3rem, 5.5vw, 3.8rem); font-weight: 700; line-height: 1.08; letter-spacing: -.022em; }
.grad { background: linear-gradient(92deg, var(--accent) 0%, var(--green-bright) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-sub { font-size: 1.1rem; color: var(--ink-2); margin: 20px auto 0; max-width: 580px; }

/* gift feed — Meta-post width, single column */
.gifts-section { padding: 48px 0 88px; }
.gifts { display: flex; flex-direction: column; gap: 24px; max-width: 540px; margin: 0 auto; }
.gift { position: relative; display: flex; flex-direction: column; background: var(--panel); border: 1px solid var(--line-2); box-shadow: var(--shadow-sm); transition: box-shadow .15s var(--ease), border-color .15s var(--ease), transform .15s var(--ease); overflow: hidden; }
.gift:hover { box-shadow: var(--shadow-md); border-color: rgba(0,113,227,.35); transform: translateY(-2px); }
.gift-media { position: relative; aspect-ratio: 1200 / 628; background: var(--panel-2); border-bottom: 1px solid var(--line); overflow: hidden; }
.gift-media img { width: 100%; height: 100%; object-fit: cover; }
.gift-body { padding: 24px 26px 28px; display: flex; flex-direction: column; }
.gift .num { font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.gift h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 8px; letter-spacing: -.015em; }
.gift p { color: var(--ink-2); font-size: .96rem; flex: 1; margin-bottom: 20px; }
.gift .go { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; font-size: .92rem; color: var(--accent); }
.gift .go svg { width: 16px; height: 16px; transition: transform .15s var(--ease); }
.gift:hover .go svg { transform: translateX(4px); }
.gift .flag { position: absolute; top: 14px; right: 14px; z-index: 2; font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #fff; background: var(--brand); padding: 6px 13px; box-shadow: var(--shadow-sm); }

/* designed media headers */
.media-playbook { display: grid; place-items: center; background:
  radial-gradient(140% 120% at 80% 10%, rgba(0,113,227,.18), transparent 60%),
  linear-gradient(135deg, #1d1d1f, #2a2a2e); }
.media-playbook .book { width: 120px; height: 158px; background: linear-gradient(160deg, #2f3035, #16171a); border-left: 4px solid var(--brand); box-shadow: 0 20px 50px rgba(0,0,0,.5); display: flex; flex-direction: column; justify-content: space-between; padding: 18px 16px; transform: rotate(-4deg); }
.media-playbook .book .bt { font-size: .82rem; font-weight: 700; line-height: 1.2; color: #fff; letter-spacing: -.01em; }
.media-playbook .book .bb { font-size: .56rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--brand); }

.media-prompts { background: #16171a; }
.media-prompts .term { position: absolute; inset: 22px; background: #0d0e10; border: 1px solid #2a2a2e; box-shadow: inset 0 0 60px rgba(0,0,0,.6); padding: 16px 18px; font-family: ui-monospace, 'SF Mono', Menlo, monospace; font-size: .72rem; line-height: 1.7; color: #d4d4d8; overflow: hidden; }
.media-prompts .term .p { color: var(--green-bright); }
.media-prompts .term .c { color: #6a6a72; }

/* matrix-lion placeholder for gift 2 */
.media-matrix { background: #050806; overflow: hidden; }
.matrix-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; z-index: 1; }
.matrix-lion { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; width: 132px; height: 132px; border-radius: 50%; background: rgba(245,129,31,.12); display: grid; place-items: center; box-shadow: 0 0 60px rgba(245,129,31,.35), inset 0 0 0 1px rgba(245,129,31,.4); backdrop-filter: blur(2px); }
.matrix-lion img { width: 90px; height: 90px; filter: drop-shadow(0 6px 18px rgba(0,0,0,.6)); }
.media-matrix .badge { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); z-index: 2; font-family: ui-monospace, monospace; font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; color: var(--green-bright); background: rgba(0,0,0,.55); border: 1px solid rgba(52,168,83,.4); padding: 5px 12px; }

/* section heads */
.section-head { text-align: center; max-width: 620px; margin: 0 auto 40px; }
.section-head h2 { font-size: clamp(1.6rem, 3.5vw, 2.2rem); font-weight: 700; letter-spacing: -.02em; }
.section-head p { color: var(--ink-2); font-size: 1.02rem; margin-top: 10px; }

/* footer */
.site-footer { background: var(--dark-2); color: rgba(255,255,255,.6); padding: 40px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.footer-inner .logo { color: #fff; }
.footer-inner p { font-size: .85rem; }

@media (max-width: 560px) {
  .footer-inner { flex-direction: column; text-align: center; }
}
