:root {
  --forest-950: #082f29;
  --forest-900: #0b3d32;
  --forest-800: #125241;
  --forest-700: #176b50;
  --forest-500: #2d8a65;
  --leaf-200: #cfe4d1;
  --leaf-100: #e7f0e5;
  --sand-50: #fffdf7;
  --sand-100: #f8f2e6;
  --sand-200: #f0e4cc;
  --sun: #f4cf75;
  --clay: #c86b4a;
  --clay-dark: #9f4d35;
  --indigo: #2b3c73;
  --ink: #17302a;
  --muted: #60716b;
  --line: #d7dfd5;
  --white: #ffffff;
  --shadow-soft: 0 24px 70px rgba(7, 48, 39, 0.12);
  --shadow-card: 0 13px 34px rgba(7, 48, 39, 0.08);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--sand-50);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(11, 61, 50, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 61, 50, 0.018) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  pointer-events: none;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

[hidden] {
  display: none !important;
}

.page-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 18px;
  top: -80px;
  padding: 12px 17px;
  border-radius: 0 0 11px 11px;
  color: var(--forest-950);
  background: var(--sun);
  font-weight: 800;
  text-decoration: none;
  transition: top 160ms ease;
}

.skip-link:focus {
  top: 0;
}

.topbar {
  color: #dceade;
  background: var(--forest-950);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 38px;
  font-size: 0.73rem;
  font-weight: 650;
  letter-spacing: 0.025em;
}

.topbar-locale {
  color: #a9c8b3;
}

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(11, 61, 50, 0.1);
  background: rgba(255, 253, 247, 0.94);
  backdrop-filter: blur(13px);
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 88px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--forest-950);
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 43px;
  height: 43px;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  padding: 8px;
  overflow: hidden;
  border-radius: 15px 15px 15px 4px;
  background: var(--forest-900);
  box-shadow: 5px 5px 0 var(--sun);
}

.brand-mark::after {
  position: absolute;
  width: 36px;
  height: 36px;
  left: 15px;
  top: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  content: "";
}

.brand-mark i {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 999px;
  background: var(--sand-100);
}

.brand-mark i:nth-child(2) {
  background: var(--sun);
}

.brand-mark i:nth-child(3) {
  background: var(--clay);
}

.brand-copy {
  color: var(--forest-950);
  font-size: 1.02rem;
  font-weight: 840;
  letter-spacing: -0.035em;
}

