/* Tiger Pig Consulting — Brand Bootcamp */

:root {
  --cream: #FBF8F3;
  --cream-dark: #F5F0E8;
  --orange: #D97706;
  --orange-dark: #B45309;
  --dark: #1A1A1A;
  --gray: #3F3F3F;
  --muted: #6B6B6B;
  --line: #E8E2D9;
  --white: #FFFFFF;
}

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

html { font-size: 17px; scroll-behavior: smooth; }

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--cream);
  color: var(--dark);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  position: relative;
  overflow-x: hidden;
}

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

h1, h2, h3 {
  font-family: "EB Garamond", "Georgia", "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.2;
  color: var(--dark);
}

h1 { font-size: clamp(2.6rem, 6.5vw, 3.6rem); letter-spacing: -0.02em; }
h1 span { display: block; }
h2 { font-size: clamp(1.7rem, 3.8vw, 2.15rem); letter-spacing: -0.015em; }
p { font-size: 1.05rem; color: var(--gray); max-width: 40rem; }
a { color: inherit; text-decoration: none; transition: color 0.15s ease, opacity 0.15s ease, background 0.15s ease; }

.container {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1.75rem;
  position: relative;
  z-index: 2;
}

.origami { position: fixed; pointer-events: none; z-index: 0; opacity: 0.16; }
.origami img { width: 420px; height: auto; }
.origami-top {
  top: -40px; right: -80px;
  mask-image: linear-gradient(to left, black 40%, transparent 95%);
  -webkit-mask-image: linear-gradient(to left, black 40%, transparent 95%);
}
.origami-bottom {
  bottom: -60px; left: -100px; transform: scaleX(-1);
  mask-image: linear-gradient(to right, black 35%, transparent 90%);
  -webkit-mask-image: linear-gradient(to right, black 35%, transparent 90%);
}

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251, 248, 243, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: 760px; margin: 0 auto; padding: 1rem 1.75rem;
  display: flex; align-items: center; justify-content: space-between;
}
.logo-link { display: flex; align-items: center; gap: 0.65rem; color: var(--dark); }
.logo-link img { width: 32px; height: 32px; border-radius: 4px; }
.logo-text { font-size: 0.9rem; font-weight: 500; }
.header-cta { font-size: 0.8125rem; font-weight: 600; color: var(--orange); }
.header-cta:hover { color: var(--orange-dark); }

.hero { padding: 5rem 0 4rem; }
.product-label {
  font-size: clamp(0.95rem, 2.2vw, 1.15rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 1.25rem;
}
.hero h1 { margin-bottom: 1.75rem; }
.intro { font-size: 1.18rem; line-height: 1.6; color: var(--gray); margin-bottom: 1.35rem; max-width: 36rem; }
.hero .cohort-date { margin-bottom: 1.35rem; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 0.85rem; }
.cta-note { font-size: 0.9rem; color: var(--muted); line-height: 1.5; }
.cohort-date {
  font-family: "EB Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 2.8vw, 1.55rem);
  font-weight: 600;
  color: var(--dark);
  line-height: 1.3;
  margin: 0;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: inherit; font-size: 0.95rem; font-weight: 600;
  padding: 0.95rem 1.7rem; border-radius: 5px; border: none; cursor: pointer;
  text-align: center; line-height: 1.35;
}
.btn-primary { background: var(--orange); color: var(--white); }
.btn-primary:hover { background: var(--orange-dark); color: var(--white); }

.section { padding: 4.25rem 0; }
.section-alt { background: var(--cream-dark); }
.section-label {
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--orange); margin-bottom: 1.15rem;
}
.section-title { margin-bottom: 1.5rem; max-width: 34rem; }
.section p + p { margin-top: 1.1rem; }

.recognition-list { list-style: none; display: grid; gap: 0.9rem; max-width: 38rem; }
.recognition-list li {
  position: relative; padding-left: 1.35rem; font-size: 1.08rem; color: var(--gray); line-height: 1.55;
}
.recognition-list li::before {
  content: ""; position: absolute; left: 0; top: 0.55em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--orange);
}

