:root {
  --ivory: #fbf7ee;
  --paper: #efe8da;
  --ink: #2f2724;
  --brown: #5d4d45;
  --muted: #766c65;
  --gold: #b9a11c;
  --gold-soft: #ded168;
  --coral: #c85a4d;
  --line: rgba(47, 39, 36, .18);
  --serif: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  --pointer-x: 50vw;
  --pointer-y: 35vh;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.82; letter-spacing: .035em; overflow-x: hidden; }
body::before { position: fixed; z-index: -2; inset: 0; background-image: radial-gradient(rgba(47,39,36,.055) .55px, transparent .55px); background-size: 7px 7px; content: ""; opacity: .34; pointer-events: none; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
h1,h2,h3,p,ul,ol,figure,blockquote,dl,dd { margin: 0; }
ul,ol { padding: 0; }
h1,h2,h3 { font-family: var(--serif); font-weight: 500; letter-spacing: .055em; line-height: 1.34; text-wrap: pretty; }
h1 { font-size: clamp(3rem, 6.3vw, 6.7rem); }
h2 { font-size: clamp(2rem, 4.35vw, 4.35rem); }
h3 { font-size: clamp(1.35rem, 2.1vw, 2rem); }
.skip-link { position: fixed; z-index: 120; top: 10px; left: 10px; padding: 9px 14px; background: var(--ink); color: #fff; text-decoration: none; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.pointer-light { position: fixed; z-index: -1; width: 44rem; height: 44rem; left: var(--pointer-x); top: var(--pointer-y); background: radial-gradient(circle, rgba(222,209,104,.12), transparent 66%); transform: translate(-50%,-50%); pointer-events: none; transition: opacity .2s; }
.progress-rail { position: fixed; z-index: 110; inset: 0 0 auto; height: 3px; background: rgba(47,39,36,.07); }
.progress-rail span { display: block; width: 100%; height: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; }
.site-header { position: fixed; z-index: 70; top: 3px; width: 100%; transition: background .24s, box-shadow .24s, backdrop-filter .24s; }
.site-header.is-scrolled { background: rgba(251,247,238,.92); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(12px); }
.header-inner { width: min(1320px,100%); min-height: 86px; margin: auto; padding: 13px clamp(20px,4vw,54px); display: flex; align-items: center; gap: clamp(20px,3.4vw,54px); }
.brand-mark { width: 158px; height: 50px; display: block; overflow: hidden; flex: 0 0 auto; }
.brand-mark img,.footer-logo img { width: 250px; max-width: none; margin-top: -55px; margin-left: -45px; }
.site-nav { display: flex; gap: clamp(16px,2.6vw,34px); margin-left: auto; }
.site-nav a,.header-cta { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; }
.site-nav a { position: relative; padding: 5px 0; }
.site-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--ink); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .18s; }
.site-nav a:hover::after,.site-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.header-cta { padding: 8px 0; border-bottom: 1px solid var(--gold); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); background: var(--ivory); cursor: pointer; }
.menu-button span { display: block; height: 1px; margin: 5px 0; background: var(--ink); }
.mobile-menu { position: fixed; z-index: 65; inset: 0; padding: 112px 25px 35px; background: rgba(251,247,238,.985); backdrop-filter: blur(16px); }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.25rem; text-decoration: none; }
.mobile-menu > div { display: flex; gap: 20px; margin-top: 30px; font-size: .8rem; font-weight: 700; }
.section { padding: clamp(90px,11vw,160px) max(24px,calc((100vw - 1180px)/2)); }
.section--paper { background: var(--paper); }
.section--ink { background: var(--ink); color: var(--ivory); }
.section--gold { background: var(--gold-soft); }
.eyebrow { margin-bottom: 17px; color: #756609; font-size: .67rem; font-weight: 800; letter-spacing: .17em; line-height: 1.5; }
.section--ink .eyebrow { color: var(--gold-soft); }
.section-heading { max-width: 780px; }
.section-heading > p:last-child { max-width: 660px; margin-top: 23px; color: var(--brown); }
.button { min-height: 54px; padding: 14px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 2px; font-size: .84rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-3px); box-shadow: 7px 8px 0 rgba(47,39,36,.14); }
.button--primary { background: var(--ink); color: var(--ivory); }
.button--secondary { border-color: rgba(47,39,36,.45); background: transparent; }
.button--light { background: var(--gold-soft); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 800; text-decoration: none; }
.text-link span { color: var(--gold); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 33px; }
.actions--center { justify-content: center; }
.hero { min-height: 760px; padding: 160px max(24px,calc((100vw - 1180px)/2)) 100px; display: grid; grid-template-columns: minmax(0,.94fr) minmax(390px,.83fr); align-items: center; gap: clamp(45px,7vw,115px); }
.hero__copy { position: relative; z-index: 2; }
.hero__copy h1 { max-width: 7em; }
.lead { max-width: 670px; margin-top: 26px; color: var(--brown); font-family: var(--serif); font-size: clamp(1.02rem,1.55vw,1.28rem); line-height: 1.9; }
.hero__visual { position: relative; min-width: 0; }
.hero__frame { position: relative; z-index: 2; width: min(100%,560px); margin-left: auto; overflow: hidden; border-radius: 48% 48% 4px 4px / 34% 34% 4px 4px; box-shadow: 19px 20px 0 var(--paper); will-change: transform; }
.hero__frame::after { position: absolute; inset: 0; background: linear-gradient(125deg,rgba(251,247,238,.32),transparent 53%); content: ""; pointer-events: none; }
.hero__frame img { width: 100%; aspect-ratio: 1.09; object-fit: cover; object-position: 67% center; }
.hero__frame figcaption { position: relative; z-index: 2; padding: 13px 5px 0; color: var(--muted); font-family: var(--serif); font-size: .78rem; text-align: right; }
.orbit { position: absolute; border: 1px solid rgba(185,161,28,.55); border-radius: 50%; pointer-events: none; }
.orbit--large { width: 75%; height: 80%; top: -8%; right: -23%; border-left-color: transparent; transform: rotate(-36deg); }
.orbit--small { width: 47%; height: 51%; bottom: -12%; left: 2%; border-right-color: transparent; transform: rotate(30deg); }
.first-step { display: grid; grid-template-columns: 1fr auto; gap: 44px 80px; align-items: end; }
.first-step .section-heading { grid-column: 1 / -1; }
.principle-line { grid-column: 1; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle-line span { padding: 20px 24px; border-right: 1px solid var(--line); font-family: var(--serif); font-size: clamp(.92rem,1.35vw,1.12rem); }
.principle-line span:first-child { padding-left: 0; }
.principle-line span:last-child { border-right: 0; }
.gateways { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px,8vw,120px); align-items: start; }
.gateway-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.gateway { min-height: 410px; padding: clamp(30px,4vw,50px); display: flex; flex-direction: column; background: var(--ivory); }
.gateway + .gateway { border-left: 1px solid var(--line); }
.gateway--dark { background: var(--ink); color: var(--ivory); }
.gateway__index { margin-bottom: auto; color: #756609; font-size: .65rem; font-weight: 800; letter-spacing: .14em; }
.gateway--dark .gateway__index { color: var(--gold-soft); }
.gateway h3 { margin-top: 65px; }
.gateway > p:not(.gateway__index) { margin-top: 18px; color: var(--brown); font-size: .88rem; }
.gateway--dark > p:not(.gateway__index) { color: rgba(251,247,238,.7); }
.gateway .text-link { width: max-content; margin-top: 30px; }
.closing { display: grid; grid-template-columns: auto 1fr; gap: clamp(30px,6vw,80px); align-items: center; text-align: left; }
.closing__symbol { width: clamp(90px,12vw,150px); border-radius: 50%; mix-blend-mode: multiply; }
.closing h2 { max-width: 860px; }
.closing > div > p:not(.eyebrow) { max-width: 650px; margin-top: 22px; }
.subhero { min-height: 650px; padding: 155px max(24px,calc((100vw - 1180px)/2)) 90px; display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: clamp(50px,9vw,140px); overflow: hidden; }
.subhero--philosophy,.subhero--service,.subhero--partners,.subhero--about { background: var(--paper); }
.subhero__copy > p:last-child,.subhero__copy > p:nth-last-child(2) { max-width: 650px; margin-top: 24px; color: var(--brown); font-family: var(--serif); font-size: clamp(1rem,1.5vw,1.25rem); }
.subhero__copy .button { margin-top: 32px; }
.subhero__symbol { position: relative; width: min(380px,100%); margin: auto; }
.subhero__symbol img { position: relative; z-index: 2; width: 100%; border-radius: 50%; mix-blend-mode: multiply; will-change: transform; }
.subhero__photo { overflow: hidden; border-radius: 48% 48% 4px 4px / 34% 34% 4px 4px; box-shadow: 17px 18px 0 var(--ivory); }
.subhero__photo img { width: 100%; aspect-ratio: 1.06; object-fit: cover; object-position: 66% center; will-change: transform; }
.belief-system { padding-top: 50px; }
.belief { padding: 50px 0; display: grid; grid-template-columns: 160px 1fr 1fr; gap: clamp(25px,5vw,75px); align-items: start; border-bottom: 1px solid var(--line); }
.belief:first-child { border-top: 1px solid var(--line); }
.belief__label { color: #756609; font-size: .68rem; font-weight: 800; letter-spacing: .17em; }
.belief h2 { font-size: clamp(1.75rem,3.25vw,3.2rem); }
.belief > p:last-child { color: var(--brown); }
.happiness { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px,9vw,145px); }
.happiness .definition { grid-column: 1 / -1; }
.lens { display: grid; grid-template-columns: .65fr 1.35fr; border: 1px solid var(--line); }
.lens__controls { display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.lens__controls button { flex: 1; padding: 18px 20px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--brown); font: inherit; text-align: left; cursor: pointer; transition: background .18s,color .18s; }
.lens__controls button:last-child { border-bottom: 0; }
.lens__controls button.is-active,.lens__controls button:hover { background: var(--gold-soft); color: var(--ink); }
.lens__answer { min-height: 330px; padding: 45px; display: flex; flex-direction: column; justify-content: center; background: var(--ivory); }
.lens__answer > p:last-child { font-family: var(--serif); font-size: clamp(1.2rem,2.25vw,1.9rem); line-height: 1.7; }
.definition { padding: 32px 0 0 34px; border-top: 1px solid var(--line); border-left: 4px solid var(--gold); font-family: var(--serif); font-size: clamp(1.15rem,2vw,1.65rem); font-weight: 500; line-height: 1.72; }
.principles { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px,9vw,145px); align-items: start; }
.principles__list { list-style: none; border-top: 1px solid var(--line); }
.principles__list li { padding: 26px 0; display: grid; grid-template-columns: 60px 1fr; gap: 25px; border-bottom: 1px solid var(--line); }
.principles__list span { color: #756609; font-family: var(--serif); font-size: 1.2rem; }
.principles__list h3 { font-size: clamp(1.2rem,1.8vw,1.6rem); }
.principles__list p { margin-top: 10px; color: var(--brown); font-size: .86rem; }
.next-link,.common-ground { text-align: center; }
.next-link h2,.common-ground h2 { max-width: 800px; margin: auto; }
.next-link .button { margin-top: 32px; }
.common-ground > p:last-child { max-width: 680px; margin: 24px auto 0; color: rgba(251,247,238,.72); }
.situations { margin-top: 55px; border-top: 1px solid var(--line); }
.situation { min-height: 118px; padding: 25px 0; display: grid; grid-template-columns: 70px .9fr 1.1fr; gap: 25px; align-items: center; border-bottom: 1px solid var(--line); }
.situation span { color: #756609; font-family: var(--serif); font-size: 1.35rem; }
.situation p { color: var(--brown); }
.service-flow { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(50px,9vw,140px); align-items: start; }
.steps { position: relative; list-style: none; }
.steps::before { position: absolute; top: 31px; bottom: 31px; left: 30px; width: 1px; background: var(--line); content: ""; }
.step { position: relative; min-height: 165px; padding: 0 0 40px 92px; opacity: .52; transition: opacity .28s, transform .28s; }
.step.is-active { opacity: 1; transform: translateX(5px); }
.step > span { position: absolute; top: 0; left: 0; z-index: 1; width: 61px; height: 61px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; background: var(--ivory); font-family: var(--serif); }
.step__label { color: #756609; font-size: .64rem; font-weight: 800; letter-spacing: .14em; }
.step h3 { margin-top: 6px; }
.step div > p:last-child { max-width: 560px; margin-top: 10px; color: var(--brown); }
.service-promise { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px,9vw,145px); }
.promise-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(251,247,238,.2); }
.promise-grid article { min-height: 360px; padding: 40px; display: flex; flex-direction: column; }
.promise-grid article + article { border-left: 1px solid rgba(251,247,238,.2); }
.promise-grid h3 { margin-top: auto; }
.promise-grid article > p:last-child { margin-top: 17px; color: rgba(251,247,238,.7); }
.beta-facts { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px,9vw,145px); align-items: start; }
.facts,.terms,.company__profile { border-top: 1px solid var(--line); }
.facts div,.terms div,.company__profile div { padding: 18px 0; display: grid; grid-template-columns: .45fr 1.55fr; gap: 20px; border-bottom: 1px solid var(--line); }
.facts dt,.terms dt,.company__profile dt { color: var(--muted); font-size: .78rem; }
.facts dd,.terms dd,.company__profile dd { font-weight: 700; }
.faq { grid-column: 2; margin-top: 25px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 20px 0; display: flex; justify-content: space-between; cursor: pointer; font-family: var(--serif); font-size: 1.08rem; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq details p { padding: 0 0 22px; color: var(--brown); }
.partner-promises,.beta-terms,.join,.founder,.build-way,.company { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px,9vw,145px); align-items: start; }
.promise-list { border-top: 1px solid var(--line); }
.promise-list article { padding: 25px 0; display: grid; grid-template-columns: 55px .8fr 1fr; gap: 22px; border-bottom: 1px solid var(--line); align-items: start; }
.promise-list span { color: #756609; font-family: var(--serif); font-size: 1.2rem; }
.promise-list p { color: var(--brown); }
.note-box { grid-column: 2; margin-top: 24px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--brown); font-size: .8rem; }
.join__steps { list-style: none; border-top: 1px solid var(--line); }
.join__steps li { padding: 27px 0; display: grid; grid-template-columns: 70px 1fr; gap: 25px; border-bottom: 1px solid var(--line); }
.join__steps span { color: #756609; font-family: var(--serif); font-size: 1.35rem; }
.join__steps p { margin-top: 10px; color: var(--brown); }
.founder__heading > p:last-child { margin-top: 8px; color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .15em; }
.founder__story > p { margin-bottom: 20px; color: var(--brown); }
.large-copy { color: var(--ink)!important; font-family: var(--serif); font-size: clamp(1.28rem,2.2vw,1.85rem); line-height: 1.8; }
.founder__story blockquote { margin-top: 35px; padding: 24px 0 24px 30px; border-left: 4px solid var(--gold); font-family: var(--serif); font-size: clamp(1.2rem,2.1vw,1.75rem); }
.build-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.build-grid article { min-height: 285px; padding: 32px; display: flex; flex-direction: column; }
.build-grid article + article { border-left: 1px solid var(--line); }
.build-grid span { color: #756609; font-family: var(--serif); font-size: 1.2rem; }
.build-grid h3 { margin-top: auto; }
.build-grid p { margin-top: 12px; color: var(--brown); font-size: .86rem; }
.company__profile a { text-underline-offset: 4px; }
.site-footer { padding: 55px max(24px,calc((100vw - 1180px)/2)) 28px; background: var(--ink); color: var(--ivory); }
.footer-inner { display: grid; grid-template-columns: 1.2fr .8fr .6fr; gap: 45px; align-items: start; padding-bottom: 45px; }
.footer-logo { width: 158px; height: 53px; display: block; overflow: hidden; }
.footer-inner nav { display: flex; flex-direction: column; gap: 10px; }
.footer-inner nav a { color: rgba(251,247,238,.75); font-size: .76rem; text-decoration: none; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(251,247,238,.14); color: rgba(251,247,238,.5); font-size: .68rem; }
.page-fade { position: fixed; z-index: 100; inset: 0; background: var(--ivory); pointer-events: none; opacity: 0; transition: opacity .22s; }
body.leaving .page-fade { opacity: 1; }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s cubic-bezier(.2,.72,.2,1), transform .7s cubic-bezier(.2,.72,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }


/* Light footer: let the dark closing section end cleanly, then return to the core brand canvas. */
.site-footer {
  background: var(--ivory);
  color: var(--ink);
  border-top: 1px solid var(--line);
}
.footer-inner nav a { color: var(--brown); }
.footer-bottom {
  border-top-color: var(--line);
  color: var(--muted);
}
