:root {
  color-scheme: light;
  --page: #f9f6f4;
  --ink: #050505;
  --muted: #62605f;
  --line: #dedbd8;
  --green: #dce9d9;
  --green-strong: #7da774;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  position: fixed;
  inset: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--page);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.page-stage {
  position: fixed;
  top: 0;
  left: var(--page-stage-left, 0px);
  width: 1672px;
  height: 941px;
  overflow: hidden;
  background: var(--page);
  transform: scale(var(--page-stage-scale, 1));
  transform-origin: top left;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
select {
  cursor: pointer;
}

img {
  max-width: 100%;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: #fff;
  background: #050505;
  border-radius: 8px;
  transform: translateY(-150%);
}

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

:focus-visible {
  outline: 3px solid var(--green-strong);
  outline-offset: 3px;
}

.page-shell {
  width: calc(100% - 84px);
  max-width: 1588px;
  margin-right: auto;
  margin-left: auto;
}

.page-header {
  position: relative;
  z-index: 40;
  width: 100%;
  height: 95px;
}

.page-header-inner {
  width: 100%;
  height: 95px;
  padding: 24px 42px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.page-wordmark {
  display: inline-flex;
  align-items: flex-start;
  font-size: 39px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.35px;
  white-space: nowrap;
  transform: translateY(6px);
}

.page-desktop-nav {
  display: flex;
  align-items: center;
  gap: 59px;
  font-size: 17px;
  line-height: 46px;
  letter-spacing: -0.45px;
}

.page-desktop-nav a:not(.page-sign-in) {
  position: relative;
  transition: opacity 160ms ease;
}

.page-desktop-nav a:not(.page-sign-in):hover {
  opacity: 0.58;
}

.page-desktop-nav a:not(.page-sign-in)[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
}

.page-sign-in,
.page-primary-button,
.page-secondary-button,
.price-card-button,
.request-submit {
  min-height: 48px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.3px;
  white-space: nowrap;
  transition: transform 150ms ease, background-color 150ms ease, color 150ms ease, border-color 150ms ease;
}

.page-sign-in {
  min-width: 98px;
  height: 46px;
  min-height: 46px;
  margin-left: -12px;
  color: #fff;
  background: #050505;
  border: 0;
}

.page-primary-button,
.request-submit {
  color: #fff;
  background: #050505;
  border: 1px solid #050505;
}

.page-secondary-button {
  color: #050505;
  background: transparent;
  border: 1px solid #aaa6a2;
}

.page-sign-in:hover,
.page-primary-button:hover,
.request-submit:hover {
  background: #242424;
}

.page-secondary-button:hover {
  background: #fff;
  border-color: #050505;
}

.page-sign-in:active,
.page-primary-button:active,
.page-secondary-button:active,
.price-card-button:active,
.request-submit:active {
  transform: scale(0.985);
}

.page-menu-toggle,
.page-mobile-nav {
  display: none;
}

.page-hero {
  min-height: 585px;
  padding: 56px 0 82px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  gap: clamp(50px, 8vw, 136px);
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.page-eyebrow,
.section-eyebrow,
.card-kicker {
  width: max-content;
  margin: 0 0 24px;
  padding: 8px 12px;
  color: #30482c;
  background: var(--green);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 960px;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(70px, 6.55vw, 110px);
  font-weight: 500;
  line-height: 0.91;
  letter-spacing: -0.055em;
}

.page-hero h1 span {
  color: #4d4c4b;
}

.page-hero-lead {
  max-width: 675px;
  margin: 32px 0 0;
  color: #494745;
  font-size: clamp(19px, 1.45vw, 24px);
  line-height: 1.42;
  letter-spacing: -0.035em;
}

.page-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-actions .page-primary-button,
.page-actions .page-secondary-button {
  min-height: 56px;
  padding: 0 25px;
  font-size: 17px;
}

.pricing-ledger {
  position: relative;
  min-height: 430px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  background: #050505;
  border-radius: 24px;
  overflow: hidden;
}

.pricing-ledger::before {
  position: absolute;
  right: -70px;
  bottom: -115px;
  width: 310px;
  height: 310px;
  content: "";
  background: var(--green);
  border-radius: 50%;
  opacity: 0.98;
}

.ledger-label {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #c8c6c3;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ledger-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.ledger-price {
  min-width: 0;
}

.ledger-price strong {
  display: block;
  font-size: clamp(50px, 4.5vw, 76px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.ledger-price span {
  display: block;
  margin-top: 10px;
  color: #c8c6c3;
  font-size: 14px;
}

.ledger-arrow {
  color: #888582;
  font-size: 24px;
  text-align: center;
}

.ledger-care {
  position: relative;
  z-index: 1;
  width: calc(100% - 90px);
  padding-top: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #363636;
}

.ledger-care strong {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.ledger-care span {
  color: #c8c6c3;
  font-size: 14px;
}

.content-section {
  padding: 104px 0;
  border-bottom: 1px solid var(--line);
}

.section-heading {
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.6fr);
  gap: 70px;
  align-items: end;
}

.section-heading h2,
.request-copy h2,
.closing-cta h2,
.error-main h1 {
  max-width: 880px;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(52px, 5vw, 82px);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.052em;
}

.section-heading > p {
  max-width: 480px;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.025em;
}

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

.price-card {
  min-height: 520px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.price-card-featured {
  color: #fff;
  background: #050505;
  border-color: #050505;
}

.price-card .card-kicker {
  margin-bottom: 46px;
}

.price-card-featured .card-kicker {
  color: #050505;
  background: var(--green);
}

.price-amount {
  margin: 0;
  font-size: clamp(54px, 4.2vw, 72px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.price-amount span {
  margin-left: 7px;
  color: var(--muted);
  font-size: 17px;
  letter-spacing: -0.025em;
}

.price-card-featured .price-amount span {
  color: #bbb8b5;
}

.price-card h3 {
  margin: 22px 0 0;
  font-size: 28px;
  font-weight: 550;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.price-summary {
  min-height: 78px;
  margin: 15px 0 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.47;
}

.price-card-featured .price-summary {
  color: #c7c4c1;
}

.price-features {
  padding: 0;
  margin: 0 0 30px;
  display: grid;
  gap: 12px;
  list-style: none;
}

.price-features li {
  position: relative;
  padding-left: 23px;
  font-size: 15px;
  line-height: 1.4;
}

.price-features li::before {
  position: absolute;
  top: 0.56em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--green-strong);
  border-radius: 50%;
  transform: translateY(-50%);
}

.price-card-button {
  width: 100%;
  min-height: 54px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: auto;
  color: #050505;
  background: transparent;
  border: 1px solid #050505;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}

.price-card-button:hover {
  color: #fff;
  background: #050505;
}

.price-card-featured .price-card-button {
  color: #050505;
  background: #fff;
  border-color: #fff;
}

.price-card-featured .price-card-button:hover {
  background: var(--green);
  border-color: var(--green);
}

.reassurance-strip {
  margin-top: 16px;
  padding: 26px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: var(--green);
  border: 1px solid #cdddc9;
  border-radius: 16px;
}

.reassurance-strip strong {
  font-size: 23px;
  font-weight: 550;
  letter-spacing: -0.035em;
}

.reassurance-strip p {
  max-width: 560px;
  margin: 0;
  color: #3d5438;
  font-size: 15px;
  line-height: 1.45;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: 100px;
}

.faq-intro h2 {
  margin: 0;
  font-size: clamp(46px, 4vw, 68px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.052em;
}

.faq-intro p {
  max-width: 390px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.faq-list {
  border-top: 1px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 80px;
  padding: 24px 48px 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.035em;
  list-style: none;
  cursor: pointer;
}

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

.faq-list summary::after {
  position: absolute;
  right: 0;
  content: "+";
  font-size: 28px;
  font-weight: 300;
}

.faq-list summary {
  position: relative;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 680px;
  padding: 0 48px 26px 0;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.request-section {
  padding: 84px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 24px;
}

.request-panel {
  padding: clamp(30px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(440px, 1fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
  color: #fff;
  background: #050505;
  border-radius: 22px;
}

.request-copy .section-eyebrow {
  color: #050505;
  background: var(--green);
}

.request-copy h2 {
  font-size: clamp(48px, 4.6vw, 76px);
}

.request-copy > p:last-child {
  max-width: 520px;
  margin: 26px 0 0;
  color: #bbb8b5;
  font-size: 17px;
  line-height: 1.5;
}

.request-form {
  padding: 26px;
  display: grid;
  gap: 15px;
  color: var(--ink);
  background: var(--page);
  border-radius: 16px;
}

.request-field {
  display: grid;
  gap: 8px;
}

.request-field > span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.request-field input,
.request-field select {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  color: #111;
  background: #fff;
  border: 1px solid #d7d4d1;
  border-radius: 10px;
  outline: 0;
  font-size: 16px;
}

.request-field input:focus,
.request-field select:focus {
  border-color: #050505;
  box-shadow: 0 0 0 2px rgba(125, 167, 116, 0.28);
}

.request-submit {
  width: 100%;
  min-height: 56px;
  margin-top: 2px;
  font-size: 16px;
}

.request-note,
.request-status {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.request-note a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.request-status:not(:empty) {
  padding: 10px 12px;
  color: #30482c;
  background: var(--green);
  border-radius: 8px;
}

.journey-visual {
  min-height: 430px;
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
}

.journey-row {
  display: grid;
  grid-template-columns: minmax(74px, 1fr) 20px minmax(60px, 0.72fr) 20px minmax(50px, 0.66fr) 20px minmax(80px, 1fr);
  gap: 8px;
  align-items: center;
}

.journey-item {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 14px;
}

.journey-item img {
  width: 100%;
  height: 130px;
  display: block;
  object-fit: contain;
}

.journey-item.free img {
  height: 126px;
}

.journey-item.time img {
  height: 86px;
}

.journey-item span {
  font-size: 13px;
  font-weight: 550;
  line-height: 1.2;
  letter-spacing: -0.025em;
  text-align: center;
  white-space: nowrap;
}

.journey-next {
  color: #7d7a77;
  font-size: 22px;
  text-align: center;
}

.journey-caption {
  max-width: 440px;
  margin: 38px auto 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.steps-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  counter-reset: step;
}

.work-step {
  min-height: 330px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid var(--line);
  border-radius: 16px;
  counter-increment: step;
}

.work-step::before {
  width: 52px;
  height: 52px;
  content: "0" counter(step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #050505;
  border-radius: 50%;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.work-step:nth-child(2)::before {
  color: #050505;
  background: var(--green);
}

.work-step h3 {
  margin: auto 0 0;
  font-size: 28px;
  font-weight: 550;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.work-step p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

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

.decision-card {
  min-height: 320px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.decision-card-positive {
  color: #fff;
  background: #050505;
  border-color: #050505;
}

.decision-mark {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  border-radius: 50%;
  font-size: 24px;
}

.decision-card h3 {
  margin: auto 0 0;
  font-size: 39px;
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.decision-card p {
  max-width: 560px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.decision-card-positive p {
  color: #c7c4c1;
}

.about-collage {
  position: relative;
  min-height: 500px;
}

.about-collage::before {
  position: absolute;
  top: 9%;
  right: 6%;
  width: 64%;
  aspect-ratio: 1;
  content: "";
  background: var(--green);
  border-radius: 50%;
}

.collage-photo {
  position: absolute;
  width: 54%;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 7px solid #fff;
  border-radius: 14px;
  box-shadow: 0 20px 55px rgba(22, 22, 22, 0.13);
}

.collage-photo:first-child {
  z-index: 2;
  top: 0;
  left: 3%;
  transform: rotate(-3deg);
}

.collage-photo:last-child {
  z-index: 1;
  right: 0;
  bottom: 0;
  transform: rotate(3deg);
}

.collage-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.collage-photo:first-child img {
  object-position: 52% center;
}

.collage-photo:last-child img {
  object-position: 50% center;
}

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

.team-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(280px, 1fr);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}

.team-card-image {
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: #e8e4e0;
}

.team-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.team-card:first-child .team-card-image img {
  object-position: 54% center;
}

.team-card:last-child .team-card-image img {
  object-position: center;
}

.team-card-copy {
  padding: 36px;
  display: flex;
  flex-direction: column;
}

.team-role {
  margin: 0;
  color: #4f6e49;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-card h3 {
  margin: 18px 0 0;
  font-size: clamp(36px, 3vw, 52px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.052em;
}

.team-card-copy > p:not(.team-role) {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.linkedin-link {
  width: max-content;
  min-height: 46px;
  padding: 0 16px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #050505;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 550;
}

.linkedin-link:hover {
  color: #fff;
  background: #050505;
}

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

.principle-card {
  min-height: 260px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.principle-number {
  margin: 0;
  color: #5c7656;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.principle-card h3 {
  margin: 88px 0 0;
  font-size: 28px;
  font-weight: 550;
  line-height: 1;
  letter-spacing: -0.045em;
}

.principle-card p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.closing-cta {
  padding: 88px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  border-bottom: 1px solid var(--line);
}

.closing-cta h2 {
  max-width: 940px;
}

.closing-cta .page-primary-button {
  min-height: 58px;
  padding: 0 28px;
  flex: 0 0 auto;
  font-size: 17px;
}

.page-footer {
  padding: 50px 0 34px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.7fr;
  gap: 60px;
}

.footer-wordmark {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1.8px;
}

.footer-brand p {
  max-width: 360px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.footer-group h2 {
  margin: 7px 0 17px;
  color: #77736f;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  width: max-content;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-bottom {
  margin-top: 48px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #77736f;
  border-top: 1px solid var(--line);
  font-size: 12px;
}

.error-main {
  min-height: calc(100vh - 95px);
  padding-top: 8vh;
  padding-bottom: 10vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.error-code {
  margin: 0 0 24px;
  color: #4f6e49;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.error-main h1 {
  max-width: 900px;
  font-size: clamp(70px, 8vw, 128px);
}

.error-main > p:not(.error-code) {
  max-width: 560px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .page-desktop-nav {
    gap: 34px;
  }

  .page-hero {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
    gap: 54px;
  }

  .team-card {
    grid-template-columns: 1fr;
  }

  .team-card-image {
    min-height: 430px;
    aspect-ratio: 4 / 3;
  }

  .team-card-copy {
    min-height: 360px;
  }

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

@media (max-width: 1100px) {
  .page-hero {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .pricing-ledger,
  .journey-visual {
    width: 100%;
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
  }

  .about-collage {
    width: min(100%, 760px);
    min-height: 650px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .price-card {
    min-height: 460px;
  }
}

@media (max-width: 900px),
  (max-width: 1000px) and (max-height: 600px) {
  html,
  body {
    width: 100%;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-x: none;
    overscroll-behavior-y: auto;
  }

  body {
    position: relative;
    inset: auto;
    min-height: 100svh;
  }

  .page-stage {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-height: 100svh;
    overflow: visible;
    transform: none;
  }

  .page-shell {
    width: calc(100% - 32px);
  }

  .page-header {
    position: sticky;
    top: 0;
    height: 64px;
    background: rgba(249, 246, 244, 0.92);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .page-header-inner {
    height: 64px;
    padding: 0 16px;
    align-items: center;
  }

  .page-wordmark {
    font-size: 27px;
    letter-spacing: -1.65px;
    transform: none;
  }

  .page-desktop-nav {
    display: none;
  }

  .page-menu-toggle {
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #fff;
    background: #050505;
    border: 0;
    border-radius: 10px;
  }

  .page-menu-toggle span:not(.sr-only) {
    width: 18px;
    height: 1.5px;
    background: currentColor;
  }

  .page-mobile-nav {
    position: fixed;
    z-index: 50;
    top: 58px;
    right: 16px;
    width: min(220px, calc(100% - 32px));
    padding: 12px;
    flex-direction: column;
    gap: 4px;
    color: #fff;
    background: #050505;
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  }

  .page-mobile-nav:not([hidden]) {
    display: flex;
  }

  .page-mobile-nav a,
  .page-mobile-nav button {
    width: 100%;
    min-height: 44px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    color: inherit;
    background: transparent;
    border: 0;
    border-radius: 7px;
    font-size: 16px;
    text-align: left;
  }

  .page-mobile-nav a:hover,
  .page-mobile-nav a:focus-visible,
  .page-mobile-nav button:hover,
  .page-mobile-nav button:focus-visible {
    background: #202020;
    outline: 0;
  }

  .page-mobile-nav a[aria-current="page"] {
    color: #050505;
    background: var(--green);
  }

  .page-hero {
    min-height: 0;
    padding: 52px 0 64px;
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .page-hero h1 {
    max-width: 720px;
    font-size: clamp(56px, 11.8vw, 92px);
  }

  .page-hero-lead {
    max-width: 640px;
  }

  .pricing-ledger,
  .journey-visual {
    min-height: 390px;
  }

  .content-section {
    padding: 72px 0;
  }

  .section-heading {
    margin-bottom: 36px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .section-heading h2,
  .request-copy h2,
  .closing-cta h2 {
    font-size: clamp(46px, 9.3vw, 72px);
  }

  .pricing-grid,
  .team-grid,
  .principles-grid,
  .decision-grid {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: 480px;
  }

  .price-summary {
    min-height: 0;
  }

  .reassurance-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .request-section {
    padding: 64px 0;
    scroll-margin-top: 64px;
  }

  .request-panel {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .about-collage {
    min-height: min(620px, 115vw);
  }

  .team-card {
    grid-template-columns: minmax(220px, 0.75fr) minmax(280px, 1fr);
  }

  .team-card-image {
    min-height: 500px;
    aspect-ratio: auto;
  }

  .team-card-copy {
    min-height: 500px;
  }

  .closing-cta {
    padding: 72px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    gap: 34px;
  }
}

@media (max-width: 640px) {
  .page-hero {
    padding: 38px 0 52px;
    gap: 42px;
  }

  .page-eyebrow,
  .section-eyebrow,
  .card-kicker {
    margin-bottom: 18px;
  }

  .page-hero h1 {
    font-size: clamp(48px, 14.6vw, 66px);
    line-height: 0.92;
  }

  .page-hero-lead {
    margin-top: 24px;
    font-size: 18px;
  }

  .page-actions {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-actions .page-primary-button,
  .page-actions .page-secondary-button {
    width: 100%;
  }

  .pricing-ledger {
    min-height: 390px;
    padding: 24px;
  }

  .ledger-flow {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ledger-price strong {
    font-size: 58px;
  }

  .ledger-arrow {
    display: none;
  }

  .ledger-care {
    width: calc(100% - 42px);
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .content-section {
    padding: 58px 0;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading h2,
  .request-copy h2,
  .closing-cta h2 {
    font-size: clamp(42px, 12.3vw, 58px);
  }

  .section-heading > p {
    font-size: 16px;
  }

  .price-card {
    min-height: 0;
    padding: 24px;
  }

  .price-card .card-kicker {
    margin-bottom: 36px;
  }

  .price-amount {
    font-size: 58px;
  }

  .price-card h3 {
    font-size: 26px;
  }

  .price-features {
    margin-bottom: 30px;
  }

  .price-card-button {
    min-height: 56px;
  }

  .reassurance-strip {
    padding: 24px;
  }

  .faq-list summary {
    min-height: 72px;
    padding-right: 36px;
    font-size: 18px;
  }

  .faq-list details p {
    padding-right: 20px;
  }

  .request-section {
    padding: 48px 0;
  }

  .request-panel {
    padding: 28px 18px 18px;
    gap: 32px;
    border-radius: 18px;
  }

  .request-form {
    padding: 18px;
  }

  .request-field input,
  .request-field select {
    height: 56px;
    font-size: 16px;
  }

  .journey-visual {
    min-height: 320px;
    padding: 28px 14px;
  }

  .journey-row {
    grid-template-columns: minmax(52px, 1fr) 12px minmax(42px, 0.72fr) 12px minmax(36px, 0.66fr) 12px minmax(58px, 1fr);
    gap: 3px;
  }

  .journey-item img {
    height: 83px;
  }

  .journey-item.free img {
    height: 78px;
  }

  .journey-item.time img {
    height: 58px;
  }

  .journey-item span {
    font-size: clamp(11px, 3vw, 12px);
    white-space: normal;
  }

  .journey-next {
    font-size: 15px;
  }

  .journey-caption {
    margin-top: 28px;
    font-size: 13px;
  }

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

  .work-step {
    min-height: 280px;
    padding: 24px;
  }

  .decision-card {
    min-height: 290px;
    padding: 26px;
  }

  .decision-card h3 {
    font-size: 34px;
  }

  .about-collage {
    min-height: min(620px, 115vw);
  }

  .team-card {
    grid-template-columns: 1fr;
  }

  .team-card-image {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .team-card-copy {
    min-height: 390px;
    padding: 26px;
  }

  .team-card h3 {
    font-size: 42px;
  }

  .principle-card {
    min-height: 230px;
    padding: 24px;
  }

  .principle-card h3 {
    margin-top: 72px;
  }

  .closing-cta {
    padding: 58px 0;
  }

  .closing-cta .page-primary-button {
    width: 100%;
  }

  .page-footer {
    padding-top: 38px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .error-main {
    min-height: calc(100svh - 64px);
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Simple pricing */
.simple-pricing {
  min-height: calc(100svh - 95px);
  padding: 26px 0 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.simple-pricing-heading {
  text-align: center;
}

.simple-pricing-heading h1 {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(68px, 6.2vw, 104px);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.058em;
}

.simple-pricing-heading p {
  margin: 24px 0 0;
  color: #555250;
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.simple-pricing-grid {
  width: 100%;
  max-width: 1380px;
  margin: 54px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr) 54px minmax(0, 1fr);
  align-items: stretch;
}

.simple-price-card {
  position: relative;
  min-width: 0;
  min-height: 438px;
  padding: 38px 30px 24px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #d8d5d2;
  border-radius: 16px;
}

.simple-step-number {
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #050505;
  background: var(--green);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 650;
  transform: translate(-50%, -50%);
}

.simple-price-top {
  min-height: 183px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  border-bottom: 1px solid var(--line);
}

.simple-price-top-free img {
  width: auto;
  height: 120px;
  margin: -12px 0 4px;
  display: block;
  object-fit: contain;
}

.simple-price-label {
  margin: 0 0 14px;
  color: #666260;
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.simple-price-amount {
  margin: 0;
  font-size: clamp(62px, 5.4vw, 86px);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.065em;
}

.simple-price-amount span {
  margin-left: 5px;
  font-size: 25px;
  letter-spacing: -0.045em;
}

.simple-price-top h2 {
  margin: 22px 0 0;
  font-size: clamp(22px, 1.7vw, 27px);
  font-weight: 550;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.simple-price-top-free h2 {
  margin-top: 0;
}

.simple-price-list {
  padding: 18px 0 20px;
  margin: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.simple-price-list li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.simple-price-list li::before {
  position: absolute;
  top: -1px;
  left: 5px;
  content: "✓";
  color: var(--green-strong);
  font-size: 20px;
  font-weight: 650;
  line-height: 1;
}

.simple-price-button {
  width: 100%;
  min-height: 50px;
  padding: 12px 18px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #050505;
  background: transparent;
  border: 1px solid #050505;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.025em;
  text-align: center;
  transition: color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

.simple-price-button:hover,
.simple-price-button-primary {
  color: #fff;
  background: #050505;
}

.simple-price-button-primary:hover {
  background: #242424;
}

.simple-price-button:active {
  transform: scale(0.985);
}

.simple-price-arrow {
  z-index: 2;
  width: 50px;
  height: 50px;
  align-self: center;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #050505;
  background: var(--page);
  border: 1px solid #d8d5d2;
  border-radius: 50%;
  font-size: 26px;
  line-height: 1;
}

.simple-price-promise {
  width: 100%;
  max-width: 1380px;
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: minmax(30px, 1fr) auto minmax(30px, 1fr);
  gap: 28px;
  align-items: center;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.035em;
  text-align: center;
}

.simple-price-promise::before,
.simple-price-promise::after {
  height: 1px;
  content: "";
  background: var(--line);
}

.simple-price-promise span {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
}

.simple-page-footer {
  padding-top: 0;
}

.simple-page-footer .footer-bottom {
  margin-top: 0;
  padding: 20px 0 28px;
}

.simple-page-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Sign in */
.sign-in-main {
  min-height: calc(100svh - 95px);
  padding-top: 70px;
  padding-bottom: 70px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 480px);
  gap: clamp(60px, 10vw, 170px);
  align-items: center;
}

.sign-in-copy h1 {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(82px, 8vw, 132px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.sign-in-copy > p:last-child {
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

.sign-in-card {
  padding: 28px;
  display: grid;
  gap: 18px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.sign-in-field {
  display: grid;
  gap: 8px;
}

.sign-in-field > span {
  font-size: 13px;
  font-weight: 600;
}

.sign-in-field input {
  width: 100%;
  height: 58px;
  padding: 0 16px;
  color: #050505;
  background: #fff;
  border: 1px solid #d7d4d1;
  border-radius: 10px;
  outline: 0;
  font-size: 16px;
}

.sign-in-field input:focus {
  border-color: #050505;
  box-shadow: 0 0 0 2px rgba(125, 167, 116, 0.28);
}

.sign-in-submit {
  width: 100%;
  min-height: 56px;
  padding: 0 20px;
  color: #fff;
  background: #050505;
  border: 0;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}

.sign-in-submit:hover {
  background: #242424;
}

.sign-in-status,
.sign-in-note {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.sign-in-status:empty {
  display: none;
}

.sign-in-status:not(:empty) {
  padding: 11px 12px;
  color: #30482c;
  background: var(--green);
  border-radius: 8px;
}

.sign-in-note {
  color: var(--muted);
  text-align: center;
}

.sign-in-note a {
  color: #050505;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1100px) {
  .simple-pricing {
    padding-top: 48px;
    justify-content: flex-start;
  }

  .simple-pricing-grid {
    grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr) 36px minmax(0, 1fr);
  }

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

@media (max-width: 900px) {
  .simple-pricing {
    min-height: 0;
    padding: 46px 0 56px;
  }

  .simple-pricing-heading h1 {
    font-size: clamp(52px, 11.5vw, 78px);
  }

  .simple-pricing-heading p {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
  }

  .simple-pricing-grid {
    max-width: 620px;
    margin-top: 54px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .simple-price-card {
    min-height: 410px;
    padding: 38px 28px 24px;
  }

  .simple-price-arrow {
    width: 44px;
    height: 44px;
    transform: rotate(90deg);
  }

  .simple-price-promise {
    max-width: 620px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .simple-price-promise::before,
  .simple-price-promise::after {
    display: none;
  }

  .sign-in-main {
    min-height: calc(100svh - 64px);
    padding-top: 54px;
    padding-bottom: 64px;
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .sign-in-copy,
  .sign-in-card {
    width: 100%;
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
  }

  .sign-in-copy h1 {
    font-size: clamp(66px, 15vw, 104px);
  }
}

@media (max-width: 640px) {
  .simple-pricing {
    padding-top: 36px;
  }

  .simple-pricing-heading {
    text-align: left;
  }

  .simple-pricing-heading h1 {
    font-size: clamp(46px, 14.2vw, 60px);
  }

  .simple-pricing-heading p {
    margin-top: 18px;
    font-size: 18px;
  }

  .simple-pricing-grid {
    margin-top: 48px;
  }

  .simple-price-card {
    min-height: 400px;
    padding: 36px 20px 20px;
  }

  .simple-price-top {
    min-height: 172px;
  }

  .simple-price-amount {
    font-size: 68px;
  }

  .simple-price-amount span {
    font-size: 22px;
  }

  .simple-price-top h2 {
    font-size: 24px;
  }

  .simple-price-list li {
    font-size: 15px;
  }

  .simple-price-button {
    min-height: 54px;
    font-size: 16px;
  }

  .simple-price-promise {
    margin-top: 30px;
    font-size: 17px;
  }

  .sign-in-main {
    padding-top: 38px;
    gap: 34px;
  }

  .sign-in-copy h1 {
    font-size: 64px;
  }

  .sign-in-copy > p:last-child {
    margin-top: 20px;
    font-size: 18px;
  }

  .sign-in-card {
    padding: 20px;
  }
}

/* One-screen interior pages */
.about-one-screen,
.how-one-screen,
.pricing-one-screen {
  height: 846px;
}

.about-one-screen {
  padding: 44px 0 46px;
  display: grid;
  grid-template-columns: 480px minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}

.about-one-copy h1,
.how-one-heading h1,
.pricing-one-heading h1 {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 102px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.067em;
}

.about-one-copy > p {
  max-width: 430px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.035em;
}

.about-one-copy .page-primary-button,
.how-one-cta {
  min-width: 227px;
  min-height: 64px;
  margin-top: 38px;
  padding: 0 30px;
  font-size: 17px;
}

.about-founders {
  min-width: 0;
  display: grid;
  grid-template-columns: 500px minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.about-founders .about-collage {
  width: 500px;
  height: 510px;
  min-height: 0;
}

.about-founders .about-collage::before {
  top: 14%;
  right: 5%;
  width: 60%;
}

.about-founders .collage-photo {
  width: 52%;
  border-width: 6px;
}

.about-founder-list {
  min-width: 0;
  border-top: 1px solid var(--line);
}

.founder-summary {
  padding: 27px 0 28px;
  border-bottom: 1px solid var(--line);
}

.founder-summary-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.founder-summary h2 {
  margin: 0;
  font-size: 29px;
  font-weight: 550;
  line-height: 1;
  letter-spacing: -0.048em;
}

.founder-summary a {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.founder-summary p {
  max-width: 390px;
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.42;
  letter-spacing: -0.018em;
}

.how-one-screen,
.pricing-one-screen {
  padding: 24px 0 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.how-one-heading,
.pricing-one-heading {
  text-align: center;
}

.how-one-heading p,
.pricing-one-heading p {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.how-simple-steps {
  width: 100%;
  max-width: 1260px;
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.how-simple-step {
  min-width: 0;
  padding: 27px 38px 30px;
  text-align: center;
}

.how-simple-step + .how-simple-step {
  border-left: 1px solid var(--line);
}

.how-step-art {
  height: 178px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-step-art > img {
  width: auto;
  max-width: 205px;
  max-height: 158px;
  object-fit: contain;
}

.how-step-free {
  gap: 28px;
}

.how-step-free img:first-child {
  max-height: 148px;
}

.how-step-free img:last-child {
  max-height: 92px;
}

.how-simple-step h2 {
  margin: 2px 0 0;
  font-size: 29px;
  font-weight: 550;
  line-height: 1;
  letter-spacing: -0.045em;
}

.how-simple-step p {
  max-width: 310px;
  margin: 15px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.42;
  letter-spacing: -0.022em;
}

.how-one-cta {
  margin-top: 38px;
}

.pricing-one-screen {
  padding-top: 22px;
}

.plain-pricing-grid {
  width: 100%;
  max-width: 1312px;
  margin: 49px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.plain-price-card {
  min-width: 0;
  min-height: 390px;
  padding: 34px 32px 28px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid var(--line);
  border-radius: 13px;
}

.plain-price {
  min-height: 86px;
  margin: 0;
  display: flex;
  align-items: flex-end;
  color: var(--ink);
  font-size: 86px;
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: -0.07em;
  white-space: nowrap;
}

.plain-price span {
  margin: 0 0 7px 8px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.plain-price-card h2 {
  margin: 26px 0 0;
  font-size: 30px;
  font-weight: 550;
  line-height: 1;
  letter-spacing: -0.045em;
}

.plain-price-card > p:not(.plain-price) {
  max-width: 330px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.42;
  letter-spacing: -0.022em;
}

.plain-price-card > a {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--ink);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.025em;
  text-align: center;
  transition: color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

.plain-price-main > a,
.plain-price-card > a:hover {
  color: #fff;
  background: var(--ink);
}

.plain-price-main > a:hover {
  background: #242424;
}

.plain-price-card > a:active {
  transform: scale(0.985);
}

.sign-in-main {
  height: 846px;
  min-height: 0;
  padding-top: 58px;
  padding-bottom: 68px;
}

.error-main {
  height: 846px;
  min-height: 0;
}

@media (max-width: 900px),
  (max-width: 1000px) and (max-height: 600px) {
  .about-one-screen,
  .how-one-screen,
  .pricing-one-screen,
  .sign-in-main,
  .error-main {
    width: calc(100% - 32px);
    height: auto;
    min-height: 0;
  }

  .about-one-screen {
    padding: 44px 0 64px;
    grid-template-columns: 1fr;
    gap: 46px;
    align-items: start;
  }

  .about-one-copy,
  .about-founders {
    width: 100%;
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
  }

  .about-one-copy h1,
  .how-one-heading h1,
  .pricing-one-heading h1 {
    font-size: clamp(52px, 13.4vw, 86px);
  }

  .about-one-copy > p {
    margin-top: 26px;
    font-size: 19px;
  }

  .about-one-copy .page-primary-button,
  .how-one-cta {
    width: 100%;
    min-height: 56px;
    margin-top: 28px;
  }

  .about-founders {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-founders .about-collage {
    width: min(100%, 430px);
    height: clamp(315px, 100vw, 430px);
    min-height: 0;
    margin: 0 auto;
  }

  .about-founder-list {
    width: min(100%, 430px);
    margin: 0 auto;
  }

  .how-one-screen,
  .pricing-one-screen {
    padding: 42px 0 64px;
    align-items: stretch;
  }

  .how-one-heading,
  .pricing-one-heading {
    width: 100%;
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .how-one-heading p,
  .pricing-one-heading p {
    margin-top: 22px;
    font-size: 18px;
  }

  .how-simple-steps {
    max-width: 620px;
    margin-top: 42px;
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .how-simple-step {
    padding: 28px 0;
    display: grid;
    grid-template-columns: minmax(120px, 0.8fr) minmax(0, 1.2fr);
    grid-template-rows: auto auto;
    column-gap: 24px;
    text-align: left;
  }

  .how-simple-step + .how-simple-step {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .how-step-art {
    height: 130px;
    grid-row: 1 / 3;
  }

  .how-step-art > img {
    max-width: 150px;
    max-height: 118px;
  }

  .how-step-free {
    gap: 12px;
  }

  .how-step-free img:first-child {
    max-height: 110px;
  }

  .how-step-free img:last-child {
    max-height: 65px;
  }

  .how-simple-step h2 {
    align-self: end;
    font-size: 26px;
  }

  .how-simple-step p {
    max-width: none;
    margin: 12px 0 0;
    align-self: start;
    font-size: 16px;
  }

  .how-one-cta {
    max-width: 620px;
    margin: 32px auto 0;
  }

  .plain-pricing-grid {
    max-width: 620px;
    margin-top: 42px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .plain-price-card {
    min-height: 360px;
  }

  .sign-in-main {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

@media (max-width: 640px) {
  .about-one-screen,
  .how-one-screen,
  .pricing-one-screen {
    padding-top: 34px;
  }

  .about-one-copy h1,
  .how-one-heading h1,
  .pricing-one-heading h1 {
    font-size: clamp(49px, 15.3vw, 64px);
  }

  .about-founders {
    gap: 12px;
  }

  .founder-summary-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .founder-summary h2 {
    font-size: 25px;
  }

  .how-simple-step {
    padding: 24px 0;
    grid-template-columns: 108px minmax(0, 1fr);
    column-gap: 18px;
  }

  .how-step-art {
    height: 112px;
  }

  .how-step-art > img {
    max-width: 112px;
    max-height: 96px;
  }

  .how-step-free {
    gap: 5px;
  }

  .how-step-free img:first-child {
    max-width: 67px;
    max-height: 88px;
  }

  .how-step-free img:last-child {
    max-width: 38px;
    max-height: 57px;
  }

  .how-simple-step h2 {
    font-size: 24px;
  }

  .how-simple-step p {
    font-size: 15px;
  }

  .plain-price-card {
    min-height: 340px;
    padding: 30px 22px 22px;
  }

  .plain-price {
    min-height: 72px;
    font-size: 70px;
  }

  .plain-price span {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .plain-price-card h2 {
    margin-top: 22px;
    font-size: 27px;
  }

  .plain-price-card > p:not(.plain-price) {
    margin-top: 15px;
    font-size: 16px;
  }

  .plain-price-card > a {
    min-height: 56px;
    font-size: 16px;
  }
}

/* Websites */
.websites-one-screen {
  height: 846px;
  padding: 22px 0 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.websites-heading {
  text-align: center;
}

.websites-heading h1 {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 102px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.067em;
}

.websites-heading p {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.all-websites-grid {
  width: 100%;
  max-width: 1312px;
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.all-website-card {
  min-width: 0;
  height: 245px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) 42px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  transition: border-color 160ms ease;
}

.all-website-card[hidden] {
  display: none;
}

.all-website-card:hover {
  border-color: #aaa6a2;
}

.all-website-card > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.all-website-card > span {
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.015em;
}

.all-websites-pagination {
  height: 40px;
  margin: 14px auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.all-websites-pagination[hidden] {
  display: none;
}

.all-websites-pagination button {
  width: 38px;
  height: 38px;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 1px solid #cbc8c5;
  border-radius: 50%;
  cursor: pointer;
}

.all-websites-pagination button:hover:not(:disabled),
.all-websites-pagination button[aria-current="page"] {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.all-websites-pagination button:disabled {
  cursor: default;
  opacity: 0.3;
}

.all-websites-page-buttons {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 900px),
  (max-width: 1000px) and (max-height: 600px) {
  .websites-one-screen {
    width: calc(100% - 32px);
    height: auto;
    min-height: 0;
    padding: 42px 0 64px;
    align-items: stretch;
  }

  .websites-heading {
    width: 100%;
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .websites-heading h1 {
    font-size: clamp(52px, 13.4vw, 86px);
  }

  .websites-heading p {
    margin-top: 22px;
    font-size: 18px;
  }

  .all-websites-grid {
    max-width: 620px;
    margin-top: 42px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .all-website-card {
    height: clamp(230px, 70vw, 300px);
  }

  .all-websites-pagination {
    height: 44px;
    margin-top: 16px;
  }

  .all-websites-pagination button {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 640px) {
  .websites-one-screen {
    padding-top: 34px;
  }

  .websites-heading h1 {
    font-size: clamp(49px, 15.3vw, 64px);
  }
}

@media (max-width: 360px) {
  .all-websites-pagination > button {
    display: none;
  }
}
