/* Shared styles for the OG Lab, About, and Journal pages.
   Loaded after styles.css, which provides the tokens, fonts, nav, footer, and reset. */

/* ---- Shared gradient backdrops ---- */
.bg-sand {
  background: radial-gradient(130% 120% at 18% 12%, oklch(0.93 0.03 78), transparent 56%),
              linear-gradient(152deg, var(--sand), var(--sand2));
}
.bg-sage {
  background: radial-gradient(120% 130% at 75% 15%, oklch(0.9 0.04 150), transparent 55%),
              linear-gradient(150deg, var(--sage), oklch(0.78 0.05 120));
}

/* Simple page hero eyebrow (kicker — line — sub) */
.page-kicker {
  display: flex; align-items: center; gap: 16px;
  font-family: var(--serif); font-style: italic; font-size: 19px;
  color: var(--muted); margin-bottom: 26px;
}
.page-kicker .k-accent { color: var(--acc); }
.page-kicker .k-line { width: 38px; height: 1px; background: var(--line); display: inline-block; }

.page-hero { max-width: 1180px; margin: 0 auto; padding: 150px 28px 40px; }
.page-hero h1 {
  font-size: clamp(46px, 7vw, 96px); line-height: 0.98; letter-spacing: -0.04em;
  font-weight: 600; margin: 0 0 28px;
}
.page-hero h1 .em { font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--acc); letter-spacing: -0.01em; }
.page-hero .lead { font-size: clamp(17px, 1.6vw, 21px); line-height: 1.6; color: var(--muted); max-width: 60ch; margin: 0; }

/* Nav accent link (current specialized page) */
.nav-links a.accent { color: var(--acc); font-weight: 600; }
.nav-links a.active { color: var(--fg); }

/* ============ OG LAB ============ */
.lab-statstrip { max-width: 1180px; margin: 0 auto; padding: 34px 28px 20px; }
.lab-stats {
  display: flex; gap: 56px; flex-wrap: wrap;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px 0;
}
.lab-stat-value { font-size: clamp(30px, 3.4vw, 44px); font-weight: 700; letter-spacing: -0.03em; line-height: 1; color: var(--fg); }
.lab-stat-label { font-family: var(--serif); font-style: italic; font-size: 16px; color: var(--muted); margin-top: 9px; }

.lab-tools { max-width: 1180px; margin: 0 auto; padding: 70px 28px 40px; }
.lab-tools-list { display: flex; flex-direction: column; gap: 110px; }
.lab-tool { display: flex; gap: 64px; align-items: center; }
.lab-tool.reverse { flex-direction: row-reverse; }
.lab-tool-visual {
  flex: 1; position: relative; aspect-ratio: 4/3; border-radius: 24px; overflow: hidden;
  display: flex; flex-direction: column; justify-content: space-between; padding: 26px;
  box-shadow: 0 40px 80px -54px oklch(0.3 0.06 120 / 0.55);
}
.lab-tool-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.lab-tool-vtop { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.lab-tool-chip {
  width: 46px; height: 46px; border-radius: 13px;
  background-color: oklch(0.99 0.01 90 / 0.95); background-size: cover; background-position: center;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 20px -10px oklch(0.3 0.05 120 / 0.5);
}
.lab-tool-chip.img { background-color: transparent; }
.lab-tool-logo { position: relative; width: 24px; height: 24px; display: block; }
.lab-tool-status {
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.03em; text-transform: uppercase;
  padding: 6px 13px; border-radius: 999px;
}
.lab-tool-status.live { color: oklch(0.4 0.12 152); background: oklch(0.99 0.01 90 / 0.85); }
.lab-tool-status.beta { color: oklch(0.42 0.03 60); background: oklch(0.99 0.01 90 / 0.85); }
.lab-tool-imglabel {
  font-family: var(--serif); font-style: italic; font-size: 14.5px;
  color: oklch(0.32 0.04 90 / 0.78); background: oklch(0.99 0.01 90 / 0.62);
  backdrop-filter: blur(3px); padding: 6px 14px; border-radius: 999px; align-self: flex-start;
}
.lab-tool-body { flex: 1; }
.lab-tool-num { font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--acc); margin-bottom: 14px; }
.lab-tool-body h2 { font-size: clamp(30px, 3.6vw, 46px); line-height: 1.02; letter-spacing: -0.03em; font-weight: 600; margin: 0 0 10px; }
.lab-tool-tagline { font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--fg); margin: 0 0 22px; }
.lab-tool-desc { font-size: 17px; line-height: 1.62; color: var(--muted); margin: 0 0 26px; max-width: 46ch; }
.lab-tool-feats { display: flex; flex-direction: column; gap: 12px; margin-bottom: 30px; }
.lab-tool-feat { display: flex; align-items: flex-start; gap: 11px; font-size: 15.5px; color: var(--fg); }
.lab-tool-feat::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--acc); flex-shrink: 0; margin-top: 8px; }
.lab-tool-metric {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--soft); border: 1px solid var(--line); border-radius: 16px; padding: 14px 20px;
}
.lab-tool-metric-num { font-size: 22px; font-weight: 700; color: var(--acc); letter-spacing: -0.02em; line-height: 1; }
.lab-tool-metric-label { font-size: 13.5px; color: var(--muted); line-height: 1.35; max-width: 24ch; }
.lab-tool-cta { display: flex; width: fit-content; margin-top: 24px; }