.brand-copy small {
  display: block;
  margin-top: 2px;
  color: #6c7b75;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.navigation-links {
  display: flex;
  align-items: center;
  gap: 27px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation-links a,
.back-link {
  color: #4b6259;
  font-size: 0.88rem;
  font-weight: 710;
  text-decoration: none;
}

.navigation-links a:hover,
.back-link:hover {
  color: var(--forest-800);
}

.navigation-links .navigation-cta {
  padding: 11px 18px;
  border-radius: 999px;
  color: var(--white);
  background: var(--forest-900);
}

.navigation-links .navigation-cta:hover {
  color: var(--white);
  background: var(--forest-700);
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 16% 12%, rgba(244, 207, 117, 0.14), transparent 22rem),
    linear-gradient(115deg, var(--forest-950) 0%, var(--forest-900) 58%, #145b45 100%);
}

.hero-section::before {
  position: absolute;
  width: 29rem;
  height: 29rem;
  left: -17rem;
  bottom: -18rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(255, 255, 255, 0.025), 0 0 0 76px rgba(255, 255, 255, 0.018);
  content: "";
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, 0.97fr);
  gap: 74px;
  align-items: center;
  min-height: 660px;
  padding-block: 80px 92px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #c9e4d0;
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow i {
  width: 10px;
  height: 10px;
  border-radius: 3px 3px 3px 1px;
  background: var(--sun);
  box-shadow: 5px 0 0 var(--clay);
}

.hero-copy h1,
.access-story h1 {
  margin: 22px 0 24px;
  font-family: var(--serif);
  font-size: clamp(3.6rem, 6.5vw, 6.2rem);
  font-weight: 500;
  letter-spacing: -0.078em;
  line-height: 0.92;
}

.hero-lead {
  max-width: 585px;
  margin: 0;
  color: #d8e8dc;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 51px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.91rem;
  font-weight: 820;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-sun {
  color: var(--forest-950);
  background: var(--sun);
  box-shadow: 0 14px 30px rgba(1, 25, 19, 0.24);
}

.button-sun:hover {
  background: #f8da8e;
}

.button-cream {
  color: var(--forest-950);
  background: var(--sand-100);
}

.button-forest {
  color: var(--white);
  background: var(--forest-900);
  box-shadow: 0 13px 28px rgba(6, 48, 39, 0.18);
}

.button-forest:hover {
  background: var(--forest-700);
}

.button-clay {
  color: var(--white);
  background: var(--clay);
  box-shadow: 0 13px 28px rgba(128, 54, 31, 0.18);
}

.button-clay:hover {
  background: var(--clay-dark);
}

.button-full {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #e8f1ea;
  font-size: 0.9rem;
  font-weight: 730;
  text-decoration: none;
}

.text-link:hover {
  color: var(--sun);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 24px;
  margin-top: 41px;
  color: #b8d0c0;
  font-size: 0.77rem;
  font-weight: 660;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-meta b {
  color: var(--sun);
  font-size: 0.68rem;
  letter-spacing: 0.07em;
}

.inbox-scene {
  position: relative;
  min-height: 465px;
}

.woven-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
}

.woven-orbit::after {
  position: absolute;
  inset: 20px;
  border: 1px dashed rgba(244, 207, 117, 0.32);
  border-radius: inherit;
  content: "";
}

.woven-orbit-one {
  width: 400px;
  height: 400px;
  right: -73px;
  top: -18px;
}

.woven-orbit-two {
  width: 240px;
  height: 240px;
  left: -46px;
  bottom: -37px;
}

.inbox-window {
  position: absolute;
  z-index: 2;
  width: min(100%, 475px);
  right: 0;
  top: 31px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 26px;
  color: var(--ink);
  background: rgba(255, 253, 247, 0.97);
  box-shadow: 0 36px 90px rgba(2, 31, 24, 0.35);
  transform: rotate(1.2deg);
}

.inbox-window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 0 18px;
  border-bottom: 1px solid #e4e7df;
  color: #78837f;
  font-size: 0.68rem;
  font-weight: 660;
}

.window-dots {
  display: inline-flex;
  gap: 5px;
}

.window-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c8d4ca;
}

.window-dots i:nth-child(2) {
  background: var(--sun);
}

.window-dots i:nth-child(3) {
  background: var(--clay);
}

.inbox-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 27px 24px 18px;
}

.mini-label {
  color: var(--forest-700);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.inbox-heading h2 {
  margin: 8px 0 0;
  color: var(--forest-950);
  font-family: var(--serif);
  font-size: 1.85rem;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.avatar {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 15px 15px 15px 4px;
  color: var(--sand-100);
  background: var(--indigo);
  font-size: 0.7rem;
  font-weight: 850;
}

.message-list {
  display: grid;
  gap: 7px;
  padding: 0 17px 17px;
}

.message-row {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 69px;
  padding: 11px 12px;
  border: 1px solid #e3e7df;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.77);
}

.message-row.is-featured {
  border-color: #cbdcca;
  background: #f0f6ef;
}

.message-symbol {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border-radius: 12px 12px 12px 4px;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 850;
}

.symbol-clay {
  background: var(--clay);
}

.symbol-indigo {
  background: var(--indigo);
}

.symbol-leaf {
  color: var(--forest-950);
  background: var(--sun);
}

.message-row div {
  min-width: 0;
}

.message-row b,
.message-row span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.message-row b {
  color: #29463d;
  font-size: 0.81rem;
}

.message-row div span {
  margin-top: 4px;
  color: #7a8781;
  font-size: 0.72rem;
}

.message-row time {
  align-self: start;
  color: #8a9690;
  font-size: 0.64rem;
  font-weight: 680;
}

.inbox-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-height: 47px;
  padding: 0 21px;
  color: #6c7c74;
  background: var(--sand-100);
  font-size: 0.66rem;
  font-weight: 700;
}

.inbox-foot span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.inbox-foot i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--forest-500);
}

.purpose-section {
  padding: 112px 0 119px;
  background: var(--sand-50);
}

.purpose-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 73px;
  align-items: start;
}

