/* ═══════════════════════════════════════════
   BECKI FLOYD PORTFOLIO
   Warm mosaic. Navy + coral. Bitmoji style.
   ═══════════════════════════════════════════ */

:root {
  --navy: #1a2744;
  --navy-light: #2a3a5c;
  --coral: #d9453d;
  --coral-dark: #b93a33;
  --orange: #e8714a;
  --peach: #f0b88a;
  --cream: #faf0e0;
  --warm-white: #fdf8f2;

  --dark: #1a1a1a;
  --text: #2d2d3a;
  --text-muted: #5a5a6e;
  --white: #ffffff;
  --off-white: #f9f7f4;
  --border: #e8e0d8;

  --radius: 12px;
  --radius-lg: 20px;
  --radius-pill: 100px;

  --font: 'Poppins', system-ui, -apple-system, sans-serif;
  --font-serif: 'DM Serif Display', Georgia, serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 64px;
}

body {
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }

/* ── LINK STYLES ── */
.about a:not(.btn-primary):not(.btn-outline),
.speaking a:not(.btn-primary):not(.btn-outline),
.reviews a:not(.btn-primary):not(.btn-outline),
.about-cta a, .speaking-also a, .contact-link {
  color: var(--coral) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  transition: color 0.2s !important;
}

/* Hover on cream/white backgrounds → navy */
.about a:not(.btn-primary):not(.btn-outline):hover,
.speaking a:not(.btn-primary):not(.btn-outline):hover,
.reviews a:not(.btn-primary):not(.btn-outline):hover,
.about-cta a:hover, .speaking-also a:hover, .contact-link:hover {
  color: var(--navy) !important;
}

/* Hover on dark/navy backgrounds → blue */
.footer-link:hover, .awards-strip a:hover {
  color: #60a5fa !important;
}

/* Case study links on dark bg */
.case-link {
  color: var(--coral) !important;
  text-decoration: underline !important;
}
.case-card:hover .case-link { color: var(--navy) !important; }
img { max-width: 100%; display: block; }

/* ── MOSAIC PATTERN ── */
.mosaic-bg {
  position: relative;
  overflow: hidden;
}

