/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .contents {
    display: contents;
  }
  .table {
    display: table;
  }
}
:root {
  --ink: #151410;
  --muted: #6c675f;
  --stone: #f0ede7;
  --stone-deep: #ded7cd;
  --paper: #faf9f6;
  --line: rgba(21, 20, 16, 0.14);
  --champagne: #9f8051;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, select {
  font: inherit;
}
img {
  max-width: 100%;
  display: block;
}
.site-header {
  align-items: center;
  background: rgba(251, 250, 247, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 92px;
  justify-content: space-between;
  left: 0;
  padding: 0 5vw;
  position: sticky;
  top: 0;
  z-index: 30;
}
.brand {
  align-items: center;
  display: inline-flex;
  gap: 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.brand strong {
  display: block;
  font-family: var(--font-geist-sans), Arial, sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .23em;
  margin-top: 5px;
}
.brand-mark {
  align-items: center;
  display: inline-flex;
  font-family: Georgia, serif;
  font-size: 17px;
  height: 44px;
  justify-content: center;
  position: relative;
  width: 44px;
}
.brand-mark::after {
  background: var(--champagne);
  content: "";
  height: 1px;
  left: 9px;
  position: absolute;
  top: 22px;
  transform: rotate(-42deg);
  width: 27px;
}
.brand-mark i {
  font-style: normal;
  line-height: 1;
  position: absolute;
}
.brand-mark i:first-child {
  left: 5px;
  top: 7px;
}
.brand-mark i:last-child {
  bottom: 7px;
  right: 5px;
}
nav {
  align-items: center;
  display: flex;
  gap: 30px;
  font-size: 12px;
  letter-spacing: .02em;
}
nav a:not(.nav-cta) {
  color: #555149;
  position: relative;
}
nav a:not(.nav-cta)::after {
  background: var(--champagne);
  bottom: -8px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
  width: 100%;
}
nav a:not(.nav-cta):hover::after {
  transform: scaleX(1);
}
.nav-cta {
  background: var(--ink);
  color: white;
  letter-spacing: .04em;
  padding: 14px 21px;
}
.hero {
  display: grid;
  grid-template-columns: 46% 54%;
  min-height: calc(100vh - 92px);
}
.hero-copy {
  align-items: flex-start;
  background: linear-gradient(135deg, rgba(159,128,81,.05), transparent 42%),
    var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8vw 5.5vw 7vw 6vw;
}
.eyebrow, .section-kicker {
  color: #7b654b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .17em;
  margin: 0 0 28px;
  text-transform: uppercase;
}
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
h1 {
  font-size: clamp(54px, 5.7vw, 91px);
  letter-spacing: -.057em;
  line-height: .96;
  margin: 0;
  max-width: 760px;
}
.hero-lede {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
  margin: 34px 0;
  max-width: 620px;
}
.hero-actions {
  align-items: center;
  display: flex;
  gap: 24px;
}
.hero-actions span {
  color: var(--muted);
  font-size: 12px;
}
.button {
  border: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: 17px 24px;
  transition: transform .2s ease, background .2s ease;
}
.button:hover {
  transform: translateY(-1px);
}
.button-dark {
  background: var(--ink);
  color: white;
}
.button-dark:hover {
  background: #33312c;
}
.hero-proof {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 62px;
  padding-top: 26px;
  width: 100%;
}
.hero-proof div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero-proof strong {
  font-size: 13px;
}
.hero-proof span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}
.hero-visual {
  background: #d5cec2;
  margin: 0;
  min-height: 680px;
  overflow: hidden;
  position: relative;
}
.hero-visual::after {
  background: linear-gradient(90deg, rgba(21,20,16,.08), transparent 28%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.hero-visual img {
  filter: saturate(.82) contrast(.97);
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero-visual figcaption {
  background: rgba(251,250,247,.88);
  bottom: 0;
  color: #5c5851;
  font-size: 10px;
  left: 0;
  line-height: 1.5;
  padding: 14px 20px;
  position: absolute;
  right: 0;
}
.manifesto {
  margin: 0 auto;
  max-width: 980px;
  padding: 160px 30px;
  text-align: center;
}
.manifesto h2, .section-heading h2, .waitlist h2 {
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -.045em;
  line-height: 1.04;
  margin: 0;
}
.manifesto > p:last-child {
  color: var(--muted);
  font-size: 21px;
  line-height: 1.8;
  margin: 34px auto 0;
  max-width: 800px;
}
.section-shell {
  padding: 120px 6vw;
}
.section-heading {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 72px;
}
.section-heading h2 {
  max-width: 820px;
}
.experience {
  background: white;
}
.experience-grid {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.experience-grid article {
  border-right: 1px solid var(--line);
  padding: 34px 36px 54px 0;
}
.experience-grid article + article {
  padding-left: 36px;
}
.experience-grid article:last-child {
  border-right: 0;
}
.experience-grid article > span {
  color: var(--champagne);
  font-family: Georgia, serif;
  font-size: 13px;
}
.experience-grid h3 {
  font-size: 30px;
  margin: 58px 0 18px;
}
.experience-grid p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
  max-width: 330px;
}
.member-app {
  align-items: center;
  background: var(--stone);
  display: grid;
  gap: 8vw;
  grid-template-columns: .82fr 1.18fr;
}
.member-app h2 {
  font-size: clamp(44px, 5vw, 72px);
  letter-spacing: -.045em;
  line-height: 1.04;
  margin: 0;
}
.member-app-copy > p:not(.section-kicker):not(.concept-note) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
  margin: 30px 0;
  max-width: 580px;
}
.member-app ul {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 0;
  padding: 0;
}
.member-app li {
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.5;
  padding: 16px 0;
}
.concept-note {
  color: #817b72;
  font-size: 10px;
  line-height: 1.6;
  margin: 22px 0 0;
  max-width: 590px;
}
.member-app-visual {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.member-app-visual img {
  aspect-ratio: 16 / 10;
  filter: saturate(.88);
  height: auto;
  object-fit: cover;
  width: 100%;
}
.member-app-visual figcaption {
  color: #817b72;
  font-size: 10px;
  line-height: 1.5;
  margin-top: 10px;
}
.security {
  background: #1d1d19;
  color: white;
}
.security-panel {
  display: grid;
  gap: 8vw;
  grid-template-columns: .9fr 1.1fr;
}
.section-kicker.light {
  color: #c8ad8a;
}
.security h2 {
  font-size: clamp(44px, 5vw, 72px);
  letter-spacing: -.045em;
  line-height: 1.04;
  margin: 0;
}
.security-intro {
  color: #bbb7ae;
  font-size: 17px;
  line-height: 1.75;
  margin-top: 34px;
  max-width: 600px;
}
.security ul {
  border-top: 1px solid rgba(255,255,255,.18);
  list-style: none;
  margin: 0;
  padding: 0;
}
.security li {
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.18);
  display: grid;
  font-family: Georgia, serif;
  font-size: 21px;
  gap: 22px;
  grid-template-columns: 42px 1fr;
  line-height: 1.4;
  padding: 24px 0;
}
.security li span {
  color: #aa8f6d;
  font-family: Arial, sans-serif;
  font-size: 10px;
}
.security-note {
  color: #8e8a82;
  font-size: 11px;
  line-height: 1.6;
  margin: 62px 0 0;
  max-width: 740px;
}
.stored {
  text-align: center;
}
.stored .section-heading {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.storage-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.storage-list span {
  background: white;
  border: 1px solid var(--line);
  font-family: Georgia, serif;
  font-size: 19px;
  padding: 19px 26px;
}
.stored-note {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
  margin: 32px auto 0;
  max-width: 640px;
}
.member-services {
  background: white;
}
.membership-intro {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
  margin: -30px 0 62px auto;
  max-width: 820px;
}
.services-grid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.services-grid article {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 260px;
  padding: 30px;
}
.services-grid article > span {
  color: var(--champagne);
  font-size: 10px;
}
.services-grid small {
  color: #7b654b;
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  margin-top: 16px;
  text-transform: uppercase;
}
.services-grid h3 {
  font-size: 25px;
  line-height: 1.15;
  margin: 28px 0 15px;
}
.services-grid p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.services-note {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
  margin: 28px 0 0;
  max-width: 720px;
}
.annual-review {
  background: #25251f;
  color: white;
  display: grid;
  gap: 9vw;
  grid-template-columns: .9fr 1.1fr;
}
.annual-review h2 {
  font-size: clamp(44px, 5vw, 72px);
  letter-spacing: -.045em;
  line-height: 1.04;
  margin: 0;
}
.annual-review-copy > p:last-child {
  color: #bbb7ae;
  font-size: 17px;
  line-height: 1.75;
  margin: 32px 0 0;
  max-width: 560px;
}
.annual-review ul {
  border-top: 1px solid rgba(255,255,255,.18);
  list-style: none;
  margin: 0;
  padding: 0;
}
.annual-review li {
  border-bottom: 1px solid rgba(255,255,255,.18);
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.4;
  padding: 21px 0;
}
.comparison {
  background: #ebe6dd;
}
.comparison-table {
  border-top: 1px solid var(--line);
}
.comparison-row {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 30px;
  grid-template-columns: .7fr 1fr 1fr;
  padding: 25px 10px;
}
.comparison-row span, .comparison-row strong {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.comparison-row strong {
  font-weight: 700;
}
.comparison-head span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.waitlist {
  background: white;
  display: grid;
  gap: 9vw;
  grid-template-columns: .92fr 1.08fr;
  padding: 130px 7vw;
}
.waitlist-copy > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
  margin: 32px 0;
  max-width: 600px;
}
.waitlist-promise {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 34px 1fr;
  max-width: 570px;
  padding-top: 12px;
}
.waitlist-promise span {
  color: var(--champagne);
  font-size: 10px;
  padding-top: 16px;
}
.waitlist-promise p {
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  padding: 13px 0 16px;
}
.waitlist-form {
  background: var(--stone);
  padding: 46px;
}
.waitlist-form label {
  color: #5e5a53;
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  margin-bottom: 18px;
}
.field-row {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}
.waitlist-form input:not([type="checkbox"]), .waitlist-form select {
  appearance: none;
  background: rgba(255,255,255,.72);
  border: 1px solid transparent;
  border-bottom-color: #c8c0b4;
  border-radius: 0;
  color: var(--ink);
  display: block;
  margin-top: 8px;
  min-height: 50px;
  padding: 13px;
  width: 100%;
}
.waitlist-form input:focus, .waitlist-form select:focus {
  border-color: #82705a;
  outline: none;
}
.consent {
  align-items: flex-start;
  display: flex !important;
  gap: 11px;
  line-height: 1.5;
  margin-top: 6px;
}
.consent input {
  accent-color: var(--ink);
  margin-top: 2px;
}
.honeypot {
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 0;
}
.submit-button {
  min-height: 54px;
  width: 100%;
}
.submit-button:disabled {
  cursor: wait;
  opacity: .65;
}
.form-status {
  font-size: 13px;
  line-height: 1.5;
  margin: 16px 0 0;
  min-height: 18px;
}
.form-status.success {
  color: #315e43;
}
.form-status.error {
  color: #9a3c35;
}
.form-fine {
  color: #817b72;
  font-size: 10px;
  line-height: 1.6;
  margin: 8px 0 0;
}
.faq {
  background: var(--paper);
}
.faq-grid {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 27px 28px 27px 0;
}
.faq details:nth-child(even) {
  border-left: 1px solid var(--line);
  padding-left: 28px;
}
.faq summary {
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 20px;
  list-style: none;
}
.faq summary::after {
  content: "+";
  float: right;
  font-family: Arial, sans-serif;
  font-size: 15px;
}
.faq details[open] summary::after {
  content: "–";
}
.faq details p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 18px 30px 0 0;
}
footer {
  align-items: center;
  background: #191915;
  color: #c4c0b7;
  display: grid;
  font-size: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  letter-spacing: .04em;
  padding: 50px 6vw;
}
footer p {
  margin: 0;
  text-align: center;
}
footer p:last-child {
  text-align: right;
}
.footer-brand {
  color: white;
}
.footer-brand .brand-mark::after {
  background: #c3a476;
}
@media (max-width: 980px) {
  nav a:not(.nav-cta) {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    min-height: 720px;
    padding: 100px 7vw;
  }
  .hero-visual {
    min-height: 560px;
  }
  .section-heading {
    grid-template-columns: 1fr;
  }
  .experience-grid, .member-app, .security-panel, .annual-review, .waitlist {
    grid-template-columns: 1fr;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .experience-grid article {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    padding: 34px 0 48px !important;
  }
  .security-panel {
    gap: 70px;
  }
  .member-app {
    gap: 70px;
  }
  .annual-review {
    gap: 70px;
  }
  .waitlist {
    gap: 70px;
  }
}
@media (max-width: 640px) {
  .site-header {
    height: 72px;
    padding: 0 20px;
  }
  .nav-cta {
    font-size: 11px;
    padding: 11px 13px;
  }
  .hero-copy {
    min-height: auto;
    padding: 86px 24px 72px;
  }
  h1 {
    font-size: 52px;
  }
  .hero-lede {
    font-size: 17px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-proof {
    gap: 14px;
  }
  .hero-visual {
    min-height: 470px;
  }
  .manifesto, .section-shell {
    padding: 90px 24px;
  }
  .manifesto h2, .section-heading h2, .waitlist h2 {
    font-size: 42px;
  }
  .comparison-row {
    gap: 12px;
    grid-template-columns: .65fr 1fr 1fr;
    padding: 20px 0;
  }
  .comparison-row span, .comparison-row strong {
    font-size: 11px;
  }
  .waitlist {
    padding: 90px 20px;
  }
  .waitlist-form {
    padding: 28px 20px;
  }
  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .faq details:nth-child(even) {
    border-left: 0;
    padding-left: 0;
  }
  footer {
    gap: 28px;
    grid-template-columns: 1fr;
    text-align: left;
  }
  footer p, footer p:last-child {
    text-align: left;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
}
