@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500&family=Noto+Sans+JP:wght@400;500&family=Zen+Old+Mincho:wght@400;700&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;font-size:16px;line-height:1.9;letter-spacing:.02em;color:#EAE6DC;background:#060912;text-align:left;line-break:strict;overflow-wrap:anywhere;word-break:normal}
h1,h2,h3,h4{font-family:"Zen Old Mincho","Noto Serif JP",serif;line-height:1.45;letter-spacing:.02em;font-weight:700;font-feature-settings:"palt" 1}
.lead{font-feature-settings:"palt" 1}
a{color:currentColor;text-decoration:none}
a:hover{opacity:.88}
img{max-width:100%;height:auto;display:block}
.container{max-width:72rem;margin:0 auto;padding:0 1.5rem}
.surface-navy{background:#060912;color:#EAE6DC}
.surface-ivory{background:#121B2E;color:#EAE6DC}
.surface-indigo{background:#121B2E;color:#EAE6DC}
.surface-brass{background:#B8944F;color:#060912}
.eyebrow{font-family:"IBM Plex Mono",monospace;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#B8944F}
.text-muted{color:#A8B0C4}
.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;transition:background .3s,box-shadow .3s,color .3s;background:rgba(6,9,18,.72);backdrop-filter:blur(10px);color:#EAE6DC}
.site-header.scrolled{background:rgba(6,9,18,.96);color:#EAE6DC;box-shadow:0 1px 0 rgba(184,148,79,.18)}
.header-inner{display:flex;align-items:center;justify-content:space-between;max-width:72rem;margin:0 auto;padding:0 1.5rem;gap:1rem}
.logo{display:flex;flex-direction:column;font-family:"Zen Old Mincho",serif;font-weight:700;font-size:1.05rem;line-height:1.3}
.logo-sub{font-family:"IBM Plex Mono",monospace;font-size:11px;font-weight:500;letter-spacing:.12em;color:#B8944F;margin-top:.2rem}
.site-header.scrolled .logo-sub{color:#B8944F}
.nav-list{display:flex;gap:1.25rem;list-style:none;flex-wrap:wrap}
.nav-list a{font-size:.9rem}
.nav-toggle{display:none;background:none;border:none;color:inherit;font-size:1.4rem;cursor:pointer;padding:.25rem}
.hero-chart{min-height:100vh;min-height:100dvh;position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:2.5rem;background-size:cover;background-position:center}
.hero-chart::before{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(6,9,18,.95) 0%,rgba(6,9,18,.58) 45%,rgba(6,9,18,.78) 100%);z-index:1}
.hero-chart::after{content:'';position:absolute;inset:0;box-shadow:inset 0 0 80px rgba(184,148,79,.1);pointer-events:none;z-index:1}
.hero-orbit{position:absolute;left:50%;top:50%;transform:translate(-50%,-55%);width:min(90vw,720px);height:min(90vw,720px);z-index:2;opacity:.45;pointer-events:none}
.hero-content{position:relative;z-index:3;max-width:72rem;margin:0 auto;padding:0 1.5rem;width:100%}
.hero-topbar{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid rgba(244,239,228,.22);margin-bottom:2rem;font-size:.82rem;color:rgba(244,239,228,.9)}
.hero-chart h1{font-size:clamp(2.125rem,5vw,4.25rem);max-width:16ch;margin:.75rem 0 1.25rem;color:#EAE6DC}
.hero-chart h1 .accent{color:#B8944F}
.hero-lead{max-width:34em;opacity:.88;margin-bottom:2rem;font-size:1.02rem}
.hero-trust{margin-top:2.5rem;padding-top:1rem;border-top:1px solid rgba(168,176,196,.35);font-family:"IBM Plex Mono",monospace;font-size:11px;color:#A8B0C4}
.btn{display:inline-block;padding:.85rem 1.75rem;font-weight:500;border-radius:2px;font-size:.95rem;transition:filter .2s,box-shadow .2s}
.btn-primary{background:#B8944F;color:#FFFFFF}
.btn-secondary{background:transparent;border:1px solid currentColor;margin-left:.75rem}
.btn:hover{filter:brightness(1.06);box-shadow:0 4px 24px rgba(0,0,0,.28)}
.cta-group{margin-bottom:1rem}
section{padding:5.5rem 0}
.page-hero{padding:8rem 0 3.5rem}
.page-hero h1{font-size:clamp(1.85rem,4vw,2.75rem)}
.section-title{font-size:clamp(1.65rem,3vw,2.35rem);margin-bottom:1.25rem;font-feature-settings:"palt" 1}
.section-lead{max-width:36em;margin-bottom:2.5rem;opacity:.92}
.prose{max-width:36em}
.prose-wide{max-width:42em}
.prose p,.prose-wide p{margin-bottom:1.2rem}
.prose h2,.prose-wide h2{font-size:1.45rem;margin:2.25rem 0 1rem}
.prose h3,.prose-wide h3{font-size:1.15rem;margin:1.75rem 0 .75rem}
.prose ul,.prose-wide ul,.prose ol,.prose-wide ol{margin:1rem 0 1.5rem 1.4rem}
.prose li,.prose-wide li{margin-bottom:.55rem}
.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:2.5rem 0}
.stat-num{font-family:"IBM Plex Mono",monospace;font-size:clamp(1.85rem,4vw,2.75rem);color:#B8944F;font-variant-numeric:tabular-nums}
.stat-label{font-size:.9rem;opacity:.85;margin-top:.45rem}
.orbit-rail{position:relative;padding-left:2rem;border-left:2px solid rgba(184,148,79,.35);max-width:40em}
.orbit-step{margin-bottom:2.75rem;position:relative}
.orbit-step::before{content:'';position:absolute;left:-2.45rem;top:.45rem;width:11px;height:11px;border-radius:50%;background:#B8944F;box-shadow:0 0 12px rgba(184,148,79,.45)}
.orbit-step h3{font-size:1.25rem;margin-bottom:.65rem}
.menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
.menu-card{padding:1.75rem;border:1px solid rgba(184,148,79,.24);background:#1A2438;color:#EAE6DC;position:relative}
.menu-card .card-num{font-family:"IBM Plex Mono",monospace;font-size:.72rem;color:#B8944F;letter-spacing:.12em;margin-bottom:.5rem}
.menu-card h3{font-size:1.1rem;margin-bottom:.65rem;color:#EAE6DC}
.case-card{margin-bottom:2rem;padding:1.75rem;background:#1A2438;color:#EAE6DC;border-left:3px solid #B8944F;border-radius:2px}
.case-card h3{font-size:1.15rem;margin-bottom:.75rem;color:#EAE6DC}
.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.75rem}
.service-card{background:#1A2438;color:#EAE6DC;border:1px solid rgba(184,148,79,.22);border-radius:2px;overflow:hidden}
.service-card__media img{width:100%;aspect-ratio:16/10;object-fit:cover}
.service-card__body{padding:1.5rem 1.75rem 1.75rem}
.service-card__body h2{font-size:1.15rem;margin-bottom:.85rem;color:#EAE6DC}
.service-card__body p{margin-bottom:1rem}
.service-card__body .price-tag{margin-top:.25rem}
.faq-item{margin-bottom:1.75rem;padding-bottom:1.75rem;border-bottom:1px solid rgba(244,239,228,.12)}
.faq-item h3{font-size:1.08rem;margin-bottom:.75rem}
.faq-mini details{margin-bottom:1rem;padding:1rem;border:1px solid rgba(184,148,79,.18);background:#1A2438;color:#EAE6DC}
.faq-mini summary{cursor:pointer;font-weight:500}
.split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.img-block img{border-radius:2px}
.img-block--narrow{max-width:42rem;margin-left:auto;margin-right:auto}
.img-block--narrow img{width:100%}
.case-card__media{margin:1rem 0 0;border-radius:2px;overflow:hidden}
.case-card__media img{width:100%;aspect-ratio:16/10;object-fit:cover}
.img-caption{font-size:.85rem;color:#A8B0C4;margin-top:.65rem}
.price-table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-variant-numeric:tabular-nums}
.price-table th,.price-table td{padding:.85rem;border:1px solid rgba(244,239,228,.14);text-align:left;vertical-align:top}
.price-table th{background:#1A2438;color:#EAE6DC;width:22%}
.price-tag{font-family:"IBM Plex Mono",monospace;color:#B8944F;margin:.5rem 0}
.service-block{margin-bottom:2.5rem;padding:1.75rem;background:#1A2438;border:1px solid rgba(184,148,79,.18);border-radius:2px;color:#EAE6DC}
.service-block h2{color:#EAE6DC}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}
.form-group{margin-bottom:1.15rem}
.form-group label{display:block;margin-bottom:.4rem;font-size:.9rem}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid rgba(184,148,79,.24);background:#0F1628;color:#EAE6DC;font-family:inherit;font-size:1rem;border-radius:2px}
.form-group input::placeholder,.form-group textarea::placeholder{color:#A8B0C4}
.form-group textarea{min-height:140px;resize:vertical}
.form-check{display:flex;align-items:flex-start;gap:.55rem;margin:1rem 0}
.form-check input{margin-top:.35rem;flex-shrink:0}
.hp-field{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden}
.site-footer{padding:4rem 0 2rem;border-top:1px solid rgba(244,239,228,.1);font-size:.85rem;line-height:1.85}
.footer-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:2rem}
.footer-nav{list-style:none}
.footer-nav li{margin-bottom:.35rem}
.footer-disclaimer{opacity:.78;font-size:.8rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(244,239,228,.1)}
.legal-table{width:100%;border-collapse:collapse;margin:1.5rem 0}
.legal-table th,.legal-table td{padding:.75rem;border:1px solid rgba(244,239,228,.14);text-align:left;vertical-align:top}
.legal-table th{width:28%;background:#1A2438;color:#EAE6DC}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#121B2E;color:#EAE6DC;padding:1.25rem 1.5rem;z-index:200;box-shadow:0 -4px 24px rgba(0,0,0,.45);display:none}
.cookie-banner.show{display:block}
.cookie-inner{max-width:72rem;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}
.cookie-btns{display:flex;gap:.65rem;flex-wrap:wrap}
.cookie-btns button{padding:.6rem 1.15rem;border:1px solid currentColor;background:transparent;color:inherit;cursor:pointer;border-radius:2px;font-size:.85rem;font-family:inherit}
.cookie-btns .accept-all{background:#B8944F;color:#060912;border-color:#B8944F}
.cta-band{text-align:center;padding:4rem 0}
.cta-band .section-title{margin-bottom:1rem}
.mono-bg{font-family:"IBM Plex Mono",monospace;font-size:clamp(3.5rem,9vw,7rem);opacity:.05;position:absolute;right:1rem;top:0;line-height:1;pointer-events:none}
.thanks-page{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 0 4rem}
.thanks-page h1{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:1rem}
.reveal{opacity:1;transform:none}
.js .reveal{opacity:0;transform:translateY(14px);transition:opacity .55s,transform .55s}
.js .reveal.is-visible{opacity:1;transform:none}
@media(max-width:768px){
.nav-list{display:none;position:absolute;top:100%;left:0;right:0;background:#121B2E;color:#EAE6DC;flex-direction:column;padding:1rem 1.5rem;box-shadow:0 8px 24px rgba(0,0,0,.35);border-top:1px solid rgba(184,148,79,.18)}
.nav-list.open{display:flex}
.nav-toggle{display:block}
.stats-row,.split,.contact-grid,.footer-grid,.menu-grid,.service-grid{grid-template-columns:1fr}
.hero-chart{min-height:82vh}
.btn-secondary{margin-left:0;margin-top:.75rem;display:inline-block}
}
@media(prefers-reduced-motion:reduce){
*,*::before,*::after{animation:none!important;transition:none!important}
.reveal,.js .reveal{opacity:1!important;transform:none!important}
}