.mosaic-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    /* Row 1 */
    linear-gradient(90deg, #c0392b 0 60px, #e8714a 60px 120px, #f0b88a 120px 180px, #e8945a 180px 240px, #faf0e0 240px 300px, #e8714a 300px 360px, #c0392b 360px 420px, #f5deb3 420px 480px, #e8714a 480px 540px, #ffffff 540px 600px, #e8945a 600px 660px, #c0392b 660px 720px, #faf0e0 720px 780px, #e8714a 780px 840px, #f0b88a 840px 900px, #c0392b 900px 960px, #e8945a 960px 1020px, #faf0e0 1020px 1080px, #e8714a 1080px 1140px, #f5deb3 1140px 1200px, #c0392b 1200px 1260px, #ffffff 1260px 1320px, #e8945a 1320px 1380px, #e8714a 1380px 1440px, #c0392b 1440px) 0 0 / 1440px 60px no-repeat,
    /* Row 2 */
    linear-gradient(90deg, #e8945a 0 60px, #faf0e0 60px 120px, #c0392b 120px 180px, #ffffff 180px 240px, #e8714a 240px 300px, #f0b88a 300px 360px, #faf0e0 360px 420px, #c0392b 420px 480px, #e8945a 480px 540px, #f5deb3 540px 600px, #c0392b 600px 660px, #faf0e0 660px 720px, #e8714a 720px 780px, #ffffff 780px 840px, #e8945a 840px 900px, #f0b88a 900px 960px, #faf0e0 960px 1020px, #c0392b 1020px 1080px, #ffffff 1080px 1140px, #e8714a 1140px 1200px, #e8945a 1200px 1260px, #f0b88a 1260px 1320px, #c0392b 1320px 1380px, #faf0e0 1380px 1440px) 0 60px / 1440px 60px no-repeat,
    /* Row 3 */
    linear-gradient(90deg, #f0b88a 0 60px, #c0392b 60px 120px, #e8945a 120px 180px, #e8714a 180px 240px, #faf0e0 240px 300px, #ffffff 300px 360px, #c0392b 360px 420px, #e8714a 420px 480px, #f0b88a 480px 540px, #e8945a 540px 600px, #faf0e0 600px 660px, #e8714a 660px 720px, #c0392b 720px 780px, #f5deb3 780px 840px, #ffffff 840px 900px, #e8714a 900px 960px, #c0392b 960px 1020px, #e8945a 1020px 1080px, #faf0e0 1080px 1140px, #f0b88a 1140px 1200px, #ffffff 1200px 1260px, #c0392b 1260px 1320px, #e8714a 1320px 1380px, #e8945a 1380px 1440px) 0 120px / 1440px 60px no-repeat,
    /* Row 4 */
    linear-gradient(90deg, #faf0e0 0 60px, #e8714a 60px 120px, #ffffff 120px 180px, #c0392b 180px 240px, #e8945a 240px 300px, #f0b88a 300px 360px, #e8714a 360px 420px, #faf0e0 420px 480px, #c0392b 480px 540px, #ffffff 540px 600px, #e8714a 600px 660px, #e8945a 660px 720px, #f0b88a 720px 780px, #c0392b 780px 840px, #faf0e0 840px 900px, #f5deb3 900px 960px, #e8714a 960px 1020px, #ffffff 1020px 1080px, #c0392b 1080px 1140px, #e8945a 1140px 1200px, #faf0e0 1200px 1260px, #e8714a 1260px 1320px, #f0b88a 1320px 1380px, #ffffff 1380px 1440px) 0 180px / 1440px 60px no-repeat,
    /* Row 5 */
    linear-gradient(90deg, #e8714a 0 60px, #f5deb3 60px 120px, #e8945a 120px 180px, #faf0e0 180px 240px, #c0392b 240px 300px, #e8714a 300px 360px, #ffffff 360px 420px, #e8945a 420px 480px, #f0b88a 480px 540px, #c0392b 540px 600px, #faf0e0 600px 660px, #ffffff 660px 720px, #e8714a 720px 780px, #e8945a 780px 840px, #c0392b 840px 900px, #e8714a 900px 960px, #ffffff 960px 1020px, #f0b88a 1020px 1080px, #faf0e0 1080px 1140px, #c0392b 1140px 1200px, #e8714a 1200px 1260px, #e8945a 1260px 1320px, #ffffff 1320px 1380px, #f5deb3 1380px 1440px) 0 240px / 1440px 60px no-repeat,
    /* Row 6 */
    linear-gradient(90deg, #c0392b 0 60px, #e8945a 60px 120px, #f0b88a 120px 180px, #e8714a 180px 240px, #ffffff 240px 300px, #faf0e0 300px 360px, #e8945a 360px 420px, #c0392b 420px 480px, #e8714a 480px 540px, #f5deb3 540px 600px, #e8945a 600px 660px, #c0392b 660px 720px, #faf0e0 720px 780px, #f0b88a 780px 840px, #e8714a 840px 900px, #ffffff 900px 960px, #e8945a 960px 1020px, #c0392b 1020px 1080px, #e8714a 1080px 1140px, #faf0e0 1140px 1200px, #f5deb3 1200px 1260px, #e8945a 1260px 1320px, #c0392b 1320px 1380px, #e8714a 1380px 1440px) 0 300px / 1440px 60px no-repeat,
    /* Fill remaining */
    linear-gradient(180deg, #f0b88a, #faf0e0, #ffffff) 0 360px / 100% calc(100% - 360px) no-repeat;
  opacity: 0.92;
  z-index: 0;
}

.mosaic-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, transparent 30%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0.95) 85%, #fff 100%),
    linear-gradient(to top, rgba(255,255,255,0.7) 0%, transparent 40%);
  z-index: 0;
}

.mosaic-bg > * { position: relative; z-index: 1; }

/* Subtle mosaic accent for section dividers */
.mosaic-divider {
  height: 6px;
  background: linear-gradient(90deg, #c0392b 0%, #e8714a 25%, #f0b88a 50%, #e8945a 75%, #c0392b 100%);
  background-size: 60px 6px;
}

/* ── SECTION LABEL ── */
.section-label {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--coral);
  margin-bottom: 12px;
}

.accent-bar {
  display: block;
  width: 48px;
  height: 4px;
  background: linear-gradient(90deg, var(--coral), var(--orange));
  border-radius: 2px;
  margin-bottom: 16px;
}

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFC107;
  color: #1a1a1a;
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font);
  border: 3px solid #1a1a1a;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-primary:hover {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='34' viewBox='0 0 30 34'%3E%3Cpath d='M13.2 2.4l0 21.6 3.3-3.3 2.7 6 2.4-1.2-2.7-6 4.5-0.9z' fill='white' stroke='%231a1a1a' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cline x1='24' y1='5' x2='24' y2='11' stroke='%231a1a1a' stroke-width='1.8' stroke-linecap='round'/%3E%3Cline x1='21' y1='8' x2='27' y2='8' stroke='%231a1a1a' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") 13 2, pointer;
}

.btn-primary:hover {
  background: #ffcd38;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  color: #1a1a1a;
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  font-size: 16px;
  font-weight: 700;
  border: 3px solid #1a1a1a;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-outline:hover {
  background: #FFC107;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='34' viewBox='0 0 30 34'%3E%3Cpath d='M13.2 2.4l0 21.6 3.3-3.3 2.7 6 2.4-1.2-2.7-6 4.5-0.9z' fill='white' stroke='%231a1a1a' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cline x1='24' y1='5' x2='24' y2='11' stroke='%231a1a1a' stroke-width='1.8' stroke-linecap='round'/%3E%3Cline x1='21' y1='8' x2='27' y2='8' stroke='%231a1a1a' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") 13 2, pointer;
}

.btn-outline:hover {
  background: #FFC107;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

/* ── NAV ── */
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px max(24px, calc((100% - 1200px) / 2));
  position: sticky;
  top: 0;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 100;
}

.nav-logo {
  font-weight: 800;
  font-size: 20px;
  color: var(--navy);
  letter-spacing: -0.02em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
}

.nav-links a { color: var(--text-muted); transition: color 0.2s; }
.nav-links a:hover { color: var(--navy); }

.nav-cta {
  background: #FFC107 !important;
  color: #1a1a1a !important;
  padding: 10px 22px !important;
  border-radius: var(--radius-pill) !important;
  font-weight: 700 !important;
  border: 2.5px solid #1a1a1a !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
}
.nav-cta:hover {
  background: #ffcd38 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.18);
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='34' viewBox='0 0 30 34'%3E%3Cpath d='M13.2 2.4l0 21.6 3.3-3.3 2.7 6 2.4-1.2-2.7-6 4.5-0.9z' fill='white' stroke='%231a1a1a' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cline x1='24' y1='5' x2='24' y2='11' stroke='%231a1a1a' stroke-width='1.8' stroke-linecap='round'/%3E%3Cline x1='21' y1='8' x2='27' y2='8' stroke='%231a1a1a' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") 13 2, pointer;
}

.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px;
  background: var(--navy); border-radius: 2px; transition: all 0.3s;
}
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ── MOBILE MENU ── */
.mobile-menu {
  display: none; position: fixed; inset: 0;
  background: var(--white); z-index: 99;
  padding: 90px 32px 48px;
  opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.mobile-menu.open { opacity: 1; pointer-events: all; }
.mobile-menu ul { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.mobile-menu a {
  display: block; font-size: 28px; font-weight: 700;
  color: var(--navy); padding: 12px 0;
  border-bottom: 1px solid var(--border);
}

/* ══ HERO — Bitmoji left edge-to-edge with mosaic, text right ══ */
.hero {
  padding: 0;
  background: var(--white);
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 480px;
}

.hero-image {
  position: relative;
}

.hero-image .hero-image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 480px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.hero-image-wrapper img {
  max-width: 420px;
  height: auto;
  object-fit: contain;
  object-position: bottom left;
  position: relative;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: -4px;
}

.hero-content {
  padding: 64px 48px 64px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-eyebrow {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: var(--coral);
  margin-bottom: 4px;
}

.hero-content h1 {
  font-family: var(--font);
  font-size: 72px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin-bottom: 24px;
}

.hero-desc {
  font-size: 22px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.55;
  margin-bottom: 40px;
}

.hero-cta {
  display: inline-block;
  margin-top: 8px;
  transition: transform 0.2s;
}

.hero-cta img {
  height: 64px;
  width: auto;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.12));
}

.hero-cta:hover {
  transform: scale(1.06) translateY(-2px);
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='34' viewBox='0 0 30 34'%3E%3Cpath d='M13.2 2.4l0 21.6 3.3-3.3 2.7 6 2.4-1.2-2.7-6 4.5-0.9z' fill='white' stroke='%231a1a1a' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cline x1='24' y1='5' x2='24' y2='11' stroke='%231a1a1a' stroke-width='1.8' stroke-linecap='round'/%3E%3Cline x1='21' y1='8' x2='27' y2='8' stroke='%231a1a1a' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") 13 2, pointer;
}

/* keep for other pages */
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.badge { font-size: 16px; font-weight: 500; color: var(--text-muted); }
.badge::after { content: '·'; margin-left: 8px; color: var(--border); }
.badge:last-child::after { content: ''; margin: 0; }
.hero-sub { font-size: 18px; color: var(--text-muted); line-height: 1.7; margin-bottom: 32px; }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.hero .btn-primary { align-self: flex-start; }

/* ══ ABOUT ══ */
.about {
  padding: 80px 48px;
  background: var(--white);
}

.about-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.about-top {
  margin-bottom: 24px;
}

.about-content {
  max-width: 720px;
}

.about-content p {
  font-size: 19px;
  color: var(--text);
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-content p:last-child { margin-bottom: 0; }

.about-cta {
  font-weight: 600;
}

.about-cta a {
  color: var(--coral);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.about-cta a:hover {
  color: var(--coral-dark);
}

.about-main {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: start;
}

.about-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
  padding-top: 40px;
  border-top: 2px solid var(--border);
}

.highlight strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}

.highlight span {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.5;
}

.about-award-image {
  width: 440px;
  flex-shrink: 0;
}

.about-award-image img {
  width: 100%;
  border-radius: var(--radius-lg);
  transform: scaleX(-1);
}

/* ══ CASE STUDIES ══ */
.work {
  padding: 80px 48px;
  background: var(--off-white);
}

.work-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.work-inner > .section-label { color: var(--coral); }

.work-inner h2 {
  font-size: 44px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 48px;
}

.case-studies {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.case-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  background: var(--white);
  transition: all 0.3s;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 2px solid var(--border);
}

.case-card .case-info { order: -1; }

.case-card:hover {
  border-color: var(--coral);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}

.case-image { overflow: hidden; background: var(--cream); }
.case-image img {
  width: 100%; height: 100%; object-fit: cover; min-height: 280px;
  transition: transform 0.4s;
}
.case-card:hover .case-image img { transform: scale(1.03); }

.case-info {
  padding: 36px 32px;
  display: flex; flex-direction: column; justify-content: center;
}

.case-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.case-tags span {
  font-size: 16px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--coral);
}
.case-tags span::after { content: '/'; margin-left: 8px; color: var(--border); }
.case-tags span:last-child::after { content: ''; }

.case-info h3 {
  font-size: 24px; font-weight: 800;
  color: var(--navy); margin-bottom: 10px; line-height: 1.2;
}

.case-info p {
  font-size: 16px; color: var(--text-muted);
  line-height: 1.7; margin-bottom: 20px;
}

.case-link {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 16px; font-weight: 700; color: var(--coral);
  transition: gap 0.2s;
}
.case-link::after { content: '→'; transition: margin-left 0.2s; }
.case-card:hover .case-link { gap: 8px; }

.case-card:hover {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='34' viewBox='0 0 30 34'%3E%3Cpath d='M13.2 2.4l0 21.6 3.3-3.3 2.7 6 2.4-1.2-2.7-6 4.5-0.9z' fill='white' stroke='%231a1a1a' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cline x1='24' y1='5' x2='24' y2='11' stroke='%231a1a1a' stroke-width='1.8' stroke-linecap='round'/%3E%3Cline x1='21' y1='8' x2='27' y2='8' stroke='%231a1a1a' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") 13 2, pointer;
}

.about-cta a:hover,
.contact-link:hover,
.speaking-also a:hover {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='34' viewBox='0 0 30 34'%3E%3Cpath d='M13.2 2.4l0 21.6 3.3-3.3 2.7 6 2.4-1.2-2.7-6 4.5-0.9z' fill='white' stroke='%231a1a1a' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cline x1='24' y1='5' x2='24' y2='11' stroke='%231a1a1a' stroke-width='1.8' stroke-linecap='round'/%3E%3Cline x1='21' y1='8' x2='27' y2='8' stroke='%231a1a1a' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") 13 2, pointer;
}

/* ══ BUILT FOR BARTER ══ */
.builds {
  padding: 80px 48px;
  background: var(--cream);
}

.builds-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.builds-inner > .section-label { color: var(--coral); }

.builds-inner h2 {
  font-size: 44px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 16px;
}

.builds-intro {
  font-size: 18px;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 640px;
  margin-bottom: 44px;
}

.builds-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.build-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.3s;
  color: inherit;
}