.lab-how { background: var(--bg2); padding: 96px 28px; margin-top: 60px; }
.lab-how-inner { max-width: 1180px; margin: 0 auto; }
.lab-how-intro { max-width: 60ch; margin-bottom: 56px; }
.lab-how-intro .eyebrow { font-size: 20px; margin-bottom: 16px; }
.lab-how-intro h2 { font-size: clamp(30px, 4.2vw, 50px); line-height: 1.04; letter-spacing: -0.03em; font-weight: 600; margin: 0; max-width: 20ch; }
.lab-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lab-step { background: var(--soft); border-radius: 20px; padding: 32px; box-shadow: 0 24px 48px -44px oklch(0.3 0.04 120 / 0.5); }
.lab-step-num { font-family: var(--serif); font-style: italic; font-size: 30px; color: var(--acc); margin-bottom: 16px; }
.lab-step h3 { font-size: 20px; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 10px; }
.lab-step p { font-size: 15px; line-height: 1.58; color: var(--muted); margin: 0; }

.lab-cta { max-width: 1180px; margin: 0 auto; padding: 96px 28px; }
.lab-cta-band {
  border-radius: 30px; padding: 76px 60px; text-align: center;
  background: radial-gradient(120% 160% at 50% 0%, var(--sage), oklch(0.93 0.025 150) 55%, var(--soft));
  box-shadow: 0 40px 80px -56px oklch(0.3 0.06 150 / 0.5);
}
.lab-cta-band h2 { font-size: clamp(30px, 4.4vw, 52px); line-height: 1.04; letter-spacing: -0.03em; font-weight: 600; margin: 0 auto 16px; max-width: 22ch; }
.lab-cta-band p { font-size: 19px; color: var(--muted); margin: 0 auto 34px; max-width: 46ch; }

/* ============ ABOUT ============ */
.about-page-hero { max-width: 1240px; margin: 0 auto; padding: 152px 28px 40px; }
.about-page-hero .inner { max-width: 920px; }
.about-page-hero .eyebrow { font-size: 21px; }
.about-page-hero h1 { font-size: clamp(40px, 6.4vw, 82px); line-height: 1.02; letter-spacing: -0.035em; font-weight: 600; margin: 0 0 30px; }
.about-page-hero h1 .em { font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--acc); }
.about-page-hero .lead { font-size: clamp(18px, 1.7vw, 22px); line-height: 1.6; color: var(--muted); max-width: 64ch; margin: 0; }
.about-page-ctas { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 36px; }
.about-page-ctas .hero-link { font-size: 18px; }

/* Fixed scroll companion robot */
.about-robot {
  position: fixed; left: 18px; bottom: 12px; z-index: 60;
  width: clamp(98px, 11vw, 136px); height: clamp(124px, 14vw, 172px);
  pointer-events: none; filter: drop-shadow(0 16px 22px rgba(35,70,50,0.3));
}
.about-robot canvas { width: 100%; height: 100%; display: block; }

