@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@400&display=swap');

:root {
  --font-ui:      system-ui, -apple-system, Inter, Arial, BlinkMacSystemFont, sans-serif;
  --font-display: 'Instrument Serif', 'IBM Plex Serif', Georgia, serif;
  --font-serif:   'IBM Plex Serif', Georgia, serif;
  --font-mono:    'Geist Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;

  /* Surfaces */
  --bg-deep:     #02080F;
  --bg-hero:     #050F1B;
  --bg-workshop: #03090F;
  --bg-pricing:  #0A141F;
  --bg-light:    #FFFFFF;

  /* Accent — electric cyan */
  --accent:        oklch(0.78 0.16 220);
  --accent-glow:   oklch(0.78 0.18 220 / 0.55);
  --accent-soft:   oklch(0.78 0.16 220 / 0.22);
  --accent-faint:  oklch(0.78 0.16 220 / 0.10);

  /* Ink — text on LIGHT surfaces */
  --ink:           #08111C;
  --ink-soft:      rgba(8, 17, 28, 0.74);
  --ink-muted:     rgba(8, 17, 28, 0.56);
  --ink-dim:       rgba(8, 17, 28, 0.40);
  --ink-hairline:  rgba(8, 17, 28, 0.10);

  /* Paper — text on DARK surfaces */
  --paper:           rgba(255, 255, 255, 0.96);
  --paper-soft:      rgba(255, 255, 255, 0.66);
  --paper-muted:     rgba(255, 255, 255, 0.50);
  --paper-faint:     rgba(255, 255, 255, 0.20);
  --paper-hairline:  rgba(255, 255, 255, 0.10);

  --radius:            6px;
  --section-padding:   116px 32px;
  --border-paper:      1px solid var(--paper-hairline);
  --border-ink:        1px solid var(--ink-hairline);
  --shadow-accent:     0 0 50px -10px var(--accent-glow);
  --shadow-accent-lg:  0 0 70px -10px var(--accent-glow);
  --transition-fast:   0.2s ease;

  --fs-body-lg:   28px;
  --fs-body:      18px;
  --fs-body-md:   17px;
  --fs-body-base: 16px;
  --fs-body-sm:   14px;
  --fs-body-xs:   13px;
  --fs-caption:   11px;
  --fs-subhead:   34px;
  --fs-control:   15px;
  --fs-price:     42px;
  --fs-price-sm:  36px;
  --fw-regular:   400;
  --fw-medium:    500;
  --fw-semibold:  600;
  --fw-bold:      700;
  --lh-body:      1.6;
  --lh-copy:      1.5;
  --lh-ui:        1;
  --lh-display: 1.05;
  --ls-tight:     -0.01em;
  --ls-tighter:   -0.02em;
  --ls-tightest:  -0.03em;
  --ls-display:   -0.02em;
  -webkit-font-smoothing: antialiased;
}

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

body {
  font-family: var(--font-ui);
  letter-spacing: 0.04px;
  background: var(--bg-deep);
  color: var(--paper);
}

p {
  font-weight: var(--fw-regular);
}

strong {
  font-weight: var(--fw-semibold);
}

a {
  color: inherit;
  transition: color var(--transition-fast);
}

button {
  font: inherit;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls-display);
  line-height: var(--lh-display);
  color: var(--paper);
}

h1 {
  font-size: 95px;
  line-height: 0.95em;
  letter-spacing: -0.03em;
}

h2 {
  font-size: 77px;
}

h3 {
  font-size: 48px;
}

h4 {
  font-size: 29px;
}

.workshop-inner,
.circle-inner,
.pricing-inner {
  margin: 0 auto;
  max-width: var(--section-inner-max);
}

.circle-header,
.pricing-header,
.circle-subheader,
.pricing-subheader,
.invitation-line,
.cta-wrapper {
  text-align: center;
}

/* =============================================
   HERO SECTION
   ============================================= */
.hero-section {
  position: relative;
  height: 110vh;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  background: var(--bg-hero);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../assets/under-the-sea.jpg');
  background-color: var(--bg-hero);
  background-size: cover;
  background-position: 40% 0;
  z-index: 0;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 15, 27, 0) 55%,
    rgba(2, 8, 15, 0.85) 85%,
    var(--bg-deep) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.hero-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 23px;
  border-bottom: 0.78px solid var(--paper-hairline);
}

.hero-logo {
  display: block;
  width: 108px;
  height: auto;
  margin: 0 auto;
}

