*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --yellow: #FFE040;
  --blue-light: #EEF2FF;
  --coral-light: #FFF0ED;
  --teal-light: #E6FAF4;
  --purple-light: #F3EEFF;
  --ink: #0E0E0E;
  --ink-2: #2A2A2A;
  --gray: #6B6B6B;
  --gray-light: #F5F5F3;
  --border: #E2E2DE;
  --white: #FFFFFF;
  --blue-link: #2563eb;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', -apple-system, sans-serif;
  background: var(--white);
  color: var(--ink);
  font-size: 20px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

.page { max-width: 860px; margin: 0 auto; padding: 0 1rem 6rem; }

/* NAV */
nav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.75rem 0;
  border-bottom: 1.5px solid var(--ink);
}
.nav-logo { font-family: 'Barlow', sans-serif; font-size: 22px; font-weight: 800; color: var(--ink); text-decoration: none; letter-spacing: -0.02em; }
.nav-cta { background: var(--yellow); color: var(--ink); font-size: 17px; font-weight: 600; padding: 10px 24px; border-radius: 100px; text-decoration: none; border: 1.5px solid var(--ink); box-shadow: 2px 2px 0 var(--ink); transition: transform 0.15s, box-shadow 0.15s; }
.nav-cta:hover { transform: translate(-1px,-1px); box-shadow: 3px 3px 0 var(--ink); }

/* HERO */
.hero { padding: 2rem 0 0; }
.hero-reel { position: relative; width: 100%; aspect-ratio: 16/9; overflow: hidden; border-radius: 16px; border: 1.5px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); background: #0d0c0b; cursor: pointer; margin-bottom: 0; }
.hero-reel-poster { position: absolute; inset: 0; background-image: url('images/reel-thumb.jpg'); background-size: cover; background-position: center center; transition: transform 0.4s; }
.hero-reel:hover .hero-reel-poster { transform: scale(1.02); }
.hero-reel-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.65) 38%, rgba(0,0,0,0.2) 58%, rgba(0,0,0,0) 72%); }
.hero-reel-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem 2.5rem; }
.hero-reel-top { position: absolute; top: 1.5rem; left: 2rem; right: 2rem; display: flex; justify-content: space-between; align-items: flex-start; }
.hero-reel-tag { background: var(--yellow); color: var(--ink); font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 14px; border-radius: 100px; border: 1.5px solid var(--ink); }
.hero-reel-playwrap { display: flex; align-items: center; gap: 12px; }
.hero-play { width: 72px; height: 72px; border-radius: 50%; background: var(--yellow); border: 2px solid var(--ink); display: flex; align-items: center; justify-content: center; box-shadow: 3px 3px 0 var(--ink); transition: transform 0.15s; flex-shrink: 0; }
.hero-reel:hover .hero-play { transform: scale(1.08); }
.hero-play-tri { width: 0; height: 0; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-left: 22px solid var(--ink); margin-left: 5px; }
.hero-reel-bottom { position: relative; max-width: 55%; }
.hero-reel h1 { font-family: 'Barlow', sans-serif; font-size: clamp(26px, 4.5vw, 46px); font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; color: #fff; margin-bottom: 0.6rem; max-width: 600px; text-shadow: 0 2px 12px rgba(0,0,0,0.4); }
.hero-reel-sub { font-size: 18px; color: rgba(255,255,255,0.9); margin-bottom: 1.25rem; line-height: 1.5; max-width: 480px; font-weight: 500; }
.hero-reel-actions { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.btn-dark { background: var(--yellow); color: var(--ink); font-size: 16px; font-weight: 700; padding: 14px 30px; border-radius: 100px; text-decoration: none; border: 1.5px solid var(--ink); transition: opacity 0.15s; white-space: nowrap; }
.btn-dark:hover { opacity: 0.85; }
.btn-outline { background: rgba(255,255,255,0.15); backdrop-filter: blur(8px); color: #fff; font-size: 16px; font-weight: 500; padding: 14px 30px; border-radius: 100px; border: 1.5px solid rgba(255,255,255,0.5); text-decoration: none; transition: background 0.15s; white-space: nowrap; }
.btn-outline:hover { background: rgba(255,255,255,0.25); }
.hero-reel iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; border-radius: 14px; }

@media (max-width: 600px) {
  .hero-reel { aspect-ratio: 4/3; }
  .hero-reel-poster { background-position: 70% center; background-size: cover; }
  .hero-reel-overlay { background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.1) 100%); }
  .hero-reel-top { top: 1rem; left: 1rem; right: 1rem; }
  .hero-reel-tag { font-size: 10px; padding: 4px 10px; }
  .hero-play { width: 52px; height: 52px; }
  .hero-play-tri { border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 16px solid var(--ink); }
  .hero-reel-content { padding: 1.25rem; justify-content: flex-end; }
  .hero-reel-bottom { max-width: 100%; }
  .hero-reel h1 { font-size: clamp(22px, 6vw, 32px); margin-bottom: 0.4rem; }
  .hero-reel-sub { font-size: 14px; margin-bottom: 0.85rem; }
  .btn-dark, .btn-outline { font-size: 14px; padding: 10px 20px; }
}