.team-section { max-width: 1240px; margin: 0 auto; padding: 76px 28px 40px; }
.team-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }
.team-head-row .eyebrow { font-size: 21px; margin-bottom: 14px; }
.team-head-row h2 { font-size: clamp(30px, 4.2vw, 52px); line-height: 1.04; letter-spacing: -0.03em; font-weight: 600; margin: 0; }
.team-head-sub { color: var(--muted); font-size: 17px; line-height: 1.6; max-width: 38ch; margin: 0; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(232px, 1fr)); gap: 24px; }
.team-card {
  display: flex; flex-direction: column; background: var(--card);
  border: 1px solid var(--line); border-radius: 22px; overflow: hidden;
  box-shadow: 0 22px 44px -36px oklch(0.3 0.04 120 / 0.5);
  transition: transform .25s ease, box-shadow .25s ease;
}
.team-card:hover { transform: translateY(-5px); box-shadow: 0 34px 60px -36px oklch(0.3 0.04 120 / 0.55); }
.team-card.dog { background: radial-gradient(120% 120% at 100% 0%, var(--sage), transparent 55%), var(--card); }
.team-photo { position: relative; aspect-ratio: 1/1; overflow: hidden; background: var(--soft); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.team-badge {
  position: absolute; top: 12px; left: 12px; background: var(--acc); color: var(--ink);
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px; box-shadow: 0 8px 20px -8px var(--acc);
}
.team-info { padding: 20px 22px 24px; }
.team-name { font-size: 20px; font-weight: 600; letter-spacing: -0.02em; }
.team-title { color: var(--acc); font-weight: 600; font-size: 14px; margin-top: 6px; }
.team-focus { color: var(--muted); font-size: 14px; margin-top: 2px; }

.company-info { max-width: 1240px; margin: 44px auto 0; padding: 0 28px 110px; }
.company-card {
  background: var(--soft); border: 1px solid var(--line); border-radius: 26px;
  padding: clamp(32px, 5vw, 60px); display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center;
}
.company-card .eyebrow { font-size: 21px; }
.company-card h2 { font-size: clamp(26px, 3.2vw, 40px); line-height: 1.1; letter-spacing: -0.03em; font-weight: 600; margin: 0 0 12px; }
.company-card .body { color: var(--muted); font-size: 17px; line-height: 1.6; max-width: 48ch; margin: 0 0 28px; }
.company-facts { display: flex; flex-direction: column; gap: 20px; }
.company-fact { border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.company-fact:last-child { border-bottom: none; padding-bottom: 0; }
.company-fact-label { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); margin-bottom: 6px; }
.company-fact-main { font-size: 19px; font-weight: 600; letter-spacing: -0.01em; }
.company-fact-sub { color: var(--muted); font-size: 15px; margin-top: 3px; }
.company-fact a { text-decoration: none; color: var(--fg); }
.company-fact a:hover .company-fact-main { color: var(--acc); }

/* ============ JOURNAL ============ */
.jr-header { max-width: 1180px; margin: 0 auto; padding: 150px 28px 56px; }
.jr-header h1 { font-size: clamp(44px, 6.4vw, 88px); line-height: 1.0; letter-spacing: -0.035em; font-weight: 600; margin: 0 0 26px; max-width: 15ch; }
.jr-header h1 .em { font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--acc); letter-spacing: -0.01em; }
.jr-header .lead { font-size: clamp(17px, 1.6vw, 20px); line-height: 1.62; color: var(--muted); max-width: 56ch; margin: 0; }

.jr-featured { max-width: 1180px; margin: 0 auto; padding: 24px 28px 20px; }
.jr-featured a { display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: center; text-decoration: none; color: inherit; border-radius: 28px; }
.jr-featured-img { position: relative; aspect-ratio: 16/11; border-radius: 24px; overflow: hidden; display: flex; align-items: flex-end; padding: 22px; box-shadow: 0 40px 80px -54px oklch(0.3 0.06 120 / 0.55); }
.jr-cat-pill {
  position: absolute; top: 20px; left: 20px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.02em;
  text-transform: uppercase; color: oklch(0.3 0.08 152); background: oklch(0.99 0.01 90 / 0.82);
  backdrop-filter: blur(3px); padding: 6px 14px; border-radius: 999px;
}
.jr-img-label { font-family: var(--serif); font-style: italic; font-size: 14.5px; color: oklch(0.32 0.04 90 / 0.78); background: oklch(0.99 0.01 90 / 0.62); backdrop-filter: blur(3px); padding: 6px 14px; border-radius: 999px; }
.jr-cover-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.jr-featured-tag { font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--acc); margin-bottom: 16px; }
.jr-featured h2 { font-size: clamp(28px, 3.4vw, 42px); line-height: 1.08; letter-spacing: -0.025em; font-weight: 600; margin: 0 0 18px; }
.jr-featured .excerpt { font-size: 17.5px; line-height: 1.62; color: var(--muted); margin: 0 0 26px; max-width: 46ch; }
.jr-byline { display: flex; align-items: center; gap: 14px; }
.jr-avatar { width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; }
.jr-avatar.g { background: linear-gradient(150deg, var(--sage), var(--sage2)); }
.jr-avatar.s { background: linear-gradient(150deg, var(--sand), var(--sand2)); }
.jr-byline .name { display: block; font-weight: 600; font-size: 15px; }
.jr-byline .meta { display: block; color: var(--muted); font-size: 13.5px; font-family: var(--serif); font-style: italic; margin-top: 2px; }

