:root{--ink: #18201c;--muted: #61706a;--paper: #f7f5ef;--white: #fffdf8;--soft: #ece7da;--cedar: #8b4f2f;--cedar-dark: #5f321e;--moss: #2f5b4d;--blue: #315d72;--line: rgba(24, 32, 28, .16);--shadow: 0 18px 48px rgba(24, 32, 28, .14);--max: 1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Hiragino Kaku Gothic ProN,Yu Gothic,Meiryo,system-ui,sans-serif;line-height:1.75;letter-spacing:0}body,button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-shell{min-height:100vh;overflow-x:clip}.demo-note{background:#22342e;color:#fffdf8db;font-size:.78rem;padding:.45rem 1rem;text-align:center}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:72px;padding:.75rem max(1.25rem,calc((100% - var(--max)) / 2));background:#f7f5efeb;border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:.8rem;min-width:0}.brand-mark{display:grid;place-items:center;width:44px;height:44px;background:var(--ink);color:var(--white);border-radius:4px;font-weight:700}.brand strong,.brand small{display:block;line-height:1.25}.brand small{color:var(--muted);font-size:.76rem}.site-nav{display:flex;align-items:center;gap:1.35rem;color:#2f3834;font-size:.92rem;white-space:nowrap}.site-nav a{padding:.4rem 0}.menu-button{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:4px;background:var(--white)}.menu-button span{display:block;width:20px;height:2px;margin:5px auto;background:var(--ink)}.hero{position:relative;min-height:72svh;display:flex;align-items:flex-end;overflow:hidden;background:var(--ink)}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#0b110ed1,#0b110e61 48%,#0b110e3d),linear-gradient(0deg,#0b110ea6,#0b110e14 48%)}.hero-content{position:relative;z-index:1;width:min(760px,calc(100% - 2.5rem));margin:0 auto;padding:7rem 0 6.25rem;color:var(--white)}.hero-content .eyebrow{color:#fffdf8c7}.hero h1{max-width:720px;margin:.5rem 0 1rem;font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-size:4rem;line-height:1.16;font-weight:600}.hero p{max-width:640px;color:#fffdf8db;font-size:1.05rem}.hero-actions,.contact-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.8rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.2rem;border-radius:4px;border:1px solid transparent;font-weight:700}.button.primary{background:var(--cedar);color:var(--white)}.button.secondary{background:var(--moss);color:var(--white)}.button.ghost{border-color:#fffdf89e;color:var(--white)}.hero-facts{position:absolute;right:max(1.25rem,calc((100% - var(--max)) / 2));bottom:1.2rem;z-index:2;display:flex;gap:.45rem;flex-wrap:wrap;justify-content:flex-end;max-width:42rem}.hero-facts span{padding:.42rem .7rem;border:1px solid rgba(255,253,248,.32);border-radius:4px;background:#fffdf81f;color:#fffdf8e6;font-size:.82rem}.band{padding:5.5rem max(1.25rem,calc((100% - var(--max)) / 2))}.band.soft{background:var(--soft)}.band.dark{background:#1c2824;color:var(--white)}.section-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:4rem;align-items:start}.section-grid.align-end{align-items:end}.eyebrow{margin:0 0 .7rem;color:var(--cedar);font-size:.78rem;font-weight:800;text-transform:uppercase}.dark .eyebrow{color:#d8a978}h2{margin:0;font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-size:2.45rem;line-height:1.28;font-weight:600}h3{margin:0;font-size:1.1rem;line-height:1.45}p{margin:0}.lead-copy{display:grid;gap:1rem;color:#33413c;font-size:1.02rem}.section-heading{max-width:760px;margin-bottom:2.4rem}.section-heading p:not(.eyebrow){margin-top:.8rem;color:var(--muted)}.dark .section-heading p:not(.eyebrow),.dark .feature-copy p{color:#fffdf8c7}.feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:3rem;align-items:end}.feature-copy p:not(.eyebrow){margin-top:1.1rem;max-width:680px}.performance-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#fffdf838;border:1px solid rgba(255,253,248,.22)}.performance-panel div{min-height:126px;padding:1.15rem;background:#22342e}.performance-panel strong,.performance-panel span{display:block}.performance-panel strong{color:#fffdf8ad;font-size:.84rem}.performance-panel span{margin-top:.35rem;font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-size:2rem}.service-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.service-item{min-height:280px;padding:1.25rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fffdf873}.service-item span{color:var(--blue);font-weight:800;font-size:.8rem}.service-item h3{margin-top:3.2rem}.service-item p{margin-top:.85rem;color:var(--muted);font-size:.92rem}.works-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.work-card{display:grid;grid-template-columns:minmax(170px,.84fr) minmax(0,1fr);gap:1.2rem;min-height:300px;padding:1rem;border:1px solid rgba(24,32,28,.12);border-radius:8px;background:var(--white);box-shadow:0 1px #18201c0a}.work-card img{width:100%;height:100%;min-height:260px;object-fit:cover;border-radius:6px}.work-card p{color:var(--muted);font-size:.92rem}.work-card h3{margin:.4rem 0 .65rem;font-size:1.2rem}.work-meta{color:var(--cedar)!important;font-size:.8rem!important;font-weight:700}.work-summary{margin-bottom:.75rem;color:#31423b!important;font-weight:700}.craft{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);gap:4rem;align-items:center}.craft-media{display:grid;grid-template-columns:1fr .72fr;gap:.8rem;align-items:end}.craft-media img{width:100%;object-fit:cover;border-radius:8px;box-shadow:var(--shadow)}.craft-media img:first-child{height:460px}.craft-media img:last-child{height:310px}.craft-copy p:not(.eyebrow){margin-top:1rem;color:#33413c}.check-list{display:grid;gap:.65rem;margin:1.4rem 0 0;padding:0;list-style:none}.check-list li{position:relative;padding-left:1.45rem;color:#2f4039}.check-list li:before{content:"";position:absolute;left:0;top:.72rem;width:8px;height:8px;border-radius:50%;background:var(--moss)}.flow-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:0;padding:0;list-style:none;background:var(--line);border:1px solid var(--line)}.flow-list li{min-height:260px;padding:1.35rem;background:var(--paper)}.flow-list span{color:var(--cedar);font-weight:800;font-size:.82rem}.flow-list h3{margin-top:3rem}.flow-list p{margin-top:.8rem;color:var(--muted);font-size:.92rem}.topic-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.topic-rail span{min-height:120px;display:flex;align-items:flex-end;padding:1rem;border:1px solid rgba(255,253,248,.22);border-radius:6px;background:#fffdf814;color:#fffdf8e6;font-weight:700}.faq-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}details{border:1px solid var(--line);border-radius:8px;background:var(--white)}summary{cursor:pointer;padding:1.1rem 1.2rem;font-weight:700}details p{padding:0 1.2rem 1.2rem;color:var(--muted)}.contact{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:3rem;align-items:center}.contact-copy p:not(.eyebrow){margin-top:1rem;color:#33413c}.contact-actions{align-content:start;margin-top:0;padding:1.4rem;border:1px solid rgba(24,32,28,.12);border-radius:8px;background:var(--white)}.contact-actions .button{flex:1 1 170px}.contact-actions p{width:100%;color:var(--muted);font-size:.9rem}.site-footer{display:flex;justify-content:space-between;gap:2rem;padding:2.2rem max(1.25rem,calc((100% - var(--max)) / 2)) 6rem;background:var(--ink);color:var(--white)}.site-footer p{margin-top:.4rem;color:#fffdf8ad;font-size:.9rem}.footer-links{display:flex;gap:1rem;color:#fffdf8d1}.fixed-cta{position:fixed;left:50%;bottom:1rem;z-index:60;display:flex;overflow:hidden;border:1px solid rgba(255,253,248,.45);border-radius:8px;background:#18201ceb;color:var(--white);box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translate(-50%) translateY(12px);transition:opacity .18s ease,transform .18s ease;backdrop-filter:blur(12px)}.fixed-cta.is-visible{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.fixed-cta a{min-width:128px;padding:.75rem 1.1rem;text-align:center;font-weight:700}.fixed-cta a+a{border-left:1px solid rgba(255,253,248,.2)}.not-found{min-height:100vh;display:grid;place-content:center;gap:1rem;padding:2rem;text-align:center}@media(max-width:980px){.site-header{min-height:64px}.menu-button{display:block}.site-nav{position:absolute;top:calc(100% + 1px);left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:.6rem 1.25rem 1rem;background:#f7f5effa;border-bottom:1px solid var(--line)}.site-nav.is-open{display:flex}.site-nav a{padding:.85rem 0}.hero{min-height:68svh}.hero-content{width:calc(100% - 2rem);padding:4.5rem 0 5.5rem}.hero h1{font-size:2.55rem}.hero p{font-size:.98rem}.hero-facts{left:1rem;right:1rem;justify-content:flex-start}.band{padding-top:4rem;padding-bottom:4rem}h2{font-size:2rem}.section-grid,.feature,.craft,.contact{grid-template-columns:1fr;gap:2rem}.service-list{grid-template-columns:repeat(2,minmax(0,1fr))}.service-item{min-height:220px}.service-item h3,.flow-list h3{margin-top:1.8rem}.works-grid,.faq-list{grid-template-columns:1fr}.flow-list,.topic-rail{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.demo-note{font-size:.72rem;text-align:left}.brand small{display:none}.brand strong{font-size:.94rem}.brand-mark{width:38px;height:38px}.hero{min-height:66svh}.hero>img{object-position:58% center}.hero-shade{background:linear-gradient(90deg,#0b110edb,#0b110e6b),linear-gradient(0deg,#0b110eb8,#0b110e14)}.hero-content{width:calc(100% - 1.5rem);padding:3.6rem 0 5rem}.hero h1{font-size:2.05rem}.hero-actions{flex-direction:column}.button{width:100%}.hero-facts{display:none}.band{padding:3.3rem 1rem}h2{font-size:1.72rem}.performance-panel,.service-list,.flow-list,.topic-rail{grid-template-columns:1fr}.performance-panel div,.topic-rail span{min-height:96px}.service-item,.flow-list li{min-height:auto}.work-card{grid-template-columns:1fr;min-height:0}.work-card img{height:230px;min-height:230px}.craft-media{grid-template-columns:1fr}.craft-media img:first-child,.craft-media img:last-child{height:250px}.contact-actions{padding:1rem}.site-footer{flex-direction:column;padding-bottom:5.5rem}.footer-links{flex-wrap:wrap}.fixed-cta{left:.75rem;right:.75rem;bottom:.75rem;transform:translateY(12px)}.fixed-cta.is-visible{transform:translateY(0)}.fixed-cta a{flex:1;min-width:0}}
