/* Hey, UX! Hey, PM! clone styles */

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

@page { size: 960px 5200px; margin: 0; }

:root {
  --ux-purple: #b59ed8;
  --ux-purple-text: #9d7ec8;
  --pm-blue: #1fb4e9;
  --pm-blue-text: #1fb4e9;
  --grey-bg: #ececec;
  --footer-black: #0d0d0d;
  --text-dark: #1a1a1a;
  --col: 900px;
  --body-font: "Poppins", "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --display-font: "Poppins", "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html, body {
  font-family: var(--body-font);
  color: var(--text-dark);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.45;
  font-weight: 400;
}

body { padding-top: 72px; }

img { display: block; max-width: 100%; height: auto; }

/* ============ HEADER ============ */
.hh-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 72px;
  background: #fff;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  border-bottom: 1px solid #eee;
  gap: 24px;
}
.hh-nav { display: flex; align-items: center; gap: 0; flex-wrap: wrap; }
.hh-nav a {
  color: #8a8a8a;
  font-size: 15px;
  text-decoration: none;
  display: flex; align-items: center; gap: 6px;
  font-weight: 400;
  padding: 0 18px;
  border-right: 1px solid #cfcfcf;
}
.hh-nav a:last-child { border-right: none; }
.hh-nav a.active { color: var(--ux-purple-text); }
.hh-nav .ig-icon { width: 18px; height: 18px; }
.hh-cta {
  background: #000; color: #fff;
  padding: 14px 30px;
  border-radius: 999px;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}

@media print {
  body { padding-top: 0 !important; }
  .hh-header { position: static !important; }
}

/* Shared: constrain content width within full-bleed sections */
.hh-hero,
.hh-where,
.hh-unlock,
.hh-band,
.hh-bullets,
.hh-tagline,
.hh-contact,
.hh-footer { width: 100%; }

/* ============ HERO ============ */
.hh-hero {
  padding: 0 0 24px;
  text-align: center;
}
.hh-hero h1 {
  font-size: clamp(26px, 4.2vw, 40px);
  font-weight: 700;
  color: #222;
  line-height: 1.3;
  margin: 0;
  padding: 40px 24px 48px;
  letter-spacing: -0.01em;
  background: var(--grey-bg);
}
.hh-hero h1 .ux { color: var(--ux-purple-text); font-weight: 700; }
.hh-hero h1 .pm { color: var(--pm-blue-text); font-weight: 700; }

/* Two book covers (rotated, overlapping) */
.hh-books {
  position: relative;
  max-width: var(--col);
  margin: 20px auto 0;
  padding: 0 24px;
  aspect-ratio: 900 / 520;
}
.hh-books img {
  position: absolute;
  width: 56%;
  height: auto;
  top: 0;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,0.22));
}
.hh-books img:first-child {
  left: 4%;
  transform: rotate(-10deg);
  z-index: 1;
}
.hh-books img:last-child {
  right: 4%;
  transform: rotate(10deg);
  z-index: 2;
}

/* Subtitle row (tilted like books) */
.hh-subtitle-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 820px;
  margin: -6% auto 70px;
  padding: 0 24px;
  text-align: center;
}
.hh-subtitle-row > div {
  transform-origin: center;
}
.hh-subtitle-row > div:first-child { transform: rotate(-8deg); }
.hh-subtitle-row > div:last-child  { transform: rotate(8deg); }
.hh-subtitle-row h2 {
  font-size: clamp(18px, 2.6vw, 24px);
  font-weight: 600;
  margin-bottom: 8px;
}
.hh-subtitle-row .sub-ux { color: var(--ux-purple-text); }
.hh-subtitle-row .sub-pm { color: var(--pm-blue-text); }
.hh-subtitle-row p {
  font-size: clamp(16px, 2.4vw, 22px);
  color: #222;
  font-weight: 500;
  line-height: 1.35;
}

/* Open-books photo with callouts */
.hh-books-photo {
  position: relative;
  max-width: var(--col);
  margin: 24px auto 56px;
  padding: 0 24px;
}
.hh-books-photo .photo-wrap {
  position: relative;
  display: block;
}
.hh-books-photo .photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.48);
  pointer-events: none;
}
.hh-books-photo img.main { width: 100%; height: auto; display: block; }

.hh-callout {
  position: absolute;
  width: 30%;
  max-width: 280px;
  height: auto;
}
.hh-callout.left  { left: 2%; top: 45%; }
.hh-callout.right { right: 2%; top: -5%; }

/* ============ Where to buy ============ */
.hh-where {
  text-align: center;
  padding: 24px 24px 64px;
  page-break-inside: avoid;
}
.hh-where-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(18px, 2.6vw, 24px);
  font-weight: 500;
  margin-bottom: 36px;
}
.hh-where-title img { width: 28px; height: 28px; }
.hh-store-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 260px));
  gap: 28px 40px;
  justify-content: center;
  max-width: var(--col);
  margin: 0 auto;
  page-break-inside: avoid;
}
.hh-store-grid .store-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.hh-store-grid .store-cell img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* ============ Unlock band ============ */
.hh-unlock {
  background: var(--grey-bg);
  text-align: center;
  padding: 56px 24px 64px;
}
.hh-unlock h2 {
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 auto 40px;
  max-width: var(--col);
  letter-spacing: -0.01em;
}
.hh-unlock h2 .ux { color: var(--ux-purple-text); }
.hh-unlock h2 .pm { color: var(--pm-blue-text); }
.hh-unlock p {
  font-size: clamp(15px, 2vw, 18px);
  max-width: 640px;
  margin: 0 auto 20px;
  color: #222;
  line-height: 1.55;
}