/* STATS STRIP */
.stats-strip { display: grid; grid-template-columns: repeat(4,1fr); border: 1.5px solid var(--ink); border-top: none; margin-bottom: 3.5rem; }
@media (max-width: 540px) { .stats-strip { grid-template-columns: repeat(2,1fr); } }
.stat-item { padding: 1.2rem 1.25rem; border-right: 1.5px solid var(--ink); }
.stat-item:last-child { border-right: none; }
@media (max-width: 540px) {
  .stat-item:nth-child(2) { border-right: none; }
  .stat-item:nth-child(3) { border-right: 1.5px solid var(--ink); }
  .stat-item:nth-child(1),.stat-item:nth-child(2) { border-bottom: 1.5px solid var(--ink); }
}
.stat-num { font-family: 'Barlow', sans-serif; font-size: 42px; font-weight: 800; letter-spacing: -0.03em; color: var(--ink); line-height: 1; margin-bottom: 4px; }
.stat-label { font-size: 16px; color: var(--gray); line-height: 1.4; font-weight: 500; }

/* SECTION */
.section { margin-bottom: 3.5rem; }
.section-header { display: flex; align-items: center; gap: 12px; margin-bottom: 1.5rem; }
.section-tag { font-size: 15px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray); border: 1px solid var(--border); padding: 5px 12px; border-radius: 100px; white-space: nowrap; }
.section-line { flex: 1; height: 1px; background: var(--border); }