.section-kicker {
  margin: 0 0 13px;
  color: var(--clay);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.section-kicker-light {
  color: var(--sun);
}

.section-heading h2,
.invitation-copy h2 {
  margin: 0;
  color: var(--forest-950);
  font-family: var(--serif);
  font-size: clamp(2.6rem, 4.5vw, 4.25rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.98;
}

.section-heading > p:last-child,
.invitation-copy > p {
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.purpose-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.purpose-card {
  min-height: 278px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 23px 23px 23px 7px;
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.card-index {
  display: inline-flex;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--forest-700);
  color: var(--forest-700);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.purpose-card h3 {
  margin: 62px 0 13px;
  color: var(--forest-950);
  font-family: var(--serif);
  font-size: 1.58rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.purpose-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.62;
}

.purpose-card-clay {
  border-color: #e5c9bb;
  background: #fbf1eb;
}

.purpose-card-clay .card-index {
  border-color: var(--clay);
  color: var(--clay);
}

.purpose-card-indigo {
  color: var(--white);
  border-color: var(--indigo);
  background: var(--indigo);
}

.purpose-card-indigo .card-index {
  border-color: var(--sun);
  color: var(--sun);
}

.purpose-card-indigo h3 {
  color: var(--white);
}

.purpose-card-indigo p {
  color: #d6dcef;
}

.invitation-section {
  position: relative;
  overflow: hidden;
  padding: 106px 0;
  color: var(--white);
  background: var(--forest-900);
}

.invitation-section::before {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    repeating-linear-gradient(45deg, transparent 0 12px, var(--sand-100) 12px 13px),
    repeating-linear-gradient(-45deg, transparent 0 12px, var(--sand-100) 12px 13px);
  background-size: 52px 52px;
  content: "";
}

.invitation-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 85px;
  align-items: center;
}

.invitation-copy h2 {
  color: var(--white);
}

.invitation-copy > p {
  color: #cfe0d4;
}

.invitation-copy .button {
  margin-top: 30px;
}

.invitation-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.invitation-steps li {
  display: grid;
  grid-template-columns: 39px 1fr;
  gap: 14px;
  min-height: 134px;
  padding: 21px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 19px 19px 19px 6px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(7px);
}

.invitation-steps li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 13px 13px 13px 4px;
  color: var(--forest-950);
  background: var(--sun);
  font-size: 0.68rem;
  font-weight: 880;
}

.invitation-steps b {
  font-family: var(--serif);
  font-size: 1.21rem;
  font-weight: 500;
}

.invitation-steps p {
  margin: 6px 0 0;
  color: #cbded1;
  font-size: 0.82rem;
  line-height: 1.55;
}

.culture-note {
  padding: 48px 0;
  background: var(--sand-200);
}

.culture-note-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}

.culture-mark {
  display: grid;
  width: 49px;
  height: 49px;
  place-items: center;
  border-radius: 16px 16px 16px 5px;
  color: var(--sand-100);
  background: var(--clay);
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.culture-note p {
  max-width: 720px;
  margin: 0;
  color: var(--forest-950);
  font-family: var(--serif);
  font-size: clamp(1.22rem, 2vw, 1.65rem);
  letter-spacing: -0.025em;
  line-height: 1.36;
}

.culture-detail {
  color: #745f48;
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.site-footer {
  padding: 27px 0 36px;
  border-top: 1px solid var(--line);
  background: var(--sand-50);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #6b7974;
  font-size: 0.75rem;
}

.footer-inner b {
  color: var(--forest-800);
}

/* Access interface */

.access-page {
  background: var(--sand-100);
}

.access-header {
  background: var(--sand-50);
}

.access-stage {
  position: relative;
  overflow: hidden;
  min-height: 780px;
  padding: 72px 0 86px;
  background:
    radial-gradient(circle at 88% 12%, rgba(244, 207, 117, 0.19), transparent 25rem),
    linear-gradient(115deg, var(--forest-950) 0%, var(--forest-900) 50%, #155d46 100%);
}

.access-pattern {
  position: absolute;
  width: 520px;
  height: 520px;
  left: -240px;
  bottom: -250px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(255, 255, 255, 0.025), 0 0 0 92px rgba(255, 255, 255, 0.018);
}

.access-pattern::after {
  position: absolute;
  width: 260px;
  height: 260px;
  right: -670px;
  top: -400px;
  opacity: 0.22;
  background-image:
    repeating-linear-gradient(45deg, transparent 0 11px, var(--sun) 11px 12px),
    repeating-linear-gradient(-45deg, transparent 0 11px, var(--clay) 11px 12px);
  background-size: 42px 42px;
  content: "";
  transform: rotate(8deg);
}

.access-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(390px, 0.72fr);
  gap: 78px;
  align-items: center;
}

.access-story {
  color: var(--white);
}

.eyebrow-light {
  color: #c9e4d0;
}

.access-story h1 {
  max-width: 650px;
  font-size: clamp(3.25rem, 5.6vw, 5.5rem);
}

.access-story > p:not(.woven-caption) {
  max-width: 570px;
  margin: 0;
  color: #d3e4d8;
  font-size: 1.02rem;
  line-height: 1.7;
}

.access-principles {
  display: grid;
  gap: 13px;
  max-width: 570px;
  margin-top: 35px;
}

.access-principles article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px 16px 16px 5px;
  background: rgba(255, 255, 255, 0.055);
}

.access-principles article > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 13px 13px 13px 4px;
  color: var(--forest-950);
  background: var(--sun);
  font-size: 0.68rem;
  font-weight: 880;
}

.access-principles article:nth-child(2) > span {
  color: var(--white);
  background: var(--clay);
}

.access-principles article:nth-child(3) > span {
  color: var(--white);
  background: var(--indigo);
}

.access-principles b {
  font-size: 0.9rem;
}

.access-principles p {
  margin: 4px 0 0;
  color: #bfd3c5;
  font-size: 0.78rem;
  line-height: 1.52;
}

.woven-caption {
  margin: 27px 0 0;
  color: var(--sun);
  font-family: var(--serif);
  font-size: 1.2rem;
  font-style: italic;
}

.access-card {
  width: min(100%, 500px);
  justify-self: end;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 29px 29px 29px 9px;
  color: var(--ink);
  background: rgba(255, 253, 247, 0.985);
  box-shadow: 0 38px 90px rgba(1, 28, 21, 0.35);
}

.access-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin: 0 0 26px;
  padding: 5px;
  border-radius: 14px;
  background: #ecefe8;
}

