:root {
  --color-background: #000;
  --color-surface: #fff;
  --color-text: #111;
  --color-text-muted: #565656;
  --color-border: rgba(255, 255, 255, 0.12);
  --color-accent: #c9ae73;
  --color-accent-deep: #8b6b2f;
  --color-accent-soft: #efe3c0;
  --shadow-card: 0 24px 48px rgba(0, 0, 0, 0.24);
  --page-max: 1180px;
  --radius-pill: 999px;
  --radius-card: 6px;
  --font-heading: "Montserrat", sans-serif;
  --font-body: "Open Sans", sans-serif;
}

@font-face {
  font-family: "Moontime";
  src: url("/fonts/Moontime.woff2") format("woff2"),
    url("/fonts/Moontime.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-background);
}

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

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

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  min-height: 100vh;
  background: var(--color-background);
}

.container {
  width: min(100% - 32px, var(--page-max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}

.site-header__logo img {
  width: 116px;
  height: auto;
}

.site-header__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  font-size: 12px;
  letter-spacing: 0;
}

.site-header__nav a {
  position: relative;
}

.site-header__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-header__nav a:hover::after,
.site-header__nav a:focus-visible::after {
  transform: scaleX(1);
}

.hero {
  position: relative;
  overflow: clip;
  background: #111;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/images/00ea67a-d87f-4dfc-a8a2-6bb4f7c44f8_b07980b6-84d3-4763-967e-e6e0c2b38af9.jpg") center 66% / cover no-repeat;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.66) 36%, rgba(0, 0, 0, 0.42) 64%, rgba(0, 0, 0, 0.56) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.68) 100%);
  pointer-events: none;
}

.hero__inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  min-height: min(820px, calc(100vh - 86px));
  padding: clamp(68px, 9vw, 122px) 0 clamp(70px, 9vw, 118px);
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: min(820px, 70vw);
  color: #fff;
}

.hero__kicker,
.kicker {
  margin: 0 0 14px;
  color: var(--color-accent-soft);
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__heading {
  margin: 0;
  font-family: var(--font-heading);
  color: #fff;
  font-size: clamp(3.2rem, 6.3vw, 7.2rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.38);
}

.hero__gold {
  color: var(--color-accent);
}

.hero__script {
  display: inline-block;
  width: clamp(210px, 22vw, 330px);
  margin: -0.08em 0.02em -0.18em -0.02em;
  line-height: 0;
  transform: rotate(-2.5deg) translateY(0.06em);
  vertical-align: -0.16em;
}

.hero__script img {
  display: block;
  width: 100%;
  height: auto;
}

.hero__heading-line {
  display: block;
}

.hero__highlight {
  color: var(--color-accent);
}

.hero__accent {
  width: min(360px, 72vw);
  margin: 4px 0 12px 0;
}

.hero__support {
  max-width: 620px;
  margin-top: 20px;
}

.hero__support-title {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.05;
}

.hero__support-title span,
.hero__support-copy strong {
  color: var(--color-accent);
}

.hero__support-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.08rem, 1.6vw, 1.45rem);
  line-height: 1.55;
  font-weight: 700;
  text-transform: none;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.36);
}

.hero__pricing {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 700;
}

.hero__portrait {
  display: none;
}

.hero__portrait::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(26, 26, 26, 0.12));
  pointer-events: none;
}

.hero__portrait img {
  width: 100%;
  height: min(370px, 43vh);
  object-fit: cover;
  object-position: 48% 76%;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: var(--radius-pill);
  border: 2px solid var(--color-accent);
  background: var(--color-accent);
  color: #1a1a1a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease,
    color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(201, 174, 115, 0.28);
}

.button--ghost {
  background: transparent;
  color: var(--color-accent-deep);
}

.hero__cta {
  margin-top: 28px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero__actions .hero__cta {
  margin-top: 0;
}

.hero__secondary {
  border-color: rgba(255, 255, 255, 0.66);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
}

.hero__band {
  height: 68px;
  background:
    linear-gradient(90deg, #7d5d1f 0%, #ad8641 16%, #f0deb2 42%, #cfa45d 68%, #7d5d1f 100%);
  box-shadow:
    inset 0 14px 22px rgba(255, 255, 255, 0.22),
    inset 0 -16px 20px rgba(0, 0, 0, 0.18);
}

.section {
  padding: 56px 0;
}

.section--dark {
  background: #000;
  color: #fff;
}

.section--light {
  background: #fff;
  color: #000;
}

.proof-strip {
  background: #fffaf0;
  color: #111;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.proof-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(17, 17, 17, 0.12);
}

.proof-stat {
  min-height: 120px;
  padding: 22px 18px;
  background: #fffaf0;
}

.proof-stat strong,
.result-card h3,
.contrast-card h3 {
  display: block;
  font-family: var(--font-heading);
  letter-spacing: 0;
}

.proof-stat strong {
  color: var(--color-accent-deep);
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1;
}

.proof-stat span {
  display: block;
  margin-top: 8px;
  color: var(--color-text-muted);
  font-size: 0.94rem;
  line-height: 1.4;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-intro h2,
.positioning h2,
.journey h2,
.results-preview h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

.section-intro p:not(.kicker),
.positioning p,
.journey p {
  color: var(--color-text-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.section--dark .section-intro p:not(.kicker) {
  color: rgba(255, 255, 255, 0.72);
}

.positioning__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: start;
}

.contrast__grid,
.results-preview__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contrast-card,
.result-card {
  border-radius: var(--radius-card);
}

.contrast-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.contrast-card h3,
.result-card h3 {
  margin: 0 0 18px;
  font-size: 1.32rem;
}

.contrast-card ul,
.apply-sidebar ul {
  padding-left: 20px;
}

.contrast-card li {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.82);
}

.journey {
  background:
    linear-gradient(180deg, #fff 0%, #f5f1e8 100%);
}

.journey-graphic {
  position: relative;
  display: grid;
  grid-template-columns: minmax(230px, 0.42fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: stretch;
  margin-top: 36px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(141, 111, 58, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 16%, rgba(201, 174, 115, 0.22), rgba(201, 174, 115, 0) 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 241, 232, 0.94));
  box-shadow: 0 26px 60px rgba(52, 43, 30, 0.11);
  overflow: hidden;
}

.journey-graphic::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 58%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.54)),
    repeating-linear-gradient(135deg, rgba(26, 26, 26, 0.032) 0 1px, transparent 1px 14px);
  pointer-events: none;
}

.journey-graphic__core {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  min-height: 100%;
  padding: clamp(24px, 4vw, 40px);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(18, 18, 18, 0.96), rgba(47, 39, 28, 0.94)),
    #111;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.journey-graphic__core span {
  color: var(--color-accent);
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.journey-graphic__core strong {
  display: block;
  max-width: 260px;
  margin-top: 14px;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.6vw, 3.7rem);
  line-height: 0.9;
}

.journey-graphic__core p {
  max-width: 270px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.96rem;
  line-height: 1.55;
}

