:root {
  color-scheme: light; /* deliberate single-theme page: keep dark-OS browsers from darkening controls */
  --paper: #f2f0e9;
  --ink: #292b27;
  --muted: #64655d;
  --line: #cecec2;
  --orange: #d34827;
  --serif: Georgia, "Times New Roman", serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}
/* Second concept: stronger product messaging and an immediate signup. */
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
::selection {
  background: #eab39d;
  color: var(--ink);
}
:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 5px;
}
.page-shell {
  max-width: 1512px;
  margin: auto;
  padding: 0 64px;
}
.header {
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  gap: 9px;
  align-items: center;
}
.brand > span {
  font-size: 46px;
  letter-spacing: -2.5px;
  font-weight: 750;
}
.brand-dot {
  color: var(--orange);
}
.header-note,
.header-cta,
.eyebrow,
.section-label,
.item-number,
.article-foot,
.visual-top,
.visual-bottom,
.under-visual,
.future-note,
.instance small,
.instance-footer,
.team-node small,
.connection,
.residency-stamp,
footer > span {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 1.2px;
}
.header-note {
  margin-left: 15px;
}
.header-cta {
  font-size: 14px;
  letter-spacing: 0;
}
.header-cta span {
  margin-left: 25px;
  font-size: 22px;
}
.header-cta:hover,
.under-visual a:hover {
  color: var(--orange);
}
.hero {
  padding-top: 62px;
}
.eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
}
.status-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
}
h1 {
  font-size: clamp(62px, 6.7vw, 100px);
  line-height: 1.04;
  letter-spacing: -5.3px;
  font-weight: 500;
  margin: 31px 0 29px;
}
.serif {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.065em;
}
h1 .serif {
  color: var(--orange);
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 46px;
}
.hero-bottom p,
.section-intro p,
.future-copy p,
.signup p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding: 19px 23px;
  font-size: 15px;
}
.primary {
  background: var(--orange);
  color: #fff;
}
.button:hover {
  background: #b83b1d;
}
.button span {
  font-size: 21px;
}
.forge-visual {
  background: #e7e8dd;
  border: 1px solid #d1d3c5;
  position: relative;
  overflow: hidden;
  background-image: radial-gradient(#c4c7b7 0.65px, transparent 0.65px);
  background-size: 15px 15px;
}
.visual-top,
.visual-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 27px;
  padding: 20px 0;
  color: #626759;
  font-size: 11px;
  letter-spacing: 1px;
}
.visual-top {
  border-bottom: 1px solid #cbd0be;
}
.tiny-cross {
  font-size: 20px;
  margin-right: 12px;
}
.diagram {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 31px 35px 38px;
  gap: 0;
  min-height: 258px;
}
.team-node {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 150px;
  flex-shrink: 0;
  gap: 10px;
}
.team-node > span {
  font-size: 17px;
}
.team-node small {
  font-size: 10px;
  letter-spacing: 0.7px;
}
.team-symbol {
  display: flex;
  height: 40px;
  align-items: flex-end;
  gap: 5px;
  margin-bottom: 4px;
}
.team-symbol i {
  position: relative;
  width: 17px;
  height: 20px;
  border: 1px solid #747b64;
  border-radius: 9px 9px 2px 2px;
}
.team-symbol i:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #747b64;
  top: -14px;
  left: 3px;
}
.team-symbol i:nth-child(2) {
  height: 27px;
}
.connection {
  width: 110px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  color: #757b68;
  font-size: 11px;
  margin-right: 20px;
}
.connection i {
  width: 100%;
  height: 1px;
  background: #929980;
  position: relative;
}
.connection i:after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #929980;
  border-top: 1px solid #929980;
  transform: rotate(45deg);
}
.instance {
  width: 425px;
  background: #f6f6ef;
  border: 1px solid #8c947a;
  box-shadow: 6px 6px 0 #d4d8c8;
  flex-shrink: 0;
}
.instance-header {
  padding: 21px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
}
.instance-icon {
  background: var(--orange);
  color: #fff;
  padding: 4px 9px 6px;
  font-size: 26px;
  letter-spacing: -2px;
}
.instance small {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  color: #717762;
}
.lock-icon {
  margin-left: auto;
  width: 12px;
  height: 11px;
  border: 1px solid #858d72;
  position: relative;
}
.lock-icon:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 7px;
  border: 1px solid #858d72;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  left: 2px;
  top: -8px;
}
.instance-services {
  margin: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #d3d6c9;
  border-bottom: 1px solid #d3d6c9;
  padding: 17px 0;
  gap: 12px;
  font-size: 13px;
}
.instance-services b {
  font-size: 18px;
  font-weight: 400;
  color: #6a7653;
  vertical-align: middle;
  margin-right: 5px;
}
.instance-footer {
  padding: 13px 21px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 10px;
  color: #6d755e;
  letter-spacing: 0.8px;
}
.instance-footer .status-dot {
  background: #758565;
  width: 5px;
  height: 5px;
}
.residency-stamp {
  border: 1px solid #929a81;
  color: #687456;
  border-radius: 50%;
  width: 116px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 7px;
  transform: rotate(10deg);
  margin-left: 60px;
  font-size: 12px;
  line-height: 1.3;
  flex-shrink: 0;
}
.stamp-stars {
  font-size: 26px;
}
.residency-stamp small {
  font-size: 9px;
  letter-spacing: 0.8px;
}
.visual-bottom {
  padding-top: 0;
  font-size: 10px;
}
.under-visual {
  display: flex;
  justify-content: space-between;
  padding: 17px 0;
  font-size: 11px;
  letter-spacing: 0.3px;
  color: var(--muted);
}
.under-visual a span {
  padding-left: 14px;
}
.section {
  padding: 78px 0;
  border-bottom: 1px solid var(--line);
}
.section-label {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  color: var(--muted);
}
.section-intro {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 100px;
  margin: 37px 0 55px;
}
h2 {
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
  letter-spacing: -2.4px;
  font-weight: 500;
  margin: 0;
}
.section-intro p {
  max-width: 450px;
  font-size: 17px;
}
.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.principle-grid article {
  padding: 0 32px;
  border-left: 1px solid var(--line);
}
.principle-grid article:first-child {
  padding-left: 0;
  border-left: 0;
}
.principle-grid article:last-child {
  padding-right: 0;
}
.item-number {
  color: var(--orange);
  font-size: 12px;
}
h3 {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.7px;
  margin: 24px 0 15px;
}
.principle-grid p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
  max-width: 310px;
  min-height: 100px;
}
.article-foot {
  margin-top: 29px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  letter-spacing: 0.8px;
}
.article-foot span {
  font-size: 18px;
  color: var(--orange);
}
.future {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.future h2 {
  margin: 29px 0 23px;
}
.future-copy p {
  font-size: 16px;
  max-width: 455px;
}
.future-note {
  font-size: 10px;
  letter-spacing: 0.8px;
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 29px;
}
.future-note .status-dot {
  background: #858878;
  width: 5px;
  height: 5px;
}
.future-art {
  height: 310px;
  position: relative;
  overflow: hidden;
}
.orbit {
  border: 1px solid #c9c9bc;
  position: absolute;
  width: 215px;
  height: 215px;
  border-radius: 50%;
  top: 35px;
  left: calc(50% - 107px);
}
.orbit-one {
  transform: translateX(-50px);
}
.orbit-two {
  transform: translateX(50px);
}
.orbit-three {
  transform: translateY(40px);
}
.orbit-center {
  position: absolute;
  top: 117px;
  left: calc(50% - 35px);
  width: 70px;
  height: 70px;
  border: 1px solid #c9c9bc;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--paper);
}
.orbit-center img {
  opacity: 0.75;
}
.orbit-label {
  position: absolute;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1px;
  background: var(--paper);
  padding: 7px;
  white-space: nowrap;
}
.label-human {
  left: calc(50% - 158px);
  top: 65px;
}
.label-agent {
  right: calc(50% - 158px);
  top: 65px;
}
.label-control {
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  color: var(--orange);
}
.signup {
  padding: 42px 38px 54px;
  background: #e8e7de;
  margin-top: 26px;
  border: 1px solid #d9d8cc;
}
.signup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin-top: 38px;
}
.signup h2 {
  font-size: 72px;
}
.signup h2 .serif {
  color: var(--orange);
}
.signup p {
  font-size: 15px;
  margin-top: 22px;
}
.signup-status {
  display: flex;
  gap: 8px;
  align-items: center;
}
.form-wrap label {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
}
.email-row {
  display: flex;
  border-bottom: 1px solid #787d6b;
  padding-bottom: 10px;
  gap: 10px;
}
.email-row input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 12px 2px;
  border-radius: 0;
  color: var(--ink);
  font-size: 17px;
}
.email-row input::placeholder {
  color: #848778;
}
.email-row button {
  border: 0;
  background: var(--ink);
  color: var(--paper);
  padding: 14px 16px;
  white-space: nowrap;
  font-size: 13px;
}
.email-row button:hover {
  background: var(--orange);
}
.email-row button span {
  padding-left: 12px;
}
.email-row button:disabled {
  opacity: 0.6;
  cursor: wait;
}
.signup .form-note {
  font-size: 12px;
  margin-top: 13px;
  color: #666a5d;
}
.text-button {
  border: 0;
  background: transparent;
  padding: 2px 0;
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.signup #form-status {
  font-size: 14px;
  margin-top: 14px;
}
.signup #form-status:empty {
  display: none;
}
#email-fallback {
  font-size: 14px;
}
#email-fallback a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.honeypot {
  position: absolute;
  left: -9999px;
}
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 37px 0 41px;
  gap: 25px;
}
footer .brand > span {
  font-size: 38px;
}
footer p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0 auto 0 25px;
}
footer > span {
  font-size: 11px;
  text-align: right;
}
footer > span small {
  font-size: 10px;
  color: var(--muted);
  display: block;
  margin-top: 12px;
}
footer > span small a {
  color: inherit;
  text-underline-offset: 2px;
}
footer > span small a:hover {
  color: var(--ink);
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  transform: translateY(-200%);
  padding: 15px;
  background: var(--ink);
  color: white;
  z-index: 10;
}
.skip-link:focus {
  transform: translateY(0);
}
dialog {
  border: 1px solid var(--line);
  padding: 42px;
  max-width: 520px;
  width: calc(100% - 32px);
  background: var(--paper);
  color: var(--ink);
}
dialog::backdrop {
  background: #292b2770;
  backdrop-filter: blur(3px);
}
dialog h2 {
  font-size: 46px;
  margin-top: 25px;
}
dialog p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
}
#privacy-close {
  position: absolute;
  right: 15px;
  top: 10px;
  border: 0;
  background: none;
  font-size: 28px;
  padding: 5px;
  color: var(--ink);
}
@media (min-width: 1450px) {
  .hero {
    padding-top: 70px;
  }
  .diagram {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}
@media (max-width: 1100px) {
  .page-shell {
    padding: 0 36px;
  }
  h1 {
    letter-spacing: -3.8px;
  }
  .residency-stamp {
    margin-left: 28px;
    width: 98px;
    height: 98px;
  }
  .instance {
    width: 365px;
  }
  .connection {
    width: 65px;
    margin-right: 15px;
  }
  .team-node {
    width: 120px;
  }
  .section-intro {
    gap: 45px;
  }
  .future {
    gap: 35px;
  }
  .signup {
    padding-left: 28px;
    padding-right: 28px;
  }
  .signup-grid {
    gap: 28px;
  }
  .signup h2 {
    font-size: 55px;
  }
  .email-row button {
    padding: 14px 11px;
  }
  .header-note {
    font-size: 11px;
  }
}
@media (max-width: 800px) {
  .page-shell {
    padding: 0 24px;
  }
  .header {
    height: 90px;
  }
  .header-note {
    display: none;
  }
  .hero {
    padding-top: 43px;
  }
  h1 {
    font-size: 72px;
    letter-spacing: -3.5px;
  }
  .hero-bottom p {
    font-size: 16px;
  }
  .button {
    gap: 25px;
    padding: 16px 18px;
  }
  .diagram {
    padding: 30px 15px;
  }
  .team-node {
    width: 95px;
  }
  .team-node small {
    font-size: 9px;
  }
  .connection {
    width: 45px;
    margin-right: 12px;
  }
  .instance {
    width: 335px;
  }
  .residency-stamp {
    width: 78px;
    height: 78px;
    margin-left: 20px;
    font-size: 10px;
    gap: 3px;
  }
  .stamp-stars {
    font-size: 20px;
  }
  .residency-stamp small {
    font-size: 9px;
  }
  .visual-top,
  .visual-bottom {
    margin: 0 18px;
    font-size: 9px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-intro {
    gap: 35px;
  }
  .section-intro p {
    font-size: 16px;
  }
  .principle-grid article {
    padding: 0 20px;
  }
  .principle-grid p {
    font-size: 15px;
    min-height: 137px;
  }
  h3 {
    font-size: 23px;
  }
  .future {
    gap: 20px;
  }
  .future h2 {
    font-size: 39px;
  }
  .future-art {
    transform: scale(0.87);
  }
  .signup {
    padding: 32px 25px 38px;
  }
  .signup-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .signup h2 {
    font-size: 58px;
  }
  .signup h2 br {
    display: none;
  }
  .form-wrap {
    max-width: 520px;
  }
  .signup-grid > div > p br {
    display: none;
  }
  .future-note {
    font-size: 9px;
  }
  .section-label {
    font-size: 10px;
  }
}
@media (min-width: 621px) and (max-width: 700px) {
  .residency-stamp {
    display: none;
  }
}
@media (max-width: 620px) {
  .page-shell {
    padding: 0 20px;
  }
  .header {
    height: 82px;
  }
  .brand > span {
    font-size: 36px;
  }
  .brand img {
    width: 33px;
    height: 33px;
  }
  .header-cta {
    font-size: 13px;
  }
  .header-cta span {
    margin-left: 13px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 0.85px;
  }
  h1 {
    font-size: clamp(43px, 10.9vw, 65px);
    letter-spacing: -2.7px;
    line-height: 1.1;
    margin: 28px 0 23px;
  }
  .hero-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 23px;
    margin-bottom: 32px;
  }
  .hero-bottom p {
    font-size: 16px;
    max-width: 340px;
  }
  .desktop-break {
    display: none;
  }
  .button {
    padding: 15px 19px;
    gap: 42px;
    font-size: 14px;
  }
  .visual-top {
    padding: 16px 0;
  }
  .visual-top > span:last-child {
    display: none;
  }
  .diagram {
    position: relative;
    flex-direction: column;
    padding: 23px 20px 26px;
    gap: 0;
  }
  .team-node {
    width: auto;
    gap: 7px;
  }
  .team-node > span {
    font-size: 15px;
  }
  .team-node small {
    font-size: 9px;
  }
  .team-symbol {
    transform: scale(0.8);
    margin-bottom: 0;
    height: 31px;
  }
  .connection {
    width: 1px;
    height: 38px;
    margin: 10px 0 7px;
    background: #929980;
    position: relative;
  }
  .connection span {
    position: absolute;
    left: 11px;
    top: 14px;
    white-space: nowrap;
    font-size: 10px;
  }
  .connection i {
    display: none;
  }
  .instance {
    width: 100%;
    max-width: 350px;
  }
  .instance-header {
    padding: 17px;
    font-size: 16px;
  }
  .instance-services {
    font-size: 11px;
    margin: 0 17px;
    gap: 8px;
  }
  .instance-services b {
    font-size: 16px;
    margin-right: 3px;
  }
  .instance-footer {
    font-size: 9px;
    padding: 12px 17px;
  }
  .residency-stamp {
    position: absolute;
    right: 16px;
    top: 24px;
    margin: 0;
    width: 67px;
    height: 67px;
    font-size: 9px;
    letter-spacing: 0.5px;
  }
  .residency-stamp small {
    font-size: 5px;
  }
  .stamp-stars {
    font-size: 18px;
  }
  .visual-bottom {
    font-size: 9px;
    letter-spacing: 0.4px;
    gap: 10px;
    padding-bottom: 14px;
  }
  .under-visual {
    font-size: 10px;
    align-items: flex-start;
    gap: 20px;
    line-height: 1.6;
  }
  .under-visual > span {
    max-width: 155px;
  }
  .under-visual a {
    max-width: 133px;
    text-align: right;
  }
  .under-visual a span {
    padding-left: 2px;
  }
  .section {
    padding: 49px 0;
  }
  .section-label > span:last-child:not(.signup-status) {
    display: none;
  }
  .section-intro {
    display: block;
    margin: 28px 0 35px;
  }
  h2 {
    font-size: 48px;
    letter-spacing: -1.8px;
  }
  .section-intro p {
    margin-top: 24px;
  }
  .principle-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .principle-grid article,
  .principle-grid article:first-child,
  .principle-grid article:last-child {
    padding: 0 0 27px;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }
  .principle-grid article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  h3 {
    margin: 16px 0 12px;
    font-size: 24px;
  }
  .principle-grid p {
    max-width: none;
    min-height: 0;
    font-size: 16px;
  }
  .article-foot {
    margin-top: 20px;
    font-size: 10px;
  }
  .future {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .future h2 {
    font-size: 48px;
  }
  .future-art {
    height: 295px;
    transform: none;
    max-width: 340px;
    width: 100%;
    margin: auto;
  }
  .future-note {
    font-size: 9px;
  }
  .signup {
    padding: 27px 22px 33px;
    margin-top: 21px;
  }
  .signup-grid {
    margin-top: 29px;
    gap: 28px;
  }
  .signup h2 {
    font-size: 49px;
  }
  .signup h2 br {
    display: block;
  }
  .signup p {
    font-size: 15px;
  }
  .email-row {
    flex-direction: column;
    gap: 12px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .email-row input {
    border-bottom: 1px solid #787d6b;
    padding: 13px 0;
  }
  .email-row button {
    padding: 17px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
  }
  .signup .form-note {
    line-height: 1.8;
    font-size: 11px;
  }
  .signup-status {
    font-size: 9px;
  }
  footer {
    flex-wrap: wrap;
    padding: 29px 0;
    gap: 22px;
  }
  footer p {
    margin: 0;
    font-size: 12px;
  }
  footer > span {
    border-top: 1px solid var(--line);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 10px;
  }
  footer > span small {
    margin-top: 0;
  }
  dialog {
    padding: 32px 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Feedback iteration — product clarity, proof, and a shorter signup path. */
.residency-story {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 55px;
  align-items: center;
  margin: 36px 0 48px;
}
.residency-copy {
  min-width: 0;
}
.residency-copy .section-intro {
  display: block;
  margin: 0;
}
.residency-copy .section-intro h2 {
  font-size: clamp(36px, 3.7vw, 53px);
}
.residency-copy .section-intro > p {
  margin-top: 25px;
}
.residency-copy .jurisdiction-note {
  margin: 28px 0 0;
  padding-left: 18px;
}
.residency-copy .jurisdiction-note p {
  font-size: 14px;
}
.residency-copy .jurisdiction-note h3 {
  font-size: 18px;
}
.map-art,
.forge-art {
  margin: 0;
  min-width: 0;
}
.map-art {
  padding: 18px;
  border: 1px solid var(--line);
}
.map-art picture,
.forge-art picture {
  display: block;
}
.map-art img,
.forge-art img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
.art-label,
.map-art figcaption,
.forge-art figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  font: 10px var(--mono);
  letter-spacing: 1px;
  line-height: 1.7;
  color: var(--muted);
}
.art-label {
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
}
.art-label > span:last-child {
  color: var(--orange);
  font-size: 20px;
  line-height: 1;
}
.map-art figcaption {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.legend-swatch {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  vertical-align: 0;
  background: #858b72;
}
.legend-swatch.eea-swatch {
  background: var(--orange);
  margin-left: 8px;
}
.legend-swatch.comparison-swatch {
  background: #4b5048;
  margin-left: 8px;
}
.forge-art figcaption {
  padding: 14px 0 0;
  border-top: 1px solid var(--line);
}
@media (max-width: 1000px) {
  .residency-story {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .residency-story {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .residency-copy .section-intro > p {
    max-width: 580px;
  }
  .map-art {
    max-width: 580px;
    width: 100%;
    justify-self: center;
  }
}
@media (max-width: 620px) {
  .residency-story {
    margin: 28px 0 35px;
  }
  .map-art {
    padding: 13px;
  }
  .residency-copy .section-intro h2 {
    font-size: 44px;
  }
  .art-label,
  .map-art figcaption,
  .forge-art figcaption {
    font-size: 9px;
    letter-spacing: 0.6px;
  }
  .forge-art {
    width: 100%;
    max-width: 400px;
    justify-self: center;
  }
}
.jurisdiction-note {
  border-left: 2px solid var(--orange);
  padding: 0 0 0 24px;
  margin: -18px 0 42px;
  max-width: 900px;
}
.jurisdiction-note h3 {
  font-size: 21px;
  margin: 0 0 10px;
}
.jurisdiction-note p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  color: var(--muted);
}
.jurisdiction-note a,
.pricing-context a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.pricing-context {
  margin-top: 20px;
  border-top: 1px solid var(--line);
  padding-top: 15px;
}
.pricing-context summary {
  font-size: 15px;
  cursor: pointer;
  line-height: 1.5;
}
.product-details .pricing-context p {
  margin-top: 15px;
  font-size: 15px;
}
.product-details .pricing-context .source-note {
  font-size: 13px;
}
h1 {
  font-size: clamp(58px, 6.05vw, 91px);
  letter-spacing: -0.055em;
}
.hero-bottom {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 65px;
  align-items: center;
  margin-bottom: 38px;
}
.hero-copy p {
  max-width: 510px;
}
.hero-benefits {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 17px;
  font: 11px var(--mono);
  color: var(--muted);
}
.hero-benefits li:before {
  content: "+";
  color: var(--orange);
  margin-right: 6px;
}
.hero-form {
  width: 100%;
}
.hero-form .email-row button {
  background: var(--orange);
}
.hero-form .email-row button:hover {
  background: #b83b1d;
}
.form-wrap .form-note {
  font-size: 12px;
  margin-top: 13px;
  line-height: 1.7;
  color: var(--muted);
}
.form-wrap .form-status,
.form-wrap .email-fallback {
  font-size: 14px;
  line-height: 1.65;
  margin: 14px 0 0;
  color: var(--ink);
}
.form-status:empty {
  display: none;
}
.email-fallback a,
dialog a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.proof {
  display: flex;
  gap: 15px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 18px;
  padding: 23px 0;
}
.proof p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}
.proof strong {
  color: var(--ink);
  font-weight: 600;
}
.proof-mark {
  color: #63794f;
  font-size: 20px;
}
.proof-label {
  margin-left: auto;
  font: 10px var(--mono);
  letter-spacing: 1px;
  white-space: nowrap;
  color: var(--muted);
}
.principle-grid h3 {
  font-size: 23px;
}
.product-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  gap: 32px;
  border-top: 1px solid var(--line);
  padding-top: 30px;
}
.product-details article {
  padding: 0 25px 0 0;
}
.product-details article + article {
  border-left: 1px solid var(--line);
  padding: 0 0 0 32px;
}
.product-details .item-number {
  font-size: 10px;
  letter-spacing: 1px;
}
.product-details h3 {
  margin-top: 19px;
}
.product-details p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 460px;
  margin: 0;
}
.signup h2 {
  font-size: clamp(39px, 4.15vw, 60px);
}
.signup-grid {
  grid-template-columns: 1fr 1.04fr;
  gap: 40px;
}
.signup-grid > div > p {
  max-width: 430px;
}
.questions {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 65px;
  align-items: start;
}
.questions h2 {
  margin-top: 29px;
  font-size: 53px;
}
.question-list details {
  border-bottom: 1px solid var(--line);
}
.question-list details:first-child {
  border-top: 1px solid var(--line);
}
.question-list summary {
  padding: 23px 30px 23px 0;
  cursor: pointer;
  font-size: 17px;
  line-height: 1.5;
  list-style: none;
  position: relative;
}
.question-list summary::-webkit-details-marker {
  display: none;
}
.question-list summary:after {
  content: "+";
  position: absolute;
  right: 3px;
  color: var(--orange);
  font-size: 22px;
  top: 19px;
}
.question-list details[open] summary:after {
  content: "−";
}
.question-list summary:hover {
  color: var(--orange);
}
.question-list details p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0 22px 23px 0;
}
.future {
  border-bottom: 1px solid var(--line);
}
.future-cta {
  display: inline-flex;
  gap: 22px;
  padding: 14px 0 5px;
  margin-top: 16px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.future-cta:hover {
  color: var(--orange);
}
@media (max-width: 1100px) {
  .hero-bottom {
    gap: 30px;
    grid-template-columns: 1fr 1.05fr;
  }
  .hero-copy p {
    font-size: 17px;
  }
  .email-row {
    flex-wrap: wrap;
  }
  .email-row input {
    flex: 1 1 130px;
  }
  .email-row button {
    flex: 0 0 auto;
  }
  .signup-grid {
    gap: 25px;
    grid-template-columns: 1fr 1.15fr;
  }
  .questions {
    gap: 40px;
  }
  .questions h2 {
    font-size: 48px;
  }
}
@media (max-width: 800px) {
  h1 {
    font-size: clamp(45px, 7.3vw, 60px);
  }
  .hero-bottom {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .hero-copy p {
    max-width: 580px;
  }
  .hero-form {
    max-width: 540px;
  }
  .hero-benefits {
    margin-top: 15px;
  }
  .email-row {
    flex-wrap: nowrap;
  }
  .email-row input {
    flex: 1 1 auto;
  }
  .proof-label {
    display: none;
  }
  .signup-grid {
    grid-template-columns: 1fr;
  }
  .signup h2 {
    font-size: 53px;
  }
  .signup h2 br {
    display: block;
  }
  .questions {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .questions h2 {
    font-size: 48px;
  }
}
@media (max-width: 620px) {
  .header-cta {
    font-size: 11px;
  }
  .header-cta span {
    font-size: 18px;
    margin-left: 6px;
  }
  h1 {
    font-size: clamp(36px, 8.7vw, 53px);
    letter-spacing: -0.055em;
  }
  .hero-bottom {
    display: grid;
    margin-bottom: 30px;
  }
  .hero-copy p {
    max-width: none;
    font-size: 16px;
  }
  .hero-benefits {
    font-size: 10px;
    gap: 10px 12px;
  }
  .hero-form .email-row {
    flex-direction: column;
  }
  .email-row input {
    flex: auto;
    font-size: 18px;
  }
  .form-wrap .form-note {
    font-size: 12px;
  }
  .proof {
    align-items: flex-start;
    padding: 20px 0;
    gap: 11px;
  }
  .proof strong {
    display: block;
  }
  .proof p {
    font-size: 14px;
  }
  .proof-mark {
    margin-top: 3px;
  }
  .principle-grid h3 {
    font-size: 26px;
  }
  .product-details {
    grid-template-columns: 1fr;
    gap: 27px;
    margin-top: 30px;
  }
  .product-details article,
  .product-details article + article {
    padding: 0;
    border-left: 0;
  }
  .product-details article + article {
    padding-top: 27px;
    border-top: 1px solid var(--line);
  }
  .signup h2 {
    font-size: 48px;
  }
  .questions h2 {
    font-size: 48px;
  }
  .question-list summary {
    font-size: 16px;
  }
}
.glimpse h2 {
  margin: 21px 0 26px;
}
.glimpse-lede {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 640px;
  margin: 0 0 34px;
}
.glimpse-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
}
@media (max-width: 980px) {
  .glimpse-grid {
    grid-template-columns: 1fr;
  }
}
.shot-frame {
  margin: 0;
  min-width: 0;
}
.shot-chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 13px 16px;
  background: #e7e4d9;
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}
.shot-chrome i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c7c4b6;
}
.shot-chrome span {
  margin-left: 12px;
  font: 10px var(--mono);
  letter-spacing: 1.2px;
  color: var(--muted);
}
.shot-body {
  border: 1px solid var(--line);
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  box-shadow: 0 26px 50px -28px rgba(41, 43, 39, 0.45);
}
.shot-body img {
  display: block;
  width: 100%;
  height: auto;
}
.shot-frame figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  font: 10px var(--mono);
  letter-spacing: 1px;
  color: var(--muted);
  margin-top: 13px;
}

