@charset "UTF-8";
:root {
  --paper: #f4f3ee;
  --ink: #232c29;
  --muted: #616963;
  --line: #d5d8cf;
  --accent: #47644d;
  --light: #e6eadf;
  --white: #fcfcf8;
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 6px;
}
a:active {
  opacity: 0.75;
}
::selection {
  background: #cfdbbd;
}
p {
  line-height: 1.7;
  margin: 0;
}
h1,
h2,
h3 {
  margin: 0;
  font-weight: 500;
}
h1 {
  font-size: clamp(44px, 4.8vw, 72px);
  line-height: 1.06;
  letter-spacing: -0.06em;
}
h2 {
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1.16;
  letter-spacing: -0.045em;
}
h3 {
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.muted {
  color: var(--muted);
}
.small {
  font-size: 13px;
}
.mono,
.eyebrow,
.feature-number,
.detail-label,
.diagram-top {
  font-family: "SFMono-Regular", Consolas, monospace;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.11em;
  line-height: 1.7;
}
.skip {
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 2;
  background: var(--white);
  padding: 12px;
}
.skip:focus {
  top: 10px;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 29px;
  border-bottom: 1px solid var(--line);
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 25px;
  letter-spacing: -0.06em;
  font-weight: 600;
}
.brand-tag {
  font-family: "SFMono-Regular", Consolas, monospace;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.07em;
  border-left: 1px solid var(--line);
  padding-left: 18px;
  margin-left: 9px;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 29px;
  font-size: 13px;
}
.header nav a:hover,
.text-link:hover,
.footer a:hover {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.nav-contact {
  border: 1px solid var(--line);
  padding: 10px 14px;
}
.hero {
  display: grid;
  grid-template-columns: 1.14fr 1fr;
  gap: 9%;
  padding-top: 88px;
  padding-bottom: 89px;
  align-items: center;
}
.hero-copy .eyebrow {
  margin-bottom: 26px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  margin-right: 6px;
  vertical-align: 1px;
}
.intro {
  font-size: 18px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 470px;
  margin-top: 27px;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 36px;
  background: var(--ink);
  color: var(--white);
  padding: 17px 21px;
  font-size: 13px;
  margin-top: 30px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: var(--accent);
  transform: translateY(-2px);
}
.hero-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 25px;
}
.blueprint {
  border: 1px solid #cbd1c3;
  background:
    linear-gradient(90deg, #dfe4d74f 1px, transparent 1px),
    linear-gradient(#dfe4d74f 1px, transparent 1px), #ecefe5;
  background-size: 24px 24px;
  padding: 23px 25px 15px;
  position: relative;
}
.diagram-top {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 0.05em;
  color: var(--muted);
  gap: 10px;
}
.building {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
  stroke: #8b9b87;
  stroke-width: 1.1;
}
.building .guide {
  stroke: #aab6a2;
  stroke-dasharray: 2 5;
  stroke-width: 0.7;
}
.building .base {
  stroke: var(--accent);
  stroke-width: 2;
}
.diagram-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  font-size: 18px;
}
.connector {
  height: 23px;
  width: 1px;
  background: #adb8a2;
  margin-inline: auto;
}
.ledger {
  background: var(--ink);
  color: var(--white);
  padding: 19px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.ledger .eyebrow {
  color: #c3ceb9;
  font-size: 9px;
}
.ledger strong {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.ledger .small {
  color: #c3ceb9;
  font-size: 11px;
}
.diagram-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #bbc4b1;
  border-top: 0;
  background: #f2f4ec;
}
.diagram-bottom > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 17px 10px;
  text-align: center;
}
.diagram-bottom > div + div {
  border-left: 1px solid #bbc4b1;
}
.diagram-bottom .small {
  font-size: 8px;
  letter-spacing: 0.08em;
}
.diagram-bottom strong {
  font-size: 12px;
  font-weight: 500;
}
.planned {
  font-size: 10px;
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 18px;
  color: var(--accent);
}
.planned .status-dot {
  background: transparent;
  border: 1px solid var(--accent);
  margin-right: 1px;
}
.planned > span:last-child {
  margin-left: auto;
}
.diagram-caption {
  font-size: 9px;
  margin-top: 10px;
  color: var(--muted);
}
.section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 12%;
  padding-block: 76px 90px;
  border-top: 1px solid var(--line);
}
.section-heading h2 {
  margin-top: 22px;
}
.section-heading > p:last-child {
  font-size: 15px;
  color: var(--muted);
  margin-top: 24px;
  max-width: 380px;
}
.feature {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 20px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
}
.feature:first-child {
  padding-top: 0;
  border: 0;
}
.feature:last-child {
  padding-bottom: 0;
}
.feature-number {
  color: var(--accent);
  font-size: 11px;
  padding-top: 6px;
}
.feature p {
  color: var(--muted);
  font-size: 14px;
  margin-top: 10px;
  max-width: 470px;
}
.bank-section {
  background: var(--ink);
  color: var(--paper);
  padding-block: 78px;
}
.bank-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13%;
}
.bank-grid .eyebrow {
  color: #b8c8a7;
}
.bank-grid h2 {
  margin-top: 24px;
}
.bank-intro {
  color: #bec6bf;
  font-size: 15px;
  margin-top: 24px;
}
.text-link {
  display: inline-flex;
  gap: 30px;
  border-bottom: 1px solid #8d9c88;
  padding-bottom: 8px;
  margin-top: 29px;
  font-size: 13px;
}
.bank-section a:hover {
  color: var(--white);
}
.bank-details > div {
  border-top: 1px solid #49534c;
  padding-block: 20px;
}
.bank-details > div:first-child {
  padding-top: 0;
  border: 0;
}
.bank-details > div:last-child {
  padding-bottom: 0;
}
.detail-label {
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #c7d3bb;
}
.bank-details p {
  font-size: 14px;
  color: #d3d9d3;
  margin-top: 9px;
}
.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding-block: 77px;
}
.contact-section h2 {
  font-size: 32px;
  margin-top: 17px;
}
.contact-section p:last-child {
  font-size: 14px;
  color: var(--muted);
  margin-top: 13px;
  max-width: 490px;
}
.contact-email {
  font-size: 20px;
  letter-spacing: -0.03em;
  white-space: nowrap;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}