.journey__steps {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.journey__steps::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 23px;
  width: 2px;
  background: linear-gradient(180deg, rgba(201, 174, 115, 0.1), rgba(141, 111, 58, 0.72), rgba(201, 174, 115, 0.1));
}

.journey__steps li {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.journey__node {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(141, 111, 58, 0.4);
  border-radius: 50%;
  background: #fff;
  color: var(--color-accent-deep);
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(52, 43, 30, 0.12);
}

.journey__card {
  padding: 16px 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 30px rgba(52, 43, 30, 0.08);
}

.journey__phase {
  display: block;
  margin-bottom: 6px;
  color: var(--color-accent-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.journey__card h3 {
  margin: 0 0 5px;
  color: #121212;
  font-family: var(--font-heading);
  font-size: clamp(1.1rem, 1.6vw, 1.42rem);
  line-height: 1;
}

.journey__card p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.93rem;
  line-height: 1.48;
}

.results-preview__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.result-card {
  padding: 26px;
  background: #f7f2e8;
}

.result-card p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.65;
}

.center-cta {
  margin-top: 28px;
  text-align: center;
}

.authority {
  background: #fff;
}

.authority__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
}

.authority__image {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-card);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.18);
}

.authority__image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 64% 30%;
}

.authority__copy h2 {
  margin: 0 0 18px;
  font-family: var(--font-heading);
  font-size: clamp(2.1rem, 4vw, 4.1rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.authority__copy p {
  color: var(--color-text-muted);
  font-size: 1.06rem;
  line-height: 1.72;
}

.authority__credentials {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 24px;
  list-style: none;
}

.authority__credentials li {
  padding: 12px 14px;
  border-left: 4px solid var(--color-accent);
  background: #f8f4ec;
  color: #29241b;
  font-weight: 700;
}

.opportunity__grid,
.faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 42px;
  align-items: start;
}

.opportunity__lead h2,
.faq h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

.opportunity__lead h2 {
  color: var(--color-surface);
}

.opportunity__lead p:not(.kicker),
.faq p {
  color: var(--color-text-muted);
  font-size: 1.04rem;
  line-height: 1.72;
}

.opportunity__lead p:not(.kicker) {
  color: rgba(255, 255, 255, 0.76);
}

.opportunity__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.opportunity-card {
  display: grid;
  gap: 10px;
  padding: 24px 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-surface);
}

.opportunity-card__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--color-accent);
  color: #1a1a1a;
  font-family: var(--font-heading);
  font-size: 0.86rem;
  font-weight: 700;
}

.opportunity-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: 1.32rem;
  line-height: 1;
  text-transform: uppercase;
}

.opportunity-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

.case-studies {
  background: #f7f2e8;
}

.case-study-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.case-study-card {
  padding: 24px;
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
}

.case-study-card img {
  width: 84px;
  height: 84px;
  margin-bottom: 18px;
  border-radius: 50%;
  object-fit: cover;
}

.case-study-card h3 {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  line-height: 1.1;
}

.case-study-card blockquote {
  margin: 0 0 18px;
  color: #333;
  line-height: 1.65;
}

.case-study-card ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.case-study-card li {
  padding: 10px 12px;
  border-radius: 4px;
  background: #f7f4ec;
  color: #40372a;
  font-size: 0.92rem;
  line-height: 1.45;
}

.faq {
  background: #f7f2e8;
}

.faq .button {
  margin-top: 10px;
}

.faq__items {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #fff;
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  padding: 18px 20px;
  color: #111;
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.faq-item summary::after {
  content: "+";
  color: var(--color-accent-deep);
  font-size: 1.35rem;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--color-text-muted);
}

.services {
  position: relative;
  overflow: clip;
}

.services::before,
.services::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 50%;
  pointer-events: none;
}

.services::before {
  top: 36px;
  left: -120px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(201, 174, 115, 0.18) 0%, rgba(201, 174, 115, 0) 70%);
}

.services::after {
  right: -100px;
  bottom: 20px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(201, 174, 115, 0.12) 0%, rgba(201, 174, 115, 0) 74%);
}

.section-heading {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-bottom: 32px;
  text-align: center;
}

.section-heading__image {
  width: min(220px, 50vw);
}

.section-heading__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 26px 22px;
  background: #fff;
  color: #111;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}

.service-card__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
}

