:root{color-scheme:light;--ink: #1f2937;--green: #2f6b4f;--paper: #faf7f0;--section: #f1ede4;--white: #ffffff;--border: #d8d2c4;--muted: #5f6673;--green-soft: rgba(47, 107, 79, .1);--shadow: 0 18px 44px rgba(31, 41, 55, .1);font-family:Lexend,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--paper)}body,button,input,textarea,select{font:inherit}a{color:inherit}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3,.wordmark span{font-family:Newsreader,Georgia,Times New Roman,serif;letter-spacing:0}h1{margin-bottom:24px;color:var(--ink);font-size:clamp(2.8rem,6.4vw,4.8rem);font-weight:650;line-height:1.06}h2{margin-bottom:20px;color:var(--ink);font-size:clamp(2rem,3.6vw,3rem);font-weight:560;line-height:1.16}h3{margin-bottom:10px;color:var(--ink);font-size:1.45rem;font-weight:560;line-height:1.25}p{color:var(--muted);line-height:1.68}.container{width:min(1240px,calc(100% - 48px));margin:0 auto}.site-header{position:fixed;inset:0 0 auto;z-index:50;border-bottom:1px solid rgba(216,210,196,.92);background:#faf7f0f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:22px}.wordmark{display:grid;gap:3px;text-decoration:none}.wordmark span{color:var(--ink);font-size:1.58rem;font-weight:720;line-height:1}.wordmark small{color:var(--muted);font-size:.72rem;font-weight:650}.desktop-nav{display:flex;align-items:center;gap:20px}.desktop-nav a{color:var(--muted);font-size:.9rem;font-weight:700;text-decoration:none;white-space:nowrap}.desktop-nav a:hover{color:var(--green)}.header-cta,.primary-button,.dark-button,.outline-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:4px;padding:0 20px;font-weight:750;text-decoration:none;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.header-cta,.primary-button{background:var(--green);color:var(--white)}.dark-button{background:var(--ink);color:var(--white)}.outline-button{border-color:var(--border);background:transparent;color:var(--ink)}.header-cta:hover,.primary-button:hover,.dark-button:hover,.outline-button:hover{transform:translateY(-1px)}.outline-button:hover{border-color:var(--green);background:var(--green-soft);color:var(--green)}.full-width{width:100%}main{padding-top:82px}section{scroll-margin-top:104px}.hero-section{overflow:hidden;padding:82px 0;background:linear-gradient(135deg,rgba(47,107,79,.08),transparent 42%),var(--paper)}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);align-items:center;gap:54px}.hero-copy{position:relative;z-index:2}.section-kicker{margin-bottom:14px;color:var(--green);font-size:.82rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.hero-lead{max-width:720px;margin-bottom:36px;font-size:1.08rem}.button-row{display:flex;flex-wrap:wrap;gap:14px}.hero-note{max-width:720px;margin:22px 0 0;border-left:4px solid var(--green);background:#ffffff9e;padding:14px 18px;color:var(--ink);font-size:.96rem}.hero-art{position:relative;min-height:560px;display:grid;place-items:center}.hero-circle{position:relative;width:min(100%,540px);aspect-ratio:1;overflow:hidden;border:1px solid var(--border);border-radius:50%;background:var(--section);box-shadow:var(--shadow)}.hero-circle img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(31,41,55,.22),transparent 54%)}.floating-note{position:absolute;right:4%;bottom:12%;width:min(320px,78%);display:flex;align-items:center;gap:16px;border:1px solid var(--border);background:#ffffffed;padding:18px;box-shadow:var(--shadow)}.note-icon{width:44px;height:44px;display:inline-grid;place-items:center;flex:0 0 auto;background:var(--green);color:var(--white);font-family:Newsreader,Georgia,serif;font-size:1.5rem;font-weight:800}.floating-note strong,.floating-note span{display:block}.floating-note span{color:var(--muted);font-size:.9rem}.feature-section,.cooperation-section,.process-section,.meaning-section{padding:78px 0;background:var(--section)}.library-section,.works-section,.faq-section,.contact-section,.benefits-section{padding:78px 0;background:var(--paper)}.centered-heading{margin-bottom:46px;text-align:center}.centered-heading p{max-width:830px;margin-inline:auto;font-size:1.05rem}.feature-grid,.book-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.feature-card,.stacked-cards article,.contact-card{border:1px solid var(--border);background:var(--white);padding:32px;box-shadow:0 1px #1f293708}.feature-card{min-height:238px}.feature-icon{width:42px;height:42px;display:inline-grid;place-items:center;margin-bottom:20px;border:1px solid var(--border);background:var(--paper);color:var(--green);font-weight:850}.section-heading-row{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:46px}.section-heading-row p,.section-intro{max-width:820px}.section-subnote{margin:-28px auto 34px;color:var(--muted);font-size:.92rem}.book-card{display:flex;min-height:100%;flex-direction:column;border:1px solid var(--border);background:var(--white);transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease}.book-card:hover{border-color:var(--green);transform:translateY(-5px);box-shadow:var(--shadow)}.book-cover-link{display:block;overflow:hidden;background:var(--section)}.book-cover{width:100%;aspect-ratio:4 / 4.8;object-fit:cover;transition:transform .42s ease}.book-card:hover .book-cover{transform:scale(1.035)}.book-body{display:flex;flex:1;flex-direction:column;padding:24px}.book-body p{margin-bottom:20px}.book-author{margin-bottom:8px;color:var(--muted);font-size:.82rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.book-body .outline-button{margin-top:auto}.works-section h2{margin-bottom:18px}.section-intro{margin-bottom:34px}.table-wrap{overflow-x:auto;border:1px solid var(--border);background:var(--white)}table{width:100%;min-width:820px;border-collapse:collapse;text-align:left}thead{background:var(--section);border-bottom:1px solid var(--border)}th,td{padding:18px 20px;border-bottom:1px solid var(--border);vertical-align:top}th{color:var(--ink);font-size:.78rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}td{color:var(--muted)}td:first-child a{color:var(--ink);font-family:Newsreader,Georgia,Times New Roman,serif;font-size:1.18rem;font-weight:650;text-decoration:none}td:first-child a:hover{color:var(--green)}.status-pill{color:var(--green);font-weight:800}.split-grid,.contact-box{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:70px}.stacked-cards{display:grid;gap:16px}.benefit-list,.timeline-list{display:grid;gap:22px;margin:0;padding:0;list-style:none;counter-reset:item}.benefit-list li,.timeline-list li{position:relative;display:grid;gap:7px;padding-left:46px;counter-increment:item}.benefit-list li:before,.timeline-list li:before{content:counter(item);position:absolute;left:0;top:1px;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:var(--white);font-size:.84rem;font-weight:850}.benefit-list strong,.timeline-list strong{color:var(--ink)}.benefit-list span,.timeline-list span{color:var(--muted);line-height:1.62}.meaning-inner{max-width:900px}.highlight-text{margin-top:26px;border-left:4px solid var(--green);background:#ffffffb3;padding:18px 22px;color:var(--ink);font-weight:650}.faq-inner{max-width:920px}.faq-inner h2{text-align:center}details{border:1px solid var(--border);background:var(--white);padding:22px 24px}details+details{margin-top:16px}summary{cursor:pointer;color:var(--ink);font-family:Newsreader,Georgia,Times New Roman,serif;font-size:1.42rem;font-weight:560;list-style:none}summary::-webkit-details-marker{display:none}summary:after{content:"+";float:right;color:var(--green);font-family:system-ui,sans-serif;font-weight:800}details[open] summary:after{content:"-"}details p{margin:16px 0 0}.contact-box{align-items:start}.contact-card a{display:inline-block;margin:6px 0 16px;color:var(--green);font-size:1.18rem;font-weight:800}.contact-hint{margin-bottom:0;font-size:.94rem}.final-cta{padding:78px 0;background:var(--ink);color:var(--white);text-align:center}.final-cta h2{max-width:850px;margin-inline:auto;color:var(--white)}.final-cta p{max-width:780px;margin:0 auto 34px;color:#ffffffc7;font-size:1.05rem}.site-footer{border-top:1px solid var(--border);background:var(--section)}.footer-inner{min-height:172px;display:grid;grid-template-columns:minmax(280px,1fr) minmax(280px,.9fr);align-items:center;gap:34px;padding:30px 0}.footer-brand strong{display:block;margin-bottom:8px;color:var(--ink);font-family:Newsreader,Georgia,Times New Roman,serif;font-size:1.45rem}.footer-brand p{max-width:520px;margin-bottom:8px}.footer-brand span{color:var(--muted);font-size:.9rem}.footer-side{display:grid;justify-items:end;gap:18px}.footer-side nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:16px 22px}.footer-side a{color:var(--muted);font-weight:700;text-decoration:none}.footer-side a:hover{color:var(--green)}.visit-counter{position:relative;width:max-content;max-width:100%}.visit-counter button{width:18px;height:18px;border:0;border-radius:50%;background:#5f66731f;color:transparent;cursor:pointer;padding:0;font-size:0;opacity:.38}.visit-counter button:hover{background:#2f6b4f47;opacity:.7}.visit-counter button:focus-visible{outline:2px solid rgba(47,107,79,.5);outline-offset:3px}.visit-counter-panel{position:absolute;right:0;bottom:calc(100% + 10px);width:min(320px,calc(100vw - 32px));border:1px solid var(--border);background:var(--white);padding:16px;box-shadow:var(--shadow)}.visit-counter-panel p{margin-bottom:12px;color:var(--ink);font-size:.9rem;font-weight:700}.visit-counter-panel ol{display:grid;gap:6px;margin:0;padding:0;list-style:none}.visit-counter-panel li{display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:.86rem}.visit-counter-panel strong{color:var(--green)}@media (max-width: 1180px){.desktop-nav{display:none}}@media (max-width: 920px){.container{width:min(100% - 32px,720px)}.hero-grid,.split-grid,.contact-box{grid-template-columns:1fr;gap:42px}.hero-art{min-height:auto}.hero-circle{max-width:460px}.feature-grid,.book-grid{grid-template-columns:1fr}.section-heading-row{display:block}.footer-inner{grid-template-columns:1fr;align-items:start}.footer-side{justify-items:start}.footer-side nav{justify-content:flex-start}.visit-counter-panel{left:0;right:auto}}@media (max-width: 560px){.header-inner{min-height:72px}main{padding-top:72px}.wordmark small{display:none}.wordmark span{font-size:1.28rem}.header-cta{min-height:40px;padding-inline:13px;font-size:.88rem}.hero-section,.feature-section,.library-section,.works-section,.cooperation-section,.benefits-section,.process-section,.meaning-section,.faq-section,.contact-section,.final-cta{padding:56px 0}h1{font-size:clamp(2.42rem,12vw,3.35rem)}.button-row a{width:100%}.floating-note{position:static;width:100%;margin-top:18px}.feature-card,.stacked-cards article,.contact-card{padding:24px}th,td{padding:14px 16px}}
