:root {
  color-scheme: light;
  --ink: #111111;
  --paper: #f8f8f7;
  --white: #ffffff;
  --muted: #626262;
  --rule: #d5d5d2;
  --dark-rule: #393939;
  font-family: Arial, Helvetica, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
a:focus-visible { outline: 3px solid currentColor; outline-offset: 5px; }
[hidden] { display: none !important; }

.skip-link {
  position: fixed;
  z-index: 10;
  top: -100px;
  left: 1rem;
  padding: .75rem 1rem;
  background: var(--white);
  color: var(--ink);
  font-weight: 700;
}
.skip-link:focus { top: 1rem; }

.site-header, .intro, .coaching { background: var(--ink); color: var(--white); }
.site-header { border-bottom: 1px solid var(--dark-rule); }
.header-inner, .intro-inner, .resources, .site-footer {
  width: min(100% - 2.5rem, 1180px);
  margin-inline: auto;
}
.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.brand-logo { width: 82px; height: 82px; object-fit: contain; }
.header-label {
  max-width: 105px;
  font-size: .7rem;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: .12em;
  text-align: right;
  text-transform: uppercase;
  color: #c9c9c9;
}

.intro { overflow: hidden; }
.intro-inner { padding-block: 2.6rem 1.15rem; }
.eyebrow, .section-kicker, .group-label, .section-heading > .section-kicker {
  margin: 0;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: .7rem; color: #d5d5d5; }
.eyebrow-line { width: 24px; height: 1px; background: currentColor; }
h1, h2, h3, h4, p { overflow-wrap: break-word; }
h1, h2, h3 { margin: 0; }
h1, h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -.055em;
}
h1 {
  margin-top: 1rem;
  max-width: 1180px;
  font-size: clamp(3.5rem, 11vw, 8.7rem);
  line-height: .98;
}
h1 em, h2 em { font-weight: 400; }
.intro-copy {
  max-width: 550px;
  margin: 1.35rem 0 2.7rem;
  color: #dddddd;
  font-size: 1rem;
  line-height: 1.58;
}
.intro-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: .85rem;
  border-top: 1px solid var(--dark-rule);
  color: #bcbcbc;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.resources { padding-block: 3.25rem 5.5rem; }
.section-heading { padding-bottom: 2.4rem; }
.section-kicker { color: var(--muted); }
.section-heading h2 {
  margin-top: .85rem;
  font-size: clamp(2.85rem, 8vw, 6rem);
  line-height: 1.01;
}
.section-heading > p:last-child {
  max-width: 360px;
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}
.affiliate-disclosure {
  margin: 0 0 1.4rem;
  padding: 1rem 1.2rem;
  border-left: 3px solid var(--ink);
  background: #eeeeec;
  font-size: .95rem;
  line-height: 1.5;
}
.build-jump { display: flex; flex-wrap: wrap; gap: .65rem; margin: 0 0 1.4rem; }
.build-jump a {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  min-height: 44px;
  padding: .65rem .9rem;
  border: 1px solid var(--ink);
  background: var(--white);
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
}
.build-jump a:hover { background: var(--ink); color: var(--white); }
.build-list { display: grid; gap: 1.15rem; }
.build-card {
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid var(--ink);
  background: var(--white);
  scroll-margin-top: 1rem;
}
.build-card-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--rule);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.35;
  text-transform: uppercase;
}
.build-status { color: var(--muted); text-align: right; }
.build-card-body {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.5rem 1.9rem;
}
.build-card-body h3 {
  max-width: 520px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 5vw, 3.8rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: 1.02;
}
.build-card-body p { max-width: 400px; margin: .7rem 0 0; color: var(--muted); font-size: .97rem; line-height: 1.5; }
.build-number {
  align-self: flex-start;
  color: #e5e5e2;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-style: italic;
  letter-spacing: -.08em;
  line-height: .8;
}
.empty-note {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: .7rem 1rem;
  border: 1px solid var(--rule);
  background: var(--white);
  color: var(--muted);
}
.empty-note p { margin: 0; font-size: .93rem; line-height: 1.4; }
.empty-mark { color: var(--ink); font-size: 1.45rem; font-weight: 300; line-height: 1; }
.more-builds { margin: 1.5rem 0 0; color: var(--muted); font-size: .87rem; text-align: right; }
.build-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-top: 1px solid var(--rule);
}
.build-item h4 { margin: 0 0 .35rem; font-size: 1.12rem; line-height: 1.25; }
.build-item-copy > p { margin: 0; max-width: 550px; color: var(--muted); font-size: .95rem; line-height: 1.5; }
.build-item-copy .resource-code { margin-top: .55rem; color: var(--ink); font-weight: 700; }
.build-item-copy .card-disclosure { margin-top: .7rem; font-size: .78rem; }
.pending-note { margin: .9rem 0 0; padding: .8rem 1rem; background: #f1f1ef; color: var(--muted); font-size: .86rem; line-height: 1.45; }
.resource-link {
  flex: 0 0 auto;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .65rem .9rem;
  border: 1px solid var(--ink);
  font-size: .83rem;
  font-weight: 700;
  text-decoration: none;
  transition: background .18s ease, color .18s ease;
}
.resource-link:hover { background: var(--ink); color: var(--white); }

.subscriptions { border-top: 1px solid var(--ink); background: #eeeeeb; }
.subscriptions-inner { width: min(100% - 2.5rem, 1180px); margin-inline: auto; padding-block: 3.5rem 5.5rem; }
.subscriptions .affiliate-disclosure { max-width: 760px; margin-bottom: 1.4rem; background: #ffffff; }
.subscription-grid { display: grid; gap: 1rem; }
.subscription-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--ink); background: var(--white); }
.subscription-logo { height: 116px; display: flex; align-items: center; justify-content: center; padding: 1.2rem; overflow: hidden; }
.subscription-logo--dark { background: var(--ink); }
.subscription-logo--light { background: #f6f6f4; }
.subscription-logo img { width: auto; max-width: min(100%, 220px); max-height: 68px; object-fit: contain; }
.subscription-logo .subscription-logo--evoto { max-height: 105px; }
.subscription-copy { flex: 1; padding: 1.4rem 1.35rem 1.6rem; }
.subscription-type { margin: 0 0 .8rem; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.subscription-copy h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 2rem; font-weight: 400; letter-spacing: -.04em; line-height: 1.05; }
.subscription-copy > p:not(.subscription-type) { margin: .65rem 0 0; color: var(--muted); font-size: .95rem; line-height: 1.5; }
.subscription-copy .subscription-code { margin-top: 1rem !important; color: var(--ink) !important; overflow-wrap: anywhere; }
.subscription-code strong { font-weight: 700; }
.subscription-card > a { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem 1.35rem; border-top: 1px solid var(--ink); font-size: .85rem; font-weight: 700; text-decoration: none; }
.subscription-card > a:hover { background: var(--ink); color: var(--white); }
.subscription-card > a span { font-size: 1.25rem; line-height: 1; }

.coaching {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
.coaching-photo { min-height: 230px; max-height: 270px; overflow: hidden; background: #242424; }
.coaching-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.coaching-content { padding: 3.25rem max(1.25rem, calc((100vw - 1180px) / 2)) 3.9rem; }
.coaching .section-kicker { color: #bdbdbd; }
.coaching h2 {
  margin-top: .95rem;
  font-size: clamp(3.2rem, 9vw, 7rem);
  line-height: .98;
}
.coaching-content > p:not(.section-kicker) {
  max-width: 480px;
  margin: 1.35rem 0 2.2rem;
  color: #d2d2d2;
  font-size: 1rem;
  line-height: 1.6;
}
.booking-link {
  width: fit-content;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin: 0;
  padding: .75rem 1.2rem;
  border: 1px solid #898989;
  color: #e1e1e1;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
}
.booking-link:hover { background: var(--white); color: var(--ink); }
.booking-link span { font-size: 1.1rem; line-height: 1; }
.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem 1.5rem;
  padding-block: 1.7rem;
  font-size: .8rem;
}
.site-footer p { margin: 0; }
.site-footer p:first-child { font-weight: 700; }
.site-footer p:nth-child(2) { color: var(--muted); }
.site-footer a { margin-left: auto; text-underline-offset: .25rem; }

@media (max-width: 600px) {
  h1 { font-size: clamp(2.55rem, 11vw, 3rem); }
  h1 em { display: block; font-size: .78em; white-space: nowrap; }
  .resources { padding-top: 2.65rem; }
  .section-heading { padding-bottom: 1.9rem; }
}

@media (min-width: 700px) {
  .header-inner, .intro-inner, .resources, .subscriptions-inner, .site-footer { width: min(100% - 5rem, 1180px); }
  .header-inner { min-height: 112px; }
  .brand-logo { width: 108px; height: 108px; }
  .header-label { max-width: none; }
  .intro-inner { padding-block: 4.5rem 1.5rem; }
  .intro-copy { margin-top: 1.7rem; font-size: 1.12rem; }
  .resources { padding-block: 5rem 7rem; }
  .section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 2rem; align-items: end; padding-bottom: 3.5rem; }
  .section-heading .section-kicker { grid-column: 1 / -1; }
  .section-heading h2 { margin-top: 1rem; }
  .section-heading > p:last-child { margin: 0 0 .3rem auto; }
  .build-card { padding: 1.5rem; }
  .subscriptions-inner { padding-block: 5rem 7rem; }
  .subscription-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
  .coaching { grid-template-columns: minmax(0, 43%) minmax(0, 57%); min-height: 510px; }
  .coaching-photo { max-height: none; }
  .coaching-content { align-self: center; padding: 4rem clamp(2rem, 5vw, 6rem); }
}

@media (min-width: 950px) {
  .build-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; }
  .build-card-body { min-height: 235px; }
  .subscription-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
}

@media (min-width: 1100px) {
  .intro-inner { padding-block: 5.25rem 1.5rem; }
  .intro-copy { margin-bottom: 4.1rem; }
  .resources { padding-block: 6rem 8rem; }
}

@media (max-width: 450px) {
  .build-number { display: none; }
  .build-item { flex-direction: column; }
  .resource-link { align-self: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .resource-link { transition: none; }
}