.hero-content {
  position: absolute;
  z-index: 1;
  left: 7.55%;
  top: 22%;
}

.hero-title-sub {
  display: block;
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-weight: var(--fw-regular);
  padding-bottom: 0.2em;
  opacity: 1;
  background: linear-gradient(
    120deg,
    var(--paper) 0%,
    var(--accent) 60%,
    var(--paper) 100%
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 8s linear infinite;
}

@keyframes shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.hero-subtitle {
  font-size: 30px;
  font-weight: var(--fw-regular);
  color: var(--paper-soft);
  --subtitle__lineHeight: 1.2em;
  line-height: var(--subtitle__lineHeight);
  display: flex;
  flex-direction: column;
}

.hero-subtitle__line2 strong {
  color: var(--paper);
  letter-spacing: -0.5px;
}

.hero-subtitle .signature {
  display: inline-block;
  height: 92px;
  width: auto;
  flex-shrink: 0;
  opacity: .8;
  /* Drop signature so bottom of "g" in coaching aligns between "ll" and "tt" */
  position: relative;
  top: 35px;
  left: 5px;
  /* Line height of text - height of signature image */
  margin-top: calc(var(--subtitle__lineHeight) - 92px);
}

.scroll-indicator {
  position: absolute;
  top: 92vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scroll-indicator svg {
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.35));
}

.scroll-indicator .chevron-top {
  animation: chevronTop 2.4s ease-in-out infinite;
}

.scroll-indicator .chevron-bottom {
  margin-top: -4px;
  animation: chevronBottom 2.4s ease-in-out infinite;
}

@keyframes chevronTop {
  0%   { opacity: 0.6; }
  50%  { opacity: 0.12; }
  100% { opacity: 0.6; }
}

@keyframes chevronBottom {
  0%   { opacity: 0.12; }
  50%  { opacity: 0.55; }
  100% { opacity: 0.12; }
}

/* =============================================
   BIO SECTION
   ============================================= */
.bio-section {
  position: relative;
  background: var(--bg-deep);
  color: var(--paper);
}

.bio-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  max-width: 1440px;
  margin: 0 auto;
}

.bio-text {
  background: var(--bg-deep);
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 80px;
}

.bio-body,
.bio-closing {
  font-size: var(--fs-body);
  color: var(--paper-soft);
  line-height: var(--lh-body);
}

/* The italic "William Nutt" — single accent emphasis allowed in bio */
.bio-lead strong {
  font-style: italic;
  font-weight: var(--fw-regular);
  color: var(--accent);
}

/* quoteAndIvan wrapper */
.bio-quote-block {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-left: 26px;
  padding-right: 36px;
  margin: 20px 0;
}

.bio-quote {
  border-left: 1.5px solid var(--accent);
  padding-left: 27px;
  padding-top: 0;
  padding-bottom: 0;
}

.bio-quote-text {
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: var(--fw-regular);
  font-style: italic;
  color: var(--paper);
  line-height: 1.3;
}

.bio-attribution {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: flex-end;
}

.bio-attr-icon,
.bio-attr-icon img {
  width: 22px;
  height: 22px;
}

.bio-attr-icon {
  flex-shrink: 0;
}

.bio-attr-icon img {
  border-radius: 4px;
}

.bio-attr-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: var(--fs-body-sm);
  line-height: var(--lh-ui);
}

.bio-attr-name {
  font-weight: var(--fw-semibold);
  color: var(--paper);
}

.bio-attr-title {
  color: var(--paper-muted);
  font-size: var(--fs-caption);
}

.bio-image {
  background-color: var(--bg-deep);
}

.bio-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  -webkit-mask-image: linear-gradient(90deg, #000 66%, transparent 100%);
          mask-image: linear-gradient(90deg, #000 66%, transparent 100%);
  transform: scaleX(-1);
}

.bio-attribution { color: var(--paper-muted); }

/* =============================================
   WORKSHOP SECTION
   ============================================= */
.workshop-section {
  background: var(--bg-workshop);
  position: relative;
}

.workshop-section::before {
    content: "";
    position: absolute;
    top: -40%;
    left: -10%;
    width: 60%;
    height: 80%;
    pointer-events: none;
    filter: blur(40px);
    background: radial-gradient(circle, var(--accent-faint), transparent 60%);
}

.workshop-inner {
  --section-inner-max: 960px;
  padding: var(--section-padding);
}

.workshop-header {
  margin-bottom: 12px;
}

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

.workshop-subheader {
  font-style: italic;
  color: var(--paper-soft);
  line-height: var(--lh-copy);
  margin-bottom: 36px;
}

/* --- Accordions --- */
.accordion {
  border-top: var(--border-paper);
  overflow-anchor: none;
}

.accordion-item {
  padding: 25px 0 11px;
  border-bottom: var(--border-paper);
}

.accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 14px;
  background: none;
  border: none;
  color: var(--paper);
  text-align: left;
  cursor: pointer;
  gap: 24px;
  transition: opacity var(--transition-fast), color var(--transition-fast);
}