.build-card:hover {
  border-color: var(--coral);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='34' viewBox='0 0 30 34'%3E%3Cpath d='M13.2 2.4l0 21.6 3.3-3.3 2.7 6 2.4-1.2-2.7-6 4.5-0.9z' fill='white' stroke='%231a1a1a' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cline x1='24' y1='5' x2='24' y2='11' stroke='%231a1a1a' stroke-width='1.8' stroke-linecap='round'/%3E%3Cline x1='21' y1='8' x2='27' y2='8' stroke='%231a1a1a' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") 13 2, pointer;
}

/* Monitor mockup — full screenshot in a black frame */
.build-monitor {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 18px 0 24px;
}
.build-screen {
  width: 100%;
  background: #141414;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 12px 26px rgba(0,0,0,0.20);
  transition: transform 0.3s;
}
.build-screen img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: #000;
  border-radius: 4px;
}
.build-stand-neck {
  width: 56px;
  height: 14px;
  background: #141414;
}
.build-stand-base {
  width: 122px;
  height: 8px;
  background: #141414;
  border-radius: 0 0 5px 5px;
}
.build-card:hover .build-screen { transform: translateY(-2px); }

.build-info {
  padding: 30px 32px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Eyebrow labels */
.build-trade-label,
.build-built-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.build-trade-label { color: var(--coral); margin-bottom: 8px; }

/* What she got — the emphasis */
.build-trade-value {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
  margin-bottom: 2px;
}

.build-built-label {
  color: var(--text-muted);
  margin-bottom: 8px;
}

.build-info h3 {
  font-size: 23px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 12px;
}

.build-desc {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 22px;
}

.build-link {
  font-size: 15px;
  font-weight: 700;
  color: var(--coral);
  transition: color 0.2s;
  margin-top: auto;
  align-self: flex-start;
}
.build-card:hover .build-link { color: var(--navy); }

.build-card--locked { outline: none; }
.build-card--locked:focus-visible { border-color: var(--coral); }

@media (max-width: 720px) {
  .builds-grid { grid-template-columns: 1fr; }
  .build-shot { height: 190px; }
}

/* ══ MODAL ══ */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(26, 39, 68, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
.modal-overlay.open { opacity: 1; pointer-events: auto; }

.modal {
  position: relative;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 44px 38px 38px;
  max-width: 440px;
  width: 100%;
  text-align: center;
  box-shadow: 0 24px 60px rgba(0,0,0,0.28);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.25s;
}
.modal-overlay.open .modal { transform: none; }

.modal-spark { font-size: 40px; margin-bottom: 6px; }
.modal h3 { font-size: 24px; font-weight: 800; color: var(--navy); margin-bottom: 12px; }
.modal p { font-size: 15px; color: var(--text-muted); line-height: 1.65; margin-bottom: 26px; }
.modal .btn-primary { text-decoration: none; }

.modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: var(--text-muted);
  cursor: pointer;
  padding: 2px 8px;
  border-radius: 8px;
  transition: color 0.2s;
}
.modal-close:hover { color: var(--navy); }

/* ══ SPEAKING — clean list ══ */
.speaking {
  padding: 80px 48px;
  background: var(--warm-white);
}

.speaking-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.speaking-inner h2 {
  font-size: 36px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 40px;
  max-width: 560px;
  line-height: 1.25;
}

.speaking-grid {
  display: flex;
  flex-direction: column;
  border-top: 2px solid var(--border);
  margin-bottom: 32px;
}

.talk-card {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 24px; align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  transition: background 0.2s;
}


.talk-venue { font-size: 16px; font-weight: 700; color: var(--coral); }
.talk-card h3 { font-size: 16px; font-weight: 500; color: var(--text); line-height: 1.4; }
.talk-card p { display: none; }
.talk-date { font-size: 16px; font-weight: 500; color: var(--text-muted); white-space: nowrap; }

.speaking-also p { font-size: 16px; color: var(--text-muted); line-height: 1.7; }
.speaking-also strong { color: var(--navy); }

/* ══ AWARDS STRIP ══ */
.awards-strip {
  padding: 48px 48px;
  background: var(--navy);
  color: var(--white);
}

.awards-strip-heading {
  max-width: 1200px;
  margin: 0 auto 32px;
}

.awards-strip-heading h2 {
  font-size: 36px;
  font-weight: 800;
  color: var(--white);
}

.awards-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
}

