:root {
  --paper: #f8f8f5;
  --ink: #151c24;
  --green: #264f3d;
  --gold: #b58a24;
  --signal-blue: #3479b9;
  --coral: #e5a7bc;
  --coral-ink: #974461;
  --soft-coral: #f3e9e7;
  --soft-green: #edf1ed;
  --soft-blue: #edf0f2;
  --muted: #626a70;
  --font-body: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  --font-display: "IBM Plex Mono", "Courier New", monospace;
  --measure: 62ch;
  --measure-narrow: 46ch;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

main p {
  max-width: var(--measure);
}

body::before {
  content: "";
  position: fixed;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  opacity: 0.012;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

a {
  color: inherit;
  text-underline-offset: 0.28em;
  text-decoration-thickness: 1px;
}

.skip-link {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 1rem;
  padding: 0.7rem 1rem;
  transform: translateY(-110%);
  background: var(--ink);
  color: var(--paper);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header,
main,
.site-footer {
  width: min(100% - 48px, 1260px);
  margin-inline: auto;
}

.announcement {
  width: 100%;
  border-bottom: 1px solid rgba(21, 28, 36, 0.12);
  background: rgba(232, 212, 154, 0.4);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.76rem;
  text-align: center;
}

.announcement summary {
  padding: 0.7rem 3rem;
  position: relative;
  cursor: pointer;
  list-style: none;
}

.announcement summary::-webkit-details-marker {
  display: none;
}

.announcement summary::after {
  content: "+";
  margin-left: 0.75rem;
  color: var(--gold);
}

.announcement[open] summary::after {
  content: "−";
}

.announcement-body {
  padding: 0 1.5rem 0.8rem;
}

.announcement-body p {
  margin-bottom: 0;
  color: var(--muted);
}

.site-header {
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  font-size: 0.78rem;
}

.site-header,
.site-footer,
.wordmark,
.button,
.offer-link,
.offer-meta,
.note-label {
  font-family: var(--font-display);
}

.wordmark {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  text-decoration: none;
}

.brand-lockup {
  width: max-content;
  display: grid;
  justify-items: start;
  gap: 0.42rem;
}

.point-link {
  display: inline-flex;
  align-items: center;
  gap: 0.18rem;
  transform: rotate(-0.35deg);
  color: var(--coral-ink);
  font-family: var(--font-display);
  font-size: 0.61rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.point-link span {
  color: var(--gold);
  font-size: 1.4em;
  font-style: normal;
  line-height: 0;
}

.point-link:hover,
.point-link:focus-visible {
  color: var(--signal-blue);
}

.wordmark-separator {
  margin: 0;
  color: var(--gold);
  font-size: 1em;
  font-style: normal;
  line-height: 1;
}

.wordmark em {
  font-style: italic;
}

.site-header nav,
.site-footer div {
  display: flex;
  gap: 2rem;
}

.site-footer div {
  flex-wrap: wrap;
  justify-content: center;
}

.footer-project-link {
  color: var(--green);
  font-family: var(--font-display);
}

.site-header nav a {
  text-decoration: none;
}

.site-header nav .nav-work {
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.42em;
}

.header-contact {
  justify-self: end;
}

.hero {
  min-height: 0;
  padding: clamp(4rem, 9vh, 7rem) 0 clamp(6rem, 12vw, 10rem);
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 400;
}

h1 {
  max-width: 1120px;
  margin-bottom: 4rem;
  font-size: clamp(3.3rem, 7.4vw, 7rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

h1 em {
  font-weight: 400;
  font-style: italic;
}

.sens-link {
  color: var(--green);
  text-decoration-line: underline;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.12em;
}

.it-link {
  color: var(--signal-blue);
  text-decoration-line: underline;
  text-decoration-color: rgba(52, 121, 185, 0.66);
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.12em;
}

.it-link:hover,
.it-link:focus-visible {
  color: var(--green);
  text-decoration-color: var(--gold);
}

.sens-link:hover,
.sens-link:focus-visible {
  color: var(--ink);
}

.hero-note {
  width: min(100%, 700px);
  margin-top: clamp(4rem, 8vw, 7rem);
  display: grid;
  grid-template-columns: minmax(0, 620px);
  gap: 1.5rem;
  align-items: start;
}

.hero-note p {
  margin-bottom: 0;
  font-size: 1.05rem;
}

.hero-problem {
  color: var(--green);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.8rem) !important;
  line-height: 1.2;
}

.hero-value {
  max-width: 640px;
}

.hero-points {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 1.05rem;
}

.hero-points li {
  margin-bottom: 0.45rem;
  padding-left: 0.2rem;
}

.hero-points li::marker {
  color: var(--green);
}

.button {
  display: inline-flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.button {
  min-height: 46px;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  background: var(--coral);
  border: 1px solid rgba(21, 28, 36, 0.18);
  color: var(--ink);
  font-size: 0.76rem;
  letter-spacing: 0.01em;
}

.button:hover,
.button:focus-visible {
  background: #d88da7;
  color: var(--ink);
}

.ways,
.notes,
.about {
  padding: clamp(5rem, 10vw, 9rem) 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.5rem, 4.6vw, 4.5rem);
  letter-spacing: -0.035em;
  line-height: 1;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  gap: 4rem;
  align-items: end;
}

.section-heading > p {
  margin-bottom: 0;
}

.ways h2 {
  margin-bottom: 0;
}

.ways {
  position: relative;
  isolation: isolate;
}

.ways::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: linear-gradient(
    125deg,
    rgba(233, 238, 232, 0.9) 0%,
    rgba(250, 248, 242, 0.78) 48%,
    rgba(232, 237, 242, 0.82) 100%
  );
}

.ways::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 50%;
  bottom: 0;
  width: 100vw;
  height: 34%;
  transform: translateX(50%);
  opacity: 0.42;
  background:
    radial-gradient(ellipse at 12% 118%, transparent 0 27%, rgba(38, 79, 61, 0.12) 27.5% 28%, transparent 28.5%),
    radial-gradient(ellipse at 54% 125%, transparent 0 38%, rgba(21, 28, 36, 0.08) 38.5% 39%, transparent 39.5%),
    radial-gradient(ellipse at 88% 116%, transparent 0 22%, rgba(181, 138, 36, 0.12) 22.5% 23%, transparent 23.5%);
  pointer-events: none;
}

.ways-heading {
  margin-bottom: clamp(3rem, 6vw, 5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.spiral-mark {
  width: 92px;
  height: 82px;
  flex: 0 0 auto;
  background:
    radial-gradient(circle at 49% 50%, var(--green) 0 2px, transparent 2.5px),
    radial-gradient(circle at 55% 50%, var(--green) 0 2px, transparent 2.5px),
    radial-gradient(circle at 57% 57%, var(--green) 0 2.5px, transparent 3px),
    radial-gradient(circle at 51% 63%, var(--green) 0 2.5px, transparent 3px),
    radial-gradient(circle at 42% 62%, var(--green) 0 3px, transparent 3.5px),
    radial-gradient(circle at 36% 53%, var(--green) 0 3px, transparent 3.5px),
    radial-gradient(circle at 39% 41%, var(--green) 0 3.5px, transparent 4px),
    radial-gradient(circle at 50% 34%, var(--green) 0 3.5px, transparent 4px),
    radial-gradient(circle at 63% 38%, var(--green) 0 4px, transparent 4.5px),
    radial-gradient(circle at 70% 51%, var(--green) 0 4px, transparent 4.5px),
    radial-gradient(circle at 66% 67%, var(--green) 0 4.5px, transparent 5px),
    radial-gradient(circle at 51% 78%, var(--green) 0 5px, transparent 5.5px),
    radial-gradient(circle at 32% 74%, var(--green) 0 5px, transparent 5.5px),
    radial-gradient(circle at 20% 58%, var(--green) 0 5.5px, transparent 6px);
}

.ways-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2.5rem, 5vw, 5rem);
}

.ways-list article {
  min-height: 340px;
  display: flex;
  flex-direction: column;
}

.offer-meta,
.note-label {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ways-list h3 {
  margin-bottom: 1.25rem;
  font-size: 1.65rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.ways-list p {
  margin-bottom: 1.5rem;
}

.offer-points {
  margin: 0 0 2rem;
  padding-left: 1.15rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.offer-points li {
  margin-bottom: 0.7rem;
  padding-left: 0.2rem;
}

.offer-points li::marker {
  color: var(--green);
}

.offer-link {
  margin-top: auto;
  color: var(--coral-ink);
  font-size: 0.85rem;
  font-weight: 500;
  text-underline-offset: 0.35em;
}

.offer-link:hover,
.offer-link:focus-visible {
  color: var(--ink);
}

.offer-actions {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
}

.offer-actions .offer-link {
  margin-top: 0;
}

.offer-button {
  min-height: 42px;
}

.ways-help {
  max-width: 780px;
  margin: 4rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
  font-style: italic;
}

.ways-help span {
  display: block;
}

.ways-help span + span {
  margin-top: 0.65rem;
}

.ways-help a {
  color: var(--ink);
}

.things {
  padding: clamp(6rem, 12vw, 11rem) 0;
}

.things-heading {
  margin-bottom: clamp(3rem, 7vw, 6rem);
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.7fr);
  gap: 4rem;
  align-items: end;
}

.things-heading p {
  margin-bottom: 0;
}

.things-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(21, 28, 36, 0.13);
  border: 1px solid rgba(21, 28, 36, 0.13);
}

.thing {
  min-height: 280px;
  padding: clamp(1.75rem, 4vw, 3.5rem);
  position: relative;
  background: var(--paper);
}

.thing-mark {
  width: 30px;
  height: 30px;
  margin-bottom: 2.25rem;
  display: block;
  background:
    radial-gradient(circle at 50% 49%, var(--signal-blue) 0 1px, transparent 1.4px),
    radial-gradient(circle at 59% 52%, var(--signal-blue) 0 1px, transparent 1.4px),
    radial-gradient(circle at 61% 63%, var(--signal-blue) 0 1.2px, transparent 1.6px),
    radial-gradient(circle at 50% 70%, var(--signal-blue) 0 1.3px, transparent 1.7px),
    radial-gradient(circle at 35% 65%, var(--signal-blue) 0 1.5px, transparent 1.9px),
    radial-gradient(circle at 29% 49%, var(--signal-blue) 0 1.7px, transparent 2.1px),
    radial-gradient(circle at 37% 29%, var(--signal-blue) 0 1.9px, transparent 2.3px),
    radial-gradient(circle at 61% 23%, var(--signal-blue) 0 2px, transparent 2.4px),
    radial-gradient(circle at 82% 41%, var(--signal-blue) 0 2.2px, transparent 2.6px),
    radial-gradient(circle at 78% 73%, var(--signal-blue) 0 2.4px, transparent 2.8px),
    radial-gradient(circle at 48% 92%, var(--signal-blue) 0 2.6px, transparent 3px);
  transition: transform 700ms ease;
}

.thing:hover .thing-mark {
  transform: rotate(180deg);
}

.thing-website {
  min-height: 390px;
  grid-row: span 2;
}

.thing h3 {
  margin-bottom: 1.5rem;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1.05;
}

.thing p:last-child {
  max-width: 500px;
  margin-bottom: 0;
  color: var(--muted);
}

.things-link {
  display: inline-block;
  margin-top: 2rem;
}

.testimonial {
  width: min(100% - 48px, 920px);
  margin: clamp(3rem, 7vw, 7rem) auto;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(21, 28, 36, 0.08);
  border-radius: 2px;
  background: var(--soft-coral);
}

.testimonial blockquote {
  margin: 0;
}

.testimonial blockquote p {
  margin-bottom: 1.5rem;
  color: var(--ink);
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  font-family: var(--font-display);
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.testimonial strong {
  color: var(--green);
  font-weight: 500;
}

.testimonial footer {
  color: var(--muted);
  font-size: 0.75rem;
}

.testimonial footer a {
  color: var(--ink);
  font-weight: 500;
}

.testimonial-bolt {
  color: var(--gold);
  font-size: 1.15em;
}

.notes-list {
  margin-top: clamp(3rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 2.5vw, 2rem);
}

.note-card {
  min-height: 320px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(21, 28, 36, 0.08);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.note-card-green {
  background: var(--soft-green);
}

.note-card-blue {
  background: var(--soft-blue);
}

.note-card-core {
  min-height: 260px;
  grid-column: 1 / -1;
  position: relative;
  overflow: hidden;
  background: #e8d49a;
}

.note-card-core::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #c9ae63 0 49%, var(--paper) 51% 100%);
}

.note-card-core h3 {
  max-width: 760px;
}

.note-card-dream {
  min-height: 260px;
  grid-column: 1 / -1;
  position: relative;
  overflow: hidden;
  padding-inline: clamp(3.25rem, 6vw, 5rem);
  background: #f1f1ec;
}

.note-card-dream::before,
.note-card-dream::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25px;
  background: radial-gradient(circle, var(--paper) 0 4px, rgba(21, 28, 36, 0.13) 4.5px 5px, transparent 5.5px) center 8px / 25px 28px repeat-y;
}

.note-card-dream::before {
  left: 0;
}

.note-card-dream::after {
  right: 0;
}

.note-card-it {
  grid-column: 1 / -1;
  min-height: 260px;
  background:
    linear-gradient(118deg, rgba(52, 121, 185, 0.08), transparent 58%),
    var(--paper);
}

.note-card h3 em {
  color: var(--green);
  font-style: italic;
}

.note-card p strong {
  color: var(--green);
  font-weight: 500;
}

.note-lead {
  font-family: var(--font-display);
  font-style: italic;
}

.note-card:hover,
.note-card:focus-visible {
  border-color: rgba(38, 79, 61, 0.45);
}

.note-card:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
}

.notes-list h3 {
  margin: 2.25rem 0 1.25rem;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.note-action {
  margin-top: auto;
  font-size: 0.82rem;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.about {
  padding-inline: clamp(1.5rem, 5vw, 5rem);
  clip-path: inset(0 -100vmax);
  min-height: clamp(520px, 52vw, 680px);
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(190px, 0.7fr) minmax(320px, 1.25fr) minmax(260px, 0.8fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  color: var(--paper);
}

.about::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0 50%;
  width: 100vw;
  transform: translateX(-50%);
  background-image:
    linear-gradient(90deg, rgba(23, 36, 55, 0.88) 0%, rgba(23, 36, 55, 0.72) 47%, rgba(23, 36, 55, 0.12) 74%, rgba(23, 36, 55, 0) 100%),
    repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.025) 0 1px, rgba(21, 28, 36, 0.025) 2px 4px),
    url("assets/daniel-wide-v2.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(0.72) contrast(1.06);
}

.about::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 56%;
  left: 50%;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background: rgba(190, 255, 82, 0.22);
  box-shadow: 0 2px rgba(181, 87, 116, 0.2), 0 -2px rgba(166, 213, 205, 0.14);
  pointer-events: none;
}

.about-intro {
  max-width: 560px;
  margin: 0 0 2rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.35;
}

.about-hello {
  margin-bottom: 1.2rem;
  color: #c5ff5c;
  font-family: var(--font-display);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-shadow: 0 0 9px rgba(197, 255, 92, 0.48);
  text-transform: uppercase;
}

.typing-cursor {
  width: 0.62em;
  height: 0.08em;
  margin-left: 0.16em;
  display: inline-block;
  transform: translateY(0.12em);
  background: #c5ff5c;
  box-shadow: 0 0 8px rgba(197, 255, 92, 0.42);
  animation: cursor-blink 1.05s steps(1, end) infinite;
}

.typing-line {
  min-height: 1.25rem;
  margin-top: 1.35rem;
  display: block;
}

@keyframes cursor-blink {
  0%,
  46% {
    opacity: 1;
  }

  47%,
  100% {
    opacity: 0;
  }
}

.about-copy {
  max-width: 400px;
}

.about-copy strong {
  color: var(--paper);
  font-weight: 500;
}

.about-copy p {
  margin-bottom: 2rem;
}

.about-copy a {
  color: var(--paper);
  text-decoration-color: rgba(229, 167, 188, 0.72);
}

.site-footer {
  min-height: 150px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  font-size: 0.75rem;
}

.site-footer p {
  margin-bottom: 0;
  justify-self: end;
}

.wordmark-small {
  font-size: 0.68rem;
}

::selection {
  background: var(--soft-green);
  color: var(--ink);
}

.note-page main {
  width: min(100% - 48px, 760px);
}

.note-header {
  padding: clamp(5rem, 12vw, 9rem) 0 3rem;
}

.note-header h1 {
  margin-bottom: 2rem;
  font-size: clamp(3.2rem, 8vw, 6rem);
}

.note-header p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.1rem;
}

.artful-field {
  width: 100vw;
  height: clamp(230px, 31vw, 430px);
  margin: clamp(5rem, 11vw, 9rem) 0;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(90deg, rgba(248, 248, 245, 0) 0%, rgba(235, 230, 220, 0.42) 46%, rgba(248, 248, 245, 0) 100%);
}

.artful-field canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.world-builder-mark {
  width: min(100% - 48px, 760px);
  min-height: clamp(340px, 55vw, 560px);
  margin: 0 auto;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.world-builder-copy {
  margin: 0;
  position: relative;
  z-index: 1;
  text-align: center;
}

.world-build-sequence {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 8vw, 6.35rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.78;
  text-transform: lowercase;
}

.world-build-sequence > span {
  display: block;
}

.world-build-sequence > span:nth-child(2) {
  margin-left: 0.7em;
  color: var(--green);
}

.world-build-sequence > span:last-child {
  margin-left: -0.2em;
}

.world-build-sequence b {
  color: var(--green);
  font-weight: inherit;
}

.world-build-invitation {
  margin: 2rem 0 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(0.78rem, 1.3vw, 0.96rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.world-builder-orbit,
.world-builder-orbit::before,
.world-builder-orbit::after {
  border: 1px solid rgba(21, 28, 36, 0.17);
  border-radius: 50%;
  position: absolute;
  content: "";
}

.world-builder-orbit {
  width: min(72vw, 520px);
  height: min(25vw, 180px);
  transform: rotate(-9deg);
}

.world-builder-orbit::before {
  width: 52%;
  aspect-ratio: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: rgba(181, 138, 36, 0.42);
}

.world-builder-orbit::after {
  width: 7px;
  height: 7px;
  top: 2%;
  left: 82%;
  border: 0;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(181, 138, 36, 0.1);
}

.what-is-it-page {
  --note-accent: #96506f;
}

.mystery-accent {
  color: var(--note-accent);
  font-style: italic;
  font-weight: 500;
}

.note-header .note-kicker {
  margin-bottom: 1.25rem;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.core-note-header .note-kicker em {
  color: var(--green);
  font-size: 1.3em;
  font-style: italic;
  text-transform: lowercase;
}

.core-note-header .ease-line {
  max-width: 32ch;
  margin-bottom: 0.8rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  line-height: 1.25;
}

.sens-meanings {
  margin: clamp(1.75rem, 4vw, 2.75rem) 0 0;
  padding: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: clamp(0.75rem, 3vw, 2rem);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(0.78rem, 2vw, 1.08rem);
  line-height: 1;
  list-style: none;
  white-space: nowrap;
}

.sens-meanings li:nth-child(1) {
  color: var(--green);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.sens-meanings li:nth-child(2) {
  color: var(--signal-blue);
  font-style: italic;
  transform: translateY(-0.22em);
}

.sens-meanings li:nth-child(3) {
  color: var(--gold);
  font-size: 0.86em;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sens-meanings li:nth-child(4) {
  font-style: italic;
  transform: translateY(0.18em);
}

.sens-meanings li:nth-child(5) {
  color: var(--green);
  letter-spacing: 0.03em;
}

@media (max-width: 560px) {
  .sens-meanings {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.8rem 1.35rem;
    line-height: 1.2;
    white-space: normal;
  }
}

.pardon-line > span {
  color: var(--signal-blue);
  font-family: var(--font-display);
  font-style: italic;
}

.world-orbit {
  width: min(100%, 440px);
  aspect-ratio: 1.6;
  margin: 4rem auto 5rem;
  position: relative;
  overflow: hidden;
}

.world-orbit::before {
  content: "";
  width: 210px;
  height: 210px;
  border: 1px solid rgba(52, 121, 185, 0.68);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(ellipse at center, transparent 0 36%, rgba(52, 121, 185, 0.2) 36.5% 37%, transparent 37.5%),
    linear-gradient(90deg, transparent 49.6%, rgba(52, 121, 185, 0.32) 49.8% 50.2%, transparent 50.4%);
}

.world-orbit::after {
  content: "";
  width: 390px;
  height: 105px;
  border: 1px solid rgba(181, 138, 36, 0.62);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
}

.world-orbit span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 76%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(181, 138, 36, 0.1);
}

.note-body {
  padding-bottom: clamp(5rem, 12vw, 9rem);
  font-size: 1.08rem;
}

.note-expander {
  margin-top: clamp(2rem, 5vw, 4rem);
}

.note-expander summary {
  padding: 1.1rem 0;
  border-top: 1px solid rgba(21, 28, 36, 0.18);
  border-bottom: 1px solid rgba(21, 28, 36, 0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  color: var(--green);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
  cursor: pointer;
}

.note-expander summary::-webkit-details-marker {
  display: none;
}

.note-expander summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
}

.note-expander .when-open {
  display: none;
}

.note-expander[open] .when-closed {
  display: none;
}

.note-expander[open] .when-open {
  display: inline;
}

.note-expander-mark {
  width: 1.25rem;
  display: grid;
  gap: 0.22rem;
}

.note-expander-mark i {
  height: 1px;
  display: block;
  background: currentColor;
  transform-origin: center;
  transition: transform 180ms ease, opacity 180ms ease;
}

.note-expander[open] .note-expander-mark i:first-child {
  transform: translateY(0.23rem) rotate(45deg);
}

.note-expander[open] .note-expander-mark i:nth-child(2) {
  opacity: 0;
}

.note-expander[open] .note-expander-mark i:last-child {
  transform: translateY(-0.23rem) rotate(-45deg);
}

.expanded-note-body {
  padding-top: clamp(4rem, 8vw, 7rem);
}

.note-body p {
  margin-bottom: 1.5rem;
}

.note-body h2 {
  margin: 4rem 0 1.5rem;
  font-size: 2rem;
}

.core-note-header h1 em {
  color: var(--green);
}

.note-emphasis,
.note-question {
  color: var(--green);
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 500;
  line-height: 1.35;
}

.question-sequence {
  margin: 2.5rem 0 3rem;
  color: var(--ink);
  font-size: 1.12rem;
}

.question-sequence p {
  margin-bottom: 0.65rem;
}

.closing-lines {
  margin: 3.5rem 0 0;
  color: var(--green);
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 500;
  line-height: 1.35;
}

.closing-lines p {
  margin-bottom: 0.35rem;
}

.note-cta {
  margin-top: 4rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid rgba(21, 28, 36, 0.08);
  border-radius: 2px;
  background: var(--soft-green);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.note-cta p {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 1rem;
}

.note-cta .button {
  flex: 0 0 auto;
}

.note-back {
  display: inline-block;
  margin-top: 3rem;
}

.note-landing-cta {
  margin-top: clamp(3rem, 7vw, 6rem);
}

.note-landing-back {
  margin-bottom: clamp(5rem, 12vw, 9rem);
}

@media (prefers-reduced-motion: reduce) {
  .note-expander-mark i {
    transition: none;
  }
}

.services-hero {
  padding: clamp(5rem, 11vw, 10rem) 0 clamp(6rem, 12vw, 11rem);
}

.services-hero > p:last-child {
  max-width: 650px;
  margin: 3rem 0 0 auto;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}

.work-project-callout {
  margin: 0 0 clamp(2rem, 6vw, 5rem);
  padding: clamp(2.25rem, 5vw, 4.5rem) 0;
  display: grid;
  grid-template-columns: minmax(130px, 0.34fr) minmax(360px, 1fr) auto;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  border-top: 1px solid rgba(21, 28, 36, 0.16);
  border-bottom: 1px solid rgba(21, 28, 36, 0.16);
}

.work-project-callout h2 {
  margin: 0 0 1rem;
  display: flex;
  align-items: baseline;
  gap: 0.55em;
  flex-wrap: wrap;
  font-size: clamp(1.75rem, 3.5vw, 3.2rem);
  line-height: 1.05;
}

.work-project-callout h2 span:nth-child(2) {
  color: var(--gold);
}

.work-project-callout h2 span:last-child {
  color: var(--green);
  font-size: 0.62em;
}

.work-project-callout p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.work-project-callout > .text-link {
  justify-self: end;
  white-space: nowrap;
}

.wave-title {
  max-width: none;
  margin: 2rem 0 0;
}

.wave-title span {
  display: inline-block;
}

.wave-title span:nth-child(2) {
  transform: translateY(-0.06em);
}

.wave-title span:nth-child(3) {
  transform: translateY(0.045em);
}

.wave-title span:nth-child(4) {
  transform: translateY(-0.025em);
}

.service-detail {
  padding: clamp(5rem, 10vw, 9rem) 0;
  display: grid;
  grid-template-columns: minmax(70px, 0.25fr) minmax(360px, 1.25fr) minmax(240px, 0.7fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
  scroll-margin-top: 2rem;
}

.service-detail-tint {
  padding-inline: clamp(1.5rem, 5vw, 5rem);
  background: var(--soft-green);
  box-shadow: 0 0 0 100vmax var(--soft-green);
  clip-path: inset(0 -100vmax);
}

.service-index {
  margin: -0.18em 0 0;
  color: var(--green);
  font-size: clamp(3.5rem, 7vw, 6.5rem);
  font-weight: 500;
  font-family: var(--font-display);
  line-height: 1;
}

.service-copy h2 {
  margin-bottom: 2rem;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
}

.service-intro {
  max-width: 650px;
  margin-bottom: 2.5rem;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.4;
}

.service-steps,
.service-includes {
  margin: 0 0 3rem;
  padding-left: 1.25rem;
}

.service-steps li,
.service-includes li {
  margin-bottom: 1rem;
  padding-left: 0.35rem;
}

.service-steps li::marker,
.service-includes li::marker {
  color: var(--green);
  font-weight: 500;
}

.service-steps strong {
  font-weight: 500;
}

.service-action {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.service-action .button {
  margin: 0;
}

.service-price {
  margin: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 0.7rem;
}

.service-price span {
  font-style: italic;
}

.service-price strong {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 500;
}

.service-quote {
  margin: 3.5rem 0 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(21, 28, 36, 0.08);
  border-radius: 2px;
  background: var(--soft-coral);
}

.service-quote p {
  margin-bottom: 1.5rem;
  color: var(--green);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 500;
  font-family: var(--font-display);
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.service-quote footer,
.service-side-note {
  color: var(--muted);
  font-size: 0.82rem;
}

.service-side-note {
  margin-top: 4rem;
  max-width: 320px;
}

.services-closing {
  margin: clamp(3rem, 7vw, 7rem) 0;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 2px;
  background: var(--ink);
  color: var(--paper);
}

.services-closing p {
  margin-bottom: 1rem;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.services-closing a {
  color: var(--paper);
}

/* Homepage decision path */

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

.home-header {
  grid-template-columns: auto 1fr auto;
  gap: clamp(1.5rem, 4vw, 4rem);
}

.home-header nav {
  justify-self: center;
  gap: clamp(1rem, 2.4vw, 2.25rem);
}

.umbrella-link {
  justify-self: end;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 0.7rem;
  text-decoration: none;
  white-space: nowrap;
}

.umbrella-link:hover,
.umbrella-link:focus-visible {
  color: var(--green);
}

.decision-hero {
  min-height: calc(100vh - 78px);
  padding: clamp(4rem, 8vw, 8rem) 0 clamp(7rem, 12vw, 11rem);
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(340px, 0.75fr);
  gap: clamp(3rem, 9vw, 9rem);
  align-items: end;
}

.hero-stacked {
  max-width: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: clamp(4.5rem, 9vw, 8rem);
  line-height: 0.78;
  text-transform: uppercase;
}

.hero-stacked > * {
  display: block;
}

.hero-stacked > :nth-child(2) {
  margin-left: 0.55em;
}

.hero-stacked > :nth-child(3) {
  margin-left: 0.18em;
}

.hero-stacked > :nth-child(4) {
  margin-left: 0.72em;
}

.hero-ellipsis {
  margin-left: 0.2em;
  color: var(--gold);
  font-size: 0.42em;
  letter-spacing: 0.13em;
  vertical-align: 0.12em;
}

.sens-line {
  white-space: nowrap;
}

.hero-period {
  margin-left: 0.07em;
  color: var(--gold);
}

.decision-copy {
  max-width: 580px;
  padding-bottom: 0.5rem;
}

.decision-copy > p {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.45;
}

.decision-statement span {
  display: block;
}

.decision-key {
  position: relative;
  display: inline-block !important;
  z-index: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 500;
}

.decision-key::after {
  content: "";
  position: absolute;
  left: -0.08em;
  right: -0.08em;
  bottom: 0.04em;
  height: 0.16em;
  z-index: -1;
  opacity: 0.78;
  transform: rotate(-1.2deg);
}

.decision-key-clear::after {
  background: #93c9ae;
}

.decision-key-right::after {
  background: #dda08f;
  transform: rotate(0.8deg);
}

.decision-key-way::after {
  background: #c7a44d;
  transform: rotate(-0.4deg);
}

.hero-actions {
  margin-top: 2.25rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.text-link {
  color: var(--coral-ink);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 500;
  text-underline-offset: 0.35em;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--ink);
}

.section-kicker {
  margin-bottom: 1.5rem;
  color: var(--green);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.recognition {
  padding: clamp(6rem, 11vw, 10rem) 0;
}

.recognition > .section-kicker {
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.recognition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(21, 28, 36, 0.14);
  border-bottom: 1px solid rgba(21, 28, 36, 0.14);
}

.recognition-grid article {
  min-height: 430px;
  padding: clamp(2rem, 4vw, 3.5rem);
  display: flex;
  flex-direction: column;
}

.recognition-grid article + article {
  border-left: 1px solid rgba(21, 28, 36, 0.14);
}

.recognition-grid h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.recognition-grid p {
  color: var(--muted);
}

.recognition-grid .text-link {
  margin-top: auto;
}

.recognition-grid article:nth-child(1) .thing-mark {
  clip-path: inset(0 58% 0 0);
  opacity: 0.58;
}

.recognition-grid article:nth-child(2) .thing-mark {
  clip-path: inset(0 28% 0 0);
  opacity: 0.78;
}

.recognition-grid article:nth-child(3) .thing-mark {
  clip-path: inset(0);
  opacity: 1;
}

.matters-preview {
  padding: clamp(6rem, 11vw, 10rem) clamp(1.5rem, 5vw, 5rem);
  background: var(--ink);
  box-shadow: 0 0 0 100vmax var(--ink);
  clip-path: inset(0 -100vmax);
  color: var(--paper);
}

.matters-preview .section-kicker {
  color: #b8d5c3;
}

.matters-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.8fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.matters-intro .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -1rem;
}

.matters-intro > p:last-child {
  margin-bottom: 0;
  color: rgba(248, 248, 245, 0.72);
}

.matters-list {
  margin: clamp(4rem, 8vw, 7rem) 0 3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(248, 248, 245, 0.2);
}

.matters-list div {
  padding: 2rem 2rem 0 0;
}

.matters-list div + div {
  padding-left: 2rem;
  border-left: 1px solid rgba(248, 248, 245, 0.2);
}

.matters-list dt {
  margin-bottom: 1rem;
  color: #b8d5c3;
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.matters-list dd {
  margin: 0;
  color: rgba(248, 248, 245, 0.72);
}

.matters-preview .text-link {
  color: var(--paper);
}

.evidence {
  padding: clamp(6rem, 11vw, 10rem) 0;
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(360px, 1fr);
  gap: clamp(4rem, 10vw, 10rem);
  align-items: center;
}

.evidence ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.7vw, 2.3rem);
  line-height: 1.35;
}

.evidence li + li {
  margin-top: 0.8rem;
}

.evidence blockquote {
  margin: 0;
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--soft-coral);
}

.evidence blockquote > p {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1.2;
}

.evidence blockquote footer {
  color: var(--muted);
  font-size: 0.78rem;
}

.capacity-band {
  min-height: clamp(170px, 21vw, 240px);
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 5vw, 5rem);
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 100vmax var(--ink);
  clip-path: inset(0 -100vmax);
  display: flex;
  align-items: center;
  background:
    repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.018) 0 1px, rgba(0, 0, 0, 0.08) 2px 4px),
    var(--ink);
  color: var(--paper);
}

.capacity-band::before {
  content: "";
  width: 112vw;
  height: 62px;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-0.35deg);
  opacity: 0.19;
  filter: blur(11px);
  background:
    linear-gradient(90deg,
      transparent 0 8%,
      rgba(52, 121, 185, 0.5) 18%,
      rgba(229, 167, 188, 0.62) 42%,
      rgba(197, 255, 92, 0.46) 63%,
      rgba(52, 121, 185, 0.42) 82%,
      transparent 94%);
  pointer-events: none;
}

.capacity-band::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background:
    repeating-linear-gradient(93deg, transparent 0 13%, rgba(255, 255, 255, 0.16) 13.2% 13.3%, transparent 13.5% 21%),
    repeating-linear-gradient(to bottom, transparent 0 7px, rgba(255, 255, 255, 0.06) 8px, transparent 9px 15px);
  mix-blend-mode: screen;
  pointer-events: none;
}

.capacity-band-copy {
  width: min(100%, 60ch);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.1rem;
}

.capacity-band p {
  width: 100%;
  margin: 0;
  font-family: var(--font-display);
  color: rgba(248, 248, 245, 0.82);
  font-size: clamp(0.86rem, 1.35vw, 1.04rem);
  letter-spacing: 0.015em;
  line-height: 1.6;
  text-align: left;
}

.capacity-band .capacity-audience {
  color: rgba(229, 167, 188, 0.86);
}

.capacity-self-link {
  margin-left: 0.6rem;
  border-bottom: 1px solid rgba(197, 255, 92, 0.56);
  display: inline-block;
  color: #c5ff5c;
  font-family: var(--font-display);
  font-size: 0.82em;
  white-space: nowrap;
}

.capacity-self-link:hover,
.capacity-self-link:focus-visible {
  border-color: var(--paper);
  color: var(--paper);
}

.about-preview {
  min-height: 620px;
  padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 5vw, 5rem);
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 100vmax var(--ink);
  clip-path: inset(0 -100vmax);
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(21, 28, 36, 0.96) 0%, rgba(21, 28, 36, 0.82) 48%, rgba(21, 28, 36, 0.12) 76%, rgba(21, 28, 36, 0) 100%),
    repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.025) 0 1px, rgba(21, 28, 36, 0.03) 2px 4px),
    url("assets/daniel-wide-v2.webp") 70% center / cover no-repeat;
  color: var(--paper);
}

.about-preview::after {
  content: "";
  width: 100vw;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translateX(-50%) rotate(-0.4deg);
  opacity: 0.42;
  background: radial-gradient(ellipse at 50% 0, transparent 0 58%, rgba(197, 255, 92, 0.42) 60% 64%, transparent 66%) 0 0 / 42px 18px repeat-x;
  pointer-events: none;
}

.about-preview-copy {
  max-width: 650px;
  position: relative;
  z-index: 1;
}

.about-preview .section-kicker {
  color: #c5ff5c;
}

.about-preview h2 {
  margin-bottom: 2rem;
}

.about-preview-copy > p:not(.section-kicker) {
  max-width: 560px;
  margin-bottom: 2rem;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.about-preview-home {
  min-height: 560px;
}

.about-preview-home .about-preview-intro {
  margin-bottom: 1rem;
}

.about-preview-list {
  max-width: 620px;
  margin: 0 0 2rem;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  list-style: none;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  line-height: 1.35;
}

.about-preview-list li {
  padding-left: 1.25rem;
  position: relative;
}

.about-preview-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: #c5ff5c;
}

.about-preview .text-link {
  color: var(--paper);
}

/* A compact proof point on the homepage */

.project-proof {
  padding: clamp(3rem, 6vw, 5rem) 0;
  display: grid;
  grid-template-columns: minmax(150px, 0.38fr) minmax(320px, 1fr) auto;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  border-bottom: 1px solid rgba(21, 28, 36, 0.14);
}

.project-proof-mark {
  height: 82px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  overflow: hidden;
  color: var(--green);
  font-family: var(--font-display);
  font-size: 0.72rem;
}

.project-proof-mark span {
  position: relative;
  text-align: center;
}

.project-proof-mark span::before {
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(38, 79, 61, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.project-proof-mark span:nth-child(2)::before {
  border-radius: 32% 68% 59% 41% / 51% 37% 63% 49%;
  transform: translate(-50%, -50%) rotate(22deg);
}

.project-proof-mark span:nth-child(3)::before {
  border-radius: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.project-proof-copy h2 {
  margin: 0.2rem 0 0.5rem;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
}

.project-proof-copy > p:last-child {
  max-width: 52ch;
  margin-bottom: 0;
  color: var(--muted);
}

.project-proof > .text-link {
  justify-self: end;
  white-space: nowrap;
}

.logbook-preview {
  padding: clamp(6rem, 11vw, 10rem) 0;
}

.logbook-grid {
  margin-top: clamp(3rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(21, 28, 36, 0.14);
}

.logbook-grid > a {
  min-height: 330px;
  padding: clamp(1.75rem, 3.5vw, 3rem);
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.logbook-grid > a + a {
  border-left: 1px solid rgba(21, 28, 36, 0.14);
}

.logbook-grid > a > span {
  color: var(--green);
  font-family: var(--font-display);
  font-size: 0.72rem;
}

.logbook-grid h3 {
  margin: auto 0 1.25rem;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.logbook-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.logbook-grid > a:hover,
.logbook-grid > a:focus-visible {
  background: var(--soft-blue);
}

.logbook-grid-single {
  max-width: 680px;
  grid-template-columns: minmax(0, 1fr);
}

.logbook-grid-single > a {
  min-height: 280px;
}

.logbook-link {
  margin-top: 2rem;
  display: inline-block;
}

.channel {
  margin-bottom: clamp(4rem, 8vw, 8rem);
  padding: clamp(4rem, 9vw, 8rem);
  background: var(--soft-green);
  text-align: center;
}

.channel-status {
  color: var(--green);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.channel-light {
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.55rem;
  border-radius: 50%;
  display: inline-block;
  background: #58a84b;
  box-shadow: 0 0 10px rgba(88, 168, 75, 0.72);
  animation: cursor-blink 1.2s steps(1, end) infinite;
}

.channel h2 {
  max-width: 780px;
  margin: 1.5rem auto 2rem;
}

.channel > p:not(.channel-status) {
  max-width: 620px;
  margin: 0 auto 2.25rem;
}

.channel .button {
  margin-inline: auto;
}

.button-green {
  background: var(--green);
  border-color: var(--green);
  color: var(--paper);
}

.button-green:hover,
.button-green:focus-visible {
  background: #1d3e30;
  color: var(--paper);
}

/* Interior pages */

.interior-main {
  padding-bottom: clamp(6rem, 12vw, 11rem);
}

.page-hero {
  padding: clamp(5rem, 11vw, 10rem) 0 clamp(5rem, 9vw, 8rem);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.page-hero h1 {
  max-width: 900px;
  margin-bottom: 0;
}

.page-lede {
  max-width: var(--measure-narrow);
  margin-bottom: 0;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}

.booking-hero .button {
  margin-top: 1.25rem;
}

.booking-note {
  margin-top: 1rem;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 0.78rem;
  line-height: 1.55;
}

.booking-context {
  max-width: 760px;
  padding: clamp(1rem, 3vw, 2rem) 0 clamp(5rem, 10vw, 9rem);
}

.booking-context h2 {
  max-width: 13ch;
  margin: 0.7rem 0 1.5rem;
}

.booking-context > p:last-of-type {
  max-width: 52ch;
}

/* Project stories */

.project-hero {
  min-height: 720px;
  padding: clamp(4rem, 10vw, 9rem) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.project-hero h1 {
  max-width: 11.5ch;
  margin: 1rem 0 2rem;
  font-size: clamp(4rem, 9vw, 8rem);
  line-height: 0.92;
}

.project-title-nowrap {
  white-space: nowrap;
}

.project-lede {
  max-width: 52ch;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.project-actions {
  margin-top: 2.25rem;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.recipe-field {
  min-height: 430px;
  padding: clamp(2rem, 5vw, 4.5rem);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(21, 28, 36, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(229, 167, 188, 0.22), transparent 45%),
    repeating-linear-gradient(0deg, transparent 0 29px, rgba(21, 28, 36, 0.055) 30px),
    var(--paper);
  font-family: var(--font-display);
  transform: rotate(0.7deg);
}

.recipe-field::before,
.recipe-field::after {
  content: "";
  width: 240px;
  height: 240px;
  position: absolute;
  border: 1px solid rgba(181, 138, 36, 0.55);
  border-radius: 50%;
}

.recipe-field::before {
  top: -105px;
  right: -75px;
}

.recipe-field::after {
  right: -28px;
  bottom: -170px;
  border-color: rgba(38, 79, 61, 0.5);
}

.recipe-field-word {
  color: var(--muted);
  font-size: 0.8rem;
}

.recipe-field-line {
  width: 100%;
  height: 1px;
  margin: 1.5rem 0;
  background: var(--gold);
}

.recipe-field strong {
  color: var(--green);
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.recipe-field-dot {
  width: 0.72rem;
  height: 0.72rem;
  margin-top: 2rem;
  border-radius: 50%;
  background: var(--coral-ink);
}

.project-question {
  padding: clamp(5rem, 10vw, 9rem) 0;
  display: grid;
  grid-template-columns: minmax(180px, 0.38fr) minmax(340px, 0.95fr) minmax(280px, 0.67fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  border-top: 1px solid rgba(21, 28, 36, 0.14);
}

.project-question h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--green);
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 1;
}

.project-question > div p:first-child {
  margin-top: 0;
}

.project-problem-answer {
  margin-top: 2rem;
  color: var(--coral-ink);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}

.project-build {
  padding: clamp(5rem, 10vw, 9rem) 0;
  box-shadow: 0 0 0 100vmax var(--soft-green);
  clip-path: inset(0 -100vmax);
  background: var(--soft-green);
}

.project-build-heading {
  max-width: 760px;
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

.project-build-heading h2 {
  margin: 0.4rem 0 1rem;
  letter-spacing: 0.12em;
}

.project-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(21, 28, 36, 0.16);
}

.project-steps article {
  min-height: 360px;
  padding: clamp(2rem, 4vw, 3.5rem);
}

.project-steps article + article {
  border-left: 1px solid rgba(21, 28, 36, 0.16);
}

.project-step-letter {
  width: 2.6rem;
  height: 2.6rem;
  margin: 0 0 clamp(4rem, 8vw, 7rem);
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--green);
  font-family: var(--font-display);
  font-size: 0.78rem;
}

.project-steps h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.5rem, 2.6vw, 2.3rem);
}

.project-steps p:last-child {
  color: var(--muted);
}

.project-design {
  padding: clamp(6rem, 11vw, 10rem) 0;
}

.project-design-intro {
  max-width: 780px;
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

.project-design-intro h2 {
  max-width: 12ch;
  margin: 0.5rem 0 1.5rem;
}

.project-design-intro > p:last-child {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
}

.project-palette {
  min-height: 170px;
  margin-bottom: clamp(4rem, 8vw, 7rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(21, 28, 36, 0.16);
}

.project-swatch {
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: var(--font-display);
}

.project-swatch + .project-swatch {
  border-left: 1px solid rgba(21, 28, 36, 0.16);
}

.project-swatch small {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
}

.project-swatch strong {
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 500;
}

.project-swatch-green {
  background: #315a43;
  color: #f3eee4;
}

.project-swatch-black {
  background: #28312c;
  color: #f3eee4;
}

.project-swatch-rose {
  background: #e5bdcb;
  color: #28312c;
}

.project-swatch-cream {
  background: #f3eee4;
  color: #28312c;
}

.project-design-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(21, 28, 36, 0.16);
  border-bottom: 1px solid rgba(21, 28, 36, 0.16);
}

.project-design-grid article {
  min-height: 390px;
  padding: clamp(2rem, 5vw, 4rem);
  position: relative;
  overflow: hidden;
}

.project-design-grid article:nth-child(even) {
  border-left: 1px solid rgba(21, 28, 36, 0.16);
}

.project-design-grid article:nth-child(n + 3) {
  border-top: 1px solid rgba(21, 28, 36, 0.16);
}

.project-design-index {
  color: #7b4056;
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.project-design-grid h3 {
  max-width: 16ch;
  margin: clamp(3rem, 7vw, 6rem) 0 1.25rem;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1.05;
}

.project-design-grid article > p:last-of-type {
  max-width: 48ch;
  color: var(--muted);
}

.project-diamond-field {
  width: min(100%, 240px);
  height: 128px;
  margin: 2.25rem 0 0 auto;
  position: static;
  transform: rotate(1.5deg);
  background:
    conic-gradient(from 45deg, #28312c 25%, #f3eee4 0 50%, #28312c 0 75%, #f3eee4 0) 0 0 / 38px 38px;
  box-shadow: 10px 10px 0 rgba(123, 64, 86, 0.18);
}

.project-outcome {
  padding: clamp(5rem, 10vw, 9rem) clamp(2rem, 6vw, 6rem);
  box-shadow: 0 0 0 100vmax var(--ink);
  clip-path: inset(0 -100vmax);
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 0.7fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  background: var(--ink);
  color: var(--paper);
}

.project-outcome .section-kicker {
  color: #c5ff5c;
}

.project-outcome h2 {
  max-width: 12ch;
  margin-bottom: 0;
}

.project-outcome > p {
  margin-bottom: 0;
  color: rgba(248, 248, 245, 0.74);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
}

.project-outcome > p strong {
  margin-top: 1.5rem;
  display: block;
  color: var(--paper);
  font-family: var(--font-display);
  font-weight: 500;
}

.project-closing {
  max-width: 860px;
  padding: clamp(6rem, 12vw, 11rem) 0 0;
}

.project-closing h2 {
  margin: 0.8rem 0 1.5rem;
}

.project-closing .button {
  margin-top: 1rem;
}

.framework-detail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(21, 28, 36, 0.14);
  border-bottom: 1px solid rgba(21, 28, 36, 0.14);
}

.principle {
  min-height: 420px;
  padding: clamp(2rem, 4vw, 3.5rem);
}

.principle + .principle {
  border-left: 1px solid rgba(21, 28, 36, 0.14);
}

.principle-index {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 0.72rem;
}

.principle h2 {
  margin: 4rem 0 1.5rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.principle-question {
  color: var(--green);
  font-weight: 500;
}

.matters-notes,
.about-detail,
.contact-layout {
  margin-top: clamp(6rem, 11vw, 10rem);
}

.matters-notes {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(360px, 1fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.matters-notes > div:first-child h2 {
  max-width: 12ch;
  margin-bottom: 1.15rem;
  line-height: 1.02;
}

.matters-notes > div:first-child > p:last-child {
  max-width: 38ch;
  margin-bottom: 0;
}

.matters-notes-links {
  display: grid;
  gap: 1rem;
}

.matters-notes-links a {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(21, 28, 36, 0.14);
  font-family: var(--font-display);
}

.about-detail {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(360px, 1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.about-portrait {
  min-height: 720px;
  position: sticky;
  top: 2rem;
  background:
    repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 0 1px, rgba(21, 28, 36, 0.03) 2px 4px),
    url("assets/daniel-trzcinski.webp") center / cover no-repeat;
}

.about-dream {
  margin-bottom: 2rem;
}

.about-dream .dream-signal {
  width: max-content;
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.55rem 0.42rem;
  background: var(--green);
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  transform: rotate(-0.5deg);
}

.about-dream > p:last-child {
  margin-bottom: 0;
  color: var(--green);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
  line-height: 1.35;
}

.about-page .page-lede {
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.2;
}

.about-hero-side {
  display: grid;
  gap: 1.25rem;
}

.about-listener {
  max-width: 34ch;
  margin: 0 0 0.75rem;
  color: var(--green);
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.4;
}

.about-proof {
  margin: 0;
  padding-left: 1rem;
  border-left: 2px solid var(--green);
}

.about-proof p {
  margin-bottom: 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.35;
}

.about-proof footer {
  color: var(--muted);
  font-size: 0.72rem;
}

.about-story p {
  margin-bottom: 2rem;
}

.about-story .about-closing-line {
  margin: clamp(3rem, 6vw, 5rem) 0 2rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  line-height: 1.3;
}

.about-closing-line strong {
  color: var(--green);
  font-weight: 500;
}

.about-closing-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.about-chapters {
  margin: 3rem 0;
  border-top: 1px solid rgba(21, 28, 36, 0.14);
}

.about-chapters > p {
  margin: 0;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(21, 28, 36, 0.14);
}

.about-chapters small {
  display: block;
  margin-top: 1rem;
  font-size: 0.74rem;
}

.about-chapters .constellation-line {
  color: var(--green);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  line-height: 1.35;
}

.in-progress {
  color: var(--green);
  font-size: 0.68em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.logbook-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(21, 28, 36, 0.14);
  background: rgba(21, 28, 36, 0.14);
}

.logbook-entry {
  min-height: 360px;
  padding: clamp(2rem, 4vw, 3.5rem);
  display: flex;
  flex-direction: column;
  background: var(--paper);
  text-decoration: none;
}

.logbook-entry:hover,
.logbook-entry:focus-visible {
  background: var(--soft-blue);
}

.logbook-entry .note-label {
  margin-bottom: auto;
}

.logbook-entry h2 {
  margin: 4rem 0 1.25rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.logbook-entry p {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(380px, 1fr);
  gap: clamp(3rem, 9vw, 9rem);
}

.contact-intro h2 {
  margin-bottom: 2rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.contact-hero .page-lede strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--ink);
  font-size: 1.08em;
  font-weight: 500;
}

.conversation-at {
  color: var(--green);
  font-style: italic;
  text-decoration: none;
}

.conversation-at:hover,
.conversation-at:focus-visible {
  color: var(--signal-blue);
}

#working-on {
  scroll-margin-top: 2.5rem;
}

#working-on:target {
  border-color: var(--green);
  outline: 2px solid rgba(38, 79, 61, 0.12);
  outline-offset: 3px;
}

.contact-intro a {
  color: var(--green);
}

.contact-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.form-trap {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -10000px;
  overflow: hidden;
  opacity: 0;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.form-field label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 500;
}

.field-mode {
  color: var(--green);
  font-size: 0.7rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.field-prompt {
  max-width: 48ch;
  margin: 0 0 0.25rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.dream-field textarea {
  min-height: 185px;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(21, 28, 36, 0.28);
  border-radius: 2px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(21, 28, 36, 0.42);
  opacity: 1;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form .button {
  grid-column: 1 / -1;
}

.contact-step-back {
  grid-column: 1 / -1;
  margin: 0.35rem 0 -0.35rem;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.035em;
}

.form-note {
  grid-column: 1 / -1;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 1.2em;
  margin: 0;
  color: var(--green);
  font-family: var(--font-display);
  font-size: 0.78rem;
}

@media (max-width: 820px) {
  .site-header,
  main,
  .site-footer {
    width: min(100% - 30px, 1260px);
  }

  .site-header {
    min-height: 72px;
    grid-template-columns: 1fr auto;
  }

  .home-header {
    grid-template-columns: 1fr auto;
  }

  .umbrella-link {
    font-size: 0.65rem;
  }

  .decision-hero,
  .matters-intro,
  .evidence,
  .page-hero,
  .matters-notes,
  .about-detail,
  .contact-layout,
  .project-proof,
  .project-hero,
  .project-question,
  .project-outcome {
    grid-template-columns: 1fr;
  }

  .project-proof {
    gap: 1.5rem;
  }

  .project-proof-mark {
    width: min(100%, 280px);
  }

  .project-proof > .text-link {
    justify-self: start;
  }

  .project-hero {
    min-height: 0;
  }

  .project-hero h1 {
    font-size: clamp(3.8rem, 15vw, 6rem);
  }

  .recipe-field {
    min-height: 320px;
  }

  .project-question {
    gap: 2rem;
  }

  .project-steps {
    grid-template-columns: 1fr;
  }

  .project-palette,
  .project-design-grid {
    grid-template-columns: 1fr;
  }

  .project-swatch {
    min-height: 130px;
  }

  .project-swatch + .project-swatch,
  .project-design-grid article:nth-child(even) {
    border-left: 0;
    border-top: 1px solid rgba(21, 28, 36, 0.16);
  }

  .project-design-grid article:nth-child(2) {
    border-top: 1px solid rgba(21, 28, 36, 0.16);
  }

  .project-steps article {
    min-height: 300px;
  }

  .project-steps article + article {
    border-left: 0;
    border-top: 1px solid rgba(21, 28, 36, 0.16);
  }

  .project-step-letter {
    margin-bottom: 3rem;
  }

  .decision-hero {
    min-height: 0;
    gap: 4rem;
  }

  .hero-stacked {
    font-size: clamp(4.1rem, 19vw, 7rem);
  }

  .recognition-grid,
  .matters-list,
  .logbook-grid,
  .framework-detail,
  .logbook-index {
    grid-template-columns: 1fr;
  }

  .recognition-grid article {
    min-height: 340px;
  }

  .recognition-grid article + article,
  .matters-list div + div,
  .logbook-grid > a + a,
  .principle + .principle {
    border-left: 0;
    border-top: 1px solid rgba(21, 28, 36, 0.14);
  }

  .matters-list div + div {
    padding-left: 0;
    border-top-color: rgba(248, 248, 245, 0.2);
  }

  .about-preview {
    min-height: 700px;
    align-items: flex-end;
    background:
      linear-gradient(0deg, rgba(21, 28, 36, 0.94) 0%, rgba(21, 28, 36, 0.55) 75%, rgba(21, 28, 36, 0.18) 100%),
      repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.025) 0 1px, rgba(21, 28, 36, 0.03) 2px 4px),
      url("assets/daniel-wide-v2.webp") 70% center / cover no-repeat;
  }

  .logbook-grid > a {
    min-height: 260px;
  }

  .principle {
    min-height: 340px;
  }

  .about-portrait {
    min-height: 600px;
    position: static;
  }

  .site-header nav {
    display: none;
  }

  .home-header {
    min-height: 116px;
    align-content: center;
  }

  .home-header nav {
    padding: 0.5rem 0 0.8rem;
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    gap: 1.35rem;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .home-header nav::-webkit-scrollbar {
    display: none;
  }

  .hero {
    min-height: 0;
    padding: 3rem 0 6rem;
  }

  .hero h1 {
    max-width: 9ch;
    margin-bottom: 0;
    font-size: clamp(3.6rem, 15vw, 5rem);
    line-height: 0.94;
  }

  .hero-note,
  .section-heading,
  .things-heading,
  .about {
    grid-template-columns: 1fr;
  }

  .hero-note {
    gap: 1.5rem;
    margin-top: 4rem;
  }

  .ways-list,
  .notes-list,
  .things-grid {
    grid-template-columns: 1fr;
  }

  .thing-website {
    min-height: 300px;
    grid-row: auto;
  }

  .ways-list article {
    min-height: 300px;
  }

  .notes-list {
    gap: 3rem;
  }

  .note-card {
    min-height: 280px;
  }

  .notes-list h3 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .testimonial {
    width: calc(100% - 30px);
  }

  .about {
    min-height: 680px;
    gap: 2rem;
  }

  .about::before {
    background-image:
      linear-gradient(90deg, rgba(23, 36, 55, 0.86) 0%, rgba(23, 36, 55, 0.66) 100%),
      repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.025) 0 1px, rgba(21, 28, 36, 0.025) 2px 4px),
      url("assets/daniel-wide-v2.webp");
    background-position: 70% center;
  }

  .about-copy {
    max-width: 31rem;
  }

  .note-header h1 {
    font-size: clamp(3.2rem, 13vw, 4.6rem);
    overflow-wrap: break-word;
  }

  .note-body h2 {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  .note-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .note-card-dream {
    padding-inline: 2.75rem;
  }

  .services-hero > p:last-child {
    margin-left: 0;
  }

  .wave-title {
    font-size: clamp(3.4rem, 14vw, 5rem);
    line-height: 0.95;
  }

  .service-detail {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .work-project-callout {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .work-project-callout > .text-link {
    justify-self: start;
  }

  .service-index {
    margin-bottom: 1rem;
  }

  .service-side-note,
  .service-quote {
    margin-top: 1rem;
  }

  .site-footer {
    min-height: 190px;
    grid-template-columns: 1fr auto;
    align-content: center;
  }

  .site-footer div {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .note-page main {
    width: min(100% - 30px, 760px);
  }
}

@media (max-width: 420px) {
  h2 {
    font-size: 2.5rem;
  }

  .header-contact {
    font-size: 0.7rem;
  }

  .button {
    width: 100%;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .text-link {
    align-self: flex-start;
  }

  .channel {
    padding-inline: 1.5rem;
  }

  .note-page .button {
    width: auto;
  }
}

/* /point: a short pitch with somewhere to begin and room to move */

.point-page main {
  width: 100%;
}

.point-hero,
.point-sequence,
.point-compass,
.point-close {
  width: min(100% - 48px, 1120px);
  margin-inline: auto;
}

.point-hero {
  min-height: clamp(650px, 86vh, 900px);
  padding: clamp(5rem, 12vw, 9rem) 0;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(290px, 0.55fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-content: center;
  align-items: end;
}

.point-slug {
  grid-column: 1 / -1;
  margin-bottom: clamp(3rem, 7vw, 6rem);
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.point-hero h1 {
  max-width: 8ch;
  margin: 0;
  font-size: clamp(4.6rem, 11vw, 10rem);
  line-height: 0.84;
}

.point-hero h1 > span {
  display: inline-block;
  color: var(--green);
  font-style: italic;
}

.point-hero h1 > span > span {
  color: var(--gold);
  font-style: normal;
}

.point-opening {
  padding-bottom: 0.7rem;
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}

.point-opening p {
  margin-bottom: 0.75rem;
}

.point-opening strong {
  color: var(--coral-ink);
  font-weight: 500;
}

.point-path-field {
  width: 100%;
  height: clamp(280px, 34vw, 500px);
  margin: 0;
  overflow: hidden;
}

.point-path-field canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.point-sequence {
  padding: clamp(8rem, 16vw, 15rem) 0;
}

.point-sequence article {
  min-height: 300px;
  display: grid;
  grid-template-columns: minmax(80px, 0.3fr) minmax(300px, 0.7fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: start;
}

.point-sequence article + article {
  margin-top: clamp(5rem, 10vw, 9rem);
}

.point-sequence article:nth-child(2) {
  width: min(100%, 820px);
  margin-left: auto;
}

.point-index {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(4rem, 9vw, 8rem);
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.point-index span {
  color: var(--gold);
}

.point-sequence h2 {
  margin: -0.12em 0 1.5rem;
  color: var(--green);
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  font-style: italic;
  line-height: 0.92;
}

.point-o {
  width: 0.54em;
  height: 0.54em;
  margin-inline: 0.025em;
  display: inline-block;
  transform: translateY(-0.03em);
  border-radius: 50%;
  background: var(--ink);
}

.point-sequence article p:last-child {
  max-width: 38ch;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}

.point-compass {
  padding: clamp(7rem, 14vw, 13rem) 0;
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(360px, 1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.point-compass h2 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(2.9rem, 6.5vw, 6.2rem);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.point-compass h2 em {
  color: var(--gold);
  font-weight: inherit;
}

.question-compass-field {
  height: clamp(360px, 48vw, 620px);
  margin: 0;
}

.question-compass-field canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.point-close {
  padding: clamp(4rem, 8vw, 7rem);
  margin-bottom: clamp(7rem, 14vw, 12rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  background: var(--green);
  color: var(--paper);
}

.point-close p {
  max-width: 580px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.8vw, 2.2rem);
  line-height: 1.25;
}

.point-close del {
  opacity: 0.72;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 0.12em;
}

.point-close ins {
  color: #dcefdc;
  font-style: italic;
  text-decoration: none;
}

.point-close .button {
  flex: 0 0 auto;
}

.point-world-builder {
  margin-bottom: clamp(7rem, 14vw, 12rem);
}

@media (max-width: 820px) {
  .point-hero,
  .point-sequence,
  .point-compass,
  .point-close {
    width: min(100% - 30px, 1120px);
  }

  .point-hero {
    min-height: 700px;
    grid-template-columns: 1fr;
    align-content: center;
  }

  .point-slug {
    grid-column: 1;
  }

  .point-opening {
    max-width: 35ch;
  }

  .point-sequence article {
    min-height: 0;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 1.5rem;
  }

  .point-compass {
    grid-template-columns: 1fr;
  }

  .point-compass h2 {
    max-width: 11ch;
  }

  .point-close {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .point-hero h1 {
    font-size: clamp(4.2rem, 23vw, 6rem);
  }

  .point-sequence article {
    grid-template-columns: 1fr;
  }

  .point-index {
    font-size: 3.5rem;
  }

  .point-close .button {
    width: 100%;
  }
}

/* Homepage: one calm, centered invitation */

.split-decision-hero {
  min-height: calc(100vh - 78px);
  padding: clamp(5rem, 11vw, 10rem) 0 clamp(7rem, 13vw, 12rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(3.5rem, 8vw, 7rem);
  text-align: center;
}

.split-hero-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.12em;
  font-size: clamp(4.25rem, 10vw, 8.5rem);
  line-height: 0.88;
  text-transform: none;
}

.split-hero-title > span {
  display: block;
}

.split-decision-hero .decision-copy {
  max-width: 680px;
  margin: 0;
  padding: 0;
}

.split-decision-hero .decision-copy > p {
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
  text-align: left;
}

.split-decision-hero .hero-actions {
  justify-content: center;
}

@media (max-width: 820px) {
  .split-decision-hero {
    min-height: 0;
    padding-block: 6rem 7rem;
    gap: 3.25rem;
  }

  .split-hero-title {
    font-size: clamp(3.8rem, 17vw, 6.5rem);
  }
}

@media (max-width: 420px) {
  .split-hero-title {
    font-size: clamp(3.6rem, 19vw, 5rem);
  }
}

/* Note 001: a cut-up field for finding the problem */

.what-is-it-page main {
  width: min(100% - 48px, 1120px);
}

.what-is-it-page .note-header {
  width: min(100%, 760px);
  padding-bottom: clamp(5rem, 10vw, 9rem);
}

.what-is-it-page .note-header h1 em,
.opening-question em,
.naming-line em {
  color: var(--green);
}

.cutup-note {
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
}

.thought-block {
  width: min(100%, 520px);
  margin-block: clamp(5rem, 11vw, 10rem);
}

.thought-left {
  margin-right: auto;
}

.thought-right {
  margin-left: auto;
}

.thought-block h2 {
  margin-top: 0;
  font-size: clamp(2.2rem, 5vw, 4.7rem);
  line-height: 1.02;
}

.opening-question {
  margin-top: 0;
}

.opening-question > p {
  margin-bottom: 0.55rem;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.03em;
}

.problem-field {
  margin: clamp(6rem, 13vw, 12rem) 0;
}

.problem-field canvas {
  width: 100%;
  height: clamp(300px, 52vw, 610px);
  display: block;
  background: #0c0c0b;
}

.problem-field-formula {
  margin-top: -1px;
  padding: 1.15rem 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid var(--ink);
  font-family: var(--font-display);
}

.problem-field-formula span {
  font-size: clamp(1.5rem, 4vw, 3.5rem);
  font-weight: 500;
}

.problem-field-formula code {
  font: inherit;
  font-size: clamp(0.72rem, 1.5vw, 0.92rem);
}

.problem-field figcaption {
  max-width: 420px;
  margin: 1rem 0 0 auto;
  color: var(--muted);
  font-size: 0.76rem;
  text-align: right;
}

.cut-lines {
  margin-top: 3rem;
  border-top: 1px solid rgba(21, 28, 36, 0.2);
}

.cut-lines p {
  margin: 0;
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(21, 28, 36, 0.2);
}

.cut-lines span {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 500;
}

.focus-block .question-sequence {
  margin-bottom: 0;
}

.focus-block .question-sequence p {
  margin-bottom: 1rem;
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
}

.bridge-line {
  width: min(100%, 680px);
  margin: clamp(7rem, 14vw, 13rem) auto;
  color: var(--green);
  font-size: clamp(2rem, 5.4vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

/* Note 002: a stamped dream and typographic symbol fields */

.dream-note-page main {
  width: min(100% - 48px, 1120px);
}

.dream-note-page .note-header,
.dream-note-page .note-body {
  width: min(100%, 760px);
  margin-inline: auto;
}

.dream-stamp {
  padding: 0.01em 0.14em 0.08em;
  display: inline-block;
  transform: rotate(-1.1deg) translateY(-0.02em);
  border: 0.035em solid rgba(248, 248, 245, 0.62);
  background:
    repeating-linear-gradient(176deg, rgba(255, 255, 255, 0.035) 0 2px, transparent 2px 5px),
    var(--green);
  box-shadow:
    0.045em 0.045em 0 rgba(21, 28, 36, 0.16),
    inset 0 0 0 0.025em rgba(21, 28, 36, 0.16);
  color: var(--paper);
  font-weight: 500;
  line-height: 0.92;
}

.dream-glyphs {
  width: min(100%, 980px);
  min-height: clamp(140px, 20vw, 210px);
  margin: clamp(1.5rem, 4vw, 3rem) auto clamp(4rem, 9vw, 7rem);
  padding: clamp(1.5rem, 3vw, 2.5rem) clamp(0.5rem, 3vw, 2rem);
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  font-family: var(--font-display);
}

.dream-glyphs::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3%;
  left: 3%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(52, 121, 185, 0.28) 20%, rgba(181, 138, 36, 0.34) 50%, rgba(38, 79, 61, 0.28) 80%, transparent);
}

.dream-glyphs span {
  position: relative;
  z-index: 1;
  justify-self: center;
  padding: 0.15em 0.35em;
  background: var(--paper);
  font-size: clamp(0.85rem, 2vw, 1.35rem);
  line-height: 1;
}

.dream-glyphs span:nth-child(1) {
  align-self: start;
  color: var(--signal-blue);
  font-style: italic;
}

.dream-glyphs span:nth-child(2) {
  align-self: end;
  color: var(--gold);
  font-size: clamp(1.1rem, 2.6vw, 1.8rem);
}

.dream-glyphs span:nth-child(3) {
  color: var(--green);
  font-size: clamp(1.4rem, 3.2vw, 2.3rem);
  font-style: italic;
}

.dream-glyphs span:nth-child(4) {
  align-self: start;
  color: var(--coral-ink);
}

.dream-glyphs span:nth-child(5) {
  align-self: end;
  color: var(--signal-blue);
  transform: rotate(5deg);
}

.dream-glyphs-middle {
  margin-top: clamp(5rem, 11vw, 9rem);
  transform: rotate(-0.35deg);
}

.dream-glyphs-closing {
  margin-top: clamp(6rem, 12vw, 10rem);
  transform: rotate(0.3deg);
}

.dream-link-line {
  width: min(100%, 500px);
  margin: 0 0 clamp(8rem, 15vw, 14rem) auto;
}

.naming-line {
  margin: clamp(8rem, 17vw, 16rem) 0;
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.95;
  text-align: center;
}

.naming-line em {
  font-style: italic;
}

.closing-thought {
  margin-bottom: clamp(6rem, 12vw, 11rem);
  font-size: clamp(1.3rem, 2.6vw, 2rem);
  line-height: 1.35;
}

.what-is-it-page .note-cta,
.what-is-it-page .note-back {
  width: min(100%, 760px);
  margin-inline: auto;
}

@media (max-width: 680px) {
  .dream-note-page main {
    width: min(100% - 30px, 1120px);
  }

  .dream-stamp {
    margin-top: 0.08em;
  }

  .dream-glyphs {
    min-height: 130px;
    margin-bottom: 4rem;
  }

  .what-is-it-page main {
    width: min(100% - 30px, 1120px);
  }

  .thought-block {
    width: min(88%, 520px);
  }

  .problem-field {
    margin-inline: -15px;
  }

  .problem-field-formula,
  .problem-field figcaption {
    margin-inline: 15px;
  }

  .problem-field-formula {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
  }

  .problem-field figcaption {
    text-align: left;
  }

  .bridge-line {
    width: 92%;
  }

  .naming-line {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .note-card {
    transition: none;
  }

  .thing-mark {
    transition: none;
  }

  .thing:hover .thing-mark {
    transform: none;
  }

  .typing-cursor {
    opacity: 1;
    animation: none;
  }

  .channel-light {
    opacity: 1;
    animation: none;
  }
}

/* Version 22: the site as a listening system */

.home-header nav a[href$="contact.html"] {
  font-style: italic;
}

.how-sense {
  padding: clamp(5rem, 11vw, 10rem) 0;
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1fr);
  gap: clamp(3rem, 10vw, 10rem);
  align-items: start;
  background:
    radial-gradient(circle at 84% 28%, rgba(105, 154, 190, 0.14), transparent 24rem),
    var(--paper);
}

.how-sense h2 {
  max-width: 850px;
  margin-bottom: 2rem;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.98;
}

.how-sense h2 em,
.active-words em,
.principle h2 em {
  color: var(--green);
  font-weight: inherit;
}

.how-sense > div > p {
  max-width: 680px;
  margin-bottom: 2rem;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}

.active-words {
  max-width: 900px;
}

.logbook-dot {
  width: 0.72em;
  height: 0.72em;
  display: inline-block;
  margin-right: 0.45em;
  border-radius: 50%;
  background: var(--ink);
  vertical-align: -0.02em;
}

.method-block {
  padding: clamp(5rem, 10vw, 9rem) 0;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 1fr);
  gap: clamp(3rem, 10vw, 9rem);
  align-items: start;
}

.method-block h2 {
  margin-bottom: 2rem;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
}

.method-block > div > p:not(.section-kicker) {
  max-width: 610px;
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
}

.method-block-reverse {
  background: var(--soft-blue);
  box-shadow: 0 0 0 100vmax var(--soft-blue);
  clip-path: inset(0 -100vmax);
}

.process-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.process-steps li {
  min-height: 3.8rem;
  padding: 0.85rem 0 0.85rem 4rem;
  position: relative;
  border-bottom: 1px solid rgba(21, 28, 36, 0.16);
  counter-increment: process;
}

.process-steps li::before {
  content: counter(process, decimal-leading-zero);
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 0.55rem;
  left: 0;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--green);
  font: 500 0.7rem/1 var(--font-display);
}

.process-steps-note {
  margin: 2.5rem 0 3.5rem;
}

.method-pull {
  max-width: 520px;
  margin: 3rem 0 0;
  color: var(--green);
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.service-index {
  width: clamp(3.4rem, 6vw, 5rem);
  height: clamp(3.4rem, 6vw, 5rem);
  margin: 0;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: clamp(1.3rem, 2vw, 1.9rem);
}

.logbook-hero .page-lede p {
  margin-bottom: 1.5rem;
}

.field-notes {
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.field-notes h2 {
  margin-bottom: 2.5rem;
}

.field-notes > div {
  display: grid;
  border-top: 1px solid rgba(21, 28, 36, 0.16);
}

.field-notes a {
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(21, 28, 36, 0.16);
  color: inherit;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  text-decoration: none;
}

.field-notes a:hover,
.field-notes a:focus-visible {
  color: var(--green);
}

.optional {
  margin-left: 0.5em;
  color: var(--muted);
  font-size: 0.85em;
  font-style: italic;
  font-weight: 400;
}

.next-step {
  margin-top: 2rem;
  padding: clamp(2rem, 5vw, 4rem);
  scroll-margin-top: 2rem;
  background: var(--soft-green);
}

.next-step[hidden] {
  display: none;
}

.next-step h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.label-maker {
  margin-inline: 0.12em;
  padding: 0.03em 0.19em 0.08em;
  display: inline-block;
  transform: rotate(-1.6deg) translateY(-0.03em);
  background: var(--green);
  box-shadow:
    0.08em 0.05em 0 rgba(21, 28, 36, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  color: var(--paper);
  line-height: 0.92;
}

.next-step ol {
  margin: 2rem 0 2.5rem;
  padding-left: 1.4rem;
}

.next-step li {
  margin-bottom: 0.8rem;
  padding-left: 0.4rem;
}

.message-draft {
  margin: 2.5rem 0 1.25rem;
}

.message-draft label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.65rem;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 500;
}

.message-draft label em {
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 400;
}

.message-draft textarea {
  width: 100%;
  min-height: 27rem;
  padding: 1rem;
  border: 1px solid rgba(21, 28, 36, 0.28);
  border-radius: 2px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  line-height: 1.65;
  resize: vertical;
}

.next-step-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.next-step-actions .button {
  margin: 0;
}

.next-step-actions .button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.copy-status {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

@media (max-width: 820px) {
  .how-sense,
  .method-block {
    grid-template-columns: 1fr;
  }

  .how-sense {
    gap: 2rem;
  }

  .method-block {
    gap: 3rem;
  }

  .method-pull {
    margin-top: 0;
  }
}

@media (max-width: 420px) {
  .how-sense h2 {
    font-size: clamp(3.1rem, 16vw, 4.6rem);
  }

  .process-steps li {
    padding-left: 3.5rem;
  }

  .next-step .button {
    width: 100%;
  }

  .next-step-actions {
    align-items: stretch;
    flex-direction: column;
  }
}
