:root{--ink:#16201c;--muted:#5d6b65;--line:#dce7e0;--paper:#fbfcf8;--white:#ffffff;--green:#1f7a63;--green-dark:#135646;--blue:#2f6f9f;--coral:#d96d54;--yellow:#f4c95d;--shadow:0 18px 45px rgba(28,45,38,0.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,rgba(244,201,93,.16),transparent 360px),var(--paper);color:var(--ink);font-family:Arial,Hiragino Sans,Yu Gothic,Meiryo,sans-serif;line-height:1.7}a{color:inherit}main{overflow:hidden}.hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);grid-gap:40px;gap:40px;min-height:650px;padding:54px max(24px,calc((100vw - 1120px) / 2)) 42px;align-items:center}.heroText{position:relative;z-index:2;max-width:620px}.eyebrow,.sectionKicker{margin:0 0 12px;color:var(--green);font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3,h4,p{margin-top:0}h1{margin-bottom:22px;font-size:48px;line-height:1.18;letter-spacing:0}.heroLead{max-width:560px;margin-bottom:28px;color:var(--muted);font-size:17px}.heroActions{display:flex;flex-wrap:wrap;gap:12px}.primaryButton,.secondaryButton{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border-radius:8px;padding:0 18px;font-weight:800;text-decoration:none}.primaryButton{background:var(--green);color:var(--white);box-shadow:0 12px 24px rgba(31,122,99,.22)}.secondaryButton{border:1px solid var(--line);background:rgba(255,255,255,.72)}.heroVisual{position:relative;min-height:500px;border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.heroVisual img{object-fit:cover}.footer,.intro,.sectionBlock{width:min(1120px,calc(100% - 48px));margin:0 auto}.intro{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:28px;gap:28px;padding:28px 0 54px;align-items:center;border-bottom:1px solid var(--line)}.intro h2,.sectionHeader h2{margin-bottom:10px;font-size:30px;line-height:1.3;letter-spacing:0}.abilityGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.abilityGrid span{min-height:52px;border:1px solid var(--line);border-radius:8px;background:var(--white);padding:12px 14px;color:var(--green-dark);font-weight:800}.sectionBlock{padding:64px 0 0}.sectionHeader{max-width:690px;margin-bottom:24px}.sectionHeader p:not(.sectionKicker){color:var(--muted)}.highlightGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.highlightCard,.workCard{display:flex;flex-direction:column;min-height:100%;border:1px solid var(--line);border-radius:8px;background:var(--white);color:inherit;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.highlightCard{min-height:250px;padding:24px;border-top:6px solid var(--green)}.highlightCard:hover,.workCard:hover{transform:translateY(-3px);border-color:rgba(31,122,99,.38);box-shadow:0 16px 34px rgba(28,45,38,.11)}.highlightCard span,.workLabel{width:-moz-fit-content;width:fit-content;border-radius:999px;background:rgba(31,122,99,.1);color:var(--green-dark);padding:4px 10px;font-size:12px;font-weight:800}.highlightCard h3{margin:20px 0 10px;font-size:21px;line-height:1.4}.highlightCard p,.workCard p{color:var(--muted)}.highlightCard strong,.workCard strong{margin-top:auto;color:var(--green);font-size:14px}.highlightCard.coral{border-top-color:var(--coral)}.highlightCard.coral span{background:rgba(217,109,84,.11);color:#9a442f}.highlightCard.blue{border-top-color:var(--blue)}.highlightCard.blue span{background:rgba(47,111,159,.11);color:#285a7d}.worksBlock{padding-bottom:58px}.categoryStack{display:grid;grid-gap:20px;gap:20px}.category{border-top:1px solid var(--line);padding-top:26px}.categoryHeader{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;margin-bottom:16px;align-items:start}.categoryHeader h3{margin-bottom:4px;font-size:24px;line-height:1.35}.categoryHeader p{margin-bottom:0;color:var(--muted)}.categoryHeader>span{border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.7);padding:4px 12px;color:var(--muted);font-size:13px;font-weight:800}.workGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.workCard{min-height:230px;padding:18px}.workCard h4{margin:16px 0 8px;font-size:17px;line-height:1.45}.footer{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;border-top:1px solid var(--line);padding:28px 0 36px;color:var(--muted)}.footer p{margin:0;font-weight:800}.footer a{color:var(--green);font-weight:800;text-decoration:none}@media (max-width:980px){.hero{grid-template-columns:1fr;min-height:auto;padding-top:34px}.heroText{max-width:760px}h1{font-size:38px}.heroVisual{min-height:360px}.intro{grid-template-columns:1fr}.highlightGrid,.workGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.hero{gap:26px;padding:28px 18px 32px}h1{font-size:31px}.heroLead{font-size:16px}.heroActions a{width:100%}.heroVisual{min-height:260px}.footer,.intro,.sectionBlock{width:calc(100% - 36px)}.intro{padding-bottom:42px}.intro h2,.sectionHeader h2{font-size:25px}.abilityGrid,.categoryHeader,.highlightGrid,.workGrid{grid-template-columns:1fr}}