.access-tab {
  min-height: 41px;
  border: 0;
  border-radius: 10px;
  color: #68766f;
  background: transparent;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 780;
}

.access-tab.is-active {
  color: var(--forest-950);
  background: var(--white);
  box-shadow: 0 5px 15px rgba(11, 61, 50, 0.08);
}

.access-panel {
  animation: panel-in 180ms ease both;
}

.access-form {
  margin: 0;
}

@keyframes panel-in {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

.panel-heading {
  margin-bottom: 23px;
}

.panel-heading h2 {
  margin: 8px 0 7px;
  color: var(--forest-950);
  font-family: var(--serif);
  font-size: 2.15rem;
  font-weight: 500;
  letter-spacing: -0.06em;
}

.panel-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.field-group {
  margin-bottom: 16px;
}

.field-group label {
  display: block;
  margin-bottom: 7px;
  color: #344b43;
  font-size: 0.75rem;
  font-weight: 780;
}

.field-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.field-label-row label {
  margin-bottom: 7px;
}

.input-shell {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  min-height: 50px;
  border: 1px solid #ced9cf;
  border-radius: 13px;
  background: var(--white);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.input-shell:focus-within {
  border-color: var(--forest-500);
  box-shadow: 0 0 0 4px rgba(45, 138, 101, 0.12);
}

.input-symbol {
  display: grid;
  place-items: center;
  color: var(--forest-700);
  font-size: 0.83rem;
  font-weight: 850;
}

.input-symbol-key {
  font-size: 1.3rem;
  line-height: 0;
}

.input-shell input {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0 8px 0 0;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 0.85rem;
}

.input-shell input::placeholder {
  color: #9ba7a1;
}

.input-shell-code {
  border-color: #e2c6b8;
  background: #fffaf6;
}

.input-shell-code:focus-within {
  border-color: var(--clay);
  box-shadow: 0 0 0 4px rgba(200, 107, 74, 0.12);
}

.password-toggle,
.quiet-button {
  border: 0;
  color: var(--forest-700);
  background: transparent;
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 780;
}

.password-toggle {
  height: 34px;
  margin-right: 7px;
  padding: 0 8px;
}

.quiet-button {
  margin-bottom: 7px;
  padding: 0;
}

.quiet-link {
  margin-bottom: 7px;
  color: var(--clay-dark);
  font-size: 0.68rem;
  font-weight: 780;
  text-decoration: none;
}

.panel-switch {
  margin: 16px 0 0;
  color: #77847e;
  font-size: 0.73rem;
  text-align: center;
}

.panel-switch button {
  padding: 0;
  border: 0;
  color: var(--forest-700);
  background: transparent;
  cursor: pointer;
  font-weight: 800;
}

.button[aria-busy="true"] {
  cursor: wait;
  opacity: 0.82;
}

.auth-status,
.noscript-note {
  margin: 17px 0 0;
  padding: 12px 13px;
  border: 1px solid #e1c5b6;
  border-radius: 13px;
  color: #75432f;
  background: #fbede5;
  font-size: 0.75rem;
  line-height: 1.5;
}

.invite-help {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 11px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e1e4dc;
}

.invite-help-mark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 10px 10px 10px 3px;
  color: var(--white);
  background: var(--indigo);
  font-family: var(--serif);
  font-weight: 700;
}

.invite-help b {
  color: var(--forest-950);
  font-size: 0.76rem;
}

.invite-help p {
  margin: 4px 0 0;
  color: #74817b;
  font-size: 0.69rem;
  line-height: 1.5;
}

.access-footer {
  background: var(--sand-100);
}

.button:focus-visible,
.navigation a:focus-visible,
.access-tab:focus-visible,
.password-toggle:focus-visible,
.quiet-button:focus-visible,
.quiet-link:focus-visible,
.panel-switch button:focus-visible,
.input-shell input:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 3px;
}