.contact-email span {
  margin-left: 20px;
}
.contact-email:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.footer {
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block: 25px 33px;
  font-size: 11px;
  color: var(--muted);
}
.footer-brand {
  font-size: 21px;
  color: var(--ink);
}
.footer > div {
  margin-left: auto;
  display: flex;
  gap: 24px;
}
.legal {
  max-width: 780px;
  padding-block: 72px 90px;
}
.legal h1 {
  font-size: 48px;
  margin-block: 20px 26px;
}
.legal .lead {
  font-size: 19px;
  color: var(--muted);
  margin-bottom: 38px;
}
.legal h2 {
  font-size: 24px;
  margin-block: 32px 14px;
}
.legal p,
.legal li {
  font-size: 15px;
  line-height: 1.8;
}
.legal p + p {
  margin-top: 12px;
}
.legal li + li {
  margin-top: 8px;
}
.legal a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.notice {
  border-left: 3px solid var(--accent);
  background: var(--light);
  padding: 18px 22px;
}
.legal address {
  font-size: 15px;
  font-style: normal;
  line-height: 1.8;
  margin-top: 15px;
}
@media (min-width: 1000px) {
  .hero-copy {
    animation: enter 0.55s both;
  }
  .blueprint {
    animation: enter 0.65s 0.1s both;
  }
  @keyframes enter {
    from {
      opacity: 0;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
@media (max-width: 1100px) {
  .brand-tag {
    display: none;
  }
  .hero {
    gap: 6%;
  }
  .wrap {
    width: calc(100% - 64px);
  }
  .section {
    gap: 8%;
  }
  .contact-section {
    gap: 25px;
  }
  .contact-email {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header {
    padding-block: 20px;
    align-items: flex-start;
    gap: 15px;
  }
  .brand {
    font-size: 24px;
  }
  .header nav {
    gap: 15px;
    font-size: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .header nav a:first-child,
  .nav-contact {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 49px 48px;
  }
  .hero-copy .eyebrow {
    font-size: 9px;
    margin-bottom: 20px;
  }
  h1 {
    font-size: 51px;
  }
  .intro {
    font-size: 16px;
    max-width: 100%;
  }
  .hero-note {
    margin-top: 20px;
  }
  .blueprint {
    padding: 20px;
  }
  .building {
    max-height: 190px;
  }
  .section {
    grid-template-columns: 1fr;
    gap: 37px;
    padding-block: 46px;
  }
  .section-heading > p:last-child {
    max-width: 100%;
    margin-top: 18px;
  }
  .section-heading h2 {
    margin-top: 18px;
  }
  .feature {
    gap: 12px;
  }
  .bank-section {
    padding-block: 46px;
  }
  .bank-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .contact-section {
    display: block;
    padding-block: 47px;
  }
  .contact-section h2 {
    font-size: 28px;
  }
  .contact-email {
    display: inline-block;
    margin-top: 27px;
    font-size: 20px;
  }
  .footer {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    padding-block: 23px;
  }
  .footer > span:nth-child(2) {
    margin-left: auto;
    padding-top: 6px;
  }
  .footer > div {
    width: 100%;
    margin: 4px 0 0;
    justify-content: space-between;
    gap: 10px;
    font-size: 10px;
  }
  .legal {
    padding-block: 45px 55px;
  }
  .legal h1 {
    font-size: 40px;
  }
  .legal .lead {
    font-size: 17px;
  }
  .legal h2 {
    font-size: 23px;
  }
  .legal ul {
    padding-left: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