.jr-filter { max-width: 1180px; margin: 0 auto; padding: 46px 28px 34px; }
.jr-filter-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 34px; }
.jr-cats { display: flex; flex-wrap: wrap; gap: 10px; }
.jr-cat {
  border: 1px solid var(--line); background: transparent; color: var(--muted);
  border-radius: 999px; padding: 9px 17px; font-size: 14px; font-weight: 600; cursor: pointer;
  font-family: inherit; transition: all .2s;
}
.jr-cat.on { border-color: var(--acc); background: var(--acc); color: var(--ink); }
.jr-search { display: flex; align-items: center; gap: 10px; background: var(--soft); border: 1px solid var(--line); border-radius: 999px; padding: 11px 18px; min-width: 240px; transition: border-color .2s; }
.jr-search:focus-within { border-color: var(--acc); }
.jr-search input { border: none; background: transparent; outline: none; font-size: 15px; color: var(--fg); width: 100%; }
.jr-search-icon { width: 15px; height: 15px; border: 1.8px solid var(--muted); border-radius: 50%; position: relative; flex-shrink: 0; display: inline-block; }
.jr-search-icon::after { content: ''; position: absolute; right: -4px; bottom: -3px; width: 7px; height: 1.8px; background: var(--muted); transform: rotate(45deg); }

.jr-grid-section { max-width: 1180px; margin: 0 auto; padding: 8px 28px 40px; }
.jr-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.jr-card {
  display: flex; flex-direction: column; text-decoration: none; color: inherit;
  background: var(--soft); border-radius: 20px; overflow: hidden;
  box-shadow: 0 24px 48px -40px oklch(0.3 0.04 120 / 0.5); transition: transform .25s, box-shadow .25s;
}
.jr-card:hover { transform: translateY(-5px); box-shadow: 0 34px 60px -38px oklch(0.3 0.06 150 / 0.55); }
.jr-card-img { position: relative; aspect-ratio: 16/10; display: flex; align-items: flex-end; padding: 16px; overflow: hidden; }
.jr-card-img .jr-cat-pill { top: 14px; left: 14px; font-size: 11.5px; padding: 5px 12px; }
.jr-card-body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.jr-card-body h3 { font-size: 21px; line-height: 1.2; letter-spacing: -0.02em; font-weight: 600; margin: 0 0 12px; }
.jr-card-body .excerpt { font-size: 15px; line-height: 1.58; color: var(--muted); margin: 0 0 24px; flex: 1; }
.jr-card-byline { display: flex; align-items: center; gap: 12px; padding-top: 20px; border-top: 1px solid var(--line); }
.jr-card-byline .jr-avatar { width: 36px; height: 36px; }
.jr-card-byline .name { display: block; font-weight: 600; font-size: 14px; }
.jr-card-byline .meta { display: block; color: var(--muted); font-size: 13px; font-family: var(--serif); font-style: italic; margin-top: 1px; }
.jr-empty { text-align: center; padding: 60px 20px 40px; }
.jr-empty-title { font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--fg); margin-bottom: 10px; }
.jr-empty p { color: var(--muted); font-size: 16px; margin: 0; }

