@charset "UTF-8";

:root {
  --paper: #e9ede8;
  --ink: #171b18;
  --muted: #606962;
  --line: #cad0c9;
  --acid: #d5ef7e;
  --pad: clamp(24px, 4.2vw, 80px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
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; }
a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
a { text-underline-offset: 5px; }
::selection { background: var(--acid); color: var(--ink); }
.skip-link { position: fixed; left: 16px; top: -70px; padding: 16px; background: var(--acid); z-index: 20; }
.skip-link:focus { top: 12px; }
.site-header { height: 100px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; gap: 12px; align-items: center; font-size: 12px; font-weight: 700; line-height: 1.2; letter-spacing: .035em; }
.brand-mark { display: grid; grid-template-columns: 8px 8px; grid-template-rows: 8px 8px; gap: 4px; }
.brand-mark i { background: currentColor; }
.brand-mark i:first-child { grid-row: span 2; }
.site-header nav { display: flex; align-items: center; gap: 36px; font-size: 14px; }
.site-header nav a { transition: opacity .2s; }
.site-header nav a:hover { opacity: .6; }
.nav-contact { border-bottom: 1px solid; padding: 9px 0; }
.site-header nav { flex-shrink: 0; }
.nav-contact { white-space: nowrap; }
.nav-contact span { margin-left: 15px; }
.hero { min-height: 730px; padding: 26px var(--pad) 65px; display: flex; flex-direction: column; position: relative; isolation: isolate; overflow: hidden; }
.hero-visual { position: absolute; inset: 0 0 0 16%; z-index: -2; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 54%; mix-blend-mode: multiply; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, var(--paper) 0%, rgba(233,237,232,.97) 19%, rgba(233,237,232,.84) 36%, rgba(233,237,232,.25) 65%, rgba(233,237,232,0) 100%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(233,237,232,.92), rgba(233,237,232,0) 36%, rgba(233,237,232,0) 83%, rgba(233,237,232,.5)); }
.hero-topline { display: flex; justify-content: space-between; font-size: 12px; letter-spacing: .1em; }
.hero h1 { font-size: clamp(58px, 7.9vw, 128px); font-weight: 500; letter-spacing: -.068em; line-height: .98; margin: 69px 0 48px; }
.hero h1 em { font-style: normal; }
.hero-bottom { display: flex; align-items: flex-end; gap: 60px; justify-content: space-between; margin-top: auto; }
.hero-bottom p { font-size: 18px; line-height: 1.5; max-width: 370px; margin: 0; }
.hero-backing { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px; margin: 28px auto 0; width: 100%; text-align: center; font-size: 12px; color: var(--muted); }
.hero-backing img { display: block; width: 150px; height: auto; mix-blend-mode: multiply; }
.hero-backing .backing-detail { font-size: 11px; }
@media (max-width: 700px) { .hero-backing { max-width: 340px; gap: 10px 14px; } .hero-backing .backing-detail { flex-basis: 100%; } }
.text-link { display: inline-flex; gap: 30px; align-items: center; justify-content: space-between; border-bottom: 1px solid; padding: 8px 0 12px; font-size: 14px; }
.text-link span, .button span, .back-top span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span, .button:hover span { transform: translate(2px, -2px); }
.image-caption { position: absolute; bottom: 20px; right: var(--pad); font-size: 12px; letter-spacing: .1em; color: #485248; }
.section { padding-left: var(--pad); padding-right: var(--pad); }
.section-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 48px; }
.section-label, .section-note { font-size: 12px; letter-spacing: .085em; line-height: 1.5; }
.section-note { color: var(--muted); }
h2 { font-size: clamp(40px, 4.65vw, 74px); letter-spacing: -.055em; line-height: 1.06; font-weight: 500; margin: 0; }
.vision { padding-top: 95px; padding-bottom: 45px; border-top: 1px solid var(--line); }
.vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; }
.vision-copy { max-width: 560px; }
.vision-copy p { font-size: 19px; line-height: 1.6; margin: 0 0 20px; color: var(--muted); }
.vision-copy .lead { font-size: 25px; line-height: 1.35; color: var(--ink); margin-bottom: 24px; letter-spacing: -.025em; }
.horizon { display: flex; align-items: center; gap: 8%; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 26px; margin-top: 65px; }
.horizon p { display: flex; flex-wrap: wrap; gap: 18px; margin: 0; font-size: 14px; }
.horizon p span { color: #929b91; }
.people { padding-top: 76px; padding-bottom: 80px; border-top: 1px solid var(--line); }
.people-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; }
.people h2 { font-size: clamp(30px, 3.3vw, 48px); }
.founder { max-width: 540px; }
.founder-name { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); gap: 20px; }
.founder-name h3 { font-size: 20px; font-weight: 500; margin: 0; letter-spacing: -.025em; }
.founder-name span { font-size: 14px; color: var(--muted); }
.founder p { font-size: 16px; line-height: 1.65; color: var(--muted); margin: 20px 0 18px; }
.contact { padding-top: 58px; padding-bottom: 79px; background: var(--acid); }
.contact .section-note { color: #526039; }
.contact-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 9%; align-items: end; }
.contact h2 { font-size: clamp(44px, 5.6vw, 88px); }
.contact-copy { max-width: 490px; }
.contact-copy > p { font-size: 18px; line-height: 1.5; max-width: 370px; margin: 0 0 29px; }
.contact-actions { display: flex; flex-direction: column; gap: 10px; }
.button { min-height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border: 1px solid var(--ink); font-size: 16px; transition: background .2s, color .2s; }
.button-primary { background: var(--ink); color: var(--acid); }
.button-primary:hover { background: #2c3726; }
.button-secondary:hover { background: rgba(23,27,24,.07); }
.email-link { font-size: 14px; display: inline-block; margin-top: 22px; padding: 6px 0; }
.email-link:hover { text-decoration: underline; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 37px var(--pad); }
.back-top { font-size: 14px; display: flex; gap: 25px; align-items: center; padding: 10px 0; }
.back-top:hover span { transform: translateY(-3px); }

@media (min-width: 1600px) {
  .hero { min-height: 830px; }
}
@media (max-width: 1000px) {
  .hero { min-height: 670px; }
  .hero h1 { font-size: clamp(62px, 8.2vw, 83px); margin-top: 70px; }
  .hero-topline { font-size: 12px; }
  .section-note { font-size: 12px; }
  .horizon { align-items: flex-start; }
  .horizon p { gap: 12px; max-width: 70%; line-height: 1.7; }
  .site-footer > .section-note { display: none; }
}
@media (max-width: 700px) {
  :root { --pad: 24px; }
  html { scroll-padding-top: 20px; }
  .site-header { height: 82px; }
  .site-header nav { gap: 18px; }
  .site-header nav > a:not(.nav-contact) { display: none; }
  .nav-contact span { margin-left: 8px; }
  .hero { min-height: max(710px, calc(100svh - 82px)); padding-top: 25px; padding-bottom: 49px; }
  .hero-topline { font-size: 12px; letter-spacing: .07em; }
  .hero-topline span:last-child { display: none; }
  .hero h1 { font-size: clamp(44px, 10.2vw, 72px); margin: 54px 0 235px; line-height: 1; letter-spacing: -.068em; }
  .hero-visual { inset: 160px -105px 90px -40px; }
  .hero-visual img { object-position: 65% center; }
  .hero::before { background: linear-gradient(180deg, var(--paper) 0%, rgba(233,237,232,.97) 19%, rgba(233,237,232,.78) 35%, rgba(233,237,232,.05) 49%, rgba(233,237,232,.1) 65%, var(--paper) 85%); }
  .hero::after { background: linear-gradient(90deg, rgba(233,237,232,.17), transparent 60%); }
  .hero-bottom { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-bottom p { font-size: 17px; max-width: 360px; }
  .image-caption { font-size: 12px; bottom: 18px; }
  .section-top { margin-bottom: 37px; }
  .section-label { font-size: 12px; }
  .section-top > .section-note { display: none; }
  .vision { padding-top: 60px; padding-bottom: 30px; }
  .vision-grid, .people-grid { grid-template-columns: 1fr; gap: 33px; }
  .vision h2 { font-size: 48px; }
  .vision-copy .lead { font-size: 23px; }
  .vision-copy p { font-size: 17px; }
  .horizon { flex-direction: column; gap: 15px; margin-top: 31px; padding-top: 24px; }
  .horizon p { max-width: 100%; font-size: 13px; gap: 8px 12px; }
  .people { padding-top: 59px; padding-bottom: 60px; }
  .people h2 { font-size: 37px; }
  .contact { padding-top: 43px; padding-bottom: 49px; }
  .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .contact h2 { font-size: clamp(43px, 11vw, 66px); }
  .contact-copy > p { font-size: 17px; }
  .site-footer { padding-top: 28px; padding-bottom: 28px; }
  .back-top { gap: 12px; font-size: 12px; }
}
@media (max-width: 370px) {
  :root { --pad: 20px; }
  .wordmark { font-size: 12px; gap: 9px; }
  .site-header nav { font-size: 13px; }
  .hero h1 { font-size: 42px; }
  .vision h2 { font-size: 43px; }
  .people h2 { font-size: 33px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

.transio-logo{object-fit:contain;mix-blend-mode:multiply;flex-shrink:0}.brand-copy{display:flex;flex-direction:column;gap:4px}.brand-name{font-size:25px;letter-spacing:-.05em;line-height:1}.brand-tagline{font-size:10px;letter-spacing:.015em;font-weight:400}.inception-membership{display:flex;align-items:center;gap:24px;margin-top:42px;padding-top:28px;border-top:1px solid var(--line)}.inception-membership img{width:180px;height:auto}.inception-membership p{font-size:13px;color:var(--muted)}@media(max-width:600px){.site-header{gap:12px}.site-header .wordmark{gap:8px}.site-header nav{gap:14px}.site-header nav>a:first-child{display:none}.brand-tagline{font-size:9px}.brand-name{font-size:23px}.nav-contact span{margin-left:5px}.inception-membership{flex-wrap:wrap;gap:12px}.site-footer{flex-wrap:wrap;gap:24px}}