.accordion-trigger:hover {
  opacity: 0.82;
}

.accordion-trigger:hover .accordion-title {
  color: var(--accent);
}

.accordion-trigger[aria-expanded="true"] .accordion-title {
  color: var(--accent);
}

.accordion-title {
  font-family: var(--font-display);
  font-size: var(--fs-subhead);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls-tighter);
  line-height: 1.25;
  transition: color var(--transition-fast);
}

.accordion-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.accordion-icon::before,
.accordion-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--accent);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.accordion-icon::before {
  width: 16px;
  height: 1.5px;
  transform: translate(-50%, -50%);
}

.accordion-icon::after {
  width: 1.5px;
  height: 16px;
  transform: translate(-50%, -50%);
}

.accordion-trigger[aria-expanded="true"] .accordion-icon::after {
  transform: translate(-50%, -50%) scaleY(0);
  opacity: 0;
}

.accordion-panel {
  padding: 0 0 14px;
}

.accordion-panel[hidden] {
  display: none;
}

.accordion-body {
  font-size: var(--fs-body-md);
  color: var(--paper-soft);
  line-height: var(--lh-body);
  max-width: 720px;
}

/* =============================================
   CIRCLE SECTION
   ============================================= */
.circle-section,
.pricing-section {
  padding: var(--section-padding);
}

.circle-section {
  background: var(--bg-light);
}

.circle-section h2,
.circle-section h3 {
  color: var(--ink);
}

.circle-inner {
  --section-inner-max: 1100px;
}

.circle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: var(--border-ink);
}

.circle-card {
  padding: 48px;
  background: var(--bg-light);
  border-left: var(--border-ink);
  border-top: var(--border-ink);
}

.circle-card:nth-child(-n+3) {
  border-top: none;
}

.circle-card:first-child {
  border-left: none;
}