.jr-nl { max-width: 1180px; margin: 0 auto; padding: 60px 28px 96px; }
.jr-nl-band {
  border-radius: 30px; padding: 66px 60px; text-align: center;
  background: radial-gradient(120% 160% at 50% 0%, var(--sage), oklch(0.93 0.025 150) 55%, var(--soft));
  box-shadow: 0 40px 80px -56px oklch(0.3 0.06 150 / 0.5);
}
.jr-nl-band .eyebrow { font-size: 19px; }
.jr-nl-band h2 { font-size: clamp(28px, 4vw, 46px); line-height: 1.05; letter-spacing: -0.03em; font-weight: 600; margin: 0 auto 14px; max-width: 20ch; }
.jr-nl-band .sub { font-size: 18px; color: var(--muted); margin: 0 auto 32px; max-width: 48ch; }
.jr-nl-form { display: flex; gap: 10px; max-width: 460px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.jr-nl-form input { flex: 1; min-width: 220px; background: oklch(0.99 0.006 90); border: 1px solid var(--line); border-radius: 999px; padding: 15px 22px; font-size: 15px; color: var(--fg); outline: none; transition: border-color .2s; }
.jr-nl-form input:focus { border-color: var(--acc); }
.jr-nl-thanks { display: inline-flex; align-items: center; gap: 10px; color: var(--acc); font-weight: 600; font-size: 17px; }
.jr-nl-thanks .chk { width: 30px; height: 30px; border-radius: 50%; background: var(--acc); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; font-size: 16px; }

/* ---- Article view ---- */
.jr-article-head { max-width: 760px; margin: 0 auto; padding: 142px 28px 20px; }
.jr-back { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); text-decoration: none; font-size: 15px; font-weight: 500; margin-bottom: 34px; transition: color .2s; background: none; border: none; cursor: pointer; font-family: inherit; padding: 0; }
.jr-back:hover { color: var(--acc); }
.jr-article-cat { font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--acc); margin-bottom: 18px; }
.jr-article-head h1 { font-size: clamp(34px, 5vw, 58px); line-height: 1.05; letter-spacing: -0.03em; font-weight: 600; margin: 0 0 30px; }
.jr-article-byline { display: flex; align-items: center; gap: 14px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.jr-article-byline .jr-avatar { width: 48px; height: 48px; }
.jr-article-hero { max-width: 1040px; margin: 0 auto; padding: 38px 28px 0; }
.jr-article-hero-img { aspect-ratio: 16/8; border-radius: 24px; position: relative; display: flex; align-items: flex-end; padding: 22px; box-shadow: 0 40px 80px -54px oklch(0.3 0.06 120 / 0.55); }
.jr-article-body { max-width: 680px; margin: 0 auto; padding: 52px 28px 20px; }
.jr-article-body p { font-size: 18px; line-height: 1.72; color: var(--muted); margin: 0 0 26px; }
.jr-article-body p.lead { font-size: 20px; line-height: 1.62; color: var(--fg); margin: 0 0 30px; font-weight: 500; }
.jr-article-body p.study-lead { font-size: 19px; line-height: 1.6; color: var(--fg); margin: 0 0 22px; font-weight: 700; }
.jr-article-body h2 { font-size: clamp(24px, 3vw, 32px); line-height: 1.15; letter-spacing: -0.02em; font-weight: 600; margin: 46px 0 18px; }
.jr-article-body h2:first-child { margin-top: 0; }
.jr-article-body a { color: var(--acc); text-decoration: none; border-bottom: 1px solid currentColor; }
.jr-article-body ul { margin: 0 0 26px; padding: 0 0 0 22px; display: flex; flex-direction: column; gap: 10px; }
.jr-article-body li { font-size: 17.5px; line-height: 1.6; color: var(--muted); }
.jr-quote { margin: 44px 0; padding: 8px 0 8px 30px; border-left: 3px solid var(--acc); font-family: var(--serif); font-style: italic; font-size: 25px; line-height: 1.4; letter-spacing: -0.01em; color: var(--fg); }
.jr-note { margin: 40px 0 0; padding-top: 24px; border-top: 1px solid var(--line); font-family: var(--serif); font-style: italic; font-size: 15px; line-height: 1.6; color: var(--muted); }
.jr-note a { color: var(--acc); border: none; }
.jr-table-wrap { margin: 0 0 30px; overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; }
.jr-table { width: 100%; border-collapse: collapse; min-width: 620px; font-size: 14.5px; }
.jr-table thead tr { background: var(--soft); }
.jr-table th { text-align: left; padding: 12px 14px; font-weight: 600; border-bottom: 1px solid var(--line); }
.jr-table th.c { text-align: center; padding: 12px 10px; }
.jr-table td { padding: 11px 14px; border-bottom: 1px solid var(--line); }
.jr-table td.c { text-align: center; padding: 11px 10px; font-weight: 700; }
.jr-table td.brand { white-space: nowrap; }
.jr-table td.brand a { color: var(--fg); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--line); }
.jr-table td.cat { color: var(--muted); white-space: nowrap; }
.jr-table td.score { text-align: center; color: var(--fg); font-weight: 600; }