.service-card__title {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: 1.08rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.service-card__description {
  margin: 0 0 20px;
  color: var(--color-text-muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.service-card__citation {
  display: inline-block;
  margin-left: 4px;
  color: var(--color-accent-deep);
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

.service-card__cta {
  margin-top: auto;
}

.featured {
  text-align: center;
  background: #fff;
}

.featured .section-intro {
  margin-bottom: 28px;
}

.featured__media {
  margin-top: 56px;
  padding-top: 48px;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.featured__title {
  margin: 0 0 28px;
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.featured__logo-strip {
  width: min(100%, 1080px);
  margin: 0 auto;
}

.logo-cloud {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  gap: 12px;
  width: min(100%, 1080px);
  margin: 0 auto;
}

.logo-cloud span {
  display: grid;
  min-height: 74px;
  place-items: center;
  padding: 14px 12px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #fff;
  color: #202020;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.logo-cloud img {
  width: min(100%, 142px);
  max-height: 42px;
  object-fit: contain;
}

.logo-cloud--placements {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.logo-cloud--placements span {
  min-height: 82px;
  background: #f7f5ef;
  color: #2a2a2a;
}

.newsletter {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%),
    #e8e5de;
}

.newsletter__panel {
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  align-items: stretch;
  min-height: 420px;
  overflow: hidden;
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.24);
}

.newsletter__card {
  position: relative;
  z-index: 1;
  padding: 34px 28px 28px;
  background: rgba(255, 255, 255, 0.96);
}

.newsletter__title {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.newsletter__copy {
  margin: 0 0 12px;
  color: var(--color-text-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.newsletter__form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
}

.newsletter__field,
.newsletter__input {
  width: 100%;
}

.newsletter__input {
  flex: 1 1 180px;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 999px;
  background: #fff;
}

.newsletter__form .button {
  min-height: 48px;
  flex: 1 1 190px;
}

.newsletter__disclaimer {
  margin: 16px 0 0;
  color: #8f8f8f;
  font-size: 0.84rem;
}

.newsletter__media {
  min-height: 100%;
  background:
    linear-gradient(90deg, rgba(35, 27, 15, 0.18) 0%, rgba(35, 27, 15, 0) 30%),
    var(--newsletter-image) center center / cover no-repeat;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-footer {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.site-footer__inner {
  display: grid;
  gap: 18px;
  align-items: center;
  justify-items: center;
  padding: 18px 0 28px;
}

.site-footer__logo img {
  width: 132px;
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
  font-size: 12px;
}

.site-footer__copyright {
  font-size: 12px;
  color: #5a5a5a;
}

@media (max-width: 959px) {
  .hero__inner {
    min-height: min(780px, calc(100vh - 70px));
  }

  .hero__heading {
    font-size: clamp(2.8rem, 8.2vw, 5rem);
  }

  .services__grid,
  .proof-strip__grid,
  .contrast__grid,
  .positioning__grid,
  .case-study-grid,
  .results-preview__grid {
    grid-template-columns: 1fr;
  }

  .journey-graphic {
    grid-template-columns: 1fr;
  }

  .journey-graphic__core {
    min-height: auto;
  }

  .journey-graphic__core strong,
  .journey-graphic__core p {
    max-width: none;
  }

  .newsletter__panel {
    grid-template-columns: 1fr;
  }

  .newsletter__media {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .container {
    width: min(100% - 18px, var(--page-max));
  }

  .site-header__inner {
    align-items: flex-start;
    gap: 8px;
    padding: 10px 0;
  }

  .site-header__logo img {
    width: 76px;
  }

  .site-header__nav {
    max-width: 230px;
    gap: 7px 10px;
    font-size: 9px;
    line-height: 1.2;
  }

  .hero::before {
    background-position: 50% 72%;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.62) 55%, rgba(0, 0, 0, 0.5) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.72));
  }

  .hero__inner {
    padding: 54px 0 64px;
  }

  .hero__content {
    max-width: min(100%, 520px);
  }

  .hero__heading {
    font-size: 2.54rem;
    line-height: 0.96;
  }

  .hero__script {
    width: clamp(145px, 42vw, 174px);
    margin: -0.04em 0 -0.16em -0.02em;
    vertical-align: -0.1em;
  }

  .hero__portrait {
    display: none;
  }

  .hero__portrait img {
    height: 260px;
    object-position: 48% 74%;
  }

  .hero__accent {
    width: 210px;
  }

  .hero__support {
    max-width: 304px;
  }

  .hero__support-copy {
    font-size: 1rem;
  }

  .hero__cta {
    margin-top: 20px;
  }

  .hero__band {
    height: 58px;
  }

  .section {
    padding: 42px 0;
  }

  .proof-stat {
    min-height: auto;
    padding: 18px 14px;
  }

  .contrast-card,
  .result-card {
    padding: 22px 18px;
  }

  .journey-graphic {
    padding: 14px;
  }

  .journey__steps li {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
  }

  .journey__steps::before {
    left: 19px;
  }

  .journey__node {
    width: 40px;
    height: 40px;
    font-size: 0.72rem;
  }

  .journey__card {
    padding: 14px;
  }

  .service-card {
    padding: 18px 14px;
  }

  .service-card__description {
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .button {
    min-height: 34px;
    padding: 0 12px;
    font-size: 9px;
  }

  .newsletter__card {
    padding: 24px 18px;
  }

  .newsletter__media {
    min-height: 240px;
  }
}

.inner-page {
  background: #fff;
  color: #111;
}

.page-hero,
.about-hero,
.contact-hero,
.simple-download {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.72)),
    #111;
  color: #fff;
}

.page-hero__grid,
.about-hero__grid,
.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 38px;
  align-items: center;
}

.page-hero {
  padding: 64px 0;
}

.page-hero--center {
  text-align: center;
}

.page-hero--center .container,
.page-hero--samples .container {
  max-width: 900px;
}

.page-hero--services img {
  width: 100%;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}

.page-hero h1,
.about-hero h1,
.contact-hero h1,
.simple-download h1,
.sample-letter h2,
.about-coaching h2,
.fit-card h2 {
  margin: 0 0 16px;
  font-family: var(--font-heading);
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.page-hero p,
.about-hero p,
.contact-hero p,
.simple-download p {
  max-width: 680px;
  margin: 0 0 18px;
  font-size: 1.08rem;
  line-height: 1.65;
}

.kicker {
  margin: 0 0 12px;
  color: var(--color-accent);
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.package-card,
.resource-card,
.sample-card,
.testimonial-card,
.fit-card,
.simple-download__card,
.contact-hero__panel {
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}

.package-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px 22px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.package-card h2,
.resource-card h2,
.sample-card h2 {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  line-height: 1.05;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.package-card__price {
  margin-bottom: 8px;
  color: var(--color-accent-deep);
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.package-card__eyebrow {
  color: #111;
  font-weight: 700;
}

.package-card p,
.resource-card p,
.testimonial-card,
.story-copy p,
.two-column p {
  color: var(--color-text-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.package-card ul,
.fit-card ul {
  padding-left: 18px;
  margin: 8px 0 22px;
}

.package-card li,
.fit-card li {
  margin: 0 0 8px;
  line-height: 1.45;
}

.package-card .button {
  margin-top: auto;
}

.proof-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(17, 17, 17, 0.12);
  border: 1px solid rgba(17, 17, 17, 0.12);
}

.proof-ledger__item {
  min-height: 190px;
  padding: 28px 24px;
  background: #fffaf0;
}

.proof-ledger__item h2,
.resource-feature h2 {
  margin: 0 0 12px;
  color: var(--color-accent-deep);
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2.7vw, 2.35rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.proof-ledger__item p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.65;
}

.resource-feature {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 30px;
  background: #f6f1e6;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius-card);
}

.resource-feature img {
  width: 100%;
  max-height: 340px;
  object-fit: contain;
}

.resource-feature p {
  color: var(--color-text-muted);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button--secondary {
  background: transparent;
  color: var(--color-text);
  border: 1px solid rgba(26, 38, 56, 0.18);
  box-shadow: none;
}

.button--secondary:hover,
.button--secondary:focus-visible {
  border-color: rgba(26, 38, 56, 0.36);
}

.offer-section-heading {
  margin-bottom: 26px;
}

.offer-section-heading h2,
.offer-band__intro h2,
.offer-process__copy h2 {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.offer-section-heading p,
.offer-band__intro p,
.offer-process__copy p,
.offer-card p,
.offer-process__list li {
  color: var(--color-text-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.offer-band,
.offer-process {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: start;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.offer-card {
  padding: 22px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}

.offer-card--muted {
  background: #f7f3eb;
}

.offer-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.offer-process__list {
  margin: 0;
  padding: 28px 28px 28px 48px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}

.offer-process__list li + li {
  margin-top: 12px;
}

.resource-grid,
.sample-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.resource-card,
.sample-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.resource-card img,
.sample-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #f4f1ea;
}

.resource-card h2,
.resource-card p,
.resource-card .button,
.resource-card__price,
.sample-card h2 {
  margin-left: 20px;
  margin-right: 20px;
}

.resource-card h2,
.sample-card h2 {
  margin-top: 20px;
}

.resource-card .button {
  margin-bottom: 22px;
}

.resource-card__price {
  margin-bottom: 18px;
  color: var(--color-accent-deep);
  font-weight: 700;
}

.free-guides {
  text-align: center;
}

.free-guides h2 {
  margin: 0 0 22px;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.free-guides__grid,
.sample-tabs,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.sample-tabs {
  margin-top: 22px;
}

.sample-tabs a {
  min-height: 40px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: var(--radius-pill);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.testimonial-card {
  padding: 24px;
  background: #fff;
  color: #111;
}

.testimonial-card img {
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card blockquote {
  margin: 0 0 18px;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.6;
}

.testimonial-card__name,
.signature {
  color: #111 !important;
  font-weight: 700;
}

.sample-letter {
  text-align: center;
}

.sample-letter .container {
  max-width: 820px;
}

.sample-letter h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.sample-letter p {
  color: var(--color-text-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.about-hero {
  padding: 56px 0;
}

.about-hero img,
.two-column img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}

.story-copy {
  max-width: 820px;
}

.story-copy p {
  font-size: 1.02rem;
}

.about-coaching h2,
.fit-card h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.fit-card {
  padding: 28px;
  background: #f6f1e6;
}

.fit-card h3 {
  margin-top: 22px;
  font-family: var(--font-heading);
  text-transform: uppercase;
}

.contact-hero,
.simple-download {
  min-height: 62vh;
  display: grid;
  align-items: center;
  padding: 64px 0;
}

.contact-hero__panel,
.simple-download__card {
  max-width: 760px;
  padding: 42px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  text-align: center;
}

.contact-hero__panel p,
.simple-download__card p {
  margin-left: auto;
  margin-right: auto;
}

.simple-download hr {
  width: 160px;
  margin: 22px auto;
  border: 0;
  border-top: 1px solid var(--color-accent);
}

.recruiter-hero {
  padding: 72px 0;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.92), rgba(17, 17, 17, 0.72)),
    url("/images/00ea67a-d87f-4dfc-a8a2-6bb4f7c44f8_b07980b6-84d3-4763-967e-e6e0c2b38af9.jpg") center / cover;
  color: var(--color-surface);
}

.recruiter-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.62fr);
  gap: 32px;
  align-items: center;
}

.recruiter-hero h1 {
  max-width: 860px;
  color: var(--color-surface);
  font-size: clamp(2.4rem, 5vw, 5.4rem);
}

.recruiter-hero p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
  line-height: 1.75;
}

.recruiter-hero__proof {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.recruiter-hero__proof h2 {
  margin-top: 0;
  color: var(--color-surface);
  font-size: 1.35rem;
}

.recruiter-hero__proof ul {
  margin: 0;
  padding-left: 19px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.7;
}

.section-intro--light h2,
.section-intro--light p {
  color: var(--color-surface);
}

.section-intro--light p {
  color: rgba(255, 255, 255, 0.8);
}

.recruiter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.recruiter-card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 24px;
  background: #fff;
  color: #111;
  box-shadow: var(--shadow-card);
}

.recruiter-card__eyebrow,
.recruiter-card__pending {
  color: var(--color-accent-deep);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.recruiter-card h3 {
  margin: 10px 0 12px;
  font-family: var(--font-heading);
  font-size: 1.45rem;
  line-height: 1;
  text-transform: uppercase;
}

.recruiter-card p {
  color: var(--color-text-muted);
  line-height: 1.65;
}

.recruiter-card__pending {
  display: inline-flex;
  margin-top: auto;
  padding-top: 18px;
}

.recruiter-cta {
  max-width: 820px;
  text-align: center;
}

.recruiter-cta h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.recruiter-cta p {
  color: var(--color-text-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.apply-hero {
  padding: 64px 0;
  background: #111;
  color: var(--color-surface);
}

.apply-hero__grid,
.apply-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 32px;
  align-items: start;
}

.apply-hero h1 {
  max-width: 860px;
  color: var(--color-surface);
  font-size: clamp(2.3rem, 4.4vw, 4.8rem);
}

.apply-hero p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
}

.apply-note,
.apply-sidebar,
.apply-form {
  border: 1px solid rgba(30, 44, 53, 0.14);
  background: #fffaf0;
}

.apply-note {
  padding: 24px;
  color: var(--color-text);
}

.apply-note h2,
.apply-sidebar h2 {
  margin-top: 0;
  font-size: 1.28rem;
}

.apply-note p {
  color: var(--color-text-muted);
}

.apply-form,
.apply-sidebar {
  padding: 28px;
}

.apply-form {
  display: grid;
  gap: 20px;
}

.apply-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.apply-form label {
  display: grid;
  gap: 8px;
  color: var(--color-text);
  font-weight: 700;
}

.apply-form label span {
  color: var(--color-text-muted);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.55;
}

.apply-form input,
.apply-form select,
.apply-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(30, 44, 53, 0.28);
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--color-text);
  font: inherit;
}

.apply-form textarea {
  resize: vertical;
}

.apply-form input:disabled,
.apply-form select:disabled,
.apply-form textarea:disabled,
.apply-options input:disabled,
.apply-form button:disabled {
  cursor: not-allowed;
  opacity: 0.68;
}

.apply-options {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(30, 44, 53, 0.18);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.48);
}

.apply-options legend {
  padding: 0 8px;
  color: var(--color-text);
  font-weight: 700;
  line-height: 1.4;
}

.apply-options label {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 10px;
  color: var(--color-text-muted);
  font-weight: 600;
  line-height: 1.5;
}

.apply-options input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.apply-options--inline {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.apply-options--inline legend {
  grid-column: 1 / -1;
}

.apply-form__status {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.95rem;
}

.apply-sidebar p {
  color: var(--color-text-muted);
  line-height: 1.65;
}

.apply-sidebar .button {
  margin: 4px 0 26px;
}

.apply-sidebar ul {
  margin-bottom: 26px;
}

.copilot-page {
  min-height: 100vh;
  background: #f4f3ef;
  color: #171717;
}

.copilot-hero {
  background: #111;
  color: #fff;
  border-bottom: 6px solid var(--color-accent);
}

.copilot-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 28px;
  align-items: end;
  padding: 42px 0;
}

.copilot-hero h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 1;
}

.copilot-hero p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
  line-height: 1.55;
}

.copilot-workspace {
  padding: 28px 0 36px;
}

.copilot-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 18px;
  align-items: start;
}

.copilot-main,
.copilot-sidebar {
  display: grid;
  gap: 14px;
}

.copilot-panel {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
}

.copilot-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.copilot-panel__header h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 0.95rem;
}

.copilot-panel__header span,
.copilot-label {
  color: #707070;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.copilot-status-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 16px;
}

.copilot-status-card div {
  display: grid;
  gap: 6px;
}

.copilot-status-card strong {
  color: #111;
  font-family: var(--font-heading);
  font-size: 1.02rem;
}

.copilot-status-card strong[data-tone="good"] {
  color: #1d7f4e;
}

.copilot-status-card strong[data-tone="warn"] {
  color: #a36f00;
}

.copilot-status-card strong[data-tone="risk"] {
  color: #b42318;
}

.copilot-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.copilot-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.copilot-tabs button {
  min-height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  background: #fff;
  color: #4b4b4b;
  cursor: pointer;
  font-weight: 800;
}

.copilot-tabs button.is-active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.copilot-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #111;
  border-radius: 4px;
  background: #fff;
  color: #111;
  cursor: pointer;
  font-weight: 700;
}

.copilot-button:disabled {
  cursor: not-allowed;
  opacity: 0.46;
}

.copilot-button--primary {
  background: #111;
  color: #fff;
}

.copilot-button--quiet {
  border-color: rgba(0, 0, 0, 0.2);
  color: #555;
}

.copilot-button--end {
  min-height: 42px;
  padding: 0 16px;
  border-color: #8b6b2f;
  background: #8b6b2f;
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 10px 18px rgba(139, 107, 47, 0.18);
}

.copilot-button--end:hover,
.copilot-button--end:focus-visible {
  border-color: #6f5525;
  background: #6f5525;
}

.copilot-scoreboard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}

.copilot-meter {
  position: relative;
  min-height: 104px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: var(--radius-card);
  background: #fff;
  padding: 14px;
}

.copilot-meter::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: var(--value);
  background: rgba(29, 127, 78, 0.16);
  transition: height 220ms ease;
}

.copilot-meter--risk::before {
  background: rgba(180, 35, 24, 0.16);
}

.copilot-meter--value::before {
  background: rgba(201, 174, 115, 0.26);
}

.copilot-meter span,
.copilot-meter strong {
  position: relative;
  z-index: 1;
  display: block;
}

.copilot-meter span {
  color: #656565;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.copilot-meter strong {
  margin-top: 18px;
  font-family: var(--font-heading);
  font-size: 2.25rem;
}

.copilot-interim {
  min-height: 24px;
  margin: 0;
  padding: 12px 16px 0;
  color: #8b6b2f;
  font-weight: 700;
}

.copilot-transcript {
  min-height: 280px;
  max-height: 48vh;
  overflow: auto;
  padding: 16px;
  color: #2d2d2d;
  line-height: 1.65;
  white-space: pre-wrap;
}

.copilot-note-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: stretch;
  margin-top: 14px;
}

.copilot-note-box textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  padding: 12px;
  background: #fff;
}

.copilot-close-control__body {
  display: grid;
  gap: 10px;
  padding: 14px 16px 16px;
}

.copilot-close-control__body > strong {
  border-radius: 4px;
  padding: 8px 10px;
  background: #efeee8;
  color: #2f2b24;
  font-family: var(--font-heading);
  font-size: 1.1rem;
}

.copilot-close-control__body > strong[data-tone="good"] {
  background: #e8f3ec;
  color: #145d38;
}

.copilot-close-control__body > strong[data-tone="warn"] {
  background: #fff4d8;
  color: #6f4a00;
}

.copilot-close-control__body > strong[data-tone="risk"] {
  background: #fbe9e7;
  color: #8f1b12;
}

.copilot-close-control__body p {
  margin: 0;
  color: #47433b;
  font-size: 0.92rem;
  line-height: 1.4;
}

.copilot-close-control__body blockquote {
  margin: 0;
  border-left: 4px solid #b9935a;
  background: #fffdf7;
  padding: 12px;
  color: #181512;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  line-height: 1.35;
}

.copilot-close-control__body p span {
  color: #19150f;
  font-weight: 800;
}

.copilot-close-control__body p em {
  font-style: normal;
}

.copilot-close-control__body ol {
  margin: 0;
  padding-left: 20px;
  color: #3f3f3f;
  font-size: 0.92rem;
  line-height: 1.45;
}

.copilot-alerts ul,
.copilot-prompts ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 14px 16px 16px;
}

.copilot-alerts li,
.copilot-prompts li {
  border-left: 4px solid #707070;
  border-radius: 3px;
  background: #f7f7f5;
  padding: 10px 12px;
  line-height: 1.45;
}

.copilot-alerts li {
  display: grid;
  gap: 3px;
  list-style: none;
}

.copilot-alerts li[data-tone="good"] {
  border-left-color: #1d7f4e;
}

.copilot-alerts li[data-tone="warn"] {
  border-left-color: #a36f00;
}

.copilot-alerts li[data-tone="risk"] {
  border-left-color: #b42318;
}

.copilot-alerts strong {
  font-family: var(--font-heading);
  font-size: 0.9rem;
}

.copilot-alerts span,
.copilot-prompts li {
  color: #3f3f3f;
  font-size: 0.92rem;
}

.copilot-prompts li {
  font-size: 1.22rem;
  line-height: 1.38;
}

.copilot-brief {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  padding: 14px 16px 16px;
}

.copilot-brief span {
  display: grid;
  gap: 2px;
  min-width: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 9px 6px;
  text-align: center;
  color: #666;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.copilot-brief strong {
  color: #111;
  font-family: var(--font-heading);
  font-size: 1.1rem;
}

.copilot-privacy {
  padding: 0 0 34px;
}

.copilot-privacy p {
  margin: 0;
  color: #5a5a5a;
  font-size: 0.9rem;
  line-height: 1.55;
}

.copilot-call-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  align-items: end;
  padding: 14px 16px;
}