.card-image-wrap {
  height: 76px;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.card-image {
  display: block;
}

.card-image--headshot {
  width: 73px;
  height: 73px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center top;
}

.card-image--icon {
  height: 55px;
  width: auto;
}

.card-image--productivity-nexus {
  height: 50px;
}

.card-image--notion {
  height: 49px;
  width: auto;
  position: relative;
  top: 3px;
}

.circle-title {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: var(--fw-medium);
  font-style: italic;
  color: var(--ink);
  margin-bottom: 14px;
  letter-spacing: var(--ls-tight);
  line-height: 1.15;
}

.circle-description {
  font-size: var(--fs-body-base);
  color: var(--ink-muted);
  line-height: var(--lh-body);
}

.circle-description a       { color: var(--ink); }
.circle-description a:hover { color: var(--accent); }

.circle-note {
  font-size: var(--fs-body-sm);
  color: var(--ink-dim);
  line-height: var(--lh-copy);
  margin-top: 14px;
  font-style: italic;
}

.learn-more {
  display: inline-block;
  margin-top: 16px;
  font-size: var(--fs-control);
  font-weight: var(--fw-medium);
  text-decoration: none;
  letter-spacing: var(--ls-tight);
  color: var(--ink);
}

.learn-more:hover {
  color: var(--accent);
}

.learn-more::after {
  content: ' →';
}

/* =============================================
   PRICING / RESERVE SECTION
   ============================================= */
.pricing-section {
  position: relative;
  background: var(--bg-pricing);
  color: var(--paper);
  overflow: hidden;
}

/* Diffuse cyan halo, top-right, behind content */
.pricing-section::before {
  content: '';
  position: absolute;
  top: -140px;
  right: -140px;
  width: 480px;
  height: 480px;
  background: var(--accent-faint);
  filter: blur(60px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.pricing-inner {
  --section-inner-max: 860px;
  position: relative;
  z-index: 1;
}

.pricing-header {
  font-size: 72px;
}

.circle-header-row {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 29px;
}

.circle-logo {
  height: 22px;
  width: auto;
  flex-shrink: 0;
  margin-left: 0;
}

.circle-header-divider {
    display: none;
    width: 1px;
    height: 25px;
    background: var(--ink-hairline);
    flex-shrink: 0;
    margin: 3px 21px 0;
}

.circle-subheader,
.pricing-subheader {
  font-family: var(--font-ui);
  font-weight: var(--fw-regular);
  line-height: 1.45;
  margin: 12px auto 44px;
}

.circle-subheader {
  color: var(--ink-muted);
  margin-bottom: 64px;
  max-width: 600px;
  font-size: 24px;
}

.pricing-subheader {
  color: var(--paper-soft);
}

/* Tabs */
.tabs {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--paper-hairline);
  border-radius: 999px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 56px;
}

.tab {
  padding: 10px 28px;
  width: auto;
  background: transparent;
  border: none;
  border-radius: 999px;
  color: var(--paper-muted);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

/* Neutralize any prior square-corner overrides on first/last child */
.tab:first-child,
.tab:last-child {
  border: none;
  border-radius: 999px;
}

.tab:hover {
  color: var(--paper);
}

.tab.active {
  background: var(--accent);
  color: var(--bg-deep);
  box-shadow: 0 0 24px var(--accent-glow);
}

.tab-content        { display: none; }
.tab-content.active { display: block; }

/* Pricing cards */
.pricing-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 74px;
}

.pricing-card {
  padding: 40px 36px;
  border-radius: var(--radius);
  color: var(--paper);
  transition: background var(--transition-fast), border-color var(--transition-fast);
}

.pricing-card.founding {
  background:
    radial-gradient(ellipse at top, var(--accent-faint), transparent 60%),
    linear-gradient(180deg, var(--bg-hero), var(--bg-deep));
  border: 1px solid var(--accent-soft);
  box-shadow: 0 0 60px -20px var(--accent-glow);
}

.pricing-card.regular {
  background: rgba(255, 255, 255, 0.02);
  border: var(--border-paper);
}

.pricing-card.regular:hover {
  background: rgba(255, 255, 255, 0.04);
}

.pricing-card .card-price        { color: var(--paper); }
.pricing-card .card-price-period { color: var(--paper-muted); }
.pricing-card .card-divider      { border-color: var(--paper-hairline); }
.pricing-card .card-referral     { color: var(--paper-soft); }
.pricing-card .referral-highlight { color: var(--paper); font-weight: var(--fw-semibold); }

.pricing-card.founding .card-tier { color: var(--accent); }
.pricing-card.regular .card-tier  { color: var(--paper-muted); }

.card-tier {
  font-family: var(--font-mono);
  font-size: var(--fs-body-sm);
  font-weight: var(--fw-regular);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.card-price {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 84px;
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls-tighter);
  line-height: var(--lh-ui);
}

.card-price-period {
  display: inline-block;
  font-family: var(--font-display);
  font-size: var(--fs-body);
  font-style: italic;
  font-weight: var(--fw-regular);
  margin-left: 8px;
  vertical-align: baseline;
}

.card-divider {
  border: none;
  border-top: 1px solid;
  margin: 20px 0;
}

.card-referral {
  font-size: var(--fs-body-base);
  line-height: var(--lh-copy);
}

.invitation-line {
  font-size: var(--fs-body-sm);
  line-height: var(--lh-body);
  color: var(--paper-muted);
  max-width: 560px;
  margin: 0 auto 56px;
  padding: 0 8px;
}


/* Features */
.features-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 64px;
}

.features-left {
  flex: 1;
  padding-top: 6px;
}

.features-heading {
  margin-bottom: 14px;
  white-space: nowrap;
  padding-right: 80px;
}

.features-line {
  border: none;
  border-top: var(--border-paper);
}

.features-list {
  list-style: none;
  flex-shrink: 1;
  min-width: 0;
}

.feature-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 9px 0;
  font-size: var(--fs-control);
  color: var(--paper-soft);
  line-height: var(--lh-copy);
}

.feature-check {
  color: var(--accent);
  font-size: var(--fs-control);
  flex-shrink: 0;
}

.feature-item a       { color: var(--paper); text-decoration: underline; }
.feature-item a:hover { color: var(--accent); }

.feature-item em {
  font-style: italic;
  font-size: var(--fs-body-xs);
  color: var(--paper-muted);
}