/* ============ Color pitch bands (CRAFT / Team Efficiency) ============ */
.hh-band {
  color: #fff;
  padding: 40px 24px 0;
}
.hh-band.purple { background: var(--ux-purple); }
.hh-band.blue   { background: var(--pm-blue); }

.hh-band-inner {
  max-width: var(--col);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 16px;
  min-height: 500px;
}

.hh-band .band-text {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  padding-bottom: 24px;
}
.hh-band h2 { font-size: clamp(32px, 5vw, 52px); font-weight: 700; line-height: 1.2; margin-bottom: 28px; letter-spacing: -0.01em; }
.hh-band p  { font-size: clamp(20px, 3vw, 30px); font-weight: 300; line-height: 1.45; margin-bottom: 10px; }
.hh-band p strong { font-weight: 700; }

.hh-band .character {
  max-height: 500px;
  width: auto;
  max-width: 100%;
  height: auto;
  justify-self: center;
  align-self: end;
  object-fit: contain;
}

.hh-band.purple .band-text { order: 1; }
.hh-band.purple .character { order: 2; }
.hh-band.blue .character { order: 1; }
.hh-band.blue .band-text { order: 2; }

/* ============ Bullets bands (Hey UX / Hey PM with previews) ============ */
.hh-bullets {
  color: #fff;
  padding: 56px 24px 64px;
}
.hh-bullets.purple { background: var(--ux-purple); }
.hh-bullets.blue   { background: var(--pm-blue); }

.hh-bullets-inner {
  max-width: var(--col);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.hh-bullets h2 {
  grid-column: 1 / -1;
  text-align: center;
  font-size: clamp(28px, 4.4vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.hh-bullets .copy p {
  font-size: clamp(15px, 1.9vw, 20px);
  line-height: 1.55;
  margin-bottom: 22px;
  font-weight: 300;
  color: #111;
}
.hh-bullets .copy .lead {
  font-weight: 600;
  font-size: clamp(16px, 2.1vw, 22px);
  color: #fff;
}
.hh-bullets .copy .ux-lead { color: #fff; }
.hh-bullets .copy .pm-lead { color: #fff; }
.hh-bullets .preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 440px;
  width: 100%;
  justify-self: center;
}
.hh-bullets .preview img {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.hh-bullets.blue .preview-left { order: 1; }
.hh-bullets.blue .copy { order: 2; }

/* ============ Tagline ============ */
.hh-tagline {
  text-align: center;
  padding: 64px 24px 32px;
}
.hh-tagline h2 {
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  max-width: var(--col);
  margin: 0 auto;
}
.hh-tagline h2 .ux { color: var(--ux-purple-text); }
.hh-tagline h2 .pm { color: var(--pm-blue-text); }

.hh-where2 { padding: 10px 24px 72px; }

/* ============ Contact ============ */
.hh-contact {
  background: var(--grey-bg);
  padding: 64px 24px 80px;
}
.hh-contact-inner {
  max-width: 680px;
  margin: 0 auto;
}
.hh-contact h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 36px;
}
.hh-contact .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 24px;
}
.hh-contact label {
  display: block;
  font-size: 13px;
  color: #3a3a3a;
  margin-bottom: 4px;
}
.hh-contact input, .hh-contact textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #333;
  background: transparent;
  padding: 8px 0;
  font-family: inherit;
  font-size: 15px;
}
.hh-contact textarea { min-height: 96px; resize: vertical; }
.hh-contact .field { margin-bottom: 24px; }
.hh-contact .submit {
  margin-top: 12px;
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 36px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}

/* ============ Footer ============ */
.hh-footer {
  background: var(--footer-black);
  color: #dcdcdc;
  text-align: center;
  padding: 18px 24px;
  font-size: 13px;
  font-weight: 400;
}
.hh-footer .dot { display: inline-block; margin: 0 18px; opacity: 0.6; }

/* ============ Responsive ============ */
@media (max-width: 820px) {
  .hh-header { padding: 0 16px; gap: 12px; }
  .hh-nav a { padding: 0 10px; font-size: 13px; }
  .hh-cta { padding: 10px 18px; font-size: 13px; }

  .hh-subtitle-row {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 0 auto 48px;
  }
  .hh-subtitle-row > div:first-child,
  .hh-subtitle-row > div:last-child { transform: none; }

  .hh-band-inner,
  .hh-bullets-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hh-band .character { max-height: 360px; }

  .hh-bullets.blue .preview-left { order: 2; }
  .hh-bullets.blue .copy { order: 1; }

  .hh-store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
  }
  .hh-contact .row { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 520px) {
  .hh-header { height: 60px; }
  body { padding-top: 60px; }
  .hh-nav a { padding: 0 6px; font-size: 12px; }

  .hh-hero h1 { padding: 24px 16px 32px; }
  .hh-books { aspect-ratio: 900 / 620; padding: 0 8px; }
  .hh-books img { width: 58%; }

  .hh-callout { width: 34%; }

  .hh-store-grid { grid-template-columns: 1fr; max-width: 260px; }
}