/* Guide article extras */
.jr-guide-callout { display: flex; gap: 14px; align-items: flex-start; background: radial-gradient(130% 150% at 0% 0%, var(--sage), transparent 62%), var(--soft); border: 1px solid var(--line); border-radius: 18px; padding: 20px 22px; margin: 0 0 8px; }
.jr-guide-callout .chk { width: 30px; height: 30px; border-radius: 9px; background: var(--acc); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
.jr-guide-callout .t { font-weight: 700; font-size: 16px; color: var(--fg); margin-bottom: 3px; }
.jr-guide-callout .b { font-size: 15.5px; line-height: 1.6; color: var(--muted); }
.jr-guide-assets { background: var(--soft); border: 1px solid var(--line); border-radius: 20px; padding: 22px 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 26px; margin: 0 0 16px; }
.jr-guide-asset { display: flex; align-items: center; gap: 12px; font-size: 15.5px; color: var(--fg); }
.jr-guide-asset .chk { width: 22px; height: 22px; border-radius: 50%; background: var(--acc); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; }
.jr-guide-prereq { background: var(--soft); border-left: 3px solid var(--acc); border-radius: 0 12px 12px 0; padding: 14px 18px; margin: 0 0 30px; font-size: 15.5px; line-height: 1.55; color: var(--muted); }
.jr-guide-prereq strong { color: var(--fg); }
.jr-guide-steps { display: flex; flex-direction: column; gap: 24px; }
.jr-guide-step { display: flex; gap: 18px; align-items: flex-start; }
.jr-guide-step-n { width: 34px; height: 34px; border-radius: 50%; background: var(--acc); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; flex-shrink: 0; font-variant-numeric: tabular-nums; }
.jr-guide-step p { font-size: 17.5px; line-height: 1.55; color: var(--fg); margin: 5px 0 0; }
.jr-guide-action { display: inline-flex; align-items: center; font-weight: 600; font-size: 13px; background: var(--card); border: 1px solid var(--line); color: var(--fg); border-radius: 8px; padding: 1px 8px; white-space: nowrap; }
.jr-guide-slot { width: 100%; margin-top: 14px; aspect-ratio: 16/7; border-radius: 14px; background: radial-gradient(130% 120% at 18% 12%, oklch(0.93 0.03 78), transparent 56%), linear-gradient(152deg, var(--sand), var(--sand2)); display: flex; align-items: flex-end; padding: 14px; }
.jr-guide-done { display: flex; align-items: center; gap: 12px; background: radial-gradient(130% 170% at 0% 50%, var(--sage), transparent 60%), var(--soft); border: 1px solid var(--line); border-radius: 16px; padding: 18px 22px; margin: 30px 0 0; font-size: 17px; font-weight: 600; color: var(--fg); }
.jr-guide-done .chk { width: 28px; height: 28px; border-radius: 50%; background: var(--acc); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.jr-guide-tips { display: flex; flex-direction: column; gap: 12px; }
.jr-guide-tip { display: flex; gap: 12px; align-items: flex-start; font-size: 16.5px; line-height: 1.6; color: var(--muted); }
.jr-guide-tip::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--acc); flex-shrink: 0; margin-top: 9px; }

.jr-author-bio { margin: 56px 0 0; padding: 30px; background: var(--soft); border-radius: 22px; display: flex; gap: 20px; align-items: center; box-shadow: 0 24px 48px -44px oklch(0.3 0.04 120 / 0.5); }
.jr-author-bio .jr-avatar { width: 60px; height: 60px; }
.jr-author-bio .name { font-weight: 600; font-size: 16px; }
.jr-author-bio .role { color: var(--muted); font-size: 14px; font-family: var(--serif); font-style: italic; margin: 3px 0 10px; }
.jr-author-bio a { color: var(--acc); text-decoration: none; font-weight: 600; font-size: 14.5px; border-bottom: 1px solid var(--acc); padding-bottom: 2px; }

.jr-article-faq { max-width: 680px; margin: 0 auto; padding: 64px 28px 0; }
.jr-article-faq h2 { font-size: clamp(24px, 3vw, 34px); letter-spacing: -0.025em; font-weight: 600; margin: 0 0 28px; }
.jr-more { max-width: 1180px; margin: 0 auto; padding: 80px 28px 40px; }
.jr-more-inner { border-top: 1px solid var(--line); padding-top: 44px; }
.jr-more-inner h2 { font-size: clamp(24px, 3vw, 34px); letter-spacing: -0.025em; font-weight: 600; margin: 0 0 34px; }
.jr-more-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.jr-more-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; background: var(--soft); border-radius: 20px; overflow: hidden; box-shadow: 0 24px 48px -40px oklch(0.3 0.04 120 / 0.5); transition: transform .25s, box-shadow .25s; }
.jr-more-card:hover { transform: translateY(-5px); box-shadow: 0 34px 60px -38px oklch(0.3 0.06 150 / 0.55); }
.jr-more-card-img { aspect-ratio: 16/10; position: relative; overflow: hidden; }
.jr-more-card-body { padding: 22px 24px 26px; }
.jr-more-card-body .cat { font-family: var(--serif); font-style: italic; font-size: 14px; color: var(--acc); margin-bottom: 9px; }
.jr-more-card-body h3 { font-size: 18.5px; line-height: 1.24; letter-spacing: -0.015em; font-weight: 600; margin: 0; }