.copilot-call-form label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.copilot-call-form span {
  color: #707070;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.copilot-call-form input,
.copilot-call-form select,
.copilot-email-draft {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  background: #fff;
  color: #171717;
  font: inherit;
}

.copilot-call-form input,
.copilot-call-form select {
  min-height: 42px;
  padding: 0 10px;
}

.copilot-call-form .copilot-button {
  width: 100%;
}

.copilot-call-log__list {
  display: grid;
  gap: 10px;
  padding: 0 16px 16px;
}

.copilot-empty {
  margin: 0;
  color: #666;
  line-height: 1.5;
}

.copilot-call-item {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background: #f7f7f5;
  padding: 12px;
}

.copilot-call-item > div:first-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}

.copilot-call-item strong {
  font-family: var(--font-heading);
}

.copilot-call-item span,
.copilot-call-item p,
.copilot-call-item summary {
  color: #4e4e4e;
}

.copilot-call-item p {
  margin: 0;
  line-height: 1.5;
}

.copilot-call-item dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.copilot-call-item dl div {
  display: grid;
  gap: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: #fff;
  padding: 8px;
}

.copilot-call-item dt {
  color: #707070;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.copilot-call-item dd {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.1rem;
}

.copilot-call-item pre {
  max-height: 260px;
  overflow: auto;
  margin: 8px 0 0;
  border-radius: 4px;
  background: #fff;
  padding: 10px;
  white-space: pre-wrap;
}