/* REEL */
.reel-wrap { border: 1.5px solid var(--ink); border-radius: 16px; overflow: hidden; box-shadow: 4px 4px 0 var(--ink); }
.reel-embed { position: relative; width: 100%; aspect-ratio: 16/9; background: #0d0c0b; cursor: pointer; overflow: hidden; }
.reel-embed-poster {
  position: absolute; inset: 0;
  background-image: url('images/reel-thumb.jpg');
  background-size: cover; background-position: center;
  transition: transform 0.4s;
}
.reel-embed:hover .reel-embed-poster { transform: scale(1.03); }
.reel-embed-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.25); }
.play-btn { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.play-circle { width: 68px; height: 68px; border-radius: 50%; background: var(--yellow); border: 2px solid var(--ink); display: flex; align-items: center; justify-content: center; box-shadow: 3px 3px 0 var(--ink); transition: transform 0.15s; }
.reel-embed:hover .play-circle { transform: scale(1.1); }
.play-triangle { width: 0; height: 0; border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 20px solid var(--ink); margin-left: 4px; }
.reel-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.reel-footer { padding: 1rem 1.25rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.75rem; background: var(--gray-light); border-top: 1.5px solid var(--ink); }
.reel-title { font-size: 16px; font-weight: 500; color: var(--ink); }
.reel-sub { font-size: 14px; color: var(--gray); margin-top: 1px; }
.reel-link { font-size: 16px; font-weight: 600; color: var(--blue-link); text-decoration: none; white-space: nowrap; }
.reel-link:hover { text-decoration: underline; }

/* WHO */
.who-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 480px) { .who-grid { grid-template-columns: 1fr; } }
.who-card { padding: 1.1rem 1.25rem; border-radius: 12px; border: 1.5px solid var(--ink); }
.who-card:nth-child(1) { background: var(--blue-light); }
.who-card:nth-child(2) { background: var(--coral-light); }
.who-card:nth-child(3) { background: var(--teal-light); }
.who-card:nth-child(4) { background: var(--purple-light); }
.who-problem { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.who-desc { font-size: 17px; color: var(--ink-2); line-height: 1.55; }

/* DELIVERABLES */
.del-list { display: flex; flex-direction: column; gap: 8px; }
.del-row { display: flex; gap: 14px; align-items: flex-start; padding: 1.1rem 1.25rem; border: 1.5px solid var(--border); border-radius: 12px; transition: border-color 0.15s, box-shadow 0.15s; }
.del-row:hover { border-color: var(--ink); box-shadow: 3px 3px 0 var(--ink); }
.del-badge { font-size: 13px; font-weight: 500; color: var(--ink); background: var(--yellow); border: 1px solid var(--ink); border-radius: 100px; padding: 2px 10px; white-space: nowrap; margin-top: 2px; flex-shrink: 0; }
.del-title { font-size: 18px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.del-desc { font-size: 16px; color: var(--gray); line-height: 1.6; }

/* PROOF */
.proof-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 10px; }
.proof-3 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-bottom: 10px; }
.proof-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 600px) {
  .proof-hero { grid-template-columns: 1fr 1fr; }
  .proof-3 { grid-template-columns: 1fr 1fr; }
  .proof-2 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 420px) {
  .proof-hero { grid-template-columns: 1fr; }
  .proof-3 { grid-template-columns: 1fr; }
  .proof-2 { grid-template-columns: 1fr; }
}
.proof-card { border: 1.5px solid var(--ink); border-radius: 12px; padding: 1.4rem 1.5rem; transition: box-shadow 0.15s, transform 0.15s; }
.proof-card:hover { box-shadow: 4px 4px 0 var(--ink); transform: translate(-1px,-1px); }
.proof-card.c-yellow { background: var(--yellow); }
.proof-card.c-blue { background: var(--blue-light); }
.proof-card.c-coral { background: var(--coral-light); }
.proof-card.c-teal { background: var(--teal-light); }
.proof-card.c-purple { background: var(--purple-light); }
.proof-card.c-gray { background: var(--gray-light); }
.proof-stat { font-family: 'Barlow', sans-serif; font-size: 36px; font-weight: 800; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 6px; line-height: 1.05; }
.proof-context { font-size: 16px; color: var(--ink-2); line-height: 1.55; margin-bottom: 10px; }
.ch-link { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; margin-top: 2px; }
.ch-avatar { width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid var(--ink); flex-shrink: 0; object-fit: cover; display: block; }
.ch-handle { font-size: 15px; font-weight: 500; color: var(--blue-link); }
.ch-link:hover .ch-handle { text-decoration: underline; }

/* GALLERY */
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 540px) { .gallery-grid { grid-template-columns: 1fr; } }
.gallery-item { position: relative; border-radius: 12px; overflow: hidden; border: 1.5px solid var(--ink); aspect-ratio: 16/9; box-shadow: 3px 3px 0 var(--ink); transition: transform 0.15s, box-shadow 0.15s; }
.gallery-item:hover { transform: translate(-1px,-1px); box-shadow: 4px 4px 0 var(--ink); }
.gallery-item.wide { grid-column: span 2; aspect-ratio: 21/9; }
@media (max-width: 540px) { .gallery-item.wide { grid-column: span 1; aspect-ratio: 16/9; } }
.gallery-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 0.75rem 1rem; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%); }
.gallery-label-title { font-size: 14px; font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 2px; }
.gallery-label-sub { font-size: 12px; color: rgba(255,255,255,0.75); }