/* ============ Responsive (pages) ============ */
@media (max-width: 960px) {
  .lab-tool, .lab-tool.reverse { flex-direction: column; gap: 32px; }
  .lab-tool-visual { width: 100%; }
  .lab-steps { grid-template-columns: 1fr; }
  .jr-featured a { grid-template-columns: 1fr; gap: 28px; }
  .jr-grid { grid-template-columns: 1fr 1fr; }
  .jr-more-grid { grid-template-columns: 1fr; }
  .company-card { grid-template-columns: 1fr; gap: 32px; }
  .jr-guide-assets { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .page-hero, .about-page-hero, .jr-header { padding-top: 128px; }
  .lab-tools, .lab-statstrip { padding-left: 20px; padding-right: 20px; }
  .lab-how { padding: 72px 20px; }
  .lab-cta { padding: 64px 20px; }
  .lab-cta-band, .jr-nl-band { padding: 52px 24px; }
  .jr-grid { grid-template-columns: 1fr; }
  .about-robot { width: 84px; height: 108px; left: 10px; }
}

/* ============================================================
   Pakker — carpenter package page (/pakker/snekker)
   Uses global tokens (--acc green, --sand/--sage, --serif, etc.)
   ============================================================ */
.pkg-hero { max-width: 1180px; margin: 0 auto; padding: 150px 28px 30px; }
.pkg-hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
.pkg-hero h1 { font-size: clamp(34px, 5.2vw, 60px); line-height: 1.02; letter-spacing: -0.03em; font-weight: 600; margin: 16px 0 0; }
.pkg-hero h1 .em { font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--acc); }
.pkg-hero .lead { font-size: clamp(17px, 1.6vw, 21px); line-height: 1.6; color: var(--muted); max-width: 46ch; margin: 22px 0 0; }
.pkg-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.pkg-hero-micro { margin-top: 20px; font-size: 14.5px; color: var(--muted); }
.pkg-hero-micro strong { color: var(--fg); font-weight: 600; }

/* mock Google result */
.pkg-serp { background: var(--card); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: 0 30px 60px -34px oklch(0.4 0.05 150 / 0.4); }
.pkg-serp-top { background: var(--soft); padding: 13px 18px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); }
.pkg-serp-top .d { width: 9px; height: 9px; border-radius: 50%; }
.pkg-serp-q { flex: 1; background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px; color: var(--muted); font-size: 13.5px; font-family: var(--serif); font-style: italic; }
.pkg-serp-body { padding: 16px 18px 20px; }
.pkg-serp-item { padding: 13px 14px; border-radius: 14px; margin-bottom: 10px; }
.pkg-serp-item:last-child { margin-bottom: 0; }
.pkg-serp-item.win { background: var(--sage); border: 1px solid var(--acc); }
.pkg-serp-item.lose { opacity: 0.5; }
.pkg-serp-item .nm { font-weight: 600; font-size: 15.5px; }
.pkg-serp-item .u { font-size: 12.5px; color: oklch(0.4 0.12 152); margin-top: 2px; }
.pkg-serp-item .mt { font-size: 12.5px; color: var(--muted); margin-top: 3px; }
.pkg-serp-item .stars { color: var(--acc); letter-spacing: 1px; }
.pkg-serp-tag { display: inline-block; margin-top: 9px; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; background: var(--acc); color: var(--ink); padding: 4px 9px; border-radius: 6px; }
.pkg-serp-ghost { height: 10px; border-radius: 4px; background: oklch(0.4 0.02 90 / 0.14); margin: 8px 0; }