.awards-image {
  display: flex;
  align-items: center;
}

.awards-image img {
  width: 360px;
  height: auto;
  transform: scaleX(-1);
}

.awards-grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
}

.awards-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.awards-sep {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  padding: 0 12px;
}

.award-emoji {
  font-size: 36px;
  line-height: 1;
  margin-top: 12px;
}

.award-badge {
  display: inline-block;
  font-size: 32px;
  font-weight: 800;
  color: var(--coral);
  line-height: 1;
  margin-bottom: 10px;
}

.awards-strip-item strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
}

.awards-strip-item span {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
}

@media (max-width: 768px) {
  .awards-strip-inner { grid-template-columns: 1fr; gap: 24px; }
  .awards-image { justify-content: center; }
  .awards-image img { width: 180px; }
}

@media (max-width: 480px) {
  .awards-strip-inner { grid-template-columns: 1fr; }
  .awards-grid-2col { grid-template-columns: 1fr; }
}

/* ══ AWARDS (legacy) ══ */
.awards {
  padding: 56px 48px;
  background: var(--cream);
}

.awards-inner { max-width: 1200px; margin: 0 auto; }
.awards-inner > .section-label { color: var(--coral); }

.awards-inner h2 {
  font-size: 36px; font-weight: 800; color: var(--navy); margin-bottom: 36px;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 2px solid var(--border);
}