.cta-fine-print-block {
    margin: 70px 0 74px;
    border-bottom: var(--border-paper);
    width: 120%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 86vw;
}

.cta-fine-print-intro {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: var(--fw-medium);
  line-height: var(--lh-ui);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--paper-muted);
  white-space: nowrap;
}

.cta-fine-print-intro::before,
.cta-fine-print-intro::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--paper-hairline);
}

.cta-fine-print {
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding: 40px 0;
}

.cta-fine-print-item {
  flex: 1;
  padding-right: 32px;
}

.cta-fine-print-item + .cta-fine-print-item {
  padding-left: 32px;
  padding-right: 32px;
  border-left: var(--border-paper);
}

.cta-fine-print-item:last-child {
  padding-right: 0;
}

.cta-fine-print-body {
  margin: 0;
  font-size: 0.87rem;
  line-height: 1.55;
  color: var(--paper-soft);
}

.cta-fine-print-body strong {
  color: var(--paper);
  margin-right: 0.1em;
}

.cta-button {
  display: inline-block;
  padding: 23px 60px 24px;
  font-size: var(--fs-body-lg);
  font-weight: var(--fw-regular);
  font-family: var(--font-display);
  color: var(--bg-deep);
  background: var(--accent);
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  text-decoration: none;
  letter-spacing: var(--ls-display);
  line-height: var(--lh-display);
  box-shadow: var(--shadow-accent);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.cta-button:hover {
  transform: scale(1.05);
  box-shadow: var(--shadow-accent-lg);
}

/* =============================================
   MOBILE RESPONSIVE
   ============================================= */
@media (max-width: 767px) {
  :root {
    --section-padding: 68px 28px;
    --fs-body-lg: 22px;
    --fs-body: 17px;
    --fs-body-md: 16px;
    --fs-subhead: 28px;
    --lh-display: 1.15;
  }

  h1 {
    font-size: 48px;
    line-height: 1.11;
  }

  h2 {
    font-size: clamp(42px, 12vw, 56px);
    line-height: var(--lh-display);
  }

  h3 {
    font-size: clamp(31px, 9vw, 40px);
  }

  h4 {
    font-size: 24px;
  }

  /* --- HERO --- */

  .hero-section {
    height: 100vh;
    padding: 100px 28px 0;
    overflow: hidden;
  }

  .hero-bg::after {
    background: linear-gradient(
      180deg,
      rgba(5, 15, 27, 0.2) 55%,
      rgba(2, 8, 15, 0.65) 85%,
      var(--bg-deep) 100%
    );
  }

  .hero-header {
    padding: 18px;
  }

  .hero-logo {
    width: 92px;
  }

  .hero-content {
    position: relative;
    z-index: 2;
    top: auto;
    left: auto;
    max-width: 360px;
    padding-top: 18px;
  }

  .hero-title {
    margin-bottom: 12px;
  }

  .hero-subtitle {
    --subtitle__lineHeight: 1.24em;
    font-size: 18px;
    color: var(--paper-soft);
    max-width: 320px;
  }

  .hero-subtitle__line2 {
    display: block;
  }

  .hero-subtitle .signature {
    --signatureHeight: 58px;
    height: var(--signatureHeight);
    top: 22px;
    left: 3px;
    margin-top: calc(var(--subtitle__lineHeight) - var(--signatureHeight));
  }

  .scroll-indicator {
    top: auto;
    bottom: 32px;
  }

  /* --- BIO --- */

  .bio-inner {
    flex-direction: column;
  }

  .bio-text {
    padding: 64px 28px 56px;
    gap: 24px;
  }

  .bio-lead {
    font-size: clamp(30px, 9vw, 38px);
  }

  .bio-body,
  .bio-closing {
    font-size: 17px;
    line-height: 1.62;
  }

  .bio-quote-block {
    gap: 20px;
    padding-left: 0;
    padding-right: 0;
    margin: 12px 0;
  }

  .bio-quote {
    padding-left: 18px;
  }

  .bio-quote-text {
    font-size: 22px;
    line-height: 1.35;
  }

  .bio-attribution {
    justify-content: flex-start;
  }

  .bio-image {
    height: 320px;
  }

  .bio-image img {
    object-position: 50% 16%;
    -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 18%);
            mask-image: linear-gradient(180deg, transparent 0, #000 18%);
  }

  /* --- WORKSHOP --- */

  .workshop-section::before {
    top: -18%;
    left: -30%;
    width: 120%;
    height: 44%;
  }

  .workshop-header {
    margin-bottom: 10px;
  }

  .workshop-subheader {
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 34px;
  }

  .accordion-item {
    padding: 20px 0 9px;
  }

  .accordion-trigger {
    align-items: flex-start;
    padding: 0 0 12px;
    gap: 16px;
  }

  .accordion-title {
    font-size: 28px;
    line-height: 1.16;
  }

  .accordion-icon {
    width: 14px;
    height: 14px;
    margin-top: 9px;
  }

  .accordion-body {
    font-size: 16px;
    line-height: 1.62;
  }

  .accordion-panel {
    padding-bottom: 20px;
  }

  /* --- CIRCLE --- */

  .circle-header-row {
    flex-direction: column-reverse;
    gap: 22px;
  }

  .circle-logo {
    height: 20px;
  }

  .circle-header-divider {
    display: none;
  }

  .circle-grid {
    grid-template-columns: 1fr;
    border-left: none;
    border-right: none;
  }

  .circle-card {
    padding: 34px 0;
    border-left: none;
    border-top: var(--border-ink);
  }

  /* Override desktop "first row = no top border" rule */
  .circle-card:nth-child(-n+3) {
    border-top: var(--border-ink);
  }

  .circle-card:first-child {
    border-top: none;
  }

  .circle-subheader {
    font-size: 18px;
    line-height: 1.42;
    max-width: 23rem;
    margin-bottom: 44px;
  }

  .card-image-wrap {
    height: 66px;
    margin-bottom: 18px;
  }

  .card-image--headshot {
    width: 64px;
    height: 64px;
  }

  .card-image--icon {
    height: 48px;
  }

  .card-image--productivity-nexus {
    height: 44px;
  }

  .circle-title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .circle-description {
    font-size: 16px;
    line-height: 1.58;
  }

  /* --- PRICING --- */

  .pricing-section::before {
    top: -120px;
    right: -210px;
    width: 380px;
    height: 380px;
  }

  .pricing-header {
    font-size: 44px;
  }

  .pricing-subheader {
    font-size: 18px;
    line-height: 1.42;
    max-width: 23rem;
    margin-bottom: 36px;
  }

  .tabs {
    margin-bottom: 42px;
    max-width: 100%;
  }

  .tab {
    padding: 10px 20px;
    font-size: 12px;
  }

  .pricing-columns {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 52px;
  }

  .pricing-card {
    padding: 34px 24px 30px;
  }

  .card-tier {
    margin-bottom: 18px;
  }

  .card-price {
    font-size: clamp(64px, 19vw, 78px);
  }

  .card-price-period {
    font-size: 17px;
    margin-left: 6px;
  }

  .card-divider {
    margin: 18px 0;
  }

  .card-referral {
    font-size: 15px;
  }

  .features-section {
    flex-direction: column;
    gap: 18px;
  }

  .features-heading {
    font-size: 28px;
    white-space: normal;
    padding-right: 0;
    margin-bottom: 12px;
  }

  .features-left,
  .features-list {
    width: 100%;
  }

  .feature-item {
    gap: 11px;
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.5;
  }

  .feature-check {
    position: relative;
    top: 1px;
    font-size: 14px;
  }

  .cta-fine-print-block {
    width: 100%;
    max-width: none;
    left: auto;
    transform: none;
    margin: 54px 0 38px;
  }

  .cta-fine-print {
    flex-direction: column;
    padding: 30px 0 34px;
  }

  .cta-fine-print-item,
  .cta-fine-print-item + .cta-fine-print-item {
    padding: 18px 0;
    border-left: none;
    border-top: var(--border-paper);
  }

  .cta-fine-print-item:first-child {
    padding-top: 0;
    border-top: none;
  }

  .cta-fine-print-body {
    font-size: 14px;
    line-height: 1.58;
  }

  .cta-button {
    width: 100%;
    max-width: 400px;
    padding: 18px 20px 19px;
    font-size: 22px;
  }

}

@media (max-width: 380px) {
  :root {
    --section-padding: 62px 20px;
  }

  .hero-section {
    padding: 0 20px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .tab {
    padding: 9px 16px;
  }

  .pricing-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-price {
    font-size: 60px;
  }

  .card-price-period {
    font-size: 16px;
  }

  .cta-button {
    font-size: 20px;
  }
}