.copilot-email-draft {
  display: block;
  min-height: 320px;
  border-width: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  padding: 16px;
  line-height: 1.55;
  resize: vertical;
}

.copilot-kitten {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 80;
  display: grid;
  grid-template-columns: 240px minmax(340px, 520px);
  align-items: end;
  gap: 0;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.24));
  animation: kitten-pop 260ms ease-out both;
}

.copilot-kitten[hidden] {
  display: none;
}

.copilot-kitten__mascot {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  width: 244px;
  min-height: 190px;
  transform-origin: bottom center;
  animation: kitten-live-wave 1100ms ease-in-out infinite;
}

.copilot-cat {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 4px;
  margin: 0;
}

.copilot-cat figcaption {
  border: 2px solid #fff;
  border-radius: 999px;
  background: #111;
  color: #fff;
  padding: 2px 10px;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.copilot-kitten__mascot::before,
.copilot-kitten__mascot::after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
}

.copilot-kitten__mascot::before {
  inset: -38px -30px auto auto;
  width: 154px;
  height: 154px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 238, 150, 0.95) 0 4px, transparent 5px),
    conic-gradient(from 0deg, transparent 0 8deg, rgba(245, 171, 53, 0.95) 9deg 12deg, transparent 13deg 28deg, rgba(201, 174, 115, 0.9) 29deg 32deg, transparent 33deg 48deg);
  opacity: 0.9;
  animation: kitten-firework 1200ms ease-out infinite;
}