.award-card {
  padding: 24px 20px 24px 0;
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
}
.award-card:nth-child(4n) { border-right: none; }

.award-year {
  font-size: 32px; font-weight: 800;
  color: var(--coral); margin-bottom: 8px; line-height: 1;
}

.award-card h3 { font-size: 16px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.award-card p { font-size: 16px; color: var(--text-muted); line-height: 1.5; }

/* ══ REVIEWS ══ */
.reviews {
  padding: 80px 48px;
  background: var(--off-white);
}

.reviews-inner { max-width: 1200px; margin: 0 auto; }

.reviews-inner h2 {
  font-size: 36px; font-weight: 800;
  color: var(--navy); margin-bottom: 40px;
}

/* ══ INFINITE SCROLL REVIEWS ══ */
.marquee-wrapper {
  overflow: hidden;
  padding: 0 0 20px;
  mask-image: linear-gradient(90deg, transparent 0%, black 5%, black 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 5%, black 95%, transparent 100%);
}

.marquee-track {
  display: flex;
  gap: 20px;
  animation: marquee-scroll 120s linear infinite;
  width: max-content;
}

.marquee-track:hover {
  animation-play-state: paused;
}

@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.review-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  min-width: 360px;
  max-width: 360px;
  flex-shrink: 0;
}