@media (max-width: 1000px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
    gap: 45px;
  }

  .purpose-grid {
    grid-template-columns: 1fr;
    gap: 43px;
  }

  .invitation-grid,
  .access-layout {
    gap: 50px;
  }
}

@media (max-width: 820px) {
  .hero-grid,
  .invitation-grid,
  .access-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-top: 70px;
  }

  .inbox-scene {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .inbox-window {
    right: 50%;
    transform: translateX(50%) rotate(0.6deg);
  }

  .purpose-cards {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: thin;
  }

  .invitation-copy {
    max-width: 650px;
  }

  .access-stage {
    padding-top: 65px;
  }

  .access-story {
    max-width: 680px;
  }

  .access-card {
    width: min(100%, 560px);
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 28px, 1180px);
  }

  .topbar-inner {
    min-height: 42px;
    font-size: 0.68rem;
  }

  .topbar-locale,
  .navigation-links li:not(:last-child) {
    display: none;
  }

  .navigation {
    min-height: 77px;
  }

  .navigation-links {
    gap: 0;
  }

  .back-link {
    font-size: 0.76rem;
  }

  .brand-mark {
    width: 39px;
    height: 39px;
  }

  .brand-copy {
    font-size: 0.94rem;
  }

  .brand-copy small {
    font-size: 0.53rem;
  }

  .hero-grid {
    min-height: 0;
    padding: 56px 0 69px;
  }

  .hero-copy h1,
  .access-story h1 {
    font-size: clamp(3.05rem, 15vw, 4.4rem);
  }

  .hero-lead {
    font-size: 0.98rem;
  }

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

  .hero-actions .button,
  .hero-actions .text-link {
    width: 100%;
    justify-content: center;
  }

  .hero-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .inbox-scene {
    min-height: 397px;
  }

  .inbox-window {
    top: 14px;
  }

  .message-row {
    grid-template-columns: 35px 1fr;
  }

  .message-row time {
    display: none;
  }

  .inbox-foot span:last-child {
    display: none;
  }

  .purpose-section,
  .invitation-section {
    padding: 78px 0;
  }

  .purpose-card {
    min-height: 250px;
  }

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

  .culture-note-inner {
    grid-template-columns: auto 1fr;
  }

  .culture-detail {
    display: none;
  }

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

  .access-stage {
    min-height: 0;
    padding: 53px 0 65px;
  }

  .access-story h1 {
    margin-bottom: 19px;
  }

  .access-principles {
    margin-top: 29px;
  }

  .access-card {
    padding: 18px;
    border-radius: 23px 23px 23px 8px;
  }

  .panel-heading h2 {
    font-size: 1.9rem;
  }
}

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

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