.copilot-kitten__mascot::after {
  inset: auto auto 26px -30px;
  width: 124px;
  height: 124px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.95) 0 3px, transparent 4px),
    conic-gradient(from 18deg, transparent 0 10deg, rgba(180, 35, 24, 0.82) 11deg 14deg, transparent 15deg 34deg, rgba(29, 127, 78, 0.8) 35deg 38deg, transparent 39deg 55deg);
  opacity: 0.72;
  animation: kitten-firework 1450ms ease-out infinite 160ms;
}

.copilot-cat-photo {
  position: relative;
  z-index: 2;
  width: 152px;
  height: 152px;
  object-fit: cover;
  object-position: center center;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.copilot-cat-photo--calico {
  justify-self: end;
  object-position: 50% 42%;
  transform: rotate(-6deg) translate(14px, 8px);
}

.copilot-cat-photo--gray {
  justify-self: start;
  object-position: 50% 42%;
  transform: rotate(7deg) translate(-8px, -18px);
}

.copilot-cat--ruby {
  justify-self: end;
  transform: translate(16px, 8px) rotate(-6deg);
}

.copilot-cat--rocky {
  justify-self: start;
  transform: translate(-8px, -18px) rotate(7deg);
}

.copilot-cat--ruby .copilot-cat-photo,
.copilot-cat--rocky .copilot-cat-photo {
  transform: none;
}

.copilot-kitten__card {
  position: relative;
  margin-left: -18px;
  border: 3px solid #111;
  border-radius: 6px;
  background: #fffdf4;
  padding: 22px 22px 20px 30px;
}

.copilot-kitten__card::before {
  content: "";
  position: absolute;
  left: -12px;
  bottom: 34px;
  width: 20px;
  height: 20px;
  border-left: 3px solid #111;
  border-bottom: 3px solid #111;
  background: #fffdf4;
  transform: rotate(45deg);
}

.copilot-kitten__close {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: #111;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.copilot-kitten__label {
  margin: 0 30px 8px 0;
  color: #8b6b2f;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.copilot-kitten__sign {
  display: block;
  margin: 0 26px 10px 0;
  color: #111;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.copilot-kitten__card ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
  color: #303030;
  font-size: 1.35rem;
  line-height: 1.35;
}

@keyframes kitten-pop {
  from {
    opacity: 0;
    transform: translateY(34px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes kitten-live-wave {
  0%,
  100% {
    transform: rotate(-2deg) translateY(0) scale(1);
  }
  50% {
    transform: rotate(3deg) translateY(-8px) scale(1.03);
  }
}

@keyframes kitten-firework {
  0% {
    opacity: 0;
    transform: scale(0.32) rotate(0deg);
  }
  25% {
    opacity: 0.95;
  }
  100% {
    opacity: 0;
    transform: scale(1.18) rotate(28deg);
  }
}

.blog-hero {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.62)),
    url("/images/e453646-558e-028-1ef6-7f338d205fcc_KAJABI_background_images_3_.png") center / cover no-repeat;
}

.blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 30px;
  align-items: start;
}

.blog-list {
  display: grid;
  gap: 18px;
}

.blog-card,
.blog-sidebar,
.blog-post__content {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
}

.blog-card {
  padding: 28px;
}

.blog-card__meta,
.blog-post__meta {
  color: var(--color-accent-deep);
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-card h2,
.blog-sidebar h2,
.blog-post h1 {
  font-family: var(--font-heading);
  letter-spacing: 0;
}

.blog-card h2 {
  margin: 8px 0 12px;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.12;
}

.blog-card p {
  margin: 0 0 18px;
  color: var(--color-text-muted);
  line-height: 1.7;
}

.blog-card__button {
  margin-top: 16px;
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: var(--radius-pill);
  background: var(--color-accent-soft);
  color: #4c3916;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.blog-sidebar {
  position: sticky;
  top: 92px;
  padding: 24px;
}

.blog-sidebar h2 {
  margin: 0 0 14px;
  font-size: 1.1rem;
}

.blog-sidebar__cta {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-sidebar__cta p {
  color: var(--color-text-muted);
  line-height: 1.6;
}

.blog-post__header {
  padding: 64px 0 48px;
  background: #0b0b0b;
  color: #fff;
}

.blog-post__header .container {
  max-width: 900px;
}

.blog-post__back {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--color-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-post h1 {
  max-width: 860px;
  margin: 0 0 18px;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 0.98;
}

.blog-post__header .blog-tags {
  margin-top: 18px;
}

.blog-post__content {
  max-width: 860px;
  padding: clamp(28px, 5vw, 56px);
}

.blog-post__content p {
  margin: 0 0 1.15em;
  color: #202020;
  font-size: 1.05rem;
  line-height: 1.85;
}

.blog-post__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.tnt-app {
  --tnt-primary: #171717;
  --tnt-accent: var(--color-accent, #c9ae73);
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(246, 239, 224, 0.96)),
    #f7f2e8;
  color: #171717;
}

.tnt-hero {
  padding: 52px 0 34px;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.94), rgba(23, 23, 23, 0.88)),
    #171717;
  color: #fff;
}

.tnt-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 24px;
  align-items: end;
}

.tnt-hero h1 {
  max-width: 850px;
  margin: 8px 0 12px;
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 5vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.tnt-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.6;
}

.tnt-hero__panel {
  min-height: 148px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: linear-gradient(180deg, #2a2418, #171717);
  box-shadow: inset 0 0 0 1px rgba(201, 174, 115, 0.22);
}

.tnt-hero__panel span,
.tnt-hero__panel p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.tnt-hero__panel strong {
  display: block;
  margin: 8px 0;
  font-family: var(--font-heading);
  font-size: 4rem;
  line-height: 0.9;
}

.tnt-shell {
  padding: 26px 0 56px;
}

.tnt-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.tnt-sidebar {
  position: sticky;
  top: 18px;
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(23, 23, 23, 0.08);
}

.tnt-brand {
  display: grid;
  gap: 3px;
  margin-bottom: 18px;
}

.tnt-brand span {
  color: var(--tnt-accent, #c9ae73);
  font-family: var(--font-heading);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}

.tnt-brand strong {
  font-size: 0.88rem;
  text-transform: uppercase;
}

.tnt-tabs,
.tnt-tools,
.tnt-contact-form,
.tnt-form-grid {
  display: grid;
  gap: 10px;
}

.tnt-tabs {
  margin-bottom: 18px;
}

.tnt-tabs button,
.tnt-button,
.tnt-icon-button {
  min-height: 42px;
  border: 1px solid rgba(23, 23, 23, 0.13);
  border-radius: 8px;
  background: #fff;
  color: #171717;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.tnt-tabs button {
  padding: 0 14px;
  text-align: left;
}

.tnt-tabs button.is-active {
  border-color: var(--tnt-accent, #c9ae73);
  background: color-mix(in srgb, var(--tnt-accent, #c9ae73) 22%, white);
  color: #171717;
}

.tnt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  text-decoration: none;
}

.tnt-button--primary {
  border-color: #171717;
  background: #171717;
  color: #fff;
}

.tnt-button--quiet {
  background: #f4ead2;
}

.tnt-icon-button {
  width: 42px;
  padding: 0;
}

.tnt-tools label,
.tnt-contact-form label {
  display: grid;
  gap: 6px;
  color: #4e4a43;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tnt-tools input,
.tnt-tools select,
.tnt-contact-form input,
.tnt-contact-form select,
.tnt-contact-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(23, 23, 23, 0.14);
  border-radius: 8px;
  background: #fff;
  color: #171717;
  font: inherit;
  text-transform: none;
}

.tnt-contact-form textarea {
  min-height: 108px;
  padding: 12px;
  resize: vertical;
}

.tnt-settings-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 18px;
}

.tnt-settings-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.tnt-settings-form label {
  display: grid;
  gap: 6px;
  color: #4e4a43;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tnt-settings-form input,
.tnt-settings-form select,
.tnt-settings-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(23, 23, 23, 0.14);
  border-radius: 8px;
  background: #fff;
  color: #171717;
  font: inherit;
  text-transform: none;
}

.tnt-settings-form textarea {
  min-height: 108px;
  padding: 12px;
  resize: vertical;
}

.tnt-settings-form input[type="color"] {
  padding: 4px;
}

.tnt-settings-form .tnt-dialog__actions,
.tnt-settings-form__wide {
  grid-column: 1 / -1;
}

.tnt-preview-panel {
  grid-column: 1 / -1;
}

.tnt-preview-panel p {
  margin: 0 0 12px;
  color: #302c26;
  line-height: 1.65;
}

.tnt-main {
  display: grid;
  gap: 18px;
}

.tnt-topbar,
.tnt-quick-add,
.tnt-metrics,
.tnt-panel,
.tnt-action,
.tnt-board-column,
.tnt-script,
.tnt-table-wrap {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(23, 23, 23, 0.07);
}

.tnt-topbar {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
}

.tnt-quick-add {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.4fr);
  gap: 18px;
  align-items: end;
  padding: 18px;
}

.tnt-quick-add h3 {
  margin: 4px 0 6px;
  font-family: var(--font-heading);
  font-size: 1.45rem;
  letter-spacing: 0;
}

.tnt-quick-add p {
  margin: 0;
  color: #555047;
  line-height: 1.55;
}

.tnt-quick-add__form {
  display: grid;
  grid-template-columns: minmax(190px, 1.15fr) minmax(150px, 0.8fr) minmax(140px, 0.7fr) 140px 140px;
  gap: 10px;
  align-items: end;
}

.tnt-quick-add label {
  display: grid;
  gap: 6px;
  color: #4e4a43;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tnt-quick-add input,
.tnt-quick-add select {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(23, 23, 23, 0.14);
  border-radius: 8px;
  background: #fff;
  color: #171717;
  font: inherit;
  text-transform: none;
}

.tnt-quick-add__status {
  grid-column: 1 / -1;
  min-height: 20px;
  font-weight: 800;
}

.tnt-quick-add__status[data-tnt-tone="success"] {
  color: #5b471f;
}

.tnt-quick-add__status[data-tnt-tone="error"] {
  color: #8a2d1b;
}

.tnt-topbar h2,
.tnt-panel h3,
.tnt-action h3,
.tnt-board-column h3,
.tnt-script h3,
.tnt-dialog h2,
.tnt-calendar-head h3 {
  margin: 0;
  font-family: var(--font-heading);
  letter-spacing: 0;
}

.tnt-topbar h2 {
  font-size: clamp(1.65rem, 3vw, 2.8rem);
  line-height: 1;
}

.tnt-topbar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.tnt-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.tnt-metrics div {
  padding: 18px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.tnt-metrics div:last-child {
  border-right: 0;
}

.tnt-metrics span,
.tnt-panel__header span,
.tnt-action__meta,
.tnt-board-item p,
.tnt-board-item span,
.tnt-script p,
.tnt-table td span {
  color: #716b60;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tnt-metrics strong {
  display: block;
  margin-top: 5px;
  color: #171717;
  font-family: var(--font-heading);
  font-size: 2.4rem;
  line-height: 1;
}

.tnt-view {
  display: none;
}

.tnt-view.is-active {
  display: block;
}

.tnt-dashboard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tnt-555 {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.tnt-555-training {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  background: color-mix(in srgb, var(--tnt-accent, #c9ae73) 10%, white);
}

.tnt-kicker {
  margin: 0 0 6px;
  color: #5b471f;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tnt-555-training h3 {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  letter-spacing: 0;
}

.tnt-555-training p:not(.tnt-kicker) {
  margin: 0;
  color: #302c26;
  line-height: 1.6;
}

.tnt-video-button {
  display: inline-flex;
  min-height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #171717;
  border-radius: 8px;
  background: #171717;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.tnt-video-button:hover {
  background: color-mix(in srgb, #171717 88%, var(--tnt-accent, #c9ae73));
}

.tnt-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.tnt-guide-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #fff;
}

.tnt-guide-card span {
  color: #5b471f;
  font-size: 0.78rem;
  font-weight: 900;
}

.tnt-guide-card h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  letter-spacing: 0;
}

.tnt-guide-card p {
  margin: 0;
  color: #302c26;
  line-height: 1.55;
}

.tnt-555-intro p,
.tnt-555-card__note {
  margin: 0;
  color: #302c26;
  line-height: 1.6;
}

.tnt-555-card {
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(23, 23, 23, 0.07);
}

.tnt-555-card__note {
  margin-bottom: 14px;
  color: #716b60;
  font-weight: 700;
}

.tnt-panel {
  padding: 18px;
}

.tnt-panel__header {
  display: flex;
  gap: 12px;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 14px;
}

.tnt-action-list {
  display: grid;
  gap: 12px;
}

.tnt-action-list--wide {
  gap: 14px;
}

.tnt-action {
  padding: 14px;
  box-shadow: none;
}

.tnt-action__main {
  display: flex;
  gap: 12px;
  align-items: start;
  justify-content: space-between;
}

.tnt-action h3 {
  font-size: 1.08rem;
}

.tnt-action p {
  margin: 3px 0 0;
  color: #555047;
}

.tnt-action__meta,
.tnt-action__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.tnt-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eee8dc;
  color: #4d4435;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.tnt-status--overdue {
  background: #ffe2dc;
  color: #8a2d1b;
}

.tnt-status--due-today {
  background: #f9e7ad;
  color: #624500;
}

.tnt-status--coming-up {
  background: #e2edf8;
  color: #244c72;
}

.tnt-status--on-track {
  background: #dceee5;
  color: #1d5b38;
}

.tnt-scorecard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.tnt-scorecard div {
  padding: 14px;
  border-radius: 8px;
  background: #f5f1e8;
}

.tnt-scorecard span {
  display: block;
  color: #716b60;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tnt-scorecard strong {
  display: block;
  margin-top: 4px;
  font-family: var(--font-heading);
  font-size: 2rem;
  line-height: 1;
}

.tnt-rules {
  margin: 0;
  padding-left: 20px;
  color: #302c26;
  line-height: 1.75;
}

.tnt-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(230px, 1fr));
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.tnt-board-column {
  min-height: 360px;
  padding: 14px;
  box-shadow: none;
}

.tnt-board-column__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.tnt-board-column__header span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #171717;
  color: #fff;
  font-weight: 900;
}

.tnt-board-column__items {
  display: grid;
  gap: 10px;
}

.tnt-board-item {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #faf8f2;
}

.tnt-board-item button,
.tnt-table button {
  border: 0;
  background: transparent;
  color: #171717;
  font: inherit;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.tnt-board-item p,
.tnt-board-item span {
  margin: 0;
}

.tnt-table-wrap {
  overflow-x: auto;
}

.tnt-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 880px;
}

.tnt-table th,
.tnt-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left;
  vertical-align: top;
}

.tnt-table th {
  color: #716b60;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tnt-table td:first-child {
  display: grid;
  gap: 3px;
}

.tnt-calendar-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 14px;
}

.tnt-calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.tnt-calendar__dow {
  color: #716b60;
  font-size: 0.75rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.tnt-calendar__day {
  min-height: 108px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #fff;
}

.tnt-calendar__day.is-muted {
  opacity: 0.46;
}

.tnt-calendar__day.is-today {
  border-color: var(--tnt-accent, #c9ae73);
  box-shadow: inset 0 0 0 2px rgba(201, 174, 115, 0.2);
}

.tnt-calendar__day strong {
  display: block;
  margin-bottom: 8px;
}

.tnt-calendar__day button {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 5px 7px;
  border: 0;
  border-radius: 6px;
  background: color-mix(in srgb, var(--tnt-accent, #c9ae73) 22%, white);
  color: #171717;
  font-size: 0.75rem;
  font-weight: 900;
  text-align: left;
}

.tnt-script-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tnt-script {
  display: grid;
  gap: 12px;
  padding: 18px;
  box-shadow: none;
}

.tnt-script p {
  margin: 0;
}

.tnt-script blockquote {
  margin: 0;
  color: #28241f;
  font-size: 1rem;
  line-height: 1.65;
}

.tnt-empty {
  display: grid;
  min-height: 84px;
  place-items: center;
  border: 1px dashed rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  color: #716b60;
  font-weight: 800;
  text-align: center;
}

.tnt-dialog {
  width: min(820px, calc(100vw - 28px));
  border: 0;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.tnt-dialog::backdrop {
  background: rgba(0, 0, 0, 0.52);
}

.tnt-contact-form {
  padding: 24px;
}

.tnt-dialog__header,
.tnt-dialog__actions {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.tnt-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tnt-dialog__actions {
  justify-content: flex-end;
}

@media (max-width: 1100px) {
  .authority__grid {
    grid-template-columns: 1fr;
  }

  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-band,
  .offer-process {
    grid-template-columns: 1fr;
  }

  .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-study-grid,
  .opportunity__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recruiter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-layout {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: static;
  }

  .tnt-layout,
  .tnt-hero__grid,
  .tnt-quick-add,
  .tnt-quick-add__form {
    grid-template-columns: 1fr;
  }

  .tnt-sidebar {
    position: static;
  }

  .tnt-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tnt-metrics,
  .tnt-dashboard,
  .tnt-guide-grid,
  .tnt-script-grid,
  .tnt-settings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .copilot-hero__grid,
  .copilot-layout,
  .copilot-note-box,
  .copilot-call-form {
    grid-template-columns: 1fr;
  }

  .copilot-status-card,
  .copilot-scoreboard,
  .copilot-brief {
    grid-template-columns: 1fr;
  }

  .copilot-tabs {
    grid-template-columns: 1fr;
  }

  .copilot-kitten {
    right: 10px;
    bottom: 10px;
    left: 10px;
    grid-template-columns: 136px minmax(0, 1fr);
  }

  .copilot-kitten__mascot {
    width: 140px;
    min-height: 116px;
  }

  .copilot-cat-photo {
    width: 86px;
    height: 86px;
  }

  .copilot-kitten__sign {
    font-size: 1.72rem;
  }

  .copilot-kitten__card ul {
    font-size: 1.08rem;
  }

  .page-hero__grid,
  .about-hero__grid,
  .recruiter-hero__grid,
  .opportunity__grid,
  .faq__grid,
  .apply-hero__grid,
  .apply-layout,
  .two-column,
  .resource-grid,
  .sample-grid,
  .testimonial-grid,
  .case-study-grid,
  .recruiter-grid,
  .package-grid,
  .proof-ledger,
  .resource-feature {
    grid-template-columns: 1fr;
  }

  .page-hero,
  .about-hero,
  .recruiter-hero,
  .contact-hero,
  .simple-download {
    padding: 42px 0;
  }

  .contact-hero__panel,
  .simple-download__card,
  .fit-card {
    padding: 26px 18px;
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }

  .opportunity__cards {
    grid-template-columns: 1fr;
  }

  .offer-process__list {
    padding: 24px 22px 24px 40px;
  }

  .apply-form,
  .apply-sidebar,
  .apply-note {
    padding: 22px 18px;
  }

  .apply-form__grid {
    grid-template-columns: 1fr;
  }

  .apply-options--inline {
    grid-template-columns: 1fr;
  }

  .tnt-hero,
  .tnt-shell {
    padding-left: 0;
    padding-right: 0;
  }

  .tnt-topbar,
  .tnt-quick-add,
  .tnt-action__main,
  .tnt-dialog__header,
  .tnt-dialog__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .tnt-topbar__actions {
    justify-content: stretch;
  }

  .tnt-tabs,
  .tnt-metrics,
  .tnt-dashboard,
  .tnt-guide-grid,
  .tnt-script-grid,
  .tnt-form-grid,
  .tnt-settings-grid,
  .tnt-settings-form,
  .tnt-calendar {
    grid-template-columns: 1fr;
  }

  .tnt-555-training {
    align-items: stretch;
    flex-direction: column;
  }

  .tnt-metrics div {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .tnt-calendar__dow {
    display: none;
  }

  .tnt-calendar__day {
    min-height: 88px;
  }
}