/* COLLAGE */
/* COLLAGE */
.collage {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 180px 180px 180px 220px;
  gap: 8px;
}
.col-item { position: relative; overflow: hidden; border-radius: 10px; border: 1.5px solid var(--ink); display: block; text-decoration: none; }
.col-item.col-wide { grid-column: span 2; }
.col-item.col-full { grid-column: span 3; }
.col-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
.col-item:hover img { transform: scale(1.05); }
.col-hover { position: absolute; inset: 0; background: rgba(14,14,14,0.6); display: flex; align-items: flex-end; padding: 0.75rem; opacity: 0; transition: opacity 0.25s; }
.col-item:hover .col-hover { opacity: 1; }
.col-hover span { font-size: 13px; font-weight: 600; color: #fff; line-height: 1.35; }
@media (max-width: 600px) {
  .collage { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .col-item.col-wide, .col-item.col-full { grid-column: span 2; }
  .col-item { aspect-ratio: 16/9; }
}
.creator-grid { display: flex; flex-direction: column; gap: 10px; }
.creator-card { display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 1.25rem; padding: 1.4rem 1.5rem; border: 1.5px solid var(--ink); border-radius: 14px; background: var(--white); transition: box-shadow 0.15s, transform 0.15s; text-decoration: none; color: inherit; }
.creator-card:hover { box-shadow: 4px 4px 0 var(--ink); transform: translate(-1px,-1px); }
.creator-avatar { width: 64px; height: 64px; border-radius: 50%; border: 2px solid var(--ink); flex-shrink: 0; object-fit: cover; display: block; }
.creator-name { font-size: 20px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.creator-role { font-size: 16px; color: var(--gray); line-height: 1.4; }
.creator-stats { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; flex-shrink: 0; }
.creator-pill { font-size: 16px; font-weight: 700; color: var(--ink); background: var(--yellow); border: 1px solid var(--ink); border-radius: 100px; padding: 5px 13px; white-space: nowrap; }
.creator-views { font-size: 16px; color: var(--gray); white-space: nowrap; text-align: right; }
@media (max-width: 500px) {
  .creator-card { grid-template-columns: 64px 1fr; }
  .creator-stats { display: none; }
  .proof-card { padding: 1rem 1rem; }
  .proof-stat { font-size: 28px; }
}

/* REEL SECTION */
.reel-section { margin-bottom: 3.5rem; }
.reel-callout {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 0;
  border: 1.5px solid var(--ink);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 5px 5px 0 var(--ink);
}
.reel-callout-left {
  background: var(--yellow);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  border-right: 1.5px solid var(--ink);
}
.reel-callout-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: 0.6;
}
.reel-callout-headline {
  font-family: 'Barlow', sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.reel-callout-sub {
  font-size: 16px;
  color: var(--ink);
  opacity: 0.65;
  font-weight: 500;
}
.reel-thumb-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
  cursor: pointer;
  background: #0d0c0b;
}
.reel-thumb-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s, opacity 0.3s;
}
.reel-thumb-card:hover img { transform: scale(1.04); opacity: 0.8; }
.reel-thumb-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reel-play-big {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--yellow);
  border: 2.5px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s;
}
.reel-thumb-card:hover .reel-play-big { transform: scale(1.1); }
.reel-play-tri-big {
  width: 0; height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 24px solid var(--ink);
  margin-left: 6px;
}
.reel-duration { display: none; }
.reel-mosaic {
  position: absolute; inset: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  overflow: hidden;
}
.mosaic-row {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.mosaic-track {
  display: flex;
  height: 100%;
  width: max-content;
  will-change: transform;
  animation: scroll-left 30s linear infinite;
}
.mosaic-track-reverse {
  animation: scroll-right 36s linear infinite;
}
.mosaic-cell {
  flex-shrink: 0;
  width: 180px;
  height: 100%;
  margin-right: 3px;
  background-size: cover;
  background-position: center;
}
.reel-thumb-card:hover .mosaic-track,
.reel-thumb-card:hover .mosaic-track-reverse { animation-play-state: paused; }
@keyframes scroll-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes scroll-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}
.yt-bar-top { position: absolute; top: 0; left: 0; right: 0; padding: 0; }
.yt-progress-bg { width: 100%; height: 4px; background: rgba(255,255,255,0.25); }
.yt-progress-fill { width: 0%; height: 100%; background: #ff0000; }
.yt-play-center { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.yt-bar-bottom {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 100%);
  padding: 1.5rem 0.75rem 0.6rem;
  display: flex; justify-content: space-between; align-items: center;
}
.yt-controls-left { display: flex; align-items: center; gap: 10px; }
.yt-controls-right { display: flex; align-items: center; gap: 10px; }
.yt-btn-play { width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; }
.yt-btn-tri { width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 14px solid #fff; }
.yt-time { font-size: 13px; font-weight: 500; color: #fff; font-family: 'Barlow', sans-serif; letter-spacing: 0.02em; }
.yt-icon { font-size: 16px; color: rgba(255,255,255,0.85); cursor: pointer; }
@media (max-width: 560px) {
  .reel-callout { grid-template-columns: 1fr; }
  .reel-callout-left { border-right: none; border-bottom: 1.5px solid var(--ink); padding: 1.75rem 1.5rem; }
  .reel-callout-headline { font-size: 38px; }
}

/* TESTIMONIAL */
.testimonial-grid { display: flex; flex-direction: column; gap: 14px; }
.testimonial-card { background: var(--ink); border-radius: 16px; padding: 2rem 2.25rem; border: 1.5px solid var(--ink); }
.testimonial-quote { font-size: 19px; line-height: 1.8; color: #f0ede8; margin-bottom: 1.5rem; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; border: 2px solid #555; flex-shrink: 0; object-fit: cover; display: block; }
.testimonial-avatar-initials { width: 44px; height: 44px; border-radius: 50%; border: 2px solid #555; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-family: 'Barlow', sans-serif; font-size: 17px; font-weight: 800; background: #FFE040; color: #0E0E0E; }
.testimonial-name { font-size: 16px; font-weight: 700; color: #f0ede8; margin-bottom: 2px; }
.testimonial-meta { font-size: 15px; color: #888; }

/* PRICING */
.pricing-wrap { background: var(--ink); border-radius: 16px; padding: 2.25rem 2.5rem; display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; flex-wrap: wrap; }
.price-num { font-family: 'Barlow', sans-serif; font-size: 64px; font-weight: 800; letter-spacing: -0.04em; color: var(--yellow); line-height: 1; }
.price-unit { font-size: 20px; font-family: 'DM Sans', sans-serif; font-weight: 400; }
.price-sub { font-size: 14px; color: #888; margin-top: 6px; }
.terms { display: flex; flex-direction: column; gap: 8px; padding-top: 4px; }
.term { display: flex; align-items: center; gap: 10px; font-size: 17px; color: #ccc; }
.term-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); flex-shrink: 0; }

/* CONTACT */
.contact-block { background: var(--gray-light); border: 1.5px solid var(--ink); border-radius: 16px; padding: 2.5rem 2rem; text-align: center; }
.contact-block h3 { font-family: 'Barlow', sans-serif; font-size: 36px; font-weight: 800; letter-spacing: -0.03em; margin-bottom: 0.6rem; }
.contact-block p { font-size: 17px; color: var(--gray); margin-bottom: 1.5rem; max-width: 380px; margin-left: auto; margin-right: auto; }
.contact-email-btn { display: block; width: fit-content; margin: 0 auto 1.5rem; background: var(--yellow); color: var(--ink); font-size: 17px; font-weight: 600; padding: 14px 32px; border-radius: 100px; text-decoration: none; border: 1.5px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); transition: transform 0.15s, box-shadow 0.15s; }
.contact-email-btn:hover { transform: translate(-1px,-1px); box-shadow: 4px 4px 0 var(--ink); }
.social-links { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.social-link { font-size: 14px; color: var(--gray); text-decoration: none; border: 1px solid var(--border); background: var(--white); padding: 6px 14px; border-radius: 100px; transition: border-color 0.15s, color 0.15s; }
.social-link:hover { border-color: var(--ink); color: var(--ink); }

footer { margin-top: 3rem; text-align: center; font-size: 14px; color: var(--gray); }