.north-star { padding: 3.25rem 0 2.5rem; }
.north-star-card {
  background: var(--white); border: 1px solid var(--line); border-radius: 8px;
  padding: 2.25rem 2rem; position: relative; overflow: visible;
}
.north-star-body { font-size: 1.06rem; line-height: 1.65; color: var(--gray); max-width: 38rem; position: relative; z-index: 1; margin-bottom: 1.4rem; }
.north-star-formula {
  font-family: "EB Garamond", Georgia, serif;
  font-size: clamp(1.05rem, 2.4vw, 1.45rem);
  line-height: 1.3;
  color: var(--dark);
  max-width: none;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.north-star-formula strong { font-weight: 700; }
.wind-rose { color: var(--orange); line-height: 0; }
.wind-rose-bg {
  position: absolute; right: -70px; top: 50%; transform: translateY(-50%);
  width: 200px; height: 200px; opacity: 0.16; pointer-events: none; z-index: 2;
}
.wind-rose-bg svg { width: 100%; height: 100%; }

.outcomes-list { list-style: none; display: grid; gap: 0.85rem; margin-top: 0.25rem; }
.outcomes-list li {
  display: grid;
  grid-template-columns: minmax(9rem, 12rem) 1fr;
  gap: 0.75rem;
  align-items: baseline;
  padding: 0.15rem 0 0.85rem;
  border-bottom: 1px solid var(--line);
}
.outcomes-list strong { font-size: 1.02rem; color: var(--dark); font-weight: 600; }
.outcomes-list span { font-size: 0.98rem; color: var(--gray); }

.week-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.7rem;
  margin: 0.25rem 0 1.6rem;
}
.week {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.85rem 0.65rem 0.95rem;
  text-align: center;
  align-self: start;
}
.week summary {
  list-style: none;
  cursor: pointer;
}
.week summary::-webkit-details-marker { display: none; }
.week-more {
  display: block;
  margin-top: 0.25rem;
  color: var(--orange);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.week[open] .week-more { visibility: hidden; }
.week-def {
  margin-top: 0.65rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--gray);
  max-width: none;
  text-align: left;
}
.week-kicker {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.3rem;
}
.week h3 {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.video-placeholder {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 760px;
  background: var(--cream);
  border: 1px dashed var(--line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 1.6rem;
}
.play-mark {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid var(--orange);
  position: relative;
  margin-bottom: 0.35rem;
}
.play-mark::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 16px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent var(--orange);
}
.video-placeholder p {
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.2rem;
  color: var(--dark);
  max-width: none;
}
.video-placeholder span {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.mid-cta { display: flex; justify-content: flex-start; }

.strategist { display: grid; grid-template-columns: 140px 1fr; gap: 1.75rem; align-items: start; margin-bottom: 2.5rem; }
.strategist-photo { width: 140px; height: 140px; border-radius: 10px; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.strategist-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.strategist-role { font-size: 0.95rem; color: var(--muted); margin: -0.75rem 0 1rem; }
.strategist-copy p { max-width: none; }

.logos-block { margin-top: 0.5rem; }
.logos-label {
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 1.15rem;
}
.logo-wall {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 1rem;
  row-gap: 1.6rem;
  padding: 0;
  background: transparent;
  border: none;
  align-items: center;
}
.logo-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
}
.logo-wall img {
  max-height: 38px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.58;
}
.logo-cell.bgca {
  height: auto;
  min-height: 52px;
  flex-direction: column;
  gap: 0.12rem;
}
.logo-cell.bgca img {
  max-height: 22px;
  opacity: 0.58;
}
.bgca-name {
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #3a3a3a;
  opacity: 0.7;
  text-align: center;
  line-height: 1.15;
  white-space: nowrap;
}
.bgca-sub {
  font-size: 0.48rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #3a3a3a;
  opacity: 0.65;
  text-align: center;
  line-height: 1.1;
}

.details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem 1.75rem; margin-top: 0.5rem; }
.detail { padding: 1.1rem 1.2rem; background: var(--white); border: 1px solid var(--line); border-radius: 6px; }
.detail dt { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 0.4rem; }
.detail dd { font-size: 1rem; color: var(--dark); line-height: 1.45; }

.faq { display: grid; gap: 0.65rem; margin-top: 0.5rem; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: 6px; padding: 1rem 1.2rem; }
.faq summary { font-weight: 600; color: var(--dark); cursor: pointer; list-style: none; font-size: 1.02rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--orange); font-weight: 500; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin-top: 0.75rem; font-size: 0.98rem; color: var(--gray); max-width: none; }

.cta-band { padding: 5rem 0; text-align: center; }
.cta-headline { font-size: clamp(1.9rem, 4.5vw, 2.45rem); margin-bottom: 1.75rem; line-height: 1.25; max-width: none; margin-left: auto; margin-right: auto; }
.cta-band .btn { margin: 0 auto; }
.cta-band-note { display: block; margin: 1.15rem auto 0; max-width: 30rem; text-align: center; }

.signature { padding: 0 0 4.5rem; }
.signature-card { background: var(--orange); border-radius: 8px; padding: 2rem 1.75rem; color: var(--white); }
.signature-inner { max-width: 24rem; }
.sig-name { font-family: "EB Garamond", Georgia, serif; font-size: 1.4rem; font-weight: 600; color: var(--white); margin-bottom: 0.25rem; }
.sig-title { font-size: 0.92rem; color: rgba(255,255,255,0.92); margin-bottom: 1.1rem; }
.sig-contact a, .sig-site a { color: var(--white); font-size: 0.92rem; }
.sig-contact a:hover, .sig-site a:hover { text-decoration: underline; }
.sig-site { margin-top: 0.35rem; }

@media (max-width: 900px) {
  .origami img { width: 280px; }
}
@media (max-width: 720px) {
  .north-star-formula { white-space: normal; }
}
@media (max-width: 560px) {
  .week-strip, .details-grid, .strategist, .outcomes-list li { grid-template-columns: 1fr; }
  .hero { padding: 3.5rem 0 3rem; }
  .section { padding: 3.25rem 0; }
  .btn { width: 100%; }
  .logo-wall { grid-template-columns: repeat(3, 1fr); }
  .logo-cell { height: 48px; }
}