.review-card blockquote {
  flex: 1;
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--text);
  line-height: 1.75;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.reviewer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--coral);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
}

.reviewer-info strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
}

.reviewer-info span {
  font-size: 16px;
  color: var(--text-muted);
}

@media (max-width: 768px) {
  .review-card { min-width: 300px; max-width: 300px; }
}

/* ══ CONTACT ══ */
.contact {
  padding: 80px 48px;
  background: var(--white);
}

.contact-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
  align-items: start;
}

.contact-text h2 {
  font-size: 44px; font-weight: 800;
  color: var(--navy); line-height: 1.1; margin-bottom: 16px;
}

.contact-text p {
  font-size: 17px; color: var(--text-muted);
  line-height: 1.7; margin-bottom: 28px; max-width: 380px;
}

.contact-links { display: flex; flex-direction: column; gap: 12px; }
.contact-link {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 16px; font-weight: 600; color: var(--navy);
}
.contact-link:hover { color: var(--coral); }
.contact-link svg { flex-shrink: 0; }

.contact-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.contact-bitmoji {
  width: 280px;
  height: auto;
}

.contact-cta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.contact-form { display: flex; flex-direction: column; gap: 16px; }

.contact-form input,
.contact-form textarea {
  width: 100%; padding: 16px 0;
  border: none; border-bottom: 2px solid var(--border);
  border-radius: 0; font-size: 17px; font-family: var(--font);
  background: transparent; outline: none; color: var(--text);
  transition: border-color 0.25s;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #bbb; }

.contact-form input:focus,
.contact-form textarea:focus { border-bottom-color: var(--coral); }

.contact-form textarea { resize: vertical; min-height: 100px; }
.contact-form .btn-primary { align-self: flex-start; margin-top: 8px; }

/* ══ FOOTER ══ */
footer {
  padding: 64px 48px 28px;
  background: var(--navy);
  color: var(--white);
}

.footer-contact {
  max-width: 1200px;
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}

.footer-contact-text h2 {
  font-size: 36px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 12px;
}

.footer-contact-text p {
  font-size: 17px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 420px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255,255,255,0.8) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.footer-link:hover { color: #FFC107 !important; }
.footer-link svg { flex-shrink: 0; }

.footer-bitmoji img {
  width: 360px;
  height: auto;
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-name { font-weight: 700; font-size: 16px; }
.footer-copy { font-size: 16px; opacity: 0.4; }

/* ══ RESPONSIVE ══ */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr 1fr; }
  .hero-content h1 { font-size: 52px; }
  .hero-image .hero-image-wrapper { min-height: 400px; }
  .hero-content { padding: 40px 32px; }
  .hero-image-wrapper img { max-width: 340px; }
  .case-card { grid-template-columns: 1fr; }
  .case-card:nth-child(even) { direction: ltr; }
  .awards-grid { grid-template-columns: repeat(2, 1fr); }
  .talk-card { grid-template-columns: 140px 1fr auto; }
}

@media (max-width: 768px) {
  nav { padding: 14px 24px; }
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .mobile-menu { display: block; }

  .hero-inner { grid-template-columns: 1fr; min-height: auto; }
  .hero-content h1 { font-size: 40px; }
  .hero-content { padding: 32px 24px; }
  .hero-image .hero-image-wrapper { min-height: 320px; }
  .hero-image-wrapper img { max-width: 280px; }

  .about, .speaking, .reviews, .contact, .builds { padding: 56px 24px; }
  .builds-inner h2 { font-size: 30px; }
  .about-content p { font-size: 17px; }
  .about-main { grid-template-columns: 1fr; }
  .about-award-image { width: 200px; justify-self: center; }
  .about-highlights { grid-template-columns: 1fr 1fr; }

  .work { padding: 56px 0; }
  .work-inner { padding: 0 24px; }
  .work-inner h2 { font-size: 30px; }

  .speaking-inner h2 { font-size: 26px; }
  .talk-card { grid-template-columns: 1fr; gap: 4px; }
  .talk-date { display: none; }

  .awards { padding: 40px 24px; }
  .awards-inner h2 { font-size: 28px; }
  .awards-grid { grid-template-columns: 1fr 1fr; }
  .award-card { border-right: none; }

  .reviews-inner h2 { font-size: 28px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-scroll-wrapper { padding: 0 24px 16px; }
  .review-card { min-width: 280px; max-width: 280px; }

  footer { padding: 40px 24px 20px; }
  .footer-contact { grid-template-columns: 1fr; gap: 24px; }
  .footer-contact-text h2 { font-size: 28px; }
  .footer-bitmoji img { width: 180px; }
  .footer-bottom { flex-direction: column; gap: 6px; text-align: center; }
}

@media (max-width: 480px) {
  .hero-content h1 { font-size: 30px; }
  .awards-grid { grid-template-columns: 1fr; }
}
