:root{--ink:#202522;--muted:#5b655e;--red:#b93d57;--brand:#c44962;--line:#dce1dc;--pale:#f3f6f2;--green:#38614e}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:white;font-family:'Yu Gothic',Meiryo,system-ui,sans-serif;line-height:1.85;letter-spacing:0}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--red);outline-offset:6px}.wrap{width:min(1180px,calc(100% - 96px));margin-inline:auto}.skip{position:fixed;top:-100px;left:12px;padding:8px;background:white;z-index:50}.skip:focus{top:12px}.site-header{height:96px;display:flex;align-items:center;justify-content:space-between;padding:0 48px;gap:24px;border-bottom:1px solid #e8ebe7;background:#fff;position:relative;z-index:10}.brand{flex-shrink:0}.brand img{width:175px;height:auto;margin-left:-6px}.brand>span{font-size:10px;display:block;color:var(--muted);margin-top:-3px}.site-header nav{display:flex;gap:30px;align-items:center;font-size:13px;font-weight:700}.site-header nav>a:not(.nav-contact):hover{color:var(--red)}.nav-contact{background:var(--ink);color:white;padding:12px 20px;border-radius:4px;display:flex;gap:28px;align-items:center}.nav-contact:hover{background:var(--red)}.menu-toggle{display:none}.hero{position:relative;isolation:isolate;min-height:660px;overflow:hidden;background:#f4f5f3;display:flex;flex-direction:column;justify-content:center}.hero-image{position:absolute;inset:0;z-index:-1;width:100%;height:100%;object-fit:cover;object-position:center 54%}.hero-inner{padding-top:64px;padding-bottom:56px}.eyebrow{font-family:Arial,sans-serif;font-size:11px;font-weight:700;line-height:1.5;color:var(--green);margin:0 0 25px;display:flex;align-items:center;gap:10px}.small-line{height:2px;width:24px;background:var(--red)}h1,h2,h3,p{margin-top:0}h1{font-size:48px;line-height:1.42;font-weight:800;margin-bottom:23px}h2{font-size:34px;line-height:1.65;font-weight:700;margin-bottom:0}h2 em{font-style:normal;color:var(--red)}.hero-message{font-size:23px;font-weight:700;line-height:1.6;margin-bottom:16px}.hero-copy{font-size:14px;line-height:2.05;color:#424c45;margin-bottom:28px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;padding:16px 22px;font-size:14px;font-weight:700;border-radius:4px;min-height:56px}.primary{background:var(--red);color:#fff;box-shadow:0 4px 0 #8b2b40;transition:transform .18s,box-shadow .18s}.primary:hover{transform:translateY(-2px);box-shadow:0 6px 0 #8b2b40}.hero-note{font-size:11px;color:var(--muted);margin:14px 0 0}.hero-bottom{display:flex;justify-content:space-between;padding:0 0 20px;margin-top:auto;font-size:10px;font-family:Arial,'Yu Gothic',sans-serif;color:var(--muted)}.hero-bottom a{font-size:12px}.hero-bottom a span{margin-left:16px}.mobile-break{display:none}.section{padding:94px 0}.approach-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}.approach-copy{padding-top:36px;font-size:15px}.approach-copy p{margin-bottom:23px}.principles{border-top:1px solid var(--line);padding-top:22px;display:flex;justify-content:space-between;gap:10px;font-size:12px;font-weight:700;color:var(--green)}.services{background:var(--pale)}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:42px}.section-heading>p{font-size:13px;color:var(--muted);margin-bottom:8px}.section-heading .eyebrow{margin-bottom:14px}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.service{padding:0 30px;border-left:1px solid #ccd5cc}.service:first-child{padding-left:0;border-left:0}.service:last-child{padding-right:0}.service-number{display:flex;justify-content:space-between;font:18px Arial,sans-serif;color:var(--green);margin-bottom:32px}.service-number>span{font-size:24px;color:var(--red)}.service-kicker{font-size:12px;color:var(--muted);margin-bottom:12px}.service h3{font-size:23px;line-height:1.65;margin-bottom:20px}.service>p:not(.service-kicker){font-size:13px;color:var(--muted);line-height:2}.service ul{list-style:none;padding:14px 0 0;margin:0;font-size:12px;line-height:2.4}.service li:before{content:'+';color:var(--red);margin-right:12px;font-weight:bold}.work-list{border-top:1px solid var(--line)}.work{border-bottom:1px solid var(--line)}.work summary{list-style:none;display:grid;grid-template-columns:46px 1fr 120px 28px;align-items:center;gap:20px;padding:28px 0;cursor:pointer}.work summary::-webkit-details-marker{display:none}.work summary:hover .work-title>span{color:var(--red)}.work-no{font:12px Arial,sans-serif;color:var(--muted)}.work-title small{display:block;font-size:11px;color:var(--muted);margin-bottom:6px}.work-title>span{font-size:18px;font-weight:700}.work-category{font-size:11px;color:var(--green);text-align:right}.expand{width:28px;height:28px;position:relative}.expand:before,.expand:after{content:'';position:absolute;background:var(--red);top:13px;left:6px;width:16px;height:2px;transition:transform .2s}.expand:after{transform:rotate(90deg)}.work[open] .expand:after{transform:rotate(0)}.work-body{padding:0 165px 30px 66px}.work-body h3{font-size:14px;margin-bottom:10px}.work-body p{font-size:13px;line-height:2;color:var(--muted);max-width:740px}.tags{display:flex;flex-wrap:wrap;gap:8px 18px;color:var(--green);font-size:10px}.tags span:before{content:'#';margin-right:3px}.process{background:#faf7f8}.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:50px;padding:0;margin:0;list-style:none}.steps li{border-top:1px solid #dacbd0;padding-top:22px}.steps li>span{font:12px Arial;color:var(--red)}.steps h3{font-size:21px;margin:16px 0}.steps p{font-size:13px;color:var(--muted);line-height:2;margin-bottom:0}.contact{background:#eaf0e9}.contact-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:42px}.contact-heading h2{font-size:42px;line-height:1.5}.contact-heading>p{font-size:14px;color:#495c4f;margin-bottom:8px}.contact-options{display:grid;grid-template-columns:1fr 1fr;gap:50px}.contact-option{border-top:1px solid #b6c6b8;padding-top:24px}.contact-label{font-size:12px;display:flex;justify-content:space-between}.contact-label>span{font-size:20px}.email,.phone{font-family:Arial,sans-serif;font-size:32px;font-weight:700;line-height:1.4;display:inline-block;border-bottom:1px solid transparent}.email:hover,.phone:hover{border-bottom-color:var(--ink)}.contact-option>p:last-child{font-size:12px;color:#495c4f;line-height:1.9;margin:16px 0 0}.pc-support{display:grid;grid-template-columns:1fr auto;gap:6px 36px;border-top:1px solid #b6c6b8;padding-top:24px;margin-top:40px}.pc-support strong{font-size:14px}.pc-support p{grid-column:1;font-size:12px;color:#495c4f;margin:0;max-width:720px}.pc-support a{grid-column:2;grid-row:1/3;align-self:center;border-bottom:1px solid #718574;font-size:12px;padding-bottom:4px}.pc-support a span{margin-left:20px}footer{padding:48px 0 18px}.footer-main{display:flex;justify-content:space-between;gap:40px;align-items:center}.footer-main img{width:160px;height:auto;margin-left:-5px}.footer-main p{font-size:11px;color:var(--muted);margin:8px 0 0}.footer-main dl{font-size:12px;margin:0}.footer-main dl>div{display:flex;gap:24px;margin:6px 0}.footer-main dt{width:50px;flex-shrink:0;color:var(--muted)}.footer-main dd{margin:0}.footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin-top:36px;padding-top:18px;font-size:11px;color:var(--muted)}.footer-bottom small{font:10px Arial}.footer-bottom span{margin-left:18px}@media(min-width:1600px){.hero{min-height:700px}.hero-image{object-position:center 58%}}@media(max-width:1000px){.wrap{width:calc(100% - 64px)}.site-header{padding:0 32px}.site-header nav{gap:18px;font-size:12px}.brand img{width:145px}.brand>span{font-size:9px}.nav-contact{gap:14px;padding:10px 14px}.hero-image{object-position:58% center}.approach-grid{gap:45px}h2{font-size:29px}.service{padding:0 20px}.service h3{font-size:20px}.section-heading{display:block}.section-heading>p{margin:18px 0 0}.work-body{padding-right:70px}.contact-heading h2{font-size:36px}.email,.phone{font-size:27px}}@media(max-width:720px){html{scroll-padding-top:24px}.wrap{width:calc(100% - 40px)}.site-header{height:78px;padding:0 20px}.brand img{width:148px}.brand>span{font-size:9px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;background:transparent;border:1px solid var(--line);border-radius:4px;width:44px;height:44px;flex-shrink:0}.menu-toggle span{display:block;width:18px;height:2px;background:var(--ink);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.site-header nav{display:none;position:absolute;top:78px;left:0;right:0;background:white;padding:20px;border-bottom:1px solid var(--line);box-shadow:0 10px 12px #2025220b;align-items:stretch;gap:0}.site-header nav.is-open{display:flex;flex-direction:column}.site-header nav>a{padding:15px 12px}.site-header nav .nav-contact{margin-top:10px}.hero{min-height:660px;justify-content:flex-start}.hero-image{object-position:68% center;opacity:.28}.hero-inner{padding-top:46px;padding-bottom:34px}.eyebrow{font-size:10px;margin-bottom:24px}h1{font-size:31px;line-height:1.55;margin-bottom:22px}.hero-message{font-size:20px}.hero-copy{font-size:13px;line-height:2}.mobile-break{display:block}.button{font-size:12px;gap:18px;padding:15px 18px;max-width:100%}.hero-bottom{padding-bottom:18px}.section{padding:62px 0}h2{font-size:27px;line-height:1.6}.approach-grid{grid-template-columns:1fr;gap:0}.approach-copy{padding-top:26px;font-size:13px}.principles{font-size:10px}.section-heading{margin-bottom:30px}.section-heading>p{font-size:12px}.service-grid{grid-template-columns:1fr;gap:32px}.service,.service:first-child,.service:last-child{padding:26px 0 0;border-left:0;border-top:1px solid #ccd5cc}.service-number{margin-bottom:18px}.service h3{font-size:23px}.service h3 br{display:none}.service ul{padding-top:4px}.work summary{grid-template-columns:22px 1fr 24px;gap:10px;padding:24px 0}.work-title>span{font-size:15px;line-height:1.8;display:block}.work-title small{font-size:10px}.work-category{display:none}.work-body{padding:0 0 24px 32px}.work-body h3{font-size:13px}.work-body p{font-size:12px}.steps{grid-template-columns:1fr;gap:26px}.steps h3{font-size:20px;margin:10px 0}.contact-heading{display:block}.contact-heading h2{font-size:32px}.contact-heading>p{margin-top:22px;font-size:13px}.contact-options{grid-template-columns:1fr;gap:28px}.email,.phone{font-size:28px}.pc-support{grid-template-columns:1fr;gap:10px}.pc-support a{grid-column:1;grid-row:auto;justify-self:start;margin-top:10px}.footer-main{align-items:flex-start;flex-direction:column;gap:24px}.footer-main dl{font-size:11px}.footer-main dl>div{gap:12px}.footer-bottom{font-size:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}.primary:hover{transform:none}}
@media(max-width:720px){.hero{min-height:min(660px,calc(100svh - 160px))}.approach{padding-top:36px}}
@media(max-width:360px){h1{font-size:26px;margin-bottom:16px}.hero-inner{padding-top:28px;padding-bottom:24px}.hero .eyebrow{margin-bottom:18px;font-size:9px}.hero-message{font-size:18px;margin-bottom:12px}.hero-copy{font-size:12px;margin-bottom:20px}.hero-bottom{font-size:9px}.hero-bottom a{font-size:10px}.button{font-size:11px}.hero-note{font-size:10px}}