/* trust strip */
.pkg-strip-wrap { background: var(--bg2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 40px; }
.pkg-strip { max-width: 1180px; margin: 0 auto; padding: 46px 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.pkg-strip .n { font-size: clamp(30px, 3.6vw, 46px); font-weight: 700; letter-spacing: -0.03em; line-height: 1; color: var(--acc); }
.pkg-strip .t { font-size: 15px; line-height: 1.5; color: var(--muted); margin-top: 12px; max-width: 34ch; }

/* problem cards */
.pkg-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.pkg-card { background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 28px; }
.pkg-card .ic { width: 46px; height: 46px; border-radius: 13px; background: var(--sage); display: grid; place-items: center; font-size: 22px; margin-bottom: 16px; }
.pkg-card h3 { font-size: 19px; font-weight: 600; letter-spacing: -0.01em; margin: 0 0 8px; }
.pkg-card p { font-size: 15.5px; line-height: 1.6; color: var(--muted); margin: 0; }

/* pricing */
.pkg-plans { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 48px; max-width: 880px; margin-left: auto; margin-right: auto; align-items: stretch; }
.pkg-plan { background: var(--card); border: 1px solid var(--line); border-radius: 24px; padding: 34px 30px; display: flex; flex-direction: column; position: relative; }
.pkg-plan.feat { border: 1.5px solid var(--acc); box-shadow: 0 30px 60px -34px oklch(0.45 0.1 150 / 0.35); }
.pkg-ribbon { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--acc); color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: 0.04em; padding: 6px 15px; border-radius: 999px; white-space: nowrap; }
.pkg-plan .pname { font-size: 24px; font-weight: 600; letter-spacing: -0.02em; }
.pkg-plan .ptag { color: var(--muted); font-size: 15px; line-height: 1.5; margin: 6px 0 22px; min-height: 44px; }
.pkg-price { display: flex; align-items: baseline; gap: 7px; }
.pkg-price .kr { font-size: 42px; font-weight: 700; letter-spacing: -0.03em; }
.pkg-price .per { color: var(--muted); font-size: 15px; }
.pkg-price-alt { font-size: 13.5px; color: var(--muted); margin-top: 8px; }
.pkg-feats { list-style: none; padding: 0; margin: 24px 0 26px; display: flex; flex-direction: column; gap: 13px; }
.pkg-feats li { display: flex; align-items: flex-start; gap: 12px; font-size: 15.5px; line-height: 1.45; color: var(--fg); }
.pkg-feats li::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--acc); flex-shrink: 0; margin-top: 8px; }
.pkg-plan .btn-pill { justify-content: center; margin-top: auto; }
.pkg-plan:not(.feat) .btn-pill { background: transparent; color: var(--fg); border: 1px solid var(--line); }
.pkg-plan:not(.feat) .btn-pill:hover { border-color: var(--acc); color: var(--acc); box-shadow: none; transform: translateY(-2px); }
.pkg-note { text-align: center; color: var(--muted); font-size: 13.5px; margin-top: 26px; }

/* steps */
.pkg-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 44px; counter-reset: s; }
.pkg-step { padding-top: 16px; border-top: 2px solid var(--line); }
.pkg-step .num { counter-increment: s; font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--acc); }
.pkg-step .num::before { content: '0' counter(s); }
.pkg-step h3 { font-size: 18px; font-weight: 600; margin: 10px 0 6px; letter-spacing: -0.01em; }
.pkg-step p { font-size: 14.5px; line-height: 1.55; color: var(--muted); margin: 0; }

/* guarantee band */
.pkg-guar { max-width: 1180px; margin: 52px auto 0; }
.pkg-guar-inner { background: var(--fg); color: var(--ink); border-radius: 24px; padding: 40px; display: flex; gap: 26px; align-items: center; flex-wrap: wrap; }
.pkg-guar-seal { width: 72px; height: 72px; flex: none; border-radius: 50%; border: 2px solid var(--acc); display: grid; place-items: center; color: var(--acc); font-weight: 700; font-size: 12px; letter-spacing: 0.04em; text-align: center; }
.pkg-guar h3 { font-size: 22px; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 6px; }
.pkg-guar p { margin: 0; color: oklch(0.85 0.01 95 / 0.85); font-size: 15.5px; line-height: 1.55; max-width: 62ch; }

/* faq */
.pkg-faq { max-width: 760px; margin: 40px auto 0; border-top: 1px solid var(--line); }
.pkg-faq details { border-bottom: 1px solid var(--line); padding: 20px 4px; }
.pkg-faq summary { cursor: pointer; font-size: 17px; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; letter-spacing: -0.01em; }
.pkg-faq summary::-webkit-details-marker { display: none; }
.pkg-faq summary .pm { color: var(--acc); font-size: 24px; font-weight: 400; flex: none; line-height: 1; }
.pkg-faq details[open] summary .pm { transform: rotate(45deg); }
.pkg-faq details p { margin: 14px 0 2px; color: var(--muted); font-size: 15.5px; line-height: 1.62; }

/* final cta */
.pkg-final { max-width: 760px; margin: 0 auto; text-align: center; padding: 80px 28px 40px; }
.pkg-final h2 { font-size: clamp(30px, 4.4vw, 48px); line-height: 1.04; letter-spacing: -0.03em; font-weight: 600; margin: 10px 0 0; }
.pkg-final p { color: var(--muted); font-size: 18px; line-height: 1.6; margin: 16px auto 30px; max-width: 48ch; }

@media (max-width: 900px) {
  .pkg-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .pkg-serp { max-width: 460px; }
  .pkg-strip { grid-template-columns: 1fr; gap: 28px; }
  .pkg-cards { grid-template-columns: 1fr; }
  .pkg-plans { grid-template-columns: 1fr; }
  .pkg-steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .pkg-steps { grid-template-columns: 1fr; }
